/*----- Prevent Framing -----*/
html {
	display:none;
	visibility: hidden;
}
/*---------------------------*/
body {
	font-family:"Calibri",Verdana,Georgia,Serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background: #002a5f url(media/landing/bg-gradient) top left repeat-x;
}
img {
	border:0;
}
a {
	text-decoration:none;
}

/**************** Main Landing Page Template ****************/
#main {
	width:1090px;
}
#main_body {
}
#main_left {
	width:65px;	
	background: #002a5f url(media/landing/bg-gradient-left-stretch) top left repeat-y;
}
#main_header {
	position:relative;
	height:88px;	
}
#main_center {
	width:960px;
}
#main_right {
	width:65px;
	background: #002a5f url(media/landing/bg-gradient-right-stretch) top left repeat-y;
}
#server {
	position:absolute;
	top:0;
	left:150px;
	color:red;
	font-size:1.4em;
}
#header_top_right {
	position:absolute;
	top:8px;
	margin-left:810px;
	width:150px;
	padding:8px;
	text-align:center;
	font-size:90%;
}
#header_top_right a {
	color: #ffffff;	
}
#font_size {
	position:absolute;
	top:3px;
	right:20px;
	font-size:0.8em;
	z-index:100;
}
.main_button {
	width:98px;
	height:28px;
	color: #cbdae4;
	background: url(media/landing/button) top left no-repeat;
	font-size:90%;
	padding:3px 0 0 0;
	margin:10px 0 0 28px;
}
#main_content_blue {
	background: #ffffff url(media/landing/bg-content-gradient) bottom left repeat-x;
	min-height:450px;
	color:#062e5e;
	text-align:left;
}
#main_content_white {
	position:relative;
	background-color: #ffffff;
	min-height:450px;
	color:#062e5e;
	text-align:left;
}

#main_footer_blue {
	height:79px;
	background: #002a5f url(media/landing/footer-blue) bottom left no-repeat;
}
#main_footer_white {
	height:79px;
	background: #002a5f url(media/landing/footer-white) bottom left no-repeat;
}
.footer_content  {
	text-align:left;
	font-size:80%;
	color: #cbdae4;
	padding:30px 0 0 65px;
}
.footer_content a {
	color: #cbdae4;	
}

/**************** Menu ****************/
#main_menu {
	position:absolute;	
	margin:15px 0 0 165px;
	#margin:15px 0 0 0; /* IE 7 Fix */
	font-size:12pt;
	text-align:center;
	font-family: candara, verdana;
	z-index:100;
	width:760px;
}
#menu_list {
	position:absolute;
	right:0px;	
}
.menu_item {
	width:125px;
	height:30px;
	text-align:center;
}
.menu_item a, .menu_item span{
	position:relative;
	top:5px;
	color:#536286;
}
.menu_item_hover {
	width:125px;
	height:30px;
	background: transparent url(media/landing/nav-hover) top left no-repeat;
	text-align:center;
}
.menu_item_hover a, .menu_item_hover span {
	position:relative;
	top:5px;
	color:#ffffff;
	text-shadow: #14142c 2px 2px 2px;
}
.menu_dropdown {
	margin:0;
	padding:0;
	list-style-type: none;	
}
.menu_dropdown_item {
	margin:0;
	width:125px;
	height:30px;
	background: transparent url(media/landing/nav-dropdown) top left no-repeat;
	text-align:left;
}
.menu_dropdown_item:hover {
	background: #ffffff url(media/landing/nav-dropdown) top left no-repeat;
}
.menu_dropdown_item a {
	color:#536286;
}
.menu_dropdown_item a:hover {
	color:#00295f;
}
.menu_dropdown_item span {
	position:relative;
	top:2px;
	left:5px;
}
.menu_dropdown_bot {
	width:125px;
	height:20px;
	background: transparent url(media/landing/nav-dropdown-bot) top left no-repeat;
}
#main_menu_spacer {
	position:relative;
	left:150px;
	height:60px;	
	width:560px;
}
#menu_button_div {
	position:absolute;
	left:0px;
	top:120px;	
}
#menu_button_list {
	list-style-type:none;	
}
#menu_button_list li {
	padding:2px;
	margin-left:-60px;	
}
/**************** Content Pages ****************/
/* Moved to "style-content-pages.en.css" 
 * This was moved so these styles could be used...
 * ... by embeded pages. 
 */

/**************** Right Panel in Content Pages*********/
/* Moved to "style-content-pages.en.css" 
 * This was moved so these styles could be used...
 * ... by embeded pages. 
 */

/**************** Overlay Movie ****************/
#overlay_movie {
	position:absolute; 
	width:100%;
	top:150px; 
	left:0; 
	text-align:center; 	
	display:none; 
	z-index:2;	
}

/**************** Resources ****************/
.areatitles {
	font-family : Arial;
	font : Arial;
	font-size: 12pt;
	color: #ffffff;
  	text-decoration : none;
  	margin-left : 15px;
  	font-weight : bold;
}

.sectiontitles {
	font-family : Arial;
	font : Arial;
	font-size: 10pt;
	color: #1a2e5d;
  	text-decoration : none;
  	font-weight : bold;
  	padding-left: 5px;
  	padding-top: 2px;
  	padding-bottom: 2px;
 	background:#e6edf2;
}

/**************** Popup messages ****************/
.overlay_message {
	background-color: #FFFFFF; 
	display: none; 
	position: absolute; 
	z-index: 2; 
	border: 2px solid #999999;
	color:#002967;
}
.overlay_message_header {
	padding:4px;
	background-color:#e2e1dd;
	text-align:left;
}

.overlay_message_content {
	background-color: #FFFFFF;
	text-align:center;
	padding:8px;
}

table.general_table {
	border: 1px solid #5c7699;
	border-collapse: collapse;
}
.general_table th {
	background-color: #d6dde5;
}
.general_table td, .general_table th {
	padding:3px;
	border: 1px solid #5c7699;
	border-collapse: collapse;
}

/**************** Homepage Content ****************/
#homepage_slider {
	position:absolute;
	width:510px;
	height:230px;
	/* border:1px solid red; */
}
#homepage_news {
	position:absolute;
	left:510px;
	width:450px;
	height:180px;
	/* border:1px solid red; */
}	
#homepage_left_links {
	position: absolute;
	top:230px;
	width:240px;
	height:235px;
	/* border:1px solid red; */
}	
#homepage_tabs {
	position: absolute;
	top:180px;
	left:510px;
	width:450px;
	height:50px;	
	/* border:1px solid red; */
}	
#homepage_tab_content_holder {
	position: absolute;
	top:230px;
	left:240px;
	width:720px;
	height:235px;
	/* border:1px solid red; */
}
.homepage_tab {
	width:150px;
	height:50px;
	float:left;
	background-color:green;
}
.homepage_tab_content {
	position:relative;
	width:100%;
	height:100%;
		
}
