/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 20px 0 0 0;
	padding: 0px;
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat;
}

a:link, a:visited, a:hover {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	color: #003366;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #003366;
 border-bottom: 1px dotted #CC0000;
 text-align:left;
}
h2 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #003366;
 border-bottom: 1px dotted #CC0000;
 text-align:right;
}


h3{
 background-image:url(../images/arrow.gif);
 background-repeat:no-repeat;
 background-position: 0px 1px;
 padding-left: 17px;
 font-size: 14px;
 color: #CC0000; 
 margin-bottom: 12px;
}

h4{
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 4px;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
input, select, textarea {
	font-size: 11px;
	color: #333333;
	margin: 0 20px 0 0;
	}
			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	
}

#navBar{
	margin: 32px 77% 0 10px;
	padding: 0px;
	background-color: #ffffff;
}

#content{
  float:right;
	width: 73%;
	margin: 0;
	padding: 0 3% 0 0;
}
#homecontent{
	margin: 0;
	padding: 10px 0 0 0;
}
#onecol{
	width: 98%;
	margin: 0;
	padding: 0 2% 0 0;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 4px 0px;
	margin-bottom: 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

.feature img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #CC0000;
}
.feature li{
	margin-left: -25px;
	list-style-image:url(../images/bullet_square.gif)
	}
.feature ul{
	margin-top: 5px;
	}

.homefeature{
	width: 300px;
	padding: 0px 0px 25px 10px;
	font-size: 11px;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 20px 0px 0px 10px;
	font-size: 11px;
	margin-bottom: 10px;
}
.story .rightcol {
	float:right;
	margin-left: 20px;
	width: 47%;
	}
.story .leftcol {
	width: 47%;
	}
.story li{
	margin-left: -25px;
	list-style-image:url(../images/bullet_square.gif)
	}
.story ul{
	margin-top: 5px;
	}

.story .imgleft {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CC0000;
	}
.story .imgright{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #CC0000;
	}
.storyfull{
	clear: both;
	font-size: 11px;
	margin-bottom: 10px;
}
.storyfull table {margin:0; padding:0;}

.storyfull img {border: 1px solid #003366;}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar form {font-size: 11px;margin-top: 4px;}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-right: 1px dotted #CC0000; 
	border-bottom: 1px dotted #CC0000;
	border-left: 1px dotted #CC0000;
	font-size: 11px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a:link, #sectionLinks a:visited{
	padding: 3px 0px 3px 10px;
	border-top: 1px dotted #CC0000;
	width: 90%;
	width: auto;
	color:#003366;
	background-image:url(../images/arrow.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left: 15px;
}

/*#sectionLinks a:visited{
	border-top: 1px dotted #CC0000;
	padding: 3px 0px 3px 10px;
	color:#003366;
	background-image:url(../images/arrow.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left: 15px;
}*/

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #cc0000;
	color: #ffffff;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	background-image:url(../images/arrow_red.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left: 15px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 20px 0px 0px 0;
	font-size: 11px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.topbar1 {
	background-color: #003366;
	height: 5px;
	font-size: 3px;
	}
.topbar2 {
	background-color: #ffffff;
	height: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-size: 3px;
	}
	
.navbar {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #003366;
	text-align:center;
	}
.navbarlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.adborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	}
	
.utilitybar {
	background-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	background-position: center;
	}
	
.logo {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding: 5px;
	}
	
.middlebar1 {
	background-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-size: 4px;
	height: 5px;
	}
.middlebar2 {
	background-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-size: 3px;
	height: 14px;
	}
.middlebar1dotted {
	background-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-size: 4px;
	height: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #003366;
	}
.middlebar2dotted {
	background-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	font-size: 3px;
	height: 14px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #003366;
	}
a.topNav:link, a.topNav:visited, a.topNav:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	}	
a.topNav:hover {color: #cc0000;}
a.topNav2:link, a.topNav2:visited, a.topNav2:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	}	
a.topNav2:hover {color: #cc0000;}
.adborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	}
.container {
	position: relative;
	width: 760px;
	background-color:#FFFFFF;
	margin: 0 auto;
	border: 1px solid #ffffff;
}

.casestudy {
	width: 230px;
	height: 200px;
	background-color:#cccccc;
	border: 1px solid #003366;
	margin-top: -100px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size:11px;
	color: #003366;
	z-index: 10;
}
.targets {
	margin-top: 0px;
}
.targets li {
	display:inline;
	vertical-align:top;
	padding: 5px;
	}
.targets ul {
	margin-top: 65px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 15px;
	}
* html .targets ul {
	margin-left: 15px;
	margin-top: 0;
	padding-left: 0;
	}
.footer {
	margin-top: 0;
	background-color: #cccccc;
	border-top: 1px solid #003366;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #333333;
	padding: 2px 5px;
	height: 14px;
	clear:both;
	}
.footer a:link, .footer a:visited, .footer a:active {color: #003366; float: left;}
.footer a:hover {color: #cc0000; text-decoration: none;}
.footer span {float: right; text-align: right; width: 300px;}
.footer span a:link, .footer span a:visited, .footer span a:active {float: none;}

.login {
	margin-top: 20px;
	margin-bottom:0;
	font-size: 10px;
	text-align:right;
	}
.login th {
	background-color:#CCCCCC;
	border-top: 1px solid #003366;
	padding-right: 10px;
	text-align: left;
	white-space:nowrap;
	}

.login td.loginbody {
	background-color:#CCCCCC;
	border-top: 1px solid #003366;
	padding-right: 5px;
	text-align: left;
	}
.login td.logoutbody {
	background-color:#CCCCCC;
	border-top: 1px solid #003366;
	text-align:right;
	}
.login h4 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	}
.login form {
	margin:0;
	padding:0;
	}
.login input {
	font-size:10px;
	width: 75px;
	padding: 0;
	}
.login input.submitbtn {
	font-size:10px;
	width: 50px;
	}
.reqfield {
	color:#003366;
	font-size: 11px;
	}
.optfield {
	color:#666666;
	font-size: 11px;
	}
.missing {
	color: #CC0000;
	font-size: 11px;
	}
.error {
	color: #CC0000;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	}
.success {
	color: #003366;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	}