/*
	File: typography.css 
	Date: November 16, 2007
	Created by: Kelley Marketing, LLC
	Contents: 
		- typography rules
	
*/

p {
	font-size: 70%;
	line-height:160%;
	}
	
a:link {
color:#993300;
}

a:visited {
color:#003300;
}

a:active {
color:#fff;
}

a:hover {
text-decoration:none;
color:#CC0000;
}

ul li{
	font-size:70%;
	line-height:150%;
	list-style-type:circle;
	margin-bottom:5px;
	color:#333333;
}

ol li{
	font-size:70%;
	line-height:150%;
	margin-bottom:5px;
	color:#333333;
}

ul li ul li {
	font-size:98%;
	line-height:140%;
	list-style-type:square;
	margin-bottom:5px;
	color:#333333;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-style:italic;
	font-size:100%;
}

.categoryList li{
	list-style-type:square;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:100%;
}

.categoryList ul {
	margin-top:0px;
}

.contentImage {
	border:1px #666666 solid;
	margin:5px;
}

.divideLine {
	width:400px;
	background-image:url(../contentImages/divide-image.gif);
	background-repeat:repeat-x;
	margin:15px auto 15px auto;
	height:1px;
}

.address {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:130%;
	color:#003300;
	font-size:75%;
	letter-spacing:1px;
}

/* ------- used for page titles ------------- */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#ffffff;
	text-align:right;
	margin:0px;
	padding-right:10px;
	letter-spacing:1px;
	padding-bottom:10px;
}

/* ------- contact us page ------------- */

.contactForm {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.button {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.required {
	color:red;
}

#fieldset {
	width:320px;
	border:none;
	text-align:left;
	margin:0px auto 0px auto;
}

/* ------- new patients page ------------- */

.formsTable {
border:1px #666666 solid;
font-size:70%;
line-height:120%;
text-align:center;
padding:0px;
margin:0px;
color:#666666;
background-color:#fff;
}



.formsHeader {
background-color:#003366;
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:14px;
color:#fff;
border:1px dotted #999999;

}

.bkgrdTable {
	background-color:#003366;
}