@charset "utf-8";
body  {
	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: #000;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../Images/competebackground.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {


} 
#logo {

}
#navigation {


}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}
#sidebarServices {
	width: 200px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #50A3DA;
}
#container #sidebar1 #sidebarServices p {
	font-size: .8em;
	line-height: 1.1em;
	color: #666;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#sidebar1 #sidebarServices h5 {
	font-size: 0.95em;
	line-height: 1.1em;
	color: #FFF;
	text-align: center;
	border: 1px solid #3892D0;
	background-color: #50A3DA;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidegraphic {
	height: 225px;
	margin-top: 5px;
	width: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
} 
#maingraphic {
	height: 160px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#sidegraphic2 {
	height: 295px;
	width: 200px;
	margin-top: 30px;
}

#containerfooter {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #C4DFF2;
}


#footer {
	background-color: #C4DFF2;
	width: 980px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#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: 0px;
	text-align: center;
	font-size: 0.95em;
	line-height: 1.25em;
}
#communities {
	padding-top: 5px;
	padding-right: 60px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-color: #C4DFF2;
	font-size: .8em;
	line-height: 1.25em;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


.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: .95em;
	line-height: 1.35em;
}
#maincontentcontact {
}

p {
	font-size: 1em;
	line-height: 1.35em;
	margin: 0px;
	padding: 0px;
}
h1 {
	text-align: center;
	font-size: 1.7em;
	font-weight: lighter;
	color: #2576AD;
}
h2 {
	text-align: center;
	font-size: 1.35em;
	font-weight: lighter;
	color: #2576AD;
}

h3 {
	font-size: 1.2em;
	color: #999;
	font-weight: lighter;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: lighter;
	color: #2576AD;
	text-align: center;
}

ul {
	font-size: 0.95em;
	line-height: 1.25em;
	margin-right: 50px;
	margin-left: 50px;
}
.blueboldtext {
	font-weight: normal;
	color: #2576AD;
}


.rightphoto {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#container #mainContent p .textfieldValidState {
	font-size: 130%;
	font-weight: lighter;
	color: #000;
}
#sidebarServices ul {
	font-size: .85em;
	line-height: 1.1em;
	margin-left: -20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

