/* @override 
	http://localhost/~dave/acadianawomens/css/style.css
	http://acadianawomens.davidlegnon.com/css/style.css
*/

/* @group Sitewide styles */

body {
	background: #8cb7d1 url(../images/background.gif) repeat-y center top;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#bodyContainer a {
	color: #003;
	text-decoration: underline;
}

#bodyContainer {
	background: url(../images/backTop.jpg) no-repeat center top;
	min-height: 350px;
	padding-top: 262px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2em;
}

#bodyContainer h1, 
#bodyContainer h2, 
#bodyContainer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}


#mainContent h1 {
	color: #036;
	font-size: 21px;
	line-height: 44px;
	border-bottom: 1px solid #96adbe;
	margin-bottom: .5em;
}

#mainContent h2 {
	color: #737;
	font-size: 18px;
	margin-bottom: .1em;
	border-bottom: 1px solid #c2d7e7;
}

#mainContent h3 {
	font-size: 15px;
	color: #459;
}

#mainContent .highlight {
	background-color: #ffb;
	padding: 5px;
}

#mainContent img {
	border-style: none;
}

#mainContent .red {
	color: #c00;
}

#mainContent .warningMessage {
	font-weight: bold;
	font-size: 1.1em;
	color: #e00;
}

#topFade {
	background: url(../images/topFade.gif) repeat-x center top;
	min-height: 132px;
}

.resumeDate {
	float: right;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #459;
	margin-left: 2em;
}

#mainContent dl {
	margin-top: 0;
	margin-bottom: 1em;
}

#mainContent dt {
	font-weight: bold;
	margin-left: 2em;
}

#mainContent dd {
	margin-left: 3em;
}

#mainContent dl.spaceOut dd { 
	margin-bottom: 1em;
}

.photoLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.photoRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.photoLeft span,.photoRight span {
	display: block;
	margin-top: 1px;
	background-color: #cbdfed;
	color: #47789a;
	font-size: 11px;
	padding: 4px;
}

#content {

	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/pageTile.gif) repeat-y 0 top;
}

.clearer {
	clear: both;
}

/* @end */

/* @group My Group */
/*
ul#menu li#menuHome a {
	background: url(../images/menuHome.jpg) no-repeat left top;
}

ul#menu li#menuPhysicians a {
	background: url(../images/menuPhysicians.jpg) no-repeat left top;
}

ul#menu li#menuExpertise a {
	background: url(../images/menuExpertise.jpg) no-repeat left top;
}

ul#menu li#menuContact a {
	background: url(../images/menuContact.jpg) no-repeat left top;
}

ul#menu li#menuLocation a {
	background: url(../images/menuLocation.jpg) no-repeat left top;
}

ul#menu li#menuHome a:hover {
	background: url(../images/menuHome.jpg) no-repeat left bottom;
}

ul#menu li#menuPhysicians a:hover {
	background: url(../images/menuPhysicians.jpg) no-repeat left bottom;
}

ul#menu li#menuExpertise a:hover {
	background: url(../images/menuExpertise.jpg) no-repeat left bottom;
}

ul#menu li#menuContact a:hover {
	background: url(../images/menuContact.jpg) no-repeat left bottom;
}

ul#menu li#menuLocation a:hover {
	background: url(../images/menuLocation.jpg) no-repeat left bottom;
}
*/
/* @end */

/* @group Menu */


ul#menu {
	margin: -262px 0 0;
	
	padding: 0;
	position: absolute;
	list-style-type: none;

}

ul#menu li {
	
	float: left;
	width: 148px;
	
	
}

ul#menu li a {
	overflow: hidden;
	height: 0;
	padding-top: 32px;
	display: block;
	width: 148px;
}

ul#menu li#menuHome a {
	background: url(../images/menuButtons.jpg) no-repeat 0 top;
}

ul#menu li#menuPhysicians a {
	background: url(../images/menuButtons.jpg) no-repeat -148px top;
}

ul#menu li#menuExpertise a {
	background: url(../images/menuButtons.jpg) no-repeat -296px top;
}

ul#menu li#menuInfo a {
	background: url(../images/menuButtons.jpg) no-repeat -444px top;
}

ul#menu li#menuContact a {
	background: url(../images/menuButtons.jpg) no-repeat -592px top;
}

ul#menu li#menuHome a:hover {
	background: url(../images/menuButtons.jpg) no-repeat left top;
}

ul#menu li#menuPhysicians a:hover {
	background: url(../images/menuButtons.jpg) no-repeat -148px top;
}

ul#menu li#menuExpertise a:hover {
	background: url(../images/menuButtons.jpg) no-repeat -296px top;
}

ul#menu li#menuInfo a:hover {
	background: url(../images/menuButtons.jpg) no-repeat -444px top;
}

ul#menu li#menuContact a:hover {
	background: url(../images/menuButtons.jpg) no-repeat -592px top;
}





/* @end */

#thinColumn {
	width: 197px;
	float: left;
}

/* @group physiciansListing */

#mainContent .physiciansListing {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
}

#mainContent .physiciansListing li {
	line-height: 100px;
	margin-bottom: 1em;
}

#mainContent .physiciansListing li img {
	float: left;
	margin-right: 10px;
	border: 2px solid #479;
}

#mainContent .physiciansListing li a {
	text-decoration: none;
	font: 18px Georgia, "Times New Roman", Times, serif;
}



/* @end */

#mainContent {
	float: right;
	width: 516px;
	background: url(../images/topMainContent.jpg) no-repeat right top;
	min-height: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

/* @group Information */

ul#informationList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#informationList li {
	padding-left: 30px;
	line-height: 26px;
	margin-bottom: 5px;
}

ul#informationList li.pdf {
	background: url(../images/iconPDF.gif) no-repeat 0 top;
}



/* @end */

#mainContent p {
	margin-top: 0;
	line-height: 1.5em;
}

/* @group Thin Column */

#thinColumn .box.expertiseBox {
	background: url(../images/topLCBoxExpertise.jpg) no-repeat 0 top;
	margin-top: -8px;
}

#thinColumn .box.docsBox {
	background: url(../images/topLCBoxDocs.jpg) no-repeat 0 top;
}

#thinColumn .box h2 {
	color: #fff;
	margin: 0 0 1em;
	padding: 8px 0 0 50px;
	font-style: normal;
	line-height: 46px;
	font-size: 16px;
}

#thinColumn .box ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#thinColumn .box ul li {
	background: url(../images/lcBullet.gif) no-repeat left 5px;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
}

#thinColumn .box li a:hover {
	color: #fff;
	font-weight: bold;
}

#thinColumn .box .bottom {
	background: url(../images/botLCBox.gif) no-repeat;
	height: 7px;
	clear: both;
}

/* @end */

/* @group Contact Page */

table#contactTable .col1 span {
	color: #d90000;
	font-weight: bold;
}

table#contactTable td {
	color: #193864;
	padding-bottom: .5em;
}

table#contactTable .col1 {
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

table#contactTable ul li {
	background: none;
	padding-left: 0;
}

table#contactTable textarea {
	width: 200px;
	height: 80px;
	overflow: auto;
	font: 11px Arial, Helvetica, sans-serif;
}

table#contactTable .inputField {
	width: 200px;
	font: 11px Arial, Helvetica, sans-serif;
}
	
/* @end */

/* @group Footer */

#footerLinks {
	float: right;
	width: 536px;
	background: url(../images/botMainContent1.gif) no-repeat left bottom;
	line-height: 40px;
	height: 41px;
}

#footerLinks ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0 10px;
	border-top: 1px solid #ccc;
}

#footerLinks ul li {
	display: inline;
	margin-right: 3px;
	margin-left: 4px;
	padding: 0;
}

#footerLinks ul li a {
	font-size: 11px;
	text-decoration: none;
}

/* @end */
