/************ CSS ************/

/************ GLOBAL ************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/header.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
} 

.noside #sidebar {
	display: none;
}

/************ CONTAINER ************/

#container {
	position: absolute;
	width: 880px;
	left: 50%;
	margin-left: -440px;	
}

/************ HEADER ************/

#header {
	position: relative;
	height: 108px;
	background: url(../images/title.jpg) 45% top no-repeat;
	text-indent: -5000px;
}

/************ NAVIGATION ************/

#nav {
	position: relative;
	height: 35px;
	list-style: none;
	display: inline;
	overflow: hidden;
	font-size: 80%;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	color: #fff;
	font-weight: bold;
	margin-left: 1px;
	padding: 10px 11px;
	text-decoration: none;
	overflow: hidden;
	background: url(../images/button.jpg) top left repeat-x;
}

#nav a:hover {
	background-position: 0 -35px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -70px;
}

/************ DIVIDER ************/

.clear {
	clear: both;
}

/************ MAIN CONTENT ************/

#content {
	float: left;
	width: 480px;
	margin-top: 40px;
	margin-left: 40px;
}

#content h1, #sidebar h1, #directions caption {
	background: url(../images/welcome_head.jpg) repeat-x top;
	font-size: 125%;
	color: #12475F;
	margin: 20px 0 10px 0;
	padding: 10px;
}

#content h1 a, .address h1 a {
	position: absolute;
	right: 42%;
	font-size: 75%;
	text-decoration: underline;
}

p {
	padding: 0 20px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

b {
	color: #12475F;
}

#content img {
	float: left;
	padding: 20px;
	padding-top: 10px;
}

#content ul {
	list-style: square;
	padding-left: 40px;
}

#content li {
	margin-bottom: 20px;
}

#content a, #sidebar a {
	color: #ADBC4A;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover, #sidebar a:hover {
	color: #12475F;
}

/************ FEATURE BOXES ************/

#standard, #advanced  {
	float: left;
	width: 235px;
	height: 236px;
	background: url(../images/standard_advert.jpg) no-repeat top left;
	text-align: center;
	font-size: 1.7em;
	padding-top: 110px;
}

#advanced {
	background: url(../images/advanced_advert.jpg) no-repeat top left;
}

#standard a {
	text-decoration: none;
	color: #88BDE1;
}



#advanced a {
	text-decoration: none;
	color: #879337;
}

#advanced a:hover {
	color: #383E17;
}

#standard h6, #advanced h6, #standard p, #advanced p {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#standardcopy, #advancedcopy {
	width: 470px;
	height: 400px;
}

#standardcopy ul li, #advancedcopy ul li {
	list-style: circle;
}

#advancedcopy p {
	line-height: 2em;
	background:url(../images/standard_bg.jpg) repeat-x top left;
}

#standardcopy p {
	line-height: 2em;
	background:url(../images/basic_bg.jpg) repeat-x top left;
}

/************ ADDRESSES ************/

.address {
	font-size: 90%;
	line-height: 0;
}

.address ul {
	margin-left: 5px;
}

.address ul li ul li {
	margin: 10px;
	list-style: none;
}

.address p {
	font-weight: bold;
	color: #12475F;
}

/************ SIDEBAR ************/

#sidebar {
	float: right;
	clear: right;
	width: 220px;
	margin-top: 40px;
	margin-right: 40px;
}

#sidebar img {
	margin: 10px 0;
}

/************ FOOTER ************/

#footer {
	clear: both;
	background: url(../images/footer.jpg) top repeat-x;
	padding-top: 20px;
	text-align: center;
}

#footer a {
	color: #00425D;
	font-size: 90%;	
}

#footer a:hover {
	color: #ADBC4A;
}

/************ LISTINGS ************/

.listing {
	font-size: 90%;
	line-height: 0;
}

.listing img {
	float: left;
}

.listing ul {
	float: left;
}

.listing ul, li {
	list-style: none;
	line-height: 1.0em;
}

.listing ul li ul li {
	margin: 10px;
	list-style: none;
}

.listing b {
	color: #12475F;
}

#content .listing a .thumbnail {
	padding: 0;
	margin: 0 0 20px 10px;
	border: none;
	width: 110px;
	height: 90px;
}

/************ FORM STYLE ************/

#directions {
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

#directions caption {
	background: url(../images/welcome_head.jpg) repeat-x top;
	font-size: 125%;
	color: #12475F;
	margin: 20px 0 10px 0;
	padding: 10px;
	font-weight: bold;
	text-align: left;
}

#directions td {
	padding: 5px;
	border-bottom: 1px solid #12475F;
}

/************ FORM STYLE ************/

input, select, textarea {
	border: 1px #12475F solid;
}

input:focus, select:focus, textarea:focus {
	border: 1px #bad9ee solid;
}

form.contactform {
	width: 460px;
	padding: 10px;
	margin-bottom: 20px;
}

.btn {
	float: right;
	margin-left: 10px;
	width: 100px;
}

form.contactform fieldset {
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #ADBC4A;
}

form.contactform legend {
	padding: 5px;
	font-weight: bold;
	color: #12475F;
}

form.contactform label {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	line-height: 155%;
}

form.contactform fieldset ol {
	padding-top: 10px;
	padding-left: 20px;
}

form.contactform fieldset li {
	list-style: none;
	padding-left: 5px;
}

form.contactform em {
	font-weight: bold;
	font-style: normal;
	font-size: 75%;
	color: #adbc4a;
}

/************ END ************/