/* Main CSS Style Sheet for www.dermatologyresearch.com 
Copyright 2006 TDS Media www.tdsmedia.com */

/* Main Site Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/gradientBackground.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

a:link 		{color: #000000; text-decoration: underline;}
a:visited 	{color: #000000; text-decoration: underline;}
a:hover 	{color: #000099; text-decoration: underline;}
a:active 	{color: #000000; text-decoration: underline;}

#current a {color: #000099; text-decoration: none;}

p {
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	font-size: 12px;
}

h1 {
	display: none;
}


/* a background image is used here to create a dotted border in IE, 
since it changes real dotted borders to dashed.. */
h2 {
	background-image: url(../images/dottedLine_hack.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 20px;
	padding: 0 0 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #80B8AF;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	background-image: url(../images/h3_gradient.jpg);
	background-repeat: repeat-x;
	height: 34px;
	border-bottom: #BABABA 1px solid;
	padding: 15px 0 0 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}

img {
	margin: 20px auto 20px auto;
	text-align: center;
	border: solid 1px #BABABA;
	padding: 4px;
}

ul {
	margin: 13px 20px 20px 7px;
	list-style: none;
}

/* different margins for lists appearing in a large content box */
#contentBox ul {
	margin: 20px 60px 20px 60px;
}
	

li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1em .6em;
	padding: 5px 0 5px 30px;
}	

table {
	text-align: center;
	margin: auto;
	
}


/* Main Layout Styles */

#centerMe {
	text-align: center;
	margin: 10px auto 10px auto;
}


#container {
	background-image: url(../images/main_background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	width: 655px;
	height: 100%;
	border-bottom: solid 1px #BABABA;
}

#header {
	background-image: url(../images/logo_headerAndNav2.jpg);
	/*background-position: center;*/
	/*background-position: 50% 50%;*/
	margin: auto;
	background-repeat: no-repeat;
	height: 203px;
	width: 565px;
	padding: 0 2px 0 0;
}

#nav {
	padding-top: 177px;
	text-align: center;
	width: 570px;
}


#nav ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

/* For some reason I had to use this child selector to make the nav item seperators
(white and black borders between <LI>s) work the same in both IE and FF */ 
#nav ul > li {
	margin-left: -4px;
}

#nav li {
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-image: none;
	text-align: center;
	display: inline;
	list-style: none;
	padding: 6px 20px 6px 20px;
/*	padding: 6px 30px 6px 30px;*/
	border-right: 1px solid #BCBCBC;
	border-left: 1px solid #FFFFFF;
}

/* these two classes remove the nav seperators for the first and
last nav items and also provide some custom padding to visually
center the first and last nav items*/

#nav li.last {
	border-right: none;
	padding-left: 40px;
}

#nav li.first {
	border-left: none;
	padding-right: 38px;
}

#nav a {
	text-decoration: none;
}

#contentArea {
	background-image: url(../images/content_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 33px 0px 33px;
	margin: 15px 15px 20px 15px;
	/*height: 800px;*/
	/*float: left;*/
}

/* I had to use some different settings for these contentAreas in order to accomodate the 
floated elements on the home page and the staffs page*/

#contentAreaHome {
	background-image: url(../images/content_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 33px 0px 48px;
	margin: 15px 15px 20px 15px;
	height: 800px;
}

#contentAreaStaff {
	background-image: url(../images/content_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px 33px 0px 48px;
	margin: 15px 15px 20px 15px;
	height: 2400px;
	/*height: 925px;*/
}

#contentBoxWelcome {
	background-image: url(../images/welcome.gif);
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
	border: solid 1px #BABABA;
	width: 270px;
	height: 170px;
	padding: 60px 10px 10px 40px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	float: left;
}

#contentBoxHome {
	border: solid 1px #BABABA;
	width: 310px;
	height: 400px;
	padding: 5px 5px 5px 5px;
	margin: -40px 0 0 0;
	float: left;
}

#contentBoxStudies {
	margin: 0 0 0 15px;
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
	width: 188px;
	height: 400px;
	float: left;
}

#contentBoxStudies  a {text-decoration: none;}

#contentBox {
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
	margin: auto;
	padding: 0 0 125px 0;
	width: 525px;
	/*height: 770px;*/
	/*float: left;*/
}

#contentBoxStaff {
	background-color: #FFFFFF;
	border: solid 1px #BABABA;
	margin: auto;
	padding: 0 0 125px 0;
	width: 525px;
	float: left;
}

#leftColumn {
	display: inline;
	margin: 10px 20px 10px 20px;
	float: left;
}

#leftColumn img {
	display: inline
}

#rightColumn {
	display: inline;
	width: 300px;
	margin: 10px 20px 10px 20px;
	float: left;
}


#footer {
	background-image: url(../images/dottedLine_hack.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 20px auto auto auto;
	padding: 25px 0 25px 0;
	text-align: center;
	font-size: 10px;
	width: 597px;
	clear: both;
}

	

