/*
================================================================================================
intranet_layout.css
================================================================================================
*/
* {
margin:0pt;
padding:0pt;
}

/*
full page wrappers

wrapper for normal page
details_page_wrapper for details displayed in right side iframe

 */
#wrapper {
margin: 0 auto -40px auto; /* to push the footer below the content */
width:1024px; /*800px;*/
background:#ffffff;
min-height: 100%;
height: auto !important;
height: 100%;
border:1px solid #0F2E4A

}
#details_page_wrapper {
width:315px;
background:#ffffff;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -40px;
}

/*
page header
*/
#header {
background:#FFFFFF;
color:#333333;
float:left;
height:138px; /*87*/
margin:0px;
padding:0px;
width:1024px; /*800px;*/
}
.header_title_search_area{
	width:275px;
	float:left;
}
.header_title{
background:#ffffff; /*#f4f4f4;*/
border:0px solid #cccccc;
padding-left:5px;
float:left;
}
.logo_area{
	margin:0px;
	float:right;
	width:280px;
}
.logo_area img{
	margin-top:0px;
	border:0;
	float:right;
}
.left_banner_area{
	margin:0 auto;
	float:left;
	width:469px;
	background:#ffffff;
}
.main_search_area{
margin-top:2px;
 width:250px;
 float:right;
}
.search_box{
	float:right;
	width:200px;
	height:25px;
	padding:0px;
	margin-top:5px;
	margin-right:5px;
	background:#0F2E4A;
}
.banner_area{
	width:469px;
	margin:0 auto;
	float:left;
}

.banner_area img{
	display:block;
	margin:0 auto;
}
.search_textbox_home{
	width:145px;
	font-size: 9px;
	color: #000000;
	float:left;
	border:0px solid #ffffff;
	margin:5px;
}

.search_box fieldset{
	font-size: 9px;
	font-weight:normal;
	background:#0F2E4A;
	padding:1px;
	margin:0px;
	border:0px solid #0F2E4A;
}
.search_box label{
	padding:5px;
	color: #ffffff;
	font-size: 9px;
	font-weight:bold;
	float: left;
	text-align: right;
	display:block;
}

#search_button_area{
	display:block;
	width:50px;
	height:14px;
	margin-top:2px;
	margin-right:5px;
	float:right;
}

/*
main page navigation (icon navigation on intranet)
*/
#main_navigation {
background: #474749 url('../images/blank_button.jpg') repeat-x;
border:0px solid #CCCCCC;
color:#FFFFFF;
float:left;
margin:0px;
padding:0px;
text-align:right;
width:1024px; /*800px;*/
height:70px;
}

/*
navigation bar below the main navigation on most pages
*/
#sub_navigation {
background:#0F2E4A none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#FFFFFF;
float:left;
margin:0px;
padding:1px;
width:1022px; /*800px;width:798px;*/
text-align:right;
}

/*
footer
*/
.push{
	height:39px;
}
#footer {
	background:#ffffff none repeat scroll 0%;
	margin:0px auto;
	padding:0px;
	width:1024px;
	height:39px;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4D4D4D;
}
#poweredBy{
	height:37px;
	width:200px; /*800px;	width:798px;*/
	float:left;
	vertical-align:middle;
}

#poweredBy img {
	vertical-align:middle;
	margin:0 auto;
	display:block;
}


.clearFloat{
	clear:both;
}

#footerNav{
float:left;
width:535px;
margin:8px auto;
text-align:center;
vertical-align:middle;
color: #4D4D4D;
}


#footerNav  a:link{
	text-align: right;
	padding: 0px 5px;
	background:#ffffff;
	text-decoration:none;
	color: #4D4D4D;
}
#footerNav  a:visited {
	color: #4D4D4D;
}

#footerNav  a:hover {
	color: #0F2E4A;
	text-decoration:underline;
}
#footerNav  a:active {
	color: #4D4D4D;
}
#copyright{
float:left;
width:280px;
margin:8px auto;
text-align:right;
vertical-align:middle;
color: #4D4D4D;
border:0px solid #000000;
}

/*
column layout
*/
/*
no column layout
*/
#content_nocolumns {
background:#FFFFFF none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#000000;
display:inline;
float:left;
height:100%;
margin:0px 5px 5px 0px;
padding:5px;
width:1000px; /*800px;width:785px;*/
}
/*
two column layout
*/
#leftcolumn {
background:#FFFFFF none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#333333;
float:left;
height:100%;
margin:5px;
padding:0px;
width:240px;
}
#content {
background:#FFFFFF none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#000000;
display:inline;
float:left;
height:100%;
margin:5px;
padding:0px;
width:764px;
}

/*
three column layout
*/
#leftcolumn_3col {
background:#FFFFFF none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#333333;
float:left;
height:100%;
margin:0px 0px 0px 0px;
padding:5px;
width:140px;
}
#content_3col {
background:#FFFFFF none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#000000;
display:inline;
float:left;
height:100%;
margin:0px 0px 0px 0px;
padding:5px;
width:679px;
}
#rightcolumn_3col{
background:#FFFFFF none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#000000;
float:right;
height:100%;
margin:0px 0px 5px;
padding:5px;
width:175px;
}


/*
search columns
*/
#search_leftcolumn {
background:#FFFFFF none repeat scroll 0% 50%;
border:0px solid #CCCCCC;
color:#333333;
float:left;
height:100%;
margin:0px;
padding:3px;
width:160px;
}

#search_centercolumn {
background:#FFFFFF none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#000000;
display:inline;
float:left;
height:100%;
margin:0px;
padding:3px;
width:350px; /*390px*/
}

#search_rightcolumn {
background:#FFFFFF none repeat scroll 0%;
border:0px solid #CCCCCC;
color:#000000;
float:right;
height:100%;
margin:0px;
padding:3px;
width:340px; /*380px*/
}




A:link
{
color:#2D598A;
}
A:visited
{
color:#2D598A;
}
A:active
{
color:#2D598A;
}
A:hover
{
color:#2D598A;
}

