@charset "utf-8";
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }

a, a:active, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF; 
	text-decoration: underline;	
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 25px;
}
#page {
	height: auto;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	/*padding-bottom: 10px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px; */
	
	padding-bottom: 10px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 165px;
}
#logo {
	float: left;
	height: 103px;
	width: 251px;
}
#icons_top {
	float: right;
	width: 150px;
	padding-top: 50px;
}
#icons_top a {
	margin-right: 25px;
}
.clear {
	clear: both;
	display: block;
}
#top_links_container_bg {
	height: 35px;
	width: 65%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #264888;
	background-color: #3462BA;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #264888;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3462BA;
}
#top_links_content {
	margin-right: 0px;
	margin-left: auto;
	height: 35px;
}
#list_top_links {
	float: right;
}
#list_top_links li {
	float: left;
}
#list_top_links li a {
	color: #FFF;
	background-color: #3462BA;	
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
}
#list_top_links li .last {
	border-right-style: none;
}
#list_top_links li a:hover {
	background-color: #FFF;
	color: #3462BA;
}
.breadcrumbs {
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 15px;
}


#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 2em;
	text-align: justify;
}
#top_links_content a:hover {
	cursor: pointer;
}

#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#main_left_col {
	width: 650px;
	float: left;
	margin-left: 10px;
}
#main_right_col {
	width: 250px;
	float: right;
}
.scroll_img_pad_border {
	padding: 3px;
	border: 3px solid #F00;
}
.heading1, .heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3462BA;
	line-height: 2em;
}
.heading1 {	
	font-size: 18px;
}
.heading2 {	
	font-size: 14px;
}

.blue_box {
	background-color: #3462BA;
	border: 1px solid #264888;	
}
.blue_box_content {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.blue_box_content a {
	color: #FFF;
	text-decoration: none;
}

.blue_box_content_img_spacer_left {
	margin-left: 10px;
}
.list_blue_box li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.list_blue_box li.last_bottom {
	border-bottom-style: none;
}

.list_bullets {
	margin-left: 25px;	
}
.list_bullets li {
	list-style-position: inside;
	list-style-type: disc;	
}
.text_black_bold {
	font-weight: bold;
	color: #000;
}
.img_center_align {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.img_left_margin {
	margin-left: 10px;
}
.img_border {
	padding: 5px;
	border: 1px solid #3462BA;
}
.img_before {
	width: 250px;
	float: left;
	text-align: center;
}
.img_after {
	float: left;
	width: 250px;
	margin-left: 25px;
	text-align: center;
}

#footer_container_bg {
	float: right;	
	height: 35px;
	width: 87%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #264888;
	background-color: #3462BA;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #264888;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3462BA;
}


#footer {

}
#footer_content {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#list_footer_links {
	float: left;
}
#list_footer_links li {
	float: left;
}
#list_footer_links li a {
	color: #FFF;
	background-color: #3462BA;	
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	display: inline-block;
	vertical-align: middle;
	padding-top: 10px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
}
#list_footer_links li .last {
	border-right-style: none;
}
#list_footer_links li a:hover {
	background-color: #FFF;
	color: #3462BA;
}


#login {
	height: auto;
	width: 325px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#users_login, #forgot_password {
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

fieldset {
	border: 1px solid #3462BA;
	padding-right: 5px;
	padding-left: 5px;
}

legend {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3462BA;
}

.text_red_bold {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}		
.text_green_bold {
	font-weight: bold;
	color: #009900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}		
.list_images li {
	float: left;
	margin-right: 15px;
}
.r1 {
	background-color: #FFF;
	padding-top: 5px;
}
.r2 {
	background-color: #E4EBF8;
	padding-top: 5px;	
}
.row_text_pad {
	padding-top: 5px;	
	border-bottom: 1px solid #3462BA;
}
.tbl_border {
	border: 1px solid #3462BA;
}

.input_border, .textarea {
	border: 1px solid #3462BA;
	margin-bottom: 3px;
	padding: 2px;
}


/*Ajax Dropdown*/
.ajax_heading_block, .ajax_content_container, .phase_containers {
	color: #000;
	background-color: #B8CCFB;
	border: 1px solid #264888;
}

.ajax_heading_block, .ajax_content_container {
	text-align: left;
	display: block;	
	width: 99%;	
	padding-left: 5px;	
	margin-bottom: 3px;	
	font-weight: bold;	
}
.ajax_heading_block {
	cursor: pointer; text-indent: 20px;
}
.phase_containers {
	margin-bottom: 3px;
}
.phase_containers_heading {
	background-color: #EDF3FC;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	height: 100%;
	width: 16%;
	display: inline-block;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #74B3DC;
	float: left;
}
.phase_content_holders {
	float: left;
	width: 620px;
	margin-left: 5px;
}
.phase_content_holders a:hover {
	text-decoration: underline;
}
.drop_up {
	background-image: url(images/drop_up.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.drop_down {
	background-image: url(images/drop_down.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
/*Custom styles for Container Box*/
.ajax_content_container { 
	font-weight: normal;
	background-color: #FFF;
	color: #000;
	padding-bottom: 5px;
	padding-top: 5px;
}

