@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #fff;
}
#container {
	width: 1024px;
	margin: auto;
}

#outheader {
	background-color: #FFF;
}

#header {
	width: 1024px;
	margin: auto;
	height: 274px;
}
#header h1 {
	width: 1000px;
	height: 274px;
	background: url(images/logo2.jpg);
	text-indent: -9999px;
}

#add {
	position: absolute;
	top: 20px;
	left: 1150px;
	
}

#add li {
	font-family: 'Arial', sans-serif;
	color: #666;
	font-size: 1em;
	padding-bottom: 7px;
	text-align: right;
	letter-spacing: 1px;
}
#content {
	background-color: #fff;
	overflow: auto;
	width: 1024px;
	margin: auto;
}
#outbanner {
	background-color: #663399;
	padding: 0px 0px 5px 0px;
	width: 1004px;
	margin: auto;
	}
#banner {
	width: 1004px;
	margin: auto;
	height: 300px;
	background-color: #fff;
}
/*-------------------------------MAIN TEXT ---------------------*/


#content-text {
	padding-top: 20px;
}
#main {
	float: left;
	width: 680px;
	background-color: #fff;
	margin-left: 10px;
	min-height: 400px;
	margin-bottom: 20px;
}
#main h2 {
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	color: #020c14;
	text-transform: uppercase;
	padding: 0px 10px 20px 10px;
}
#main p {
	font-family: 'Roboto', sans-serif;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 170%;
	color: #666;
}
#main h3 {
	padding-left: 10px;
	font-size: 1.1em;
	color: #FFF;
	padding-bottom: 10px;
}
#main h4 {
	font-size: 0.9em;
	color: #FFF;
	padding: 10px;
}
#main ul {
	padding-left: 50px;
	list-style-type: disc;
	color: #000;
	list-style-position: 10px;
}
#main li {
	font-size: 1em;
	padding-bottom: 10px;
	line-height: 110%;
	padding-left: 20px;
}
#main ul ul {
	padding-top: 5px;
}
#main ul ul li {
	font-size: 1em;
}
/*--------------------SIDEBAR--------------------*/

#sidebar {
	float: right;
	width: 300px;
	background-color: #663399;
	margin-right: 10px;
	min-height: 400px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#sidebar h3 {
	font-size: 1.2em;
	line-height: 150%;
	font-family: 'Roboto', sans-serif;
	padding: 20px 20px 20px 20px;
	text-transform: uppercase;
	color:#fff;
}
#sidebar ul {
	padding-bottom: 10px;
	padding-left: 40px;
	list-style-image: url(images/bullet-rect-grey.jpg);
}
#sidebar li {
	font-size: 1em;
	padding: 5px 2px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
#sidebar li li {
	margin-left: 20px;
}

/*-------------------MENU NAVIGATION-------------------------------------------*/


#navbar {
	width: 1024px;
	margin: auto;
	z-index: 1000;
}
#navbar ul ul {
	display: none;
}
#navbar ul li:hover > ul {
	display: block;
	z-index: 1000;
}
#navbar ul {
	padding: 0 10px;
	list-style: none;
	position: relative;
	display: inline-table;
}
#navbar ul:after {
	content: "";
	clear: both;
	display: block;
}
#navbar ul li {
	float: left;
}
#navbar ul li:hover {
	background: #666;
	
	z-index: 1000;
}
#navbar ul li:hover a {
	color: #fff;
}
#navbar ul li a { /* this is settings at rest state */
	display: block;
	padding: 10px 80px;
	color: #909;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1em;
}
#navbar ul ul {
	background: #1e3363;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}
#navbar ul ul li {
	float: none;
	border-bottom: 1px solid #4E82FF;
	position: relative;
}
#navbar ul ul li a { /* this is settings at hover state */
	padding: 10px 28px;
	color: #fff;
	text-transform: none;
}
#navbar ul ul li a:hover {
	background: #396;
}
#navbar ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
/*-----SUBNAV------*/

#subnav {
	padding-top: 20px;
	width: 1024px;
	margin: auto;
	padding-bottom: 20px;
}
#subnav ul {
	display: inline-table;
}
#subnav ul li {
	float: left;
	font-weight: bold;
}
#subnav ul li a {
	display: block;
	padding: 5px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#subnav li ul {
	clear: float;
}
#subnav ul ul ul {
	display: none;
}
#subnav ul ul li {
	float: none;
	font-weight: normal;
}
img.alignright {
	float: right;
	padding: 10px;
}
iframe {
	padding-bottom: 20px;
}
/*-----------APPOINTMENT----------------------*/

#appointments {
 margin: 0 auto;
 text-align: center;
 margin-top: 20px;
 background: #FFF;
 border-top: 1px solid #CCC;
 padding-bottom: 20px;
}
#appointments li {
	display: inline-block;
	padding-left: 100px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#appointments h2 {
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	color: #020c14;
	text-transform: uppercase;
	padding: 10px 10px 10px 20px;
	text-align: left;
}

/*---------------FOOTER--------------------*/
#footer {
	clear: both;
	width: 100%;
	margin: auto;
	background-color: #666;
	height: 150px;
}
#sub-footer p {
	color: #FFF;
	font-size: 0.8em;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}

#sub-footer p.strong {
	font-weight: bold;
	font-size: 105%;
}
#sub-footer {
	width: 1024px;
	margin: auto;
	padding-top: 20px;
}