/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#3f3222;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:18px;
	background-color:#53617c;
}
#main-repeat {
	width:auto;
	background:url(../images/bg.png);
	min-width:921px;
}
#main-top {
	width:auto;
	min-width:921px;
	background:url(../images/bg_top.png) repeat-x top;
}
#wrapper {
	width:921px;
	margin:0px auto;
	background:url(../images/wrapper_shadow.png) repeat-y;
}
#bottom, #top {
	width:921px;
	margin:0px auto;
}
a, a:focus {outline:none}

/* @@@@@[ Footer  ]@@@@@ */
#footer {
	width:auto;
	min-width:921px;
	background:url(../images/bg_footer.gif) top repeat-x;
	min-height:50px;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
.clrSolo {
	clear: both; 
 	font-size: 0px; 
 	line-height: 0px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
	height: 0;
	display:none;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
a {
	text-decoration:none;
	color:#994708;
}
a img {
	border:none;
}
a:hover {
	text-decoration:underline;
}

/* @@@@@[  Headings  ]@@@@@ */
h1 {
	margin:0px;
	padding: 3px 0 10px 0;
	border-bottom:2px solid #57a3d0;	
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#000;
	width:643px;
}
h2 {
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px solid #57a3d0;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#000;
}

/* @@@@@[  Homepage  ]@@@@@ */

/*Header*/
#header {
	width:860px;
	padding:0 24px 0 21px;
	height:105px;
	position:relative;
	background:url(../images/header_bg.png) repeat-x;
	margin-left:8px;
	margin-right:8px;
}
#logo {
	position:absolute;
	left:20px;
	top:0;
}
#search {
	width:280px;
	height:20px;
	position:absolute;
	top:16px;
	right:24px;
}
#search_btn {float:right}
#search input {
	width:158px;
	margin:0;
	margin-left:12px;
	margin-right:3px;
	padding:3px 5px 0 5px;
	height:20px;
	background:url(../images/search_input.png) no-repeat;
	border:none;
	font-size:11px;
}
#middle-section {
	width:878px;
	padding:6px 6px 9px 21px;
	min-height:263px;
	background:#fff url(../images/middle_bg.png) bottom repeat-x;
	margin-left:8px;
	margin-right:8px;
}
#flash {
	width:662px;
	height:263px;
	float:right;
}

/*Content*/
#content {
	width:905px;
	background: #fff url(../images/content_bg.png) top repeat-x;
	margin-left:8px;
	margin-right:8px;
	min-height:170px;
}
#main-content {
	width:644px;
	padding:16px 20px 30px 20px ;
	min-height:200px;
	float:right;
	font-size:12px;
}
#main-content p {
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	color:#13457a;
	text-align:justify;
}
p#intro {color:#57a3d0;}
#main-content a {
	color:#13457a;
	font-style:italic;
	text-decoration:underline;
}
#main-content a:hover {
	text-decoration:none;
}
#main-content ul.list {
	margin:0;
	padding:5px 0 0 30px;
	color:#13457a;
	list-style:none;
}
#main-content ul.list li {
	padding-left:10px;
	padding-bottom:10px;
	background:url(../images/bullet5.gif) 0px 7px no-repeat;
}
#main-content ul.list ul {
	margin:5px 0 0 0;
	padding:0 0 0 20px;
	list-style:none;
}
#main-content ul.list ul li {
	padding-left:12px;
	padding-bottom:2px;
	background:url(../images/bullet6.gif) 0px 6px no-repeat;
}
.imgLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imgRight {
	float:right;
	margin:15px 0 10px 10px;
}
.newsThumb 
{
	float:left;
	margin:15px 10px 10px 0;
	padding:3px;
	border:1px solid #ccc;
}
/*Login Box*/
#login-box {
	width:174px;
	padding:15px 18px 0 4px;
	background-color:#5aacdf;
	border-left:1px solid #307fc1;
	border-right:1px solid #307fc1;
	text-align:right;
}
#login-box input.login-fields {
	width:105px;
	height:15px;
	margin-bottom:5px;
	* margin-bottom:3px;
	
	border:1px solid #b0dbf1;
}
#login-box-links {
	width:188px;
	padding:10px 4px 0 4px;
	background-color:#5aacdf;
	border-left:1px solid #307fc1;
	border-right:1px solid #307fc1;
	text-align:left;
}
#login-box-links .link a {
	padding-left:10px;
	color:#fff;
	font-style:italic;
	line-height:18px;
	font-size:13px;
	padding-bottom:7px;
	display:block;
	background:url(../images/bullet7.gif) 3px 6px no-repeat;
}
#login-box label {
	padding-right:8px;
	color:#fff;
	vertical-align:top;
}
/*Subnav*/
#subnav {
	width:198px;
	margin:0;
	padding:0;
	margin-bottom:20px;
	list-style:none;
	display:block;
	font-size:12px;
}
#subnav .home 
{
	margin-bottom:0 !important;
}
#subnav li.first {
	padding-top:20px;
	background:url(../images/subnav_top.png) top no-repeat;
}
#subnav li.last {
	padding-bottom:20px;
	background:url(../images/subnav_bottom.png) bottom no-repeat;
}
#subnav li {
	padding:7px 20px 7px 10px;
	position:relative;
	text-align:right;
	background:url(../images/subnav_bg.png) repeat-y;
}
#subnav li a {
	padding-right:28px;
	height:20px;
	display:block;
	color:#13457A;
	background:url(../images/bullet2.png) right center no-repeat;
}
#subnav li a:hover {
	background:url(../images/bullet2_hover.png) right center no-repeat;
}
/* SUBMENU */
.submenu {
min-width:250px;
padding:0;
border:1px solid #289ff5;
position:absolute;
display:none;
left:185px;
top:8px;
z-index:2;
background:#cde2f0 url(../images/submenu_bg.gif) left repeat-y;
}
#subnav li.first .submenu {
top:21px;
}
.submenu a {
padding:5px 5px 5px 35px !important;
height:auto !important;
display:block;
background:none !important;
text-align:left;

}
.submenu a:hover {
background-color:#70baf2 !important;
}


/*Sidebar Section*/
#sidebar {
	width:200px;
	min-height:100px;
	padding:19px 0 20px 21px;
	float:left;
}
.box-title {
	width:173px;
	height:31px;
	padding-left:25px;
	padding-top:5px;
	font-size:12px;
	line-height:25px;
	background:url(../images/box_title.png) no-repeat top;
}
.box-title a {
	margin:0;
	padding-left:25px;
	padding-top:2px;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#000;
	background:url(../images/bullet2.png) 0 5px no-repeat;
	display:block;
}
.box-title a:hover {
	background:url(../images/bullet2_hover.png) 0 5px no-repeat;
}
.box {
	width:186px;
	padding:5px 5px 20px 5px;
	background-color:#eff4f8;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	line-height:11px;
}
.box p {
	margin:0;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:5px;
	font-size:10px;
	line-height:14px;
}
.box a {
	margin:0;
	color:#5baedf;
	padding-left:10px;
	background:url(../images/bullet.png) 0 3px no-repeat;
	display:block;
}

/* @@@@@[  Secondary  ]@@@@@ */
.banner {
	margin-top:18px;
	margin-left:19px;
}
ul.section-list {
	margin:0;
	padding:0;
	padding-left:50px;
	font-size:12px;
	color:#13457a;
}

/* Location Tab */
#tabs-wrapper {
	width:644px;
	margin-top:20px;
	color:#333;
}
.tabs-content {
	display:none;
	padding:4px;
	border:1px solid #0ab8c7;
	border-top:2px solid #0ab8c7;
	min-height:300px;
	width:625px;
}

.tabs-content-grid {
	display:none;
	padding:4px;
	border:1px solid #0ab8c7;
	border-top:2px solid #0ab8c7;
	min-height:300px;
}
#tabs-nav {
	height:32px;
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
#tabs-nav li {
	height:32px;
	margin:0 4px 0px 0;
	padding:0;
	border-bottom:none;
	float:left;
	line-height:13px;
	font-size:13px;
	color:#555;
	cursor:default;
	display:inline;
	background:url(../images/tab_left.gif) left top no-repeat;
}
#tabs-nav li a
{
	text-decoration:none;
}
#tabs-nav li span {
	padding:8px 13px;
	height:16px;
	display:block;
	background:url(../images/tab_right.gif) right top no-repeat;
}
#tabs-nav li:hover {
	cursor:pointer;
}
#tabs-nav li.active,
#tabs-nav li.active:hover {
	height:32px;
	padding:0;
	color:#fff;
	font-weight:bold;
	background:url(../images/tab_left_active.gif) left top no-repeat;
}
#tabs-nav li.active span {
	background:url(../images/tab_right_active.gif) right top no-repeat;
}
/*MAP*/
.map-box {
	border-top:1px solid #aaa;
	padding-top:20px;
	font-size:15px;
	text-align:center;
}
#address-info {
	min-height:70px;
	padding:5px;
	border:2px solid #0ab8c7;
}
/* SLIDE TOGGLE */
ul.slide-toggle {
	margin:0;
	padding:0px 0 0 10px;
	list-style:none;
	font-size:12px;
	color:#13457a;
}
ul.slide-toggle li.title {
	padding-top:3px;
	padding-left:24px;
	font-weight:bold;
	background:url(../images/bullet3.png) 0px 6px no-repeat;
}
ul.slide-toggle li.title span {
	cursor:pointer;
}

ul.slide-toggle li.expand {
	display:none;
	padding-left:25px;
	padding-bottom:0px;
}
ul.slide-toggle li.active {
	background:url(../images/bullet4.png) 0px 6px no-repeat;
}

/* TABLE SLIDE TOGGLE */
table.slide-toggle {
	margin:0;
	padding:20px 0 0 30px;
	list-style:none;
	font-size:12px;
	color:#13457a;
}
table.slide-toggle tr td div.title {
	padding-top:3px;
	padding-left:24px;
	font-weight:bold;
	background:url(../images/bullet3.png) 0px 6px no-repeat;
}
table.slide-toggle tr td div.title span {
	cursor:pointer;
}

table.slide-toggle tr td div.expand {
	display:none;
	padding-left:25px;
	padding-bottom:0px;
}
table.slide-toggle tr td div.active {
	background:url(../images/bullet4.png) 0px 6px no-repeat;
}
/*NAV*/
#nav {
	height:35px;
	margin:0;
	padding:0;
	margin-top:68px;
	float:right;
	list-style:none;
	overflow:hidden;
}
#nav li {
	height:35px;
	margin:0 0 0 3px;
	padding:0;
	float:left;
	line-height:15px;
	font-size:12px;
	cursor:default;
	display:inline;
	background:url(../images/nav_left.png) left top no-repeat;
}
#nav li a {
	height:25px;
	margin:0;
	padding:10px 15px 0 15px;
	display:block;
	color:#3e3e3e;
	background:url(../images/nav_right.png) right top no-repeat;
}
#nav li a:hover {
	text-decoration:none;
}
#nav li.active, #nav li.active:hover {
	background:url(../images/nav_left_active.png) left top no-repeat;
}
#nav li.active a, #nav li.active:hover a {
	color:#fff;
	background:url(../images/nav_right_active.png) right top no-repeat;
}
#nav li:hover {	background:url(../images/nav_left_hover.png) left top no-repeat;}
#nav li:hover a {background:url(../images/nav_right_hover.png) right top no-repeat;}

/*FORM*/
.form 
{
	
	margin:0;
	* padding:1px 20px 30px;
	margin-top:20px;
	text-align:right;
}
.form label {font-size:12px; padding-right:7px;}
.form input, .form select, .form textarea {margin-right:10px;font-size:12px; line-height:14px; border:1px solid #abadb3;}
.form input {height:18px; }
.form select {height:22px;}
.form label {font-weight:bold;}
.form p {
	padding-left:0px;
	padding-right:0px;
	text-align:justify;
}

.require
{
	color: Red;
}

.calendar
{
	
	margin-left:4px;
	margin-top:6px;
	margin-bottom:-18px;
}
.calendar a
{
	font-size:7pt ;
	background:none;
	font-family:Tahoma;
}

.address-table 
{
	color:#13457a;
	border:1px solid #57a1ce;
	background:url(../images/addr_table_head.gif) 2px 2px no-repeat;
}
.titlecell
{
	font-size: 14px;
	font-weight: bold;
}

.radiobt
{
	 border: none!important;
}
input[type=radio]
{
	border: none!important;
	vertical-align:top;
	margin-top:2px;
	* margin-top:0px;
}

a.headertitle {
	margin:0;
	color:#5baedf;
	padding-left:10px;
	background:url(../images/bullet.png) 0 5px no-repeat;
	* background:url(../images/bullet.png) 0 3px no-repeat;
	display:block;
	font-size:11px;
	font-weight:bold;
	
	padding-bottom:5px ;
}

a.headertitle:hover
{
	text-decoration:underline!important;
}
a.headertitle:hover 
{
	text-decoration:none!important;
}
a.headertitle_a {
	margin:0;
	color:#5baedf;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:5px ;
}
a.headertitle_a:hover  
{
	text-decoration:underline!important;
}

.headertitlenew {
	margin:0;
	color:#5baedf;
	padding-left:10px;
	background:url(../images/bullet.png) 0 5px no-repeat;
	* background:url(../images/bullet.png) 0 3px no-repeat;
	display:block;
	font-size:11px;
	font-weight:bold;
	
	padding-bottom:5px ;
}