/*   Reset  ------ */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input {
	border: 0;
	font: inherit inherit 100% inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* ----- General ------ */
:focus {
	outline: 0;
}
a {
	color: #246;
	text-decoration: underline;
}
a img {
	border: none;
}
a:focus, a:hover {
	color: #002;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin-bottom: 1.5em;
}
blockquote {
	line-height: 1.4em;
	margin: 1.2em;
}
blockquote span {
	color: #000;
	font-size: 1.4em;
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
body {
	color: #000;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	height: 100%;
	background: #00AEE6 url(../images/bg_blue_grad.gif) repeat-x;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
del, cite {
	color: #666;
}
em, dfn, blockquote, address {
	font-style: italic;
}
h1 {
	font-size: 2.6em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 1.25em;
}
h4, h5, h6, strong, dfn {
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* Text elements */
p {
	margin-bottom: 1em;
	line-height:1.5em;
}
sup, sub {
	line-height: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, td, th {
	vertical-align: middle;
	padding: 5px;
}
.bordered {
	border: 1px solid #ccc;
	margin-right: 10px;
	padding: 3px;
}
.center-wrapper {
	margin: 0px auto;
	width: 960px;
	background: #fffeee;
}
.clearfloat {
	clear: both; /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	font-size: 1px;
	height: 0;
	line-height: 0px;
}
.fltlft {
	float: left; /* this class can be used to float an element left in your page */
	margin-right: 8px;
}
.fltrt {
	float: right; /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 8px;
}
.inner {
	padding: 20px;
}
.right {
	float:right;
	padding-right:20px;
	color:#000
}
.right a,.left a {
	color:#000;
}
.left {
	float:left;
	color: #000;
}

#ad {
	float: right;
	margin: 20px;
	padding-bottom: 10px;
	text-align: center;
	width: 300px;
	position: relative;
}
#ad img {
	margin:10px 0;
}
#content-wrapper {
	margin: 20px auto 0;
	width:960px;
	text-align: left;
}
#featured {
	width: 580px;
}
#featured-wrapper {
	border-bottom: 1px solid #E0E0E0;
}
#featurelist li {
	list-style: none;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 45%;
}
#footer {
	margin: 0px auto;
	padding: 12px 16px;
	height: 20px;
	background: #CCC;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header {
	margin: 0px auto;
	padding: 15px 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	width: 950px;
	border-bottom: 1px solid #e0e0e0;
}
#header h1 {
	color: #FFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header p {
	color: #FFF;
	line-height: 1em;
}
#maincontent {
	margin: 0 450px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #154283;
}
/* Navigation */

#navcontainer {
	position:absolute;
	top: 0px;
}

#navcontainer ul {
	color: #FFF;
	font: normal 100% arial, helvetica, sans-serif;
	list-style-type: none;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: right;
	width:930px
}
#navcontainer li {
	display: inline;
	font-weight: bold;
}
#navcontainer li a {
	padding: .2em 1em;
	text-decoration: none;
	color: #FFF;
}
#navcontainer #current {
	color:#F00;
}

#navcontainer li a:hover {
	background: #154283;
	color: #fff;
}

#logo {
	background: url(../images/logo_1.png) no-repeat;
	height: 161px;
	margin-top: -30px;
}
#logo h1 {
	margin-left: -3000em;
}
#logo p {
	margin-left: -300em;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	padding: 15px 10px;
	width: 440px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#footer-wrapper {
	background: url(../images/gradient-light.gif) no-repeat center bottom;
	width: 100%;
}
#bottom {
	padding-bottom:20px;}
/* 
   Forms 
------------------------------------------------------------------- */
form {
	padding: 20px;
}
label {
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;	height: 20px;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #DDD;
	background: #F6F6F6;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
textarea {
	overflow: auto;
}
input {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #808080;
}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {
	background: #FFFFF5;
}
input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {
	border-style: inset;
}
.form-error {
	border-color: #F00;
}
label {padding:3px;}
.inputValue {width:85%;}
.inputText {width:85%; height:180px;}
.inputButton {}
.textfieldServerError {
  display:block;
  margin:0px;
  color:#CC3333;
  border: 1px solid #CC3333;
}
ul, ol {
	margin-left: 2em;
	margin-bottom: 1em;
}
li {
	line-height:1.5em;
	padding-bottom: 0.5em;
}
#Contact_Name {
	width: 220px;
}
#Email_address {
	width: 220px;
}
#Comments {
	height: 100px;
	width: 400px;
}
.cf-box-a {
	width: 16px;
	margin-right: 5px; margin-bottom:0;
}
table {
	background: #dfdfdf;
	border: 1px solid #0078AF;
}
#ad p {

}
#ad p {
	text-align: justify;
}
