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

body{background-color:#ccd7ed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#666;
}

#wrapper{
	width:800px;
	margin:0 auto;
}

a{color:#658bc8;}

/* ===============	CLEARFIX	=============== */
.clearfix:after{
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	content:".";
}
.clearfix{display:inline-block;}
/* Hide from IE Mac \*/
.clearfix{display:block;}
/* End hide from IE Mac */
/* end clearing */

li.last{border:0;}

/* ---------------	MAIN NAV	--------------- */	
	ul#mainNav{
		width:800px;
		height:48px;
		margin:0;
		padding:0px;
		float:left;
		position:relative;
		background-image:url(images/nav-off.jpg);
		background-repeat:no-repeat;
	}
	#mainNav li{
		display:inline;
		margin:0;
		float:left;
		position:relative;
	}
	
	#homeLink, #homeOn {
	width:83px;
	height:48px;
	display:block;}
	
	a:hover#homeLink, #homeOn {background-image:url(images/nav-home-on.gif);}
	
	
	#aboutLink, #aboutOn {
	width:100px;
	height:48px;
	display:block;}
	
	a:hover#aboutLink, #aboutOn {background-image:url(images/nav-about-on.gif);}
		
	#medLink, #medOn {
	width:135px;
	height:48px;
	display:block;}
	
	a:hover#medLink, #medOn {background-image:url(images/nav-med-on.gif);}

	#educationLink, #educationOn {
	width:139px;
	height:48px;
	display:block;}
	
	a:hover#educationLink, #educationOn {background-image:url(images/nav-ed-on.gif);}
	 
	#prideLink, #prideOn {
	width:149px;
	height:48px;
	display:block;}
	
	a:hover#prideLink, #prideOn {background-image:url(images/nav-pride-on-2.gif);}
	 
	#contributeLink, #contributeOn {
	width:103px;
	height:48px;
	display:block;}
	
	a:hover#contributeLink, #contributeOn {background-image:url(images/nav-contribute-on.gif);}

	#contactLink, #contactOn {
	width:91px;
	height:48px;
	display:block;}
	
	a:hover#contactLink, #contactOn {background-image:url(images/nav-contact-on.gif);}

	#sitemapLink, #sitemapOn {
	width:76px;
	height:48px;
	display:block;}
	
	a:hover#sitemapLink, #sitemapOn {background-image:url(images/nav-sitemap-on.gif);}
	
/* ===============	HEADER	=============== */

#header{
	width:800px;
	height:168px;
	position:relative;
}

/* ===============	CONTENT	=============== */
#content{
	width:800px;
	padding:0px;
	background-image:url(images/main-bg.gif);
	background-repeat: repeat-y;
}

#contentNav{
	width:800px;
	height:48px;
	margin:0px;
	padding:0px;
	display:block;
	position:relative;
	
}

#logoContent{
	width:800px;
	height:64px;
	padding:0px;}

#mainContent{
	width:557px;
	float:left;	
	background-color:#FFFFFF;
}

/* ===============	SUB CONTENT	=============== */
#subContent{
	width:243px;
	float:right;
}

#logo{
	width:313px;
	height:64px;
	float:left;	
}

#address{
	width:162px;
	height:64px;
	float:right;
}


/* ---------------	MASTHEADS	--------------- */	
.homeMasthead{background-image:url(images/masthead-home.jpg);
	width:800px;
	height:220px;
	}
	
.sectionMasthead{
	width:800px;
	height:120px;
	background:no-repeat 0% 100%;
}
    #indexMasthead{background-image:url(images/masthead-contact.jpg);}
	#aboutMasthead{background-image:url(images/masthead-about.jpg);}
	#medMasthead{background-image:url(images/masthead-medicine.jpg);}
	#educationMasthead{background-image:url(images/masthead-education.jpg);}
	#prideMasthead{background-image:url(images/masthead-pride.jpg);}
	#contributeMasthead{background-image:url(images/masthead-contribute.jpg);}
	#contactMasthead{background-image:url(images/masthead-contact.jpg);}
	#sitemapMasthead{background-image:url(images/masthead-sitemap.jpg);}

/* ===============	TYPOGRAPHY	=============== */
p{
	font-size:90%;
	line-height:1.3em;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* ---------------	HEADERS	--------------- */
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	font-size:20px;
	font-weight:normal;
	clear:both;
	font-weight:normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	font-size:16px;
	font-weight:normal;
	clear:both;
	font-weight:normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#658bc8;
	font-size:14px;
	font-weight:normal;
	clear:both;
	font-weight:normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;}

#subContent h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:16px;
	font-weight:normal;
	clear:both;
	font-weight:normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;}
	
/* ---------------	FOOTER	--------------- */
#footer{
width:800px;
min-height:100px;
background-image:url(images/content-bot.gif);
background-position:bottom;
background-repeat:no-repeat;}

#pdf{margin-left:4px;
text-decoration:none;
border:0;}

#textnav{
clear:both;
width:800px;
font-size:10px;
margin-top:10px;
text-align:center;}

#textnav a{
text-decoration:none}

#textnav a:hover{
color:#000099}

