/* New Modx CSS*/

body {
	color: #666666;
	margin: 0px;
	text-align: center;
	background: #ffffff url(images/background.gif);
	font: 9pt/15pt Arial, Helvetica, sans-serif;
}

body, td {
	color: #333333;
}

thead tr td {
	background-color: #4f5457;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

ul li {
	color: #666666;
	margin: 0px;
	padding: 0px;
	list-style: url(images/bullet_plus.jpg);
}

#home ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;

}
#home ul li {
	color: #666666;
	list-style: url(images/bullet_tick.jpg);
}

p {
	color: #666666;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
}


h1  {
	color: #666;
	font-size: 1.9em;
	margin-top: 18px;
	margin-right: 20px;
	font-weight: normal;
	letter-spacing: .1em;
}

h2 {
	color: #266BB0;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: .1em;
	margin-top: 10px;
	padding-top: 0px;
}

h3 {
	color: #aabb5c;
	font-size: 1.1em;
}

h4 {
	color: #aabb5c;
	font-size: 1.1em;
	font-style: italic;
}

h5 {
	color: #aabb5c;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

h6 {
	color: #aabb5c;
	font-size: 1em;
	font-weight: normal;
}

.small {font-size: .7em;
		font-weight: normal;}

a:link {
	color: #AB0102;
	text-decoration: underline;
}
a:visited {
	color: #A90000;
}
a:hover {
	text-decoration: none;
}

a:active {
	color: #d0de90;
}


/* Page Layout */

.wrapper {
	width: 800px; /* Essential for aligning centre in Firefox & Opera*/
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#banner {
	height: 71px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/banner_background.jpg);
	text-transform: capitalize;
	font-size: 8.5pt;
	text-align: left;
}

#banner ul {
	margin: 0px;
	padding: 50px 0px 5px 10px;
	}

#banner li {
	display: inline;
	padding-left: 15px;
	letter-spacing: .1em;
	}
	
#banner a:link, #banner a:visited	{
	text-decoration:none;
	color: #333;
	text-transform: uppercase;
}

#banner a:hover, #banner a:active	{
	text-decoration:none;
	color: #AB0102;
	text-transform: uppercase;
}

#subnav ul {
	margin: 0px 0px 20px;
	padding: 5px 0px 8px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	}

#subnav li {
	display: inline;
	padding-right: 15px;
	}
	

.featureimage {
	width: 100%;
	background: url(images/featureimage_home.jpg) repeat-x;
	height: 330px;	
}

.featureimage_content {
	width: 100%;
	background: url(images/featureimage_specialists.jpg) repeat-x;
	height: 124px;
}

.content {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
} 

#sidebar_right {
	background: url(images/sidebar_background.jpg) no-repeat center bottom;
	width: 200px;
	padding: 5px 10px;
	margin-top: 70px;
	margin-right: 20px;
	margin-left: 20px;
}

.sidebar_title {
	font-weight: normal;
	color: #0b3d82;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 9pt;
	margin-bottom: 5px;
}

.title {
	font-weight: normal;
	color: #0b3d82;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 9pt;
	width: 220px;
	margin-bottom: 5px;
}

.footer {
	width: 760px;
	background: #fbfbfb url(images/footer_background.jpg) repeat-x;
	padding: 15px 20px 40px;
}

.divider {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-bottom: 0px;
}

.borderleft {
	border-left: 1px dashed #E6E6E6;
}
.borderright {
	border-right: 1px dashed #E6E6E6;
}
