/* ------------------------------------- 
 * GLOBAL
 * -------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(../images2/main_bkgd_gradient.jpg) top left repeat-x fixed;
	font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
}

div {
	display: block;
	position: relative;
}

/* ------------------------------------- 
 * LINKS
 * -------------------------------------*/
a { color: #666666; text-decoration: underline; }

a:link {}

a:visited {}

a:active {}

a:hover { text-decoration: none; }
 
/* ------------------------------------- 
 * HEADERS
 * -------------------------------------*/
h1, h2, h3, h4, h5 { font-weight: bold; }

h1 {}
h2 {}
h3 {}
h4 {font-size: 13px; line-height: 16px;}
h5 {}

/* ------------------------------------- 
 * COMMON CLASSES
 * -------------------------------------*/
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.clear_both { clear: both; height: 1px;}

/* ------------------------------------- 
 * LISTS
 * -------------------------------------*/
ul {}
	ul li {}
	
ol {}
	ol li {} 

/* ------------------------------------- 
 * FORMS
 * -------------------------------------*/
form {}

fieldset {
	background: #cccccc;
	margin: 10px 20px;
}

legend {
	border: 1px solid #999999;
	font-weight: bold;
	margin: 10px;
	padding: 3px;
	background: #ffffff;
}

label {
	display: block;
	margin: 5px 10px;
}

fieldset ol {
	list-style: none;
}

input.required, textarea, select {
	display: inline;
	margin: 0px 10px 5px;
	width: 350px;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

input.btn {
	background-color: #004b8d;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 10px 5px;
	padding: 3px;
	width: 75px;
	text-transform: uppercase;
}

optgroup {
	margin-bottom: 10px;
}

optgroup option {
	margin-left: 15px;
}

.validation-advice{
	color: #FF0000;
	font-size: 11px;
	margin: 0px 10px 5px;
}


/* ------------------------------------- 
 * NAVIGATION
 * -------------------------------------*/
div#navigation {
	background: url(../images2/page_hdr1.jpg) top left no-repeat;
	border-bottom: 10px solid #004b8d;
	padding: 0px 0px 0px 15px;
	width: 755px;
	height: 209px;
	z-index: 1;
}

#navigation ul {
	list-style: none;
	/*margin-left: 15px;*/
	width: 273px;
}

#navigation li a {
	color: #00105f;
	display: block;
	font-size: 14px;
	height: 18px;
	padding: 3px 10px;
	text-decoration: none;
}

#navigation li a:hover {
	background: #00105f url(../images2/nav_link_bkgd_gradient.jpg) top left repeat-y;
	color: #FFFFFF;
	text-decoration: none;
} 

#home_page #home, #about_page #about, #programs_page #programs, #conferences_page #conferences, #calendar_page #calendar, #contact_page #contact, #request_page #request, #custom_page #custom,, #forms_page #form, #upcoming_page #upcoming{
	background: #00105f url(../images2/nav_link_bkgd_gradient.jpg) top left repeat-y;
	color: #FFFFFF;
	text-decoration: none;
}

#home_page #navigation { background: url(../images2/page_hdr1.jpg) top left no-repeat; }
#about_page #navigation { background: url(../images2/page_hdr2.jpg) top left no-repeat; }
#programs_page #navigation {background: url(../images2/page_hdr3.jpg) top left no-repeat;}
#conferences_page #navigation {background: url(../images2/page_hdr4.jpg) top left no-repeat;}
#contact_page #navigation {background: url(../images2/page_hdr5.jpg) top left no-repeat;}
#request_page #navigation {background: url(../images2/page_hdr6.jpg) top left no-repeat;}
#custom_page #navigation {background: url(../images2/page_hdr2.jpg) top left no-repeat;}
/* ------------------------------------- 
 * SPECIFIC DIVS
 * -------------------------------------*/
/* -- WRAPPER -- */
div#wrapper {
	margin: 0px auto;
	width: 770px;
}
	

/* -- HEADER -- */
div#header {
	height: 50px;
}

#header h1 {
	background: url(../images2/header1.gif) no-repeat top left;
	/*font-size: 20px; 
	line-height: 18px;*/
	display: block;
	width: 770px;
	height: 50px;
	float: left;
}

#header h1 span { display: none; }

/* -- UTILITY -- */
div#utility_nav {
		background-color: #02b9e0;
		color: #ffffff;
	}
	#utility_nav div#util_left_column {
		float: left;
		text-align: left;
		width: 40%;
	}
	
	#social_links{width: 40px; float: right; margin-top: 5px; margin-left: 10px;}
		
	#utility_nav div#util_right_column {
		float: right;
		text-align: right;
		width: 20%;
	}

#utility_nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#utility_nav p {
	padding: 5px 0px;
}


/* -- CONTENT -- */
div#content {
		background: #ffffff url(../images2/content_bkgd.gif) bottom left no-repeat;
		width: 770px;
	}
		#content div#left_column {	
			float: left;
			width: 469px;
		}
			
		#content div#right_column {
			background: url(../images2/rightcol_bkgd_gradient.jpg) top left repeat-x;
			/*border-left: 1px solid #cccccc;*/
			float: right;
			width: 300px;
		}


#content h2{
	color: #00105F;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 25px;
}

#content #left_column h2 {
	font-size: 16px;
	background: url(../images2/hdr_leftcol_bkgd.gif) top left repeat-y;
}

#content h3, #content h4, #content h5 {
	margin: 15px 25px 5px;
}

#content h3 {
	font-size: 14px;
}

#content p {
	margin: 5px 25px 15px;
	line-height: 16px;
}

#content h3 a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#content h4 a {
	font-size: 14px;
	color: #00105F;
	text-decoration: none;
}

#content h5 {
	font-size: 12px;

}

#content h3 a:hover {
	/*text-decoration: underline;*/
}

#content ul {
	margin: 15px 40px;
}

#content #right_column ul {
	list-style: none;
	margin: 15px 40px;
}

a.category {
	color: #00105F;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#content #right_column li ul a {
	text-decoration: none;
	display: block;
}

#content #right_column li ul a:hover {
	text-decoration: underline;
}

#content #right_column li ul {
	list-style: square;
	margin: 5px 20px 25px;
}

#content #right_column li ul li{
	margin: 5px 0px;
}

#content hr {
	width: 80%;
	margin: 25px;
}

.featured_course { 
	padding: 10px 10px 20px; 
	background-color: #efefef;
	border-bottom: 1px solid #999;
}

/* -- FULL TEXT NAV -- */
div#fulltext_nav {
	color: #666666;
	padding: 10px;
	text-align: center;
}
	
/* -- FOOTER -- */
div#footer {
	background: #ffffff url(../images2/footer_bkgd_gradient.jpg) top left repeat-x;
}
#footer p {
	color: #666666;
	text-align: center;
	padding: 10px;
}


.hide_for_accessibility {
	visibility: hidden;
	display: none;
}

.left_margin {
	margin-left: 25px;
}
