/* Body and Container */
body {
	font: 72% verdana, arial, sans-serif;
	color: #2F3C40;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #ECE9D8 url(../images/bg_g.gif) repeat-x;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 95%;
	background-color: #FFFFFF;
	min-width: 788px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
#wrapper h3 { font-size: 110%; font-weight: bold; margin-bottom: 10px; margin-top: 30px; }

/* Top Banner Area */
#banner {
	background: url(../images/header_bg.jpg) repeat-x;
	height: 169px;
	background-color: #FFFFFF;
}
#bannerHeader {
	margin: 0;
	height: 150px;
	background: url(../images/header.jpg) top center no-repeat;
}
#bannerHeader h1, #bannerHeader h5 {
	display: none;
}

/* Separator bar */
#separatorBar {
	height: 15px;
	background-color: #ecf3e1;
	border: 1px solid #b3c58f;
	border-left: 0;
	border-right: 0;
	margin: 1px 0;
	clear: both;
	position: relative;
}
#mainBody {
	background-color: #6AB9D7;
	clear: both;
}

/* Address and Phone Number */
#location {
	width: 192px;
}
#location p {
	margin-left: 10px;
	font-size: 110%;
	font-weight: bold;
	line-height: 15pt;
	text-align: left;
}

/* Content Area (2 columns) */
#content {
	margin: 0 0 0 205px;
	background-color: #FFFFFF;
	padding-top: 20px;
}

/* Main Content (center text) */
#mainContent {
	float: left;
	/* width: 300px;*/
    width: 52%;
	background-color: #ffffff;
	margin: 0;
	padding: 0px 10px;
}
#mainContent h1 {
	margin: 0;
	padding: 10px 20px;
	font-size: 180%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h2 {
	margin: 30px 20px;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #cccccc;
}
#mainContent h3 {
	margin: 20px;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent p {
	margin-left: 20px;
	line-height: 160%;
}
#mainContent ul li, #mainContent ol li {
	padding: 3px 5px;
	margin: 0 15px;
	line-height: 140%;
}


/* Spotlight Area */
#spotlight {
	/*width: 220px;*/
	width: 40%;
	float: right;
	margin: 0px;
	padding: 0 10px;
	border-left: 1px solid #cccccc;
	background-color: #FFFFFF;
}
#spotlight h1 {
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	clear: left;
	text-align: center;
	line-height: 220%;
	vertical-align: baseline;
	text-transform: uppercase;
	color: #FFFFFF;
}
#drMowrySpotlight, #upcomingEvents, #firstAnnouncement, #secondAnnouncement, #thirdAnnouncement {
	padding: 8px;
	margin-left: 10px;
}
#spotlight ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#spotlight ul li {
	display: block;
	padding: 5px 0;
	margin: 0;
	line-height: 120%;
	border-bottom: 1px solid #ccc;
	font-size: 95%;
	color: #0D6C91;
}
#spotlight #drMowrySpotlight ul li {
	border-bottom: none;
	padding-bottom: 10px;
}
#spotlight ul li ul {
	margin: 5px 0;
}
#spotlight ul li ul li {
	display: list-item;
	list-style: disc;
	border-bottom: none;
	margin: 0 30px;
	padding: 1px 5px;
}
#drMowrySpotlight h1 {
	clear: none;
	text-align: left;
	color: #0D6C91;
}
#upcomingEvents h1 {background: #EE3323 url(../images/spotlight.red.png) no-repeat;}
#firstAnnouncement h1 {background: #F58720 url(../images/spotlight.orange.png) no-repeat;}
#secondAnnouncement h1 {background: #FFC316 url(../images/spotlight.yellow.png) no-repeat;}
#thirdAnnouncement h1 {background: #69B9D8 url(../images/spotlight.blue.png) no-repeat;}

#firstAnnouncement, #secondAnnouncement, #thirdAnnouncement {margin-top: 15px;}

/* Footer Area */
#footer {
	padding: 5px 0;
	text-align: center;
	margin: 1px 0 0 0;
	clear: both;
	position: relative;
	background-color: #ECF3E1;
	border-top: 1px solid #b3c58f;
}
#footer * { color: #2f3d40; }
#footer p {padding: 0; margin: 0; font-size: 80%;}

/* Clear Floating Divs */
.clear {
	clear: both;
	height: 1%;
}

/* Images */
img.left {
	float: left;
	padding: 5px 20px 20px 0;
	border: none;
}
img.right {
	float: right;
	padding: 5px 0 20px 20px;
	border: none;
}
div.left{
	float: left;
	padding: 20px 20px 0 20px;
	border: none;
}
div.left p {
	padding: 0;
	font-size: 8pt;
	font-style: italic;
	margin: 0 0 20px 0;
}
div.right {
	float: right;
	padding: 0 0 20px 20px;
}

#spotlight img.left {
	padding: 0 10px 0 0;
}

/* General Typography */

a:link, a:visited {
	text-decoration: underline;
	color: #0067a9;
}	
a:hover, a:active { text-decoration: underline; }

hr {
	color: #ccc;
	border: 1px;
	height: 1px;
	background-color: #ccc;
	margin: 0 20px;
}

blockquote.quote {
	border: 1px solid;
	padding: 10px;
	font-style: italic;
	font-size: 120%;
	background-color: #EEF5FD;
	border-color: #6AB9D7;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0D6C91;
}
blockquote.letter {
	border: 1px solid;
	padding: 10px;
	font-style: italic;
	font-size: 110%;
	background-color: #EEF5FD;
	border-color: #6AB9D7;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin: 10px 0 10px 10px;
}

/* Tables */
table {
	border: 1px solid #B9D76A;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border: 1px solid #B9D76A;
	background-color: #E3EEC1;
}
td {
	font-weight: normal;
	padding: 8px;
	border: 1px solid #B9D76A;
	background-color: #F8FBF0;
}
table.noborder, table.noborder th, table.noborder td {
	border: none;
	border-collapse: collapse;
	background-color: #FFFFFF;
	padding: 3px;
}

.pageBreak {display:none;} 

/* Forms */
form {margin: 0;}
fieldset {
	border: 1px solid #B9D76A;
	margin: 0 0 0 10px;
	padding: 10px;
}
legend {
	border: 1px solid #B9D76A;
	padding: 8px;
	background-color: #E3EEC1;
	font-size: 11pt;
	border-collapse: collapse;
}
label {
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}
input, textarea, select {
	border: 1px solid #CCCCCC;
	font-size: 9pt;
	padding: 3px;
}

input.submit {
	background-color: #E3EEC1;
	border: 1px solid #CCCCCC;
	font-size: 9pt;
	padding: 2px;
}

