/* Generic styles */

* {
	margin: 0;
	padding: 0;
}

body
{
	background: #666;
	font : 62.5%/1.6 verdana, arial, "lucida grande", sans-serif;
	color: #666;
}

img {
border: none;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.1em;
}

p {
font-size: 1.2em;
}




/* lets do the wrapper that contains the page and positions it in the center */

#pagewrap {
	width: 960px;
	margin: 20px auto;
	overflow: hidden;
	background: #fff;
}

/* header stuff */

#header {
	width: 960px;
	height: 90px;
}

#header img {
	margin-top: -10px;
}

/* nav stuff */

.main-nav {
	float: left;
	width: 130px;
	font-size: 1.1em;
	margin-bottom: 40px;
}

.main-nav ul {
	margin: 10px;
	margin-top: 0;
	margin-left: 20px;
	list-style-type: none;
}

.main-nav li {
	width: 150px!important;
	line-height: 14px;
}

.main-nav a, .main-nav a:link {
	text-decoration: none;
	color: #666;
	text-transform: lowercase;
}

.main-nav a:hover {
	color: #3366CC;
}

.active a, .active a:link {
	color: #3366CC!important;
}


#content {
	clear: both;
	width: 940px;
	margin: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	height: 440px;
}

#content-blue {
	clear: both;
	width: 850px;
	margin: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #fff;
	background: #3266cd;
	overflow: hidden;
	padding-left: 20px;
	height: auto!important;
	height: 440px;
	min-height: 440px;
}

#content-black {
	clear: both;
	width: 850px;
	margin: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: grey;
	background: #000;
	overflow: hidden;
	padding-left: 20px;
	height: auto!important;
	height: 440px;
	min-height: 440px;
	font-size: 0.8em;
	padding-bottom: 20px;
}

#content-grey {
	clear: both;
	width: 920px;
	margin: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #fff;
	background: #78797b;
	overflow: hidden;
	padding-left: 20px;
	height: auto!important;
	height: 440px;
	min-height: 440px;
	color: #fff;
	position: relative;
}

.contact {
	position: absolute;
	bottom: 10px;
	left: 10px;
		font-size: 9px;
		line-height: 14px;
		width: 230px;
}

.contact2 {
	position: absolute;
	bottom: 10px;
	left: 250px;
		font-size: 9px;
		line-height: 14px;
		width: 230px;
}

.contact span, .contact2 span {
	color: #cadaeb;
}

/* .contact2 a {
	color: #cadaeb;
	text-decoration: none;
} 

.contact2 a:hover {
	color: #cadaeb;
	text-decoration: underline;
}*/

#content-blue ul, #content-black ul {
	float: left;
	width: 155px;
	list-style-type: none;
	margin: 20px;
	margin-left: -10px;
	font-size: 1.2em;
}

#content-blue ul.wider, #content-black ul.wider {
	float: left;
	width: 280px;
	list-style-type: none;
	margin: 20px;
	margin-left: 0;
	font-size: 1.1em;
}

#content ul {
	list-style-type: none;
}


.links strong {
	font-weight: normal!important;
	color: #000;
}

.links li {
	font-size: 12px!important;
}

.links a, .links a:link {
	color: #94c424;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}

.links {
	width: 700px!important;
}

#content-blue ul.wider li, #content-black ul.wider li {
	margin-top: 10px!important;
}


#content-blue strong {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}


 #content-black strong {
	font-weight: bold;
	color: #3366CC;
	font-size: 1.1em;
 }

#content-top {
	float: right;
	width: 600px;
	height: 120px;
	margin-right: 20px;
}

.title {
	color: #3366CC;
}

.numbers li {
	display: inline;
}

#footer {
	width: 960px;
	margin: 20px auto;
	font-size: 0.8em;
}

.appointments {
font-size: 1.1em;
float: left; 
width: 50%;
margin-top: 30px;

}

.appointments a, .appointments a:link {
	color: #fff;
	text-decoration: none;
}

.appointments-black {
float: left; 
width: 46%;
margin-top: 10px;
margin-left: -5px;
font-size: 1.3em;
color: #c3c3c5;
}

.appointments-black a, .appointments-black a:link {
	color: #fff;
	text-decoration: none;
}

.pdf {
	float: left;
	margin-left: 20px;
}

.news-img {
	margin-top: 35px;
	margin-left: 10px;
}

ul.black a, ul.black a:link {
	color: #000;
}

ul.black a:hover {
	color: #3366CC!important;
}

.active a, .active a:link {
	color: #3366CC!important;
}

.web-link {


	}



.pdf li a, .pdf li a:link {
	background: url(../images/pdf.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 25px;
	display: inline;
	margin-left: 0!important;
	color: #666;
	padding-bottom: 20px;
}

.blue-link a, .blue-link a:link {
	color: #C1DAEB;
	text-decoration: none;
}

.blue-link a:hover {
	text-decoration: underline;
}