/************************
AUTHOR: MITCHELL GOHMAN
DATE: 01-23-2007
CLIENT: Alice DiPirro AND La Jolla Clinic of Integrative Medicine
************************/

/************************
GENERAL CSS AND TYPOGRAPHY
************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-image: url(images/bgTile.gif);
}
.clearFloats {
	clear: both;
}
h1, h2 {
	font-size: 16px;
	line-height: 140%;
	color: #333366;
}
h2 {
	font-size: 14px;
	margin-top: 50px;
}
p {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 12px;
	line-height: 24px;
	color: #4D4D4D;
}
blockquote {
	font-size: 24px;
	line-height: 26px;
	color: #9BA1C4;
}
strong {
	color: #000000;
}
ul, ol {
	margin-left: 25px;
	margin-top: 15px;
}
li {
	margin-bottom: 7px;
	line-height: 20px;
}
a:link, a:visited {

}
a:hover, a:active {

}


/************************
STRUCTURAL CSS
************************/
#container {
	width: 850px;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
/* mastHead */
#mastHead {
	background-attachment: scroll;
	background-image: url(images_interface/mastHead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 170px;
}
#webTitle {
	height: 125px;
	width: 125px;
	float: left;
	margin-top: 18px;
	margin-left: 18px;
	margin-right: 32px;
}
#webTitle a:link, #webTitle a:visited, #webTitle a:hover, #webTitle a:active {
	display: block;
	height: 125px;
	width: 125px;
}
#webTitle span, #webSlogan, #webOwner {
	display: none;
}
#topMenu {
	font-size: 15px;
	padding-top: 113px;
	font-weight: bold;
}
#topMenu a:link, #topMenu a:visited {
	color: #524E4E;
	text-decoration: none;
}
#topMenu a:hover, #topMenu a:active {
	color: #1924A8;
}
/* pageBody */
#pageBody {
	padding-top: 15px;
}
#col1 {
	width: 21%;
	float: left;
}
ol#mainMenu {
	margin: 0px;
	padding: 0px;
}
ol#mainMenu li {
	list-style-type: none;
	padding: 0px;
	line-height: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ol#mainMenu a:link, ol#mainMenu a:visited {
	font-size: 12px;
	color: #504E3D;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
	line-height: 16px;
}
ol#mainMenu a:hover, ol#mainMenu a:active {
	color: #4956E3;
	background-color: #E0E4FF;
}
a.emphasisToo {
	font-style: italic;
}


/* col2 */
#col2 {
	width: 43%;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* col3 */
#col3 {
	width: 29%;
	float: right;
}
p#col3_address {

}
p#col3_contact {

}
p#col3_IMG {

}


/* footer */
#footer {
	clear: both;
	text-align: center;
	margin-top: 40px;
}
