@charset "utf-8";
/* CSS Document */
@media screen{
/* General Element Styling */	
body{background-color:#0A0A4F; color:#7D7D7D; font-family:"Times New Roman", Georgia, Times, serif; font-size:16px; line-height:24px;}
p{padding:12px 0px;}
h1,h2,h3,h4,h5,h6{font-weight:bolder;}
h1{font-size:26px; line-height:39px;} h2{font-size:24px; line-height:36px;} h3{font-size:22px; line-height:33px;}
h4{font-size:20px; line-height:30px;} h5{font-size:18px; line-height:27px;} h6{font-size:16px; line-height:24px;}
ul,ol,li{margin-left:24px;}
a{color:#D84813; font-weight:bold;} a:hover{color:#EBE9EF;}
blockquote{margin:12px 0px; padding:0px 36px;}
table,tr,th,td{border:2px solid #7D7D7D;} th{background-color:#0A0A4F; color:#D84813;}
img{border:none;}

/* Layout */
#wrapper{width:1024px; margin:0 auto;}
#header{width:1024px; height:156px;}
#header_logo{width:246px; height:156px; float:left; background:url(../images/template/HEADER_logo.jpg) no-repeat top left #FFFFFF;}
#menu{width:778px; height:156px; float:left; background:url(../images/template/HEADER_menuBG.jpg) no-repeat top left #000000;}
div#body{width:1024px; float:left; background:url(../images/template/BG_filler.jpg) repeat-y top left #FFFFFF;}
div#left_column{width:246px; height:511px; float:left; background:url(../images/template/leftside_BG.jpg) no-repeat top left;}
div#content_wrap{width:778px; float:left;}
div.page_logo{width:778px; float:left;}
div.page_logo#home{width:778px; height:316px; background:url(../images/template/HOME_image.jpg) no-repeat top left;}
div.page_logo#about{width:778px; height:140px; background:url(../images/template/ABOUT_image.jpg) no-repeat top left;}
div.page_logo#support{width:778px; height:140px; background:url(../images/template/SUPPORT_image.jpg) no-repeat top left;}
div.page_logo#services{width:778px; height:140px; background:url(../images/template/SERVICES_image.jpg) no-repeat top left;}
div.page_logo#solutions{width:778px; height:140px; background:url(../images/template/SOLUTIONS_image.jpg) no-repeat top left;}
div#content{width:716px; margin:0 auto; padding:0px 44px 0px 18px; clear:both;}
div#footer{width:1024px; height:130px; clear:both; background: url(../images/template/FOOTER_BG.jpg) no-repeat top left #EBE9EF;}
/* End Layout */

/* Menu */
div#menu_container{margin:118px 0 0;}
div#menu_container a{display:block; float:left; color:#EBE9EF; text-decoration:none;}
/* End Menu */

/* Content */
div#content a{color:#0A0A4F;}
div#content a:hover{color:#D84813;}
div#content blockquote#issues{font-style:italic;}
div#content div#home_text{padding:0px 80px; font-size:20px;}
/* End Content */

/* Footer */
div#footer a{display:block; width:157px; position:relative; top:52px; left:808px; color:#0A0A4F; text-decoration:none;}
div#footer a:hover{color:#D84813;}
/* End Footer */
}
@media print{
/* General Element Styling */	
body{background-color:#FFFFFF; color:#000000; font-family:"Times New Roman", Georgia, Times, serif; font-size:16px; line-height:24px;}
p{padding:12px 0px;}
h1,h2,h3,h4,h5,h6{font-weight:bolder;}
h1{font-size:26px; line-height:39px;} h2{font-size:24px; line-height:36px;} h3{font-size:22px; line-height:33px;}
h4{font-size:20px; line-height:30px;} h5{font-size:18px; line-height:27px;} h6{font-size:16px; line-height:24px;}
blockquote{margin:auto; padding:0px 36px;}
table,tr,th,td{border:2px solid #000000;} th{background-color:#FFFFFF; color:#000000;}
img{border:none;}

/* Layout */
#wrapper{width:1024px; margin:0 auto;}
#header{display:none;}
#header_logo{display:none;}
#menu{display:none;}
div#body{width:1024px; float:left;}
div#left_column{display:none;}
div#content_wrap{width:1024px; float:left;}
div.page_logo{display:none;}
div.page_logo#home{display:none;}
div.page_logo#about{display:none;}
div.page_logo#support{display:none;}
div.page_logo#services{display:none;}
div.page_logo#solutions{display:none;}
div#content{width:988px; margin:0 auto; padding:0px 18px; clear:both;}
div#footer{display: none;}
/* End Layout */

/* Content */
div#content blockquote#issues{font-style:italic;}
/* End Content */	
}