@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #252525;
	background-image: url(../images/hdrbkg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

object { outline:none; }

.twoColFixRtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: none;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	height: 100px;
	width: 900px;
	padding: 0;
	background-image: url(../images/hdr.png);
	background-position: left top;
	margin-bottom: 10px;
	margin-top: 0;
} 

#headernav {
	font-size: .9em;
	text-align: right;
	padding: 70px 5px 0 0;
	height: 40px;
} 

#navlist
{
margin: 0;
padding: 0 0 20px 600px;
/* padding: 0 0 20px 550px;*/
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #fff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #fff;
padding-bottom: 2px;
background: transparent;
color: #fff;
}

#navlist a:hover
{ 
color: #fff; 
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 550px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #252525;
	font-size: 75%;
}
.twoColFixRtHdr #mainContent {
	width: 250px;
	margin-top: 0;
	margin-right: 600px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 23px;
	border-right: 1px solid #333;
	background-color: #252525;
} 
.twoColFixRtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #252525;
	color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 10px;
} 
.twoColFixRtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
}

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixRtHdr .instructions 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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	text-align: center;
	width: 900px;
	color: #fff;
}

.roundedcornr_box {
	background-color: #353535;
	background-image: url(../images/roundedcornr_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #fff;
}
.roundedcornr_top div {
	background-image: url(../images/roundedcornr_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top {
	background-color: transparent;
	background-image: url(../images/roundedcornr_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_bottom div {
	background-image: url(../images/roundedcornr_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundedcornr_bottom {
	background-color: transparent;
	background-image: url(../images/roundedcornr_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 15px; }

a, a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: underline;
}
#contactform {
	background-color: #252525;
	background-image: url(../images/postcards.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 450px;
	width: 900px;
	padding-top: 90px;
	padding-left: 20px;
}

#contactform .ff {
	margin-top: 10px;
}

#contactform p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #252525;
	width: 325px;
}

#contactform .ff .errmsg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	font-weight: 200;
	color: #F00;
	padding: 0;
	margin: 0;
}

#contactform label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #252525;
}

#contactform input, #contactform textarea, #contactform select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #252525;
	background-color: #fffbed;
	border: 1px solid #CCC;
}
	