/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}

body{
	font-size: 62.5%;
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
	background-color:#FFFDF7;
	background-repeat: repeat;
	}
	
#outerWrapper{
	width: 780px;
	margin: auto;
	height: 100%;
	padding-top: 20px;
	}
	
#shadowTop{
	background:url(../img/shadow_top.jpg) no-repeat;
	height: 10px;
	}
		
#shadow{
	background: url(../img/shadow.jpg) repeat-y;
	height: 100%;
	}

#wrapper{
	width: 760px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	}
#banner {
	width: 760px;
	height: 70px;
}
#homeBanner {
	width: 760px;
	height: 300px;
	}

#footer{
	width: 780px;
	margin: 15px 0;
	font: 1.2em/1.3em;
	color: #333333;
	text-align: center;
	clear: both;
	margin: 10px 0;
	padding-bottom: 20px;
	}
	
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active{
	text-decoration: none;
	color: #26295A;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	}
	
#footer a:hover{
	text-decoration: underline;
	}

#footerShadow{
	width: 780px;
	height: 15px;
	background: url(../img/shadow_footer.jpg) no-repeat;
	margin-bottom: 0px;
	clear: both;
	}
	
a:link {
	color: #282B5D;
	}

a:visited {
	color: #641D3B;
	}

a:hover {
	color: #993300;
	}

a:active {
	color: #CC3300;
	}
	
img{
	border: none;
	}

#content{
	font-size: 1em;
	width: 760px;
	background-repeat: no-repeat;
	}
	
#content h1, #content h2, #content h3, #content p{
	margin-right: 370px;
	}	

#content h1 {
	
	margin-bottom: 20px;
	margin-left: 50px;
	color: #27295B;
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 2em;
	padding-top: 30px;
	}

#content h2 {
	margin-top: 15px;
	margin-left: 50px;
	margin-bottom: 20px;
	color: #3DA9C1;
	font-family: "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	}
	
#content h3 {
	margin-left: 50px;
	margin-top: 10px;
}
	
#content p{
	color: #333333;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	}	
	
.radio {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 360px 30px 50px;
	}	

#content ul{
	color: #333333;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 360px 0px 70px;
	}

blockquote{
	padding: 20px 20px 0px 20px;
	}
	
#pullquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	padding: 5px 0 5px 2px;
	margin: 8px 0 8px 8px;
	float: right;
	width: 190px;
	background-color: #EEF7FA;
	border-top: #002851 1px solid;
	border-bottom: #002851 1px solid;
	}
	
/*Table Stuff*/
	
.oddTable {
	background: #D2D2D2;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #640025;
	font-size: 1.4em;
	text-align: left;
	padding-left: 8px;
}

.evenTable {
}

table {
	font: 1em Arial, Helvetica, sans-serif;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
	border-top-style: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 50px;
	border-collapse: collapse;
}

td {
	padding: 8px;
	font-size: 1.1em;
	border: 1px solid #CCCCCC;
}


.hoverTable {
	color: #FFFFFF;
	background-color: #680027;
}


#position {
	height: 0px;
}

/*Consultation Form*/

#consultationForm {
	width: 260px;
	background: url(../img/consult-background.jpg) no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 350px;
	position: relative;
	float: right;
	}

#consultationForm fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#consultationForm form {
	top: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 278px;
	position: absolute;
	}

#consultationForm p{
	margin: 0;
	padding: 0;
	}

#consultationForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 20px;
	color: #FFFFFF;
	}

#consultationForm input {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
	}

#consultationForm textarea {
	margin-left: 20px;
	}
#map {
	float: right;
	width: 300px;
}
#map p {
	margin: 0px;
	line-height: 1.2em;
	padding-bottom: 20px;
}
#map a {
	display: block;
	padding-top: 5px;
	padding-bottom: 20px;
}

