#page, #header, #main, #breadcrumb div, #banner, #menu div, #submenu div, #footer {
	margin: 0 auto 0 auto;	
	width: 755px;
}

#header { margin-top: 1em; height: 60px; }

#logo { float: left; padding-left: 10px; margin-bottom: 1em; width: 400px; }
#logoimg { float: left; }
#slogan { color: #787878; font-weight: bold; font-size: 0.9em; 
	float: left; margin: 0.5em 0 0 2em; }
#telephone { float:right; padding-right: 10px; }

/* Menu
------------------------------------------------------------------------------*/

#menu ul {
	height: 29px;
	margin: 0; padding: 0 0 0 10px;
	list-style-type: none;
}

#menu ul li { 
	float: left; height: 29px;
	margin: 0; padding: 0 5px 0 0;
	line-height: 30px;
	text-align: center;	
}

#menu ul li a {
	background: url(../images/menu-off-bg.jpg) top left no-repeat;
	color: #000;
	display: block;
	font-size: 11px;
	margin-bottom: -1px;
	text-decoration: none;
	width: 113px; height: 29px;
}

#menu ul li a:hover, #menu ul li.active a {
	color: #fff;
	background: url(../images/menu-on-bg.jpg) top left no-repeat;
}

/* Submenu
------------------------------------------------------------------------------*/

#submenu { 
	background-color: #968350;
	height: 20px; 
}

#submenu ul {
	padding: 0; margin: 0;
	list-style: none;
	color: #fff;
	float: left;
	line-height: 20px; 
}

#submenu ul li { float: left; font-size: 0.8em; }

#submenu ul li a {
	border-right: 1px solid #fff; color: #fff;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#submenu ul li a:hover { color: #A3CBFD; }
#submenu ul li.active a { color: #A3CBFD; }

#submenuShadow {
	background: url(../images/submenu-shadow-bg.jpg) top left repeat-x;
	height: 10px;
}

/* Breadcrumb
------------------------------------------------------------------------------*/

div#breadcrumb { clear: both; }
div#breadcrumb ol { list-style-type: none; padding-left: 10px; }
div#breadcrumb li {	
	display: inline; 
	font-size: 0.9em;
}
div#breadcrumb li a {
	color: #968350;
	text-decoration: underline;
}
div#breadcrumb li a:hover { color: #A3CBFD; }
div#breadcrumb li.active { color: #A3CBFD; text-decoration: none;}

/* Footer 
------------------------------------------------------------------------------*/

#footer { 
	border: 1px solid #546086;
}

#footer div { padding: 1em 0 1em 0; }

#footer ul {
	padding: 0; margin: 0 0 10px 0;
	list-style: none;
	text-align: center;
}

#footer ul li { display: inline; }
#footer ul li a { 
	color: #968350;
	border-right: 1px solid #CBE2FE; 
	padding: 0 5px 0 5px; 
	text-decoration: underline; 
}
#footer ul li.last_in_list a { border-right: none; }
#footer ul li a:hover { color: #A3CBFD; }

/* Main
------------------------------------------------------------------------------*/

#content { 
	float: left;
	padding: 0 10px 5px 10px;
	width: 510px;	
}

#rail { 
	float: left;
	width: 215px;
}

#rail div.bit {
	border: 1px solid #A8A8A8;
	margin-bottom: 1em; 
}

#rail div.bit div { padding: 0 0.5em 0.5em 0.5em; }

#rail div.bit h2 {
	background-color: #E0D8C3;
	border-bottom: 1px solid #A8A8A8;
	color: #666666;
	font-size: 1em;
	padding: 0.3em 0 0.3em 0;
	text-align: center;
}

#rail div.bit h3 {
	color: #787878;
}

/* Text
------------------------------------------------------------------------------*/

h1 { 
	color: #747889; 
	font-size: 1.5em; 
}

h2 { 
	color: #818594;
	font-size: 1.1em; 
	margin-bottom: 1em; 
}

h3 { 
	font-size: 1em; 
	margin-bottom: 0.5em; padding-bottom: 1em;
	padding-top: 1em;
}

a { color: #968350; text-decoration: underline; }
a:hover { color:#A3CBFD; }

p { line-height: 1.3em; padding: 0 0 0.5em 0; }

hr { 
	border: none; border-bottom: 1px solid #ccc; 
	clear: both;
	margin: 1em 0 1em 0;
}

em { color:#000; font-size: 0.9em; font-weight: normal; font-style: italic; }

small { color: #71694F; }

#content img { float: right; margin: 0 0 1em 1em; }

address { font-style: normal; }
address span { display: block; line-height: 1.5em; }

/* Lists
------------------------------------------------------------------------------*/

#content ul, #content ol { margin: 1em 0 1em 2em; }
#content ul li, #content ol li { line-height: 1.5em; }

ul.bulleted {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.bulleted li {
	padding-left: 15px;
	background-image: url(../images/list-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 1.5em;
}

ul.pdf li {
	background-image: url(../images/small_pdf_icon.png);
	background-position: 0;
	padding-left: 25px;
}

/* Tables
------------------------------------------------------------------------------*/

table { 
	width: 100%;
}

table td { padding: 0.2em; vertical-align: top; border-collapse : collapse; }

/* Forms
------------------------------------------------------------------------------*/

fieldset { padding: 1em; margin-bottom: 1em; }
fieldset legend { color: #000; font-size: 1.2em; }
fieldset div {  }
label.required { color: #CC0000; font-weight: bold; }
.error { color: red; }
.status { padding: 1em; margin-bottom: 1em; }
.statusN { color: red; border: 1px dotted red; }
.buttons { text-align: center; margin-bottom: 1em; }

/* Lightbox
-------------------------------------------------------------------------*/

#lightbox { padding: 2em; }
#lightbox h1 { margin-bottom: 1em; }

/* Custom 
-------------------------------------------------------------------------*/

#content.home #intro { border: 1px solid #C5C5C5; padding: 12px; margin-bottom: 1em; }
#content.home #intro h1 { margin-bottom: 0.5em; }
#content.home #specialties { 
	background: #fff url(../images/specialties-bg.jpg) repeat-x; 
	border: 1px solid #CBE2FE;
	height: 200px;
	padding: 1em 1em 0 1em;
	font-size: 11px;
}

#content.home #specialties dl { 
	border-right: 1px solid #fff;
	float: left;
	margin-left: 0;	padding-left: 0; padding-right: 10px;
	width: 110px; 	
}

#content.home #specialties dl.last_in_list {
	border: none;
}

#content.home #specialties dt.last_in_list {
	margin-top: -14px;
}

#content.home #specialties dt { 
	color: #fff; font-weight: bold; 
	padding-bottom: 2em; padding-left: 10px;
}

#content.home #specialties dl dd {
	padding-left: 15px; margin-left: 10px;
	background: url(../images/specialties-list-bullet.gif) 0.5em no-repeat;
	margin-bottom: 1em;
}

#content.home #specialties a { color: #000; }
#content.home #specialties a:hover { color: #757575; }

#content.home #fsa { 
	padding-top: 1em;
	text-align: center;
	font-size: 0.9em;
}