@charset "utf-8";

/* This first part is to reset all margins etc so all browsers start from same blank page */
/* ------------------------------------ START undo_html.css ----------------------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal }
/* ------------------------------------ END undo_html.css ----------------------------------*/

/* ----------------------------------- Start Standard CSS ---------------------------------- */

html {
overflow: auto;
}
body {
	font: 80% Arial, Verdana, sans-serif;
	background: #E7E7E7 url(../images/bg.jpg) repeat-x top left;
	margin-top: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
/* ----- Text Stylings ----- */
h1{
	font-size:140%;
	font-weight:bold;
	color: #336699;
	padding-bottom: 10px;
	border-bottom: 1px solid #336699;
}
h2{
	font-size:230%;
	font-weight:bold;
	color: #1099D0;
	padding-bottom: 0px;
	line-height: 28px;
}
h2.orange {
	font-size:220%;
	font-weight:bold;
	color: #FF9900;
	padding-bottom: 0px;
	line-height: 26px;
}
h3{
	font-size:140%;
	font-weight:bold;
	color: #336699;
	padding-bottom: 10px;
	border-bottom: 1px solid #336699;
}
h4{
	font-size:120%;
	font-weight:bold;
	color: #333333;
	padding-bottom: 6px;
}
h5{
	font-size:180%;
	font-weight:bold;
	color: #7FCF22;
	padding-bottom: 10px;
	line-height: 24px;
}
h6{
	font-size:120%;
	font-weight:bold;
	color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 14px;
}
.green {
	color: #76923C;
}
h4.green a, h4.green a:visited, h4.green a:hover{
	color: #76923C;
}
.blue {
	color: #1099D0;
}
.orange {
	color: #FF9900;
}
.padding10top {
	padding-top: 10px;
}
.minus5top {
	margin-top: -5px;
}
.bigger { font-size: 110%;}
.smaller { font-size: 90%;}
p {
	margin: 10px 0 10px;
}
.small {
	font-size: 10px;
	color: #99DCFD;
	line-height: 11px;
	padding: 0px 5px 0px 5px;
}
input {
	color: #333333;
}
#content ul {
	margin: 10px 0 10px 0;
}
#content ul ul {
	margin: 10px 0 0px 0;
}
#content li {
	list-style-image: url(../images/dot.gif);
	padding-bottom: 5px;
	margin: 0 0 0 18px;
}
#content li li {
	list-style-image: url(../images/dot.gif);
	padding-bottom: 5px;
	margin: 0 0 0 18px;
}
#bulletBox ul li {
	list-style-image: url(../images/bulletdot.gif);
	padding-bottom: 5px;
	margin-left: 18px;
}
a:link {
	color: #0E97D1;
	text-decoration: none;
}
a:visited {
	color: #3ABBF1;
	text-decoration: none;
}
a:hover {
	color: #3ABBF1;
	text-decoration: underline;
}
#bulletBox a:link, #bulletBox a:visited {
	color: #333333;
	text-decoration: none;
}
#bulletBox a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
/* ------------------------------------- Start Divs ---------------------------------------- */

#container {
	width: 780px; 
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid #000000;
	text-align: left;
	padding-bottom: 10px;
}
#header {
    height: 180px;
	color: #666666;
	background: url(../images/header.jpg) no-repeat left top; 
	padding: 0px 0px 0px 0px; /* top right bottom left */
}
#logo {
	float: left;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 100px;
}
* html #logo {
	padding: 0px;
	margin: 16px 130px 0 50px;
}

#mini-menu {
	float: right;
	text-align: right;
	margin: -90px 24px 0 0;
	width:300px;
	height:30px;
	color: #0E97D1;
}
* html #mini-menu {
	margin: -85px 16px 0 0;
	width:300px;
}
#mini-menu a, #mini-menu a:visited {
	color: #0E97D1;
	font-weight:bold;
	text-transform:uppercase;
    text-decoration: none;
	font-size: 11px;
}
#mini-menu a:hover {
	color: #0C7BAB;
    text-decoration: none;
}
#menu_container {
    height: 50px;
	padding: 108px 0px 0px 31px;
	bottom: 0px;
}
* html #menu_container {
	padding: 0px;
	margin: 38px 0px 0px 33px;
}
*:first-child+html #menu_container {
	padding: 0px;
	margin: 108px 0px 0px 33px;
}
#mainContent {
	padding: 10px 8px 10px 8px; 
	height: 100%;
	overflow: hidden;
}
#leftBox {
	background: url(../images/main_box_bg.jpg) no-repeat left top;	 
	width: 538px;
	height: 320px;
	float: left;
}
*html #leftBox {
	height: 280px;
}
#leftContent {
	height: 100%;
	color: #333333;
	line-height: 10px;
	padding: 24px 255px 10px 20px;
}
#rightBox {
	background: url(../images/side_boxes_bg.jpg) no-repeat left top;
	width: 218px;
	height: 320px;
	float: right;
}
*html #rightBox {
	height: 280px;
}
#rightContent {
	height: 100%;
	color: #FFFFFF;
	padding: 14px 0px 10px 0px;
}
.more-info-box {
	padding: 20px 25px 0 90px;
	margin-bottom: 28px;
}
.more-info-box a, .more-info-box a:hover, .more-info-box a:visited {
	float: left;
	color: #ffffff;
	text-decoration:underline;
	margin-top: -8px;
}
#main_text {
	padding: 20px 10px 20px 10px;
}
#textBox {
	width: 538px;
	float: left;
	background: url(../images/main_content_box_top_bg.gif) no-repeat left top;
	padding-top: 10px;
}
#content {
	background: url(../images/main_content_box_mid_bg.gif) repeat-y left top;
	padding: 5px 20px 10px 20px;
	line-height: 18px;
}
#textBoxend {
	width: 538px;
	float: left;
	background: url(../images/main_content_box_bottom_bg.gif) no-repeat left bottom;
	padding-top: 10px;
}
#bulletBox {
	padding: 15px 0px 10px 10px;
	width: 208px;
	float: right;
}
#leftBottomBox { 
	float: left;
	width: 538px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 10px;
}
#leftBottomBox p { 
	padding: 0px 15px 0px 0px;
}
#leftBottomContent1 {
	width: 33%;
	float: left;
	height: 100%;
	color: #333333;
	line-height: 16px;
	padding: 10px 0px 10px 0px;
	background: url(../images/bottom_spacer.gif) no-repeat right top;
}
#leftBottomContent2 {
	width: 33%;
	float: left;
	height: 100%;
	color: #333333;
	line-height: 16px;
	padding: 10px 0px 10px 0px;
	background: url(../images/bottom_spacer.gif) no-repeat right top;
}
#leftBottomContent3 {
	width: 33%;
	float: left;
	height: 100%;
	color: #333333;
	line-height: 16px;
	padding: 10px 0px 10px 0px;
}
#rightBottomBox {
	background: url(../images/side_boxes_bottom_bg.jpg) no-repeat left top;
	width: 218px;
	height: 325px;
	float: right;
}
#rightBottomContent {
	height: 100%;
	color: #FFFFFF;
	padding: 10px 0px 10px 0px;
}
.more-info-bottom-box {
	padding: 16px 10px 0 16px;
	margin-bottom: 32px;
}
.more-info-bottom-box h6 {
	font-weight: normal;
}
.more-info-bottom-box a, .more-info-bottom-box a:hover, .more-info-bottom-box a:visited {
	float: right;
	color: #333333;
	text-decoration:underline;
	margin-top: -7px;
	padding: 0px 4px 1px 4px;
	background-color:#FFFFFF;
	font-size: 11px;
}
.more-info-bottom-box.extra-padding { 
	padding-top: 0px 0px 0px 0px;
	margin-top: -10px;
}
#appointment { 	margin: 15px 0 10px 0; }
.appointment a:link, .appointment a:hover, .appointment a:visited {
	font-size:100%;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:underline;
	padding: 8px 10px 8px 10px;
	background-color:#1099D0;
}
.calendar {float: right;}
#appointment_left {float: left; width: 335px;}
#footer {
    width: 100%; 
	height: 80px;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-size: 85%;
	color: #666666;
	padding: 1px 0 1px 0;
	border-top: 1px solid #cccccc;
}
.colorline1 {
	width: 498px;
	height: 1px;
	line-height: 1px;
	background: #336699;
	margin-left: 0px;
}
.colorline2 {
	width: 520px;
	height: 1px;
	line-height: 1px;
	background: #333333;
	margin-left: 0px;
}
.clearfloat { clear: both; }
#bookmark {
	float: right;
	text-align: right;
	margin: -12px 24px 0 0;
	width:300px;
	height:30px;;
	color: #0E97D1;
}
#form {
	margin-left: -3px;
}
/* ------------------------------------- Menu Style ---------------------------------------- */
#tabs1 {
       width: 770px;

        margin: 0;
        border-bottom: 0px solid #696;
        position:relative;
        z-index:2;
}
#tabs1 li {
        float: left;
        margin: 0;
        padding: 0;
        display: inline;
        list-style: none;
        position:relative;
}
#tabs1 li.first {
        border-left: 1px solid #44BEF1;
}
#tabs1 a {
        float: left;
        font-size: 11px;
		font-family:  Arial;
        line-height: 20px;
        padding: 14px 28px 16px 28px;
		font-weight:bold;
		text-transform:uppercase;
        text-decoration: none;
        color: #FFFFFF;
		border-right: 1px solid #44BEF1;
}
#tabs1 a.current, #tabs1 a.current:hover {
		background: #44BEF1;
        float: left;
        font-size: 11px;
		font-family:  Arial;
        line-height: 20px;
		text-transform:uppercase;
        text-decoration: none;
        color: #FFFFFF;
		cursor: default;
}
#tabs1 a:hover {
        float: left;
        font-size: 11px;
		font-family:  Arial;
        line-height: 20px;
		text-transform:uppercase;
        color: #CAECFB;
}

