@charset "UTF-8";

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;
	background: transparent;
}

body  {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-repeat: no-repeat;
	background-image: url(../images/bg.gif);
	background-attachment: scroll;
	background-position: center 0px;
}
.twoColLiqLtHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0 auto;
} 
.twoColLiqLtHdr #header {
	height: 140px;
	padding: 0 1em;
	
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
} 
.twoColLiqLtHdr #header h1 {
	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: 1em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#sidebar1 {
	float: left;
	width: 300px;
	background-image: url(../images/bgsidebar.gif);
	height: 320px;
	padding-left: 40px;
}

#sidebar2 {
	float: left;
	width: 300px;
	background-image: url(../images/bgsidebar2.gif);
	height: 320px;
	padding-left: 40px;
}

p {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.6em;
	margin-left: 0;
}


#mainContent {
	width: 620px;
	margin-left: 340px;
	background-image: url(../images/maincontentbg.gif);
	background-repeat: no-repeat;
} 
.twoColLiqLtHdr #footer {
	margin-left: 330px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.twoColLiqLtHdr #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 */
	font-variant: small-caps;
	font-size: 10px;
	letter-spacing: 1px;
	color: #666666;
	padding: 30px 10px;
}

/* Miscellaneous classes for reuse */
.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;
	display: block;
}
.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;
}
#navigation li {
	display: inline;
	font-variant: small-caps;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#navigation {
	padding: 0px;
	position: relative;
	top: 110px;
	margin-left: 320px;
}
#navigation ul {
	list-style-type: none;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#navigation a:hover {
	color: #9AC92B;
}
#navigation a.selected {
	color: #9AC92B;
}
.emptysidebar {
	background-image: url(../images/bgsidebar2.gif);
}
#map {
	height: 320px;
	width: 620px;
}
#mainContent ul {
	list-style-type: none;
}
#mainContent li {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #666666;
}
.twoColMainContent {
	width: 270px;
	padding-top: 3em;
	padding-right: 0;
	padding-bottom: 3em;
	padding-left:0;
}
#mainContent h1 {
	font-size: 1.3em;
	color: #666666;
	line-height: 1.6em;
}
#sidebar1 h3 {
	font-size: 1.3em;
	line-height: 1.6em;
}
.oneColMainContent {
	padding:3em 0;
}
#mainContent a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 p span {
	color: #333333;
	font-size: 130%;
}
#colspacer {
	height:30px;
}
#sidebarcontent {
	overflow: auto;
	height: 250px;
	padding-right: 10px;
}
.colContact {
display: block;
float: left;
	width:250px;
}

.focusField{
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	color:#000;
}
.idleField{
	background:#EEE;
	color: #6F6F6F;
	border: solid 2px #DFDFDF;
}

.error {
display:block;
}
textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
line-height: 1.6em;

}
label {
	display: block;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #999999;
}
#submit {
	margin-top: 10px;
}
#footer a {
	color: #A3A3A3;
	text-decoration: none;
}

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