/* body styles */ 

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	line-height: 1.4em;
	background-color: #000;
}
/* typography */

h1, h2, h3, h4, h5, h6, td, ul, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

p, ol, li {
	color:#000000;
}

input, select, th, td {
	font-size: 1em;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, san-serif;
	margin: 80px 0 0 15px;
}
h2 {
	font-size: 2.3em;
	font-weight: bold;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, san-serif;
	margin: 25px 0 0 15px;
}
h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, san-serif;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, san-serif;
	margin: 10px 0 5px 0;
	line-height: 1.2em;
}

i {
	font-style: italic
}
b {
	font-weight: bold
}
a:link {
	color: #0e3195;
	text-decoration: none
}
a:hover {
	color: #254bb9;
	text-decoration: underline;
}
a:visited {
	color: #0e3195;
}
.small-caps {
	font-variant: small-caps;
}
.clear {
	clear: both;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}

.highlighted {
	font-weight: bold;
	color: #F30;
}

.lighttext {
	color: #FFF; 
}


/* full width wrapper with background */



#Wrapper {
	width: 100%;
	background: #000;
}
/* page within wrapper - set width once - float left or center */



#Page {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	border:1px #b1b1b1 solid;
}


/* main navigation bar - styles set in imenus0.css*/

#MainNav {
	height:38px;
	background: url(../images/web/menu_bg.gif) repeat-x;
}


/* Suckerfish Navigation */

.mainNavButton{
	padding-top:12px;
	text-align:center;
	height:26px;
	background:url(../images/web/menu_divider.gif) top right repeat-y;
}

.mainNavButton a span:hover {
     text-decoration: underline;
}

#suckerfishnav {
    font-family: "HelveticaNeue", Arial, Verdana, sans-serif;
    font-weight:normal;
    width:100%;
    font-size:14px;
    }
#suckerfishnav, #suckerfishnav ul {
	z-index:15;
	line-height:10px;
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
	font-weight:normal;
    display:block;
    color:#fff;
    text-decoration:none;
    padding:0px 0px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:195px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #b3b3b3;
    }
#suckerfishnav li li {
    width:194px;
    border-bottom:1px solid #b3b3b3;
    border-left:1px solid #b3b3b3;
    border-right:1px solid #b3b3b3;
    font-weight:normal;
    font-family: "HelveticaNeue", Arial, Verdana, sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    padding:15px;
    padding-top:9px;
    padding-bottom:9px;
    width:250px;
    color:#514e4c;
    }
#suckerfishnav li ul ul {
    margin:-33px 0 0 194px;
    }
#suckerfishnav li li:hover {
    background:#133aac;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ffffff;
	 text-decoration: underline;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#0d2f90;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    /*background:#DA0909;*/
    }
	
	


/* Branding section w/logo, top menu */

#BrandingBox {
	width: 100%;
	margin: 0;
	padding:0;
	height: 75px;
}
#BrandingBox .topmenu {
	float:right;
	margin:3px 15px 0 0;
}
#BrandingBox a {
	color:#254bb9;
	text-decoration: none;
}
#BrandingBox a:hover {
	color: #254bb9;
	text-decoration: underline;
}
/* Main content section */



#Content {
	width: 100%;
	float: left;
}
#Section {
	background: url(../images/web/page_sidecolumn_210.gif) top right repeat-y;
}


#SectionMenu {
	width: 197px;
	float: right;
	font-size: 1em;
	padding: 0;
	color: #333333;
	background:url(../images/web/page_sidecolumn_gradient.gif) no-repeat top center;
	padding-left:13px;
	margin-bottom:140px;
}


#SectionMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-top:40px;
	list-style: none;
	float : left;
	width : 11em;
}

#SectionMenu li { /* all list items */
	position : relative;
	float : left;
	line-height : 2.25em;
	margin-bottom : -1px;
	width: 17em;
}

#SectionMenu li a {
	width: 17.3em;
	w\idth : 16.3em;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : #e5e5e5;
	padding : 0 0.5em;
	margin-bottom: 0.3em;
	font-family: "HelveticaNeue", Arial, Verdana, sans-serif;
}

#SectionMenu li a:hover {
	color : white;
	background-color: #900;
}


#sectionMasthead {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #202e62 url(../images/web/inner_masthead.jpg) top left no-repeat;
	height:95px;
	border-bottom:0px white solid;
	border-top:1px black solid;
}

#sectionMasthead h1{
	margin:0px;
	padding:0px;
	margin-left:100px;
	margin-top:25px;
	font-size:27px;
}

#sectionMasthead h2{
	margin:0px;
	padding:0px;
	margin-left:100px;
	margin-top:15px;
	font-size:18px;
}



#FeaturePic {
	width: 240px;
	float: right;
}
#ContentText {
	width: 550px;
	float:	left;
	margin: 20px 15px;
	display:inline;
}
/* Homepage layout is different */


#homeFeatureArea{
	height: 265px;
	width:840px;
	border-top:1px #000 solid;
	border-bottom:1px #fff solid;
}


#homeFeatureImage{
	width:538px;
	float:left;
}

#homeFeatureNewsArea{
	position:relative;
	float:left;
	background:url(../images/web/home_lock_square.jpg) no-repeat;
	width:278px;
	height:173px;
	color: #000066;
	padding:12px;
	padding-top:80px;
}

#homeFeatureNewsArea h2{
	position:absolute;
	top:25px;
	left:13px;
	height:43px;
	font-size: 18px;
	line-height:normal;
	margin:0px;
	padding:0px;
}

#homeFeatureNewsArea p {
	position: absolute;
	top: 50px;
	left:13px;
	right: 5px;
	color:#FFF;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2em;
}

#homeMainArea{
	width:840px;
	height:374px;
	position:relative;
	background-image:url(../images/web/home_main_bg.jpg);
}


#homeTabArea{
	position:absolute;
	top:16px;
	left:0px;
	width:840px;
	height:199px;
	background-image:url(../images/web/home_tabs_base.jpg);
	background-position: bottom left;
	background-repeat:no-repeat;
}

#tabTop1{
	position:relative;
	width:825px;
	height:22px;
	background-image:url(../images/web/home_tabs_top_1.jpg);
	padding-top:10px;
	padding-left:15px;
}

#tabTop2{
	position:relative;
	width:825px;
	height:22px;
	background-image:url(../images/web/home_tabs_top_2.jpg);
	padding-top:10px;
	padding-left:15px;
}

#tabTop3{
	position:relative;
	width:825px;
	height:22px;
	background-image:url(../images/web/home_tabs_top_3.jpg);
	padding-top:10px;
	padding-left:15px;
}

#tabTop4{
	position:relative;
	width:825px;
	height:22px;
	background-image:url(../images/web/home_tabs_top_4.jpg);
	padding-top:10px;
	padding-left:15px;
}


#tabText{
	float:left;
	width:161px;
	text-align:center;
}

#tabTextSelected{
	float:left;
	width:187px;
	text-align:center;
}

#tabText a {
	color: #fff;
}
#tabText a:hover {
	color: #fff;
	text-decoration:underline;
}


#tabTextSelected a {
	color: #000;
}
#tabTextSelected a:hover {
	color: #000;
	text-decoration:underline;
}

#tabContentArea{
	width:790px;
	heigth:200px;
	margin-left:25px;
	margin-top:10px;
}

#tabContentArea th{
	text-align:left;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#tabContentArea li{
	text-align:left;
	color:#000;
}

#tabContentArea ul{
	margin:0px;
	padding-left:16px;
}


#hotTopicBox{
	position:absolute;
	top:258px;
	left:17px;
	width:238px;
	height:74px;
	padding:10px;
	color:#000;
}

#hotTopicBox a{
	color:#000;
}

#hotTopicBox li{
	color:#000;
}


#inTheNewsBox{
	position:absolute;
	top:258px;
	left:292px;
	width:234px;
	height:74px;
	padding:10px;
}

#inTheNewsBox a{
	color:#000;
}

#inTheNewsBox li{
	color:#000;
}



#featuredServiceBox{
	position:absolute;
	top:258px;
	left:566px;
	width:234px;
	height:74px;
	padding:10px;
}

#featuredServiceBox a{
	color:#000;
}

#featuredServiceBox li{
	color:#000;
}


.normalBulletMargins{
	margin:0px;
	padding:0px;
	margin-left:16px;
}

#HomePage #Section {
	display: inline;
}
#HomePage #FeatureBox {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #202e62 url(../images/web/network_security.jpg) top left no-repeat;
}
#HomePage #FeatureNews {
	margin: 15px 0;
	padding-left: 40px;
	width: 33%;
	float: right;
	color: #FFFFFF;
}
#HomePage #FeatureNews p {
	color: #FFFFFF;
}
#HomeText {
	float: left;
	margin: 20px 15px;
	text-align: 15px;
	display: inline;
}
#HomePage #FeatureText {
	margin-left: 15px;
	width: 33%;
	float: right;
	color: #FFFFFF;
}
#HomePage #FeatureText img {
	border: #999999 solid;
	border-width: 1px 2px 2px 1px;
	margin-left:90px;
}
.imageframe {
	border: #999999 solid;
	border-width: 1px 2px 2px 1px;
}
/* Footer with copyright statement */



#Footer {
	width: 100%;
	text-align: center;
	clear:both;
	background: #FFFFFF url(../images/web/footer-line.gif) top left repeat-x;
	padding-top:10px;
	padding-bottom: 20px;
}
#Footer p {
	margin:0;
	padding-top: 24px;
	font-size: .9em;
	color: #999999;
	line-height: 1.5em;
	text-align: center;
}
/* home page */



#Home {
	width: 100%;
	float: left;
	background-color: #688AA5;
}
/* content page structure */



#container {
	margin-left: 20px;
}
.column {
	float: left;
}
/* IEx patch \*/

* html .column {
	display: inline;
}
/**/







#feature {
	width: 20%;
}
/* scroller styles*/

#marqueecontainer {
	position: relative;
	width: 90%; /*marquee width */
	height: 200px; /*marquee height */
	overflow: hidden;
}
#vmarquee {
	position: absolute;
	width: 98%;
}
#vmarquee a {
	color: #ffffff;
	text-decoration:underline;
}
#vmarquee a:hover {
	color: #00CCFF;
}
