*,html {padding:0px;margin:0px;}
body  {
	font: 0.85em/1.4em Arial, Helvetica, sans-serif;
	background: #0f1318 url(images/pagebg.jpg) repeat-x fixed left top;
	margin: 0; /* 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 */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 10px;
	display: block;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF url(images/top.jpg) no-repeat;
	padding: 0px;  /* 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. */
	margin: 0px;
	height: 169px;
	width: 956px;
} 
#copy a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 292px; /* 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 */
	background: #A1D600; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	display: block;
	margin: 0px 10px 0px 0px;
}
.twoColFixRtHdr #container #mainContent h1 {
	color: #253E52;
	font: 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*.twoColFixRtHdr #container #mainContent h1.h1_text_1 {*/
.twoColFixRtHdr #container #mainContent h1.h1_text_1 {
	color: #000000;
	font: 1.0em/1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.twoColFixRtHdr #container h1.h1_text_2 {
	color: #000000;
	font: 1.0em/1.4em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	margin: 15px 0px 0px;
}

.twoColFixRtHdr #navContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #253E52;
	color: #FFFFFF;
	display: block;
	height: 30px;
	width: 936px;
	margin: 0px 0px 0px 10px;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent h2 {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1F3445;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	margin: 10px 0px 0px 10px; /* 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: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	width: 620px;
	float: left;
	display: block;
} 

.twoColFixRtHdr #maincontentport {
	margin: 10px 0px 0px 10px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #faf4c6;
	width: 630px;
	float: left;
	display: block;
}
.twoColFixRtHdr #photoContent {
	margin: 10px 0px 0px 10px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #faf4c6;
	width: 630px;
	float: left;
	display: block;
}

#photoContent h2 {
	display: none;
}
#photoContent p, div.text_1 {
	width: 600px;
	margin: 15px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#253E52;
} 
#sidetext {
	display: block;
	width: 275px;
	padding: 0px;
	margin-left: 8px;
	font-size: .9em;
	margin-bottom: 10px;
}
.fltrt { /* 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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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 */
	clear:both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

ul#navlist li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

ul#navlist li a {
	display: block;
	/*width: 75px;*/
	padding: 5px 15px;
	color: #FFFFFF;
	text-decoration: none;
}

ul#navlist li a:hover {
	display: block;
	/*width: 75px;*/
	padding: 5px 15px;
	color: #A1D600;
	text-decoration: underline;
}
ul#footnavlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

ul#footnavlist li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

ul#footnavlist li a {
	display: block;
	/*width: 75px;*/
	padding: 5px 15px;
	color: #FFFFFF;
	text-decoration: none;
}

ul#footnavlist li a:hover {
	display: block;
	/*width: 75px;*/
	padding: 5px 15px;
	color: #A1D600;
	text-decoration: underline;
}
.twoColFixRtHdr #footer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #253E52;
	color: #FFFFFF;
	display: block;
	height: 30px;
	width: 936px;
	margin: 0px 0px 0px 10px;
	text-align: center;
}
#photoContent ul {
	margin: 15px;
	list-style: inside;
}
.twoColFixRtHdr #container #photoContent a, a.content_link_1 {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #container #photoContent a:visited, a.content_link_1:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixRtHdr #container #photoContent a:hover, a.content_link_1:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.twoColFixRtHdr #container #photoContent a:active, a.content_link_1:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.form_errors {
    margin-left: 25px;
    list-style-type: circle;
}

.messagebox {
    border: solid 1px #000000; 
    font-weight: bold; 
    color: #CC0000; 
    background-color: #efefde; 
    padding: 5px;
    margin: 0px;
    width: 95%;
}

.text_bold {
    font-weight: bold;
}

.text_center {
    text-align: center;
}

.contact_advertisement {
    float: right;
    padding: 0px;
    margin:  -2px 50px 10px 10px;
}


/*for the forms*/

.inputStyle{
	border-top: 1px solid #a1d600;
	border-left: 1px solid #a1d600;
	border-right: 3px solid #a1d600;
	border-bottom:3px solid #a1d600;
}


.inputStyle:hover{
	background:CCC;
}
.inputStyle:focus{
	background:#FFF;
	border:3px solid #F90;
}



.customCheck{
	border: 1px solid #40BC03;
}


.paragraphLeft{
width:160px; float:left; text-align:right; margin-right:10px;	
}

.formRow{
	padding-bottom:10px;
	clear:both;
}

.required{
	color:#F00; font-size:.75em;
}
