/* Web CSS for: Countervail Website
   Programmed by: Optime Productions
   Last Updated: 3/31/2008
****************************************************************/

/* Main Body Elements
****************************************************************/
body {
	margin: 0;
	font: 10px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #CCCCCC;
	height: 100%;
	}

p	{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:0px;
	font-size: 1.2em;
	color: #CCCCCC;
	text-align: justify;
	}

h1	{
	margin-top:  0px;
	margin-left: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #027AB7;
	background-color: inherit;
	text-align: right;
	text-transform: capitalize;
	}

h2	{
	margin-top:  8px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: capitalize;
	color: #3eaaca;
	border-bottom: 1px;
	border-bottom-style: solid;
	background-color: inherit;
	text-align: right;
	text-transform: capitalize;
	}
	
h3	{
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: -3px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0099cc;
	background-color: inherit;
	text-transform: capitalize;
	text-align: left;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #0099cc;
	}
	
a {color: #3bc071; font-weight: normal; text-decoration: none; background-color: inherit;}
a:hover {color: #3bc071; font-weight: normal; text-decoration: underline; background-color: inherit;}
	
li {
	font-size: 1.2em;
	color: #333333;
}

/* Structure IDs
****************************************************************/
#siteWrap {
	width: 760px;
	height: 100%;
	color: inherit;
	background-color: #3eaaca;
	/*background-image: url(../images/layout/top_bg.jpg);
	background-repeat: repeat-x;*/
	text-align: center;
	margin: auto;
	/*border-left-color: #008ad1;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #008ad1;
	border-right-style: solid;
	border-right-width: 1px;*/
	}
	
#topContent {
	width: 760px;
	height: 380px;
	margin: auto;
	background-color: #123432;
	background-image: url(../images/layout/topBkgd.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}

#flashObject {
	text-align: left;
	width: 455px;
	float: left;
	position: relative;
	padding-top: 40px;
	}

#navLinks {
	color: #CCCCCC;
	background-color: inherit;
	font-size: 1em;
	text-align: right;
	margin-left: 455px;
	padding-top: 23px;
	padding-right: 20px;
	height: 26px;
	}
	
#navLinks p { color: #CCCCCC;}
#navLinks a {	color: #CCCCCC; text-decoration: none; background-color: inherit;}
#navLinks a:hover {color: #3eaaca; text-decoration: underline; background-color: inherit;}
	
#searchBox {
	padding-top: 9px;
	margin: 0px;
	height: 32px;
	width: 305px;
	background-image: url(../images/layout/searchBkgd.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: right;
	position: relative;
	}
	
#newsBox {
	margin-top: 37px;
	margin-left: 35px;
	margin-right: 55px;
	height: 190px;
	width: 215px;
	/*background-image: url(../images/layout/searchBkgd.jpg);
	background-repeat: no-repeat;*/
	text-align: left;
	float: right;
	position: relative;
	}
	
#contentLeft {
	width: 265px;
	background-color: #3eaaca;
	text-align: left;
	float: left;
	}
	
#contentLeft p { color: #3d3e42; padding-left: 20px;}
	
#contentRight {
	width: 495px;
	color: #CCCCCC;
	background-color: #3d3e42;
	text-align: right;
	float: right;
	padding-bottom: 20px;
	}
	
#content {
	width: 760px;
	background-color: #3eaaca;
	text-align: justify;
	background: transparent;
	}
	
#footer {
	background-color: #123432;
	color: inherit;
	text-align: center;
	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#footer p { color: #CCCCCC;}
#footer a {	color: #CCCCCC; text-decoration: none; background-color: inherit;}
#footer a:hover {color: #3eaaca; text-decoration: underline; background-color: inherit;}

/* Structure Classes
****************************************************************/
.searchBox {
	background-color: inherit;
	padding-top: 13px;
	width: 400px;
	height: 30px;
	background-image: url(../images/search_entry2.jpg);
	background-repeat: no-repeat;
	}
	
.moreInfo {
	background-color: inherit;
	color: Black;
	font-size: 10px;
	text-align: left;
	color: #333333;
	}
	
.searchEntry {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-top: 2.5px;
	background: transparent;
	border: 1px solid #FFFFFF;
	text-indent: 3px;
	}
	
.searchBox {
	margin: 0px;
	}

#searchBtn { 
	margin-right: 15px;
	margin-top: 4px;
	float: right;
	}

.txtInput {
	color: #000000;
	background: #CCCCCC;
	border: 1px solid #000000;
	margin-top: 2.5px;
	text-indent: 3px;
	}
