 @import url("menu.css");
 @import url("press.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead,  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	background: url(../images/bg-wood.jpg);
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
}
ol,  {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: inside;
	list-style-type:disc;
	list-style-position: outside;
	margin: 0 0 0 20px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	color: #80C342;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

h1 {
	padding:0;
	color: #000;
	font-weight:bold;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:22px;
	margin:0 0 30px;
}

h2 {
	padding:0;
	color: #80c342;
	font-size: 14px;
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-weight:bold;
	letter-spacing:4px;
	margin:0 0 10px;
	text-transform:uppercase;
}

h3 {
	margin:0;
	padding:0;
	color: #000;
	font-size: 16px;
	font-weight:bold;
}

p {
	margin: 14px 0;
}

strong {
	font-weight: bold;
}

img.content_image {
border:0 none;
margin:10px;
}

table.article_table td {
	padding: 0px 0px 10px 20px;
	height: 30px;
}
td.article_date {
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
	width: 10%;
	color: #3E793E;
	text-align: right;
}

																/* LAYOUT */

span.viewPDF {
	float: right;
	font-size:11px;
}

#container {
	background:url(../images/bg-normal.png) no-repeat;
	width:986px; 
	margin: 50px auto 0;
	position:relative;
}

#wraper {
	margin:0 auto;
	padding:0;
	width:960px;
	position:relative
}

#wraper.splash {
	background: url(../images/bg-splash-normal.jpg) no-repeat 0 4px;
	height:684px;
	padding:0;
}

#wraperSplashTriton {
	background: url(../images/bg-splash-triton.jpg) no-repeat 13px 4px;
	height:684px;
	padding:0;
}

#wraperSplashCSRD {
	background: url(../images/bg-splash-csrd.jpg) no-repeat 13px 4px;
	height:684px;
	padding:0;
}

#header {
	position:relative;
	height: 100px;
}

#logo {
	float:left;
	display:inline;
	position:relative;
	margin: 20px 0 0 40px;
}

#certs {
	float:right;
	display:inline;
	position:relative;
	margin:22px 30px 0 0;
}

#mainContainer {
	position:relative;
	display:inline-block;
	background:url(../images/bg-tile.gif) no-repeat 0 1700px;
}

#mainWraper {
	float:left;
	display:left;
	position:relative;
	width: 775px;
	margin: 20px 0 0;
	
}

#mainMenu {
	float:left;
	display:inline;
	position:relative;
	float:left;
	display:inline;
	position:relative;
	width: 143px;
	margin:28px 0 0 42px;
}

#mainBody {
		
	display:inline;
	position:relative;
	float:left;
	width: 660px;
	line-height: 18px;
	margin:0 0 0 50px;	
}



#mainBody a:hover {
	text-decoration:underline;
}

#mainBody.right {
	margin:0 0 0 10px;
		display:inline;
	position:relative;
	float:left;
	width: 547px;
	line-height: 24px;
}

#mainRight {
	float: right;
	display:inline;
	position:relative;
	width: 168px;
	font-size: 11px;
	margin: 0 33px 0 0;
	padding: 0 0 0 10px;
	background:url(../images/bg-blue-divider.gif) repeat-y top left;
	line-height:12px;
	text-align: left;
}

#mainRight a {
	color:#000;
}

#mainRight h2 {
	letter-spacing: 0px;
}

#mainRight h3 {
	color: #80c342;
	font-size: 11px;
}

#footer {
	background-color:#FFFFFF;
	margin:0 0 0 -50px;
	text-align:center;
	width:775px;
	color: #717171;
	font-size:10px;
	padding: 20px 0 20px 0;
}

#footer a {
	color: #717171;
}

#footer a:hover {
	color: #717171;
	text-decoration:underline;
}

#bottom {
	background:url(../images/bg-footer.png) no-repeat;
	width:986px; height: 100px;
	margin: 0 auto;
}

