/* RESET */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */

body {
	margin: 8px 0 0 0;
	font: normal 12px/18px Helvetica, Arial, Sans-serif;
	color: #333333;
	background: #e8f1f0 url(../images/bg.jpg) top center repeat-x;
}

img, div {
	behavior: url(css/iepngfix.htc);
}

a:link, a:visited {
	color: #0d2f2f;
	text-decoration: none;
}

a:hover, a:active {
	color: #0d2f2f;
	text-decoration: underline;
}

h1 {
	font: normal 39px/39px Helvetica, Arial, Sans-serif;
	color: #333333;
	padding: 20px 0 0 70px;
	text-transform: uppercase;
}

h2 {
	font: normal 14px Helvetica, Arial, Sans-serif;
	color: #0d2f2f;
	padding: 0 0 20px 0;
	font-weight: bold;
}

h3 {
	font: normal 12px/12px Helvetica, Arial, Sans-serif;
	color: #666666;
	padding: 0 0 0 70px;
	font-weight: bold;
}

h4 {
	font: normal 36px/36px Helvetica, Arial, Sans-serif;
	color: #333333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

h5 {
	font: normal 24px Helvetica, Arial, Sans-serif;
	color: #333333;
	padding: 0;
	text-transform: uppercase;
}

p {
	padding: 0 0 20px 0;
}

/* DIVS */

#header {
	height: 70px;
	padding: 64px 22px 0 0;
	background: url(../images/header-bg.jpg) top left no-repeat;
	text-align: right;
	font: normal 11px/11px Helvetica, Arial, Sans-serif;
}

#header p {
	padding: 0 0 20px 0;
}

#header a {
	color: #333333;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header em {
	color: #5f9595;
	font-style: normal;
}

#nav {
	padding: 6px 0 6px 0;
	height: 44px;
}

#nav .navButton {
	float: left;
	padding: 0;
	margin: 0;
}

#content {
	
}

#content .container {
	background: url(../images/content-bg.png) top left repeat;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}

#content .main {
	background: url(../images/content-gradient.jpg) 3px 0px no-repeat;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}

#content .left {
	width: 540px;
	float: left;
	padding: 0 10px 0 22px
}

#content .left ul {
	padding: 0 0 0 40px;
}

#content .left ul li {
	padding: 0 0 20px 0;
}

#content .left ol {
	padding: 0 0 0 40px;
	list-style-type: decimal;
}

#content .left ol li {
	padding: 0 0 20px 0;
}

#content .photo {
	float: right;
	width: 150px;
	padding: 0 0 10px 10px;
}

#content .photo2 {
	float: right;
	width: 200px;
	padding: 0 0 10px 10px;
}

#content .photo3 {
	float: right;
	width: 150px;
	padding: 0 0 10px 10px;
}

#content .photo4 {
	float: left;
	width: 200px;
	padding: 0 10px 10px 0;
}

#content .right {
	width: 380px;
	float: right;
	padding: 0 12px 0 0;
}

#content .right img {
	padding: 0 30px 20px 30px;
}

#content .check {
	background: url(../images/checkmark.png) left bottom no-repeat;
	height: 70px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}

#content .sidebar {
	background: url(../images/sidebar-bg.png) center top no-repeat;
	padding: 30px 0 0 0;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	width: 380px;
}

#content .sidebar p {
	padding: 0 30px 20px 30px;
}

#content .sidebar h2 {
	padding: 0 30px 20px 30px;
}

#content .col {
	width: 260px;
	float: left;
}

#content .col img {
	padding: 0 0 20px 0;
}

#footer {
	font: normal 10px Helvetica, Arial, Sans-serif;
	color: #0c2d2d;
	width: 964px;
	margin: 0 auto;
}

#footer .container {
	padding: 0;
	border: 0;
	width: 964px;
}

#footer .logo {
	float: left;
	padding: 18px 0 20px 12px;
}

#footer p {
	float: left;
	color: #333333;
	padding: 18px 0 20px 5px;
}

#footer p em {
	color: #0c2d2d;
	font-style: normal;
}

#footer p a {
	color: #333333;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer ul {
	float: right;
	padding: 18px 12px 20px 0;
	text-align: right;	
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #333333;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* CLASSES */

.container {
	width: 964px;
	padding: 0;
	margin: 0 auto;
}

/* SEARCH */

fieldset {
    border: none;
    padding: 0 0 0 0;
	margin: 0;
	clear: both;
    }
    
fieldset input, 
fieldset textarea {
	font: normal 10px/10px Helvetica, Arial, Sans-serif;
	border: none;
	padding: 0;
	margin: 0;
	color: #999999;
	overflow: auto;
}
fieldset input, 
fieldset image {
	padding: 0;
	margin: 0;
	border: none;
}		

fieldset input.full, fieldset textarea.full {
	width: 125px;
	background: url(../images/search-bg.jpg) no-repeat left center;
	height: 10px;
	padding: 5px;
	margin: 0 0 0 5px;
 }
 
fieldset p {
    margin-bottom: 5px !important;
}

/* ----------weblinx-------------- */

div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.10;
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 0 auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}