@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #FFFFFF;
}


#wrapper {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background-image: none;
	background-color: #FFFFFF;
	}
	
#header {
	top-margin: 0;
10px 30px 10px; 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 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;
}
.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;
}	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs{
	border-bottom: 1px solid gray;
	overflow: hidden;
	width: 100%;
	font-size: 14px; /*font of menu text*/
	padding-bottom: 0px;
	height: 30px;
}
.animatedtabs ul{
	list-style-type: none;
	margin-left: 10px; /*offset of first tab relative to page left edge*/
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.animatedtabs li{
	float: left;
	margin: 0;
	padding: 0;
}
.animatedtabs a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
	background-image: url(../images/tabMenuBar/tab-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
	background-image: url(../images/tabMenuBar/tab-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */

.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
#wrapper #sidebar1 {
	float: left;
	width: 180px;
	background-color: #dddddd;
	position: relative;
}
#wrapper #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding-top: 10px;
	padding-left: 5px;
}
#wrapper #sidebar1 li {
	list-style-position: inside;
	padding: 8px;
}
#wrapper #sidebar1 a {
	color: #FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#wrapper #topimages {
	position: relative;
	float: left;
}
#topimages table td {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.1em;
}

#topimages img {
	padding-right: 10px;
	padding-left: 15px;
	vertical-align: text-top;
}
#mainContent {
	overflow: auto;

}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #3954A5;
	line-height: 1.2em;
	font-size: 1.6em;
	padding-bottom: 15px;
	}
#mainContent li {
	font-size: 1em;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
}
#mainContent p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .9em;
	}
/*-------- Form Styles for ContactForm ------*/
input {
	width:200px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	} 
/* reset width for non-text inputs */
input.radio, input.checkbox, input.submit {
	width:auto;
	}
input.smallnum {
	width: 25px;
}
input.state, input.zip {
	width:35px;
}

/* display labels next to form elements, add a class for when you want them to stack */
label {
	float:left;
	margin-right: 2em;
	width: 285px;
	}
label.top {
	display:block;
	float:none;
	}

 
label.radio, label.checkbox {
	display: inline;
	float: none;
	padding-left: 5px;
}


/*  align columns of checkboxes or radio buttons */
div.group1, div.group2, div.group3, {
	float: left;
	width: 20em;
	padding-left:10px;
	padding-bottom: 0px;
	margin-bottom: 30px;
	}

.submit {
	margin-left: 10px;
	}
.clear {
	clear:both;
	}
/* uncomment these out for form structuring exercise */
fieldset {
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 15px;
}

legend {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #663300;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
