/* Colors
 *   Grey......: #b9b0a1
 *   Red.......: #ef3125
 *   Orange....: #f7a94a
 */

/* Body ***********************************************************************/

body
{
	background-image: url(../images/site-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	/* IE */
	text-align: center;
}

div#container
{
	width: 900px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	margin: 0px auto;
	/* IE */
	text-align: left;
}

/* Global *********************************************************************/

.terminator
{
	clear: both;
}

img.small-rule
{
	display: block;
	margin: 25px auto;
}

a:link    { color: #486699; text-decoration: none; }
a:visited { color: #486699; text-decoration: none; }
a:hover   { color: #486699; text-decoration: underline; }
a:active  { color: #486699; text-decoration: none; }

h2
{
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 19px;
	color: #486699;
}

h3
{
	margin: 0px 0px 3px;
	padding: 0px;
	font-size: 17px;
	color: #486699;
}

a img
{
	border: 0px;
	text-decoration: none;
}

/* Header - Navigation ********************************************************/

#header .navigation
{
	width: 100%;
	clear: left;
	font-size: 14px;
}

#header .navigation,
#header .navigation ul
{
	margin: 0px;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	clear: both;
}

#header .navigation li
{
	width: 130px;
	height: 20px;
	background-color: #FFFFFF;
	border-top: 1px solid #b9b0a1;
	border-right: 1px solid #b9b0a1; 
	border-left: 1px solid #b9b0a1;
	text-align: center;
	padding-top: 5px;
	display: inline-block;
	/* IE */
	zoom: 1;
	*display: inline;
}

#header .navigation ul.admin
{
	background-color: #f7a94a;
	border-top: 4px solid #ef3125;
	padding-top: 0px;
}


#header .navigation a
{
	text-decoration: none;
	color: #ef3125;
}

#header .navigation a:hover
{
	text-decoration: underline;
}

ul.navigation.contextual
{
	margin: 10px 0px;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* Header - Banner ************************************************************/

#banner
{
	border: 1px solid #b9b0a1;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 146px;
	border-top: 4px solid #ef3125;
	border-right: 1px solid #b9b0a1;
	border-bottom: 4px solid #b9b0a1; 
	border-left: 1px solid #b9b0a1;
}

#orange
{
	background-color: #f7a94a;
	height: 27px;
	border-right: 1px solid #b9b0a1;
	border-left: 1px solid #b9b0a1;
}

/* Header - Tag Line ***********************************************************/

#tag-line
{
	background-color: #FFFFFF;
	border: 1px solid #b9b0a1;
}

#tag-line img
{
	display: block;
	float: left;
}

#tag-line img.banner
{
	margin: 0px 10px;
	border-right: 1px solid #b9b0a1;
	border-left: 1px solid #b9b0a1;
}

#tag-line img.vertical-rule
{
	margin-top: 25px;
}

#tag-line img.quote
{
	margin-top: 6px;
}

/* Body ***********************************************************************/

#body
{
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	min-height: 300px;
	border-right: 1px solid #b9b0a1;
	border-left: 1px solid #b9b0a1;
	padding: 18px;
}

#content-container
{
	border: 1px solid #ef3125;
	background-color: #FFFFFF;
	background-image: url(../images/title-bg.gif);
	background-repeat: repeat-x;
	text-align: left;
}

h1
{
	margin-top: 0px;
	font-size: 24px;
	padding-left: 10px;
	color: #FFFFFF;
}

#content
{
	padding: 0px 10px 10px 10px;
}

/* Ads ************************************************************************/

#ads
{
	margin-top: 18px;
}

#ads .ad
{
	width: 287px;
	float: left;
	text-align: center;
}

/* Footer *********************************************************************/

#footer
{
	border-top: 4px solid #620e96;
}

#footer .about
{
	font-size: 11px;
	color: #620e96;
	float: left;
}

#footer .designed-by
{
	float: right;
	font-size: 11px;
	color: #620e96;
}

/* Forms **********************************************************************/

label
{
	cursor: pointer;
}

input.title,
input.location,
input.url
{
	width: 300px;
}

input.user-name,
input.password
{
	width: 200px;
}

input.date
{
	width: 100px;
}

input.dimension
{
	width: 50px;
}

textarea.body
{
	width: 500px;
	height: 300px;
}

.help
{
	font-size: smaller;
	padding: 5px;
}

.example
{
	font-size: smaller;
}

form .details td,
form .details th
{
	vertical-align: top;
	text-align: left;
}

/* Validation *****************************************************************/

ul.validation
{
	margin: 10px 0px;
	padding: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-color: #f7a94a;
	border: 2px solid  #ef3125;
	color: #ffffff;
	font-weight: bold;
}

/* Home Page ******************************************************************/

#home #content-container
{
	padding: 0px;
	border: 0px solid transparent;
	background-color: transparent;
	background-image: none;
}

#home #content-container>h1
{
	display: none;
}

#home #content
{
	padding: 8px 0px 0px;
}

#home .callout-container
{
	width: 287px;
	float: left;
	/* IE */
	text-align: center;
}

#home .callout
{
	width: 270px;
	margin: auto;
	/* IE */
	text-align: left;
}

#home .callout-body
{
	background-color: #FFFFFF;
	border-right: 1px solid #ef3125;
	border-bottom: 1px solid #ef3125;
	border-left: 1px solid #ef3125;
	height: 320px;
	text-align: center;
	padding: 15px;
}

#home .callout h3
{
	font-size: 18px;
	font-weight: bold;
	color: #ef3125;
}


#home .news-icon
{
	padding-right: 5px;
}

#home .join-icon
{
	margin-top: 40px;
}

#home .continuing-ed h3
{
	margin-top: 40px
}

#home .callout .event
{
	font-size: 17px;
	margin-top: 15px;
}

#home .callout .event .name
{
	font-size: 19px;
}

/* Partners *******************************************************************/

.partners
{
	/* Do nothing. */
}

/* Support ********************************************************************/

.join-callout
{
	float: right;
	padding: 20px;
	margin: 10px;
	border: 1px solid #f8981d;
}

/* Events *********************************************************************/

ul.event
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.event li
{
	margin-bottom: 20px;
}

div.event .registration
{
	border: 1px solid #f7a94a;
	float: right;
	text-align: center;
	margin: 10px;
	padding: 10px 30px;
	
}

div.event .registration a
{
	color: #f7a94a;
	font-weight: bold;
}
