/* Setup Body and HTML global */
html, body { height: 100%; }

body { 
	margin: 0px; 
	padding: 0px; 
	background-color: #0054a3; 
	background-image: url(../images/template/background.png);
} 

body, table {
	font-family: "trebuchet ms", helvetica, tahoma, sans-serif;
	font-size: 12px;
	color: #000000; 
}

h1 {
	color: #0054a3;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}

h1 .top {
	margin-top: 0px;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	color: #0054a3;
	margin: 5px 0px 5px 0px;
}

p { margin: 10px 0px 10px 0px; }

a { 
	color: #0054a3;
	text-decoration: none;
}

a:hover, a:active {
	color: #0f87f8;
	text-decoration: none;
}

/* Centers the layout */
#CenterLayout { width: 100%; }

/* Global layout for template */
#WebsiteLayout { 
	width: 800px; 
	margin-top: 44px;
	margin-bottom: 44px;
}

#WebsiteLayout .menu {
	background-image: url(../images/template/menu.png);
	height: 59px;
}

#WebsiteLayout .content {
	background-image: url(../images/template/content_background.png);
	padding: 0px 77px 32px 72px;
}

#WebsiteLayout .pageLocations {
	background-image: url(../images/template/locations.gif);
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 30px;
}

#WebsiteLayout .pageFooter {
	background-image: url(../images/template/page_footer.png);
	height: 56px;
}

#WebsiteLayout .bluewireFooter {
	background-image: url(../images/template/bluewire_footer.png);
	height: 27px;
}

#WebsiteLayout .bluewireFooter div {
	text-align: center;
	font-size: 10px;
}

#WebsiteLayout .bluewireFooter a {
	color: #000000;
	text-decoration: none;
}

#WebsiteLayout .bluewireFooter a:hover, #WebsiteLayout .bluewireFooter a:active {
	color: #666666;
	text-decoration: none;
}

/* Page Subheading */
#WebsiteLayout .subheading {
	font-weight: normal;
	font-size: 20px;
	color: #0054a3;
}

#WebsiteLayout .subheading .text {
	float: left;
}

#WebsiteLayout .subheading .flowers {
	margin: -10px 0px 0px 5px;
	float: left;
}


/* Info Box */
#WebsiteLayout #Info {
	border: solid 1px #0054a3; 
	padding: 7px 7px 7px 7px; 
	margin-top: 30px;
}

#WebsiteLayout #Info .heroShot {
	float: left;
	margin-right: 8px;
}

#WebsiteLayout #Info .items {
	float: left;
}

#WebsiteLayout #Info .items .title {
	width: 318px; 
	height: 46px;
	background-image: url(../images/template/list_items_button_background.png);
	vertical-align: bottom;
}

#WebsiteLayout #Info .items .listitems {
	width: 318px;
	height: 166px;
	overflow: hidden;
	background-image: url(../images/template/list_items_background.png);
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: bold;
}

#WebsiteLayout #Info .items .listitems ul {
	color: #0054a3;
	margin: 0px;
	padding: 0px;
}

#WebsiteLayout #Info .items .listitems li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(../images/template/list_items_bullet.gif);
}

#WebsiteLayout #Info .items .button {
	background-image: url(../images/template/list_items_button_background.png);
	text-align: right;
}

/* Service List Box */
#WebsiteLayout #ServicesList {
	margin-top: 30px;
}

#WebsiteLayout #ServicesList .heroShot {
	float: right;
	margin-left: 8px;
	width: 291px;
	height: 436px;
}

#WebsiteLayout #ServicesList .items {
	float: left;
}

#WebsiteLayout #ServicesList .items .title {
	width: 321px; 
	height: 44px;
	background-image: url(../images/template/serviceList-title-bg.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#WebsiteLayout #ServicesList .items .listitems {
	width: 304px;
	/*background-image: url(../images/template/list_items_background.png);*/
	margin-top: 7px;
	margin-bottom: 7px;
	height: 306px;
	padding: 7px;
}

#WebsiteLayout #ServicesList .heroShot {
	border: solid 1px #0054a3;
	padding: 7px;
}


#WebsiteLayout #ServicesList .items .button {
	background-image: url(../images/template/list-title-bg.jpg);
	text-align: right;
	height: 44px;
	width: 321px;
}

/* Menu */
#WebsiteLayout #Menu {
	color: #ffffff;
	padding: 33px 0px 0px 190px;
}

#WebsiteLayout #Menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#WebsiteLayout #Menu ul li {
	margin-left: 0;
	padding: 0px 2px 0px 2px;
	list-style: none;
	display: inline;
}

#WebsiteLayout #Menu ul li a {
	padding: 25px 10px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	background-image: url(../images/template/menu_bg_inactive.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #002e70;
}

#WebsiteLayout #Menu ul li a:hover, #WebsiteLayout #Menu ul li a:active {
	background-image: url(../images/template/menu_bg_hover.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #002e70;
}

#WebsiteLayout #Menu ul li.active a, #WebsiteLayout #Menu ul li.active a:hover, #WebsiteLayout #Menu ul li.active a:active {
	background-image: url(../images/template/menu_bg_active.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #002e70;
	color: #ffd204;
}

/* Footer Menu */
#WebsiteLayout #FooterMenu {
	padding: 0px 0px 0px 250px;
}

#WebsiteLayout #FooterMenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#WebsiteLayout #FooterMenu ul li {
	margin-left: 0;
	padding: 0px 8px 0px 8px;
	list-style: none;
	display: inline;
}
/* Staff Photos */
.StaffPhoto {
	border: 1px solid #0054a3;
	margin: 3px;
}
/* Return to top arrow */
.topArrowIcon {
	background-image: url(../images/template/arrow-up.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	border: none;
}
.topArrowIcon:hover {
	background-image: url(../images/template/arrow-up-hover.gif);
	border: none;
}
/* Back link arrow */
.backArrowIcon {
	background-image: url(../images/template/arrow-left.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	border: none;
}
.backArrowIcon:hover {
	background-image: url(../images/template/arrow-left-hover.gif);
	border: none;
}

.doctorName {
	font-size: 15px;
}