body {
	width:100%;margin: 8px 0 0 0;
	background-image: url(../images/bg-gradient.gif);
	background-repeat: repeat-x;background-color:#E8F3F5;
	font-family:tahoma,verdana,Arial;color:#0069a4;
	font-size:1.0em;
	text-align:center;
}
body * {
	font-family:inherit;color:inherit;
}

a img {border:0px}

div.hr {
	border:0px;padding:0px;margin:0px;
	background-image: url(../images/horiz-dots.gif);
	background-repeat: repeat-x;height:1px;line-height:1px;
}

h1 {
	font-size:1.1em;
	text-align:left; margin:0px;padding:0px;text-transform:uppercase;
}
h2 {
	font-size:1.5em;
	text-align:right; margin:0px;padding:0px;
}
h3,.h3 {font-size:1.2em;text-align:left}
h4,.h4 {font-size:1.1em;text-align:left}

h3 a:visited, h3 a, h4 a:visited, h4 a {text-decoration:none;color:#0069a4}
h3 a:hover, h4 a:hover {text-decoration:underline}

table {width:100%;border-collapse:collapse;font-size:1em}
table tr td, table tr th, table tbody tr td, table tbody tr th {vertical-align:top}
table caption {font-size:1.1em;margin-bottom:1em}
td.r,th.r {border-right:1px solid #0069a4}
td.l,th.l {border-left:1px solid #0069a4}
td.b,th.b {border-bottom:1px solid #0069a4}
td.t,th.t {border-top:1px solid #0069a4}
td,th {padding:3px;vertical-align:top;text-align:left}
table thead tr td, table thead tr th {vertical-align:bottom}
tr.highlight td,tr.highlight th {background-color:#99c9f4;color:#ffffff;font-weight:bold}
tr.tdots {background-image: url(../images/horiz-dots.gif);background-repeat: repeat-x}
td.p66, th.p66 {width:66%}
td.p34, th.p34 {width:34%}
td.p25, th.p25 {width:25%}
td.p22, th.p22 {width:22%}
td.p11, th.p11 {width:22%}

a {color:#0089f4}
a:visited {color:#6900a4}
a:hover {text-decoration:underline}
a[target="_blank"] {color:#f40089}
a:visited[target="_blank"] {color:#a40069}
ul * a, ol * a {text-decoration:none}
ul * a:hover, ol * a:hover {text-decoration:underline}

button {color:#000000;}

.indent {margin-left:20px}
ul li {list-style-type:disc}
caption {font-size: 0.85em;font-weight:bold;text-align:left}

a img {border-width:0px}
img.right {float:right;margin-left:10px;margin-bottom:10px;margin-top:10px}
img.left,div.left,button.left {float:left;margin-right:10px;margin-bottom:10px;margin-top:10px}
button.left {float:left;}
div.right, p.right, td.right, th.right {text-align:right}
.center {text-align:center}
.m10t {margin-top:10px}
.m10b {margin-bottom:10px}
.p95 {width:95%;}

.bluebox,.greybox,.whitebox {
	margin:7px;padding:7px;
}
.bluebox {
	background:#f7f7f7;border:1px solid #0069a4;
}
.greybox {
	background:#f7f7f7;border:1px solid #dddddd;
}
.whitebox {
	background:#ffffff;border:1px solid #0069a4;
}

#centerBlock {
	width:780px;
	background-color:#ffffff;
	margin-left:auto;margin-right:auto;margin-bottom:30px;
	background-image: url(../images/top-bg.gif);
	background-repeat:no-repeat;
	text-align:left;
	overflow:auto;
}

#logo {float:left;}

#globalMenu {
	text-align:right;padding-top:62px;
	font-size:0.7em;
	font-weight:bold;
	clear:right;float:right;margin-bottom:10px;
}
#globalMenu a, #globalMenu a:visited {
	text-decoration:none;color: #0069a4;text-transform:capitalize;
}
#globalMenu a:hover, #globalMenu a:visited:hover {
	text-decoration:underline;
}

#searchresults {margin:10px;}


/*[START] Main Menu Controls*/
/* -------------general menu controls - start------------------*/
/* position and general settings*/
#mainMenu {
	height:28px;width:100%;
	position:relative;
	z-index:200;
	overflow:visible;
	border-top:1px solid #ffffff;
	margin: 0px;padding: 0px;
	background-color:#0189C3;
	clear: both; 
}

/* remove the list style */
#mainMenu ul {
	z-index:200;
	padding:0px;margin:0px;
	list-style-type:none;
}

/* -----------------general menu controls - end--------------------*/

/*--------------------top level controls - start-----------------------*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mainMenu li {
	display:inline;
	float:left;
	margin:0px;padding:0px;
	list-style:none;
	position:relative;
	text-align:center;
}
/* top level ccontrols */
#mainMenu a, #mainMenu a:visited {
	text-transform:uppercase;
	font-family:"Trebuchet MS",tahoma,verdana,Arial;
	font-weight:bold;font-size:0.8em;
	display:block;
	text-decoration:none;
	color:#ffffff; 
	background-color:#3aa3cf;
	padding: 0px 14px 0px 8px;
	line-height:28px;
	border-right:solid 1px #e0e6eC;
	text-align:left;
}
#mainMenu ul li a.highlight, #mainMenu ul li a.highlight:visited {background-color:#0189c3;}
#mainMenu ul li a:hover, 
#mainMenu ul li a:visited:hover, 
#mainMenu ul li a.highlight:hover, 
#mainMenu ul li a.highlight:visited:hover,
#mainMenu ul li ul li a:hover, 
#mainMenu ul li ul li a:visited:hover, 
#mainMenu ul li ul li a.highlight:hover, 
#mainMenu ul li ul li a.highlight:visited:hover {background-color:#4dabd4;color:#ffffff}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#mainMenu ul li table {position:absolute; top:0; left:0;}


/* style the second level links */
#mainMenu ul ul a, #mainMenu ul ul a:visited, #mainMenu ul ul a:hover {
	font-size:11px;
	float:left;
	background:#f0f7f8;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	height:auto;  
	padding:4px 7px; 
	width:160px;
	color:#0069a4;
	text-transform:none;
	border-top:1px solid #ffffff;
	line-height:1.5em
}

#freetel {
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
}

#freetel a {display:in-line;padding:0px;margin:0px}
#freetel a img {float:right}


/*------------------------second level controls - end----------------------*/

/*------------------------control visibility - start----------------------*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainMenu ul li ul,#mainMenu ul li table {
	visibility:hidden;
	position:absolute;
	height:0;top:25px;left:0; 
	width:160px;
	padding-top:4px;

}
/* make the second level visible when hover on first level */
#mainMenu ul li:hover ul,
#mainMenu ul a:hover ul,
#mainMenu ul li:hover table,
#mainMenu ul a:hover table {
	visibility:visible;
}
/*------------------------control visibility - end----------------------*/
/*[END]  Main Menu Controls*/


#bluespacer {
	width:100%;height:6px;line-height:6px;font-size:6px;
	background-color:#e0eff2;
	border-top: 1px solid #ffffff;
}

#leftColumn {
	width:271px;float:left;border-top:1px solid #ffffff;background-color:#ffffff;height:100%;
	padding-bottom:30px;
}
#fader {
	width:271px;height:200px;background-color:#ffffff;
	background-image:url(../images/section-bg.gif);
	background-repeat:repeat-x;
}
#sectionHead {
	background-image: url(../images/vert-dots.gif);
	background-repeat: repeat-y;
	margin-left:33%;margin-top:-10px;
	padding-left:7px;
}
#relLinks {
	margin-top:10px;font-size:0.7em;padding-bottom:10px;
}
#relTitle {
	font-weight:bold;
}
#relLinks img {
	margin-right:3px;margin-bottom:2px;
}
#relLinks a,#relLinks a:visited {color:#0069a4;}
#extraContent,.extraContent {
	font-size:0.80em;text-align:left;padding:10px;padding-top:0px
}


#rightColumn {
	float:right;width:508px;text-align:left;background-color:#ffffff;
}

#topBar {
	background-image: url(../images/sublink-bg.gif);
	background-repeat: repeat-y; border-top: 1px solid #fff;
	padding-top:9px;padding-left:10px;padding-bottom:5px;margin-bottom:12px;
	font-size:0.75em;
}
#topBar.wide {
	background-image: url(../images/sublinkwide-bg.gif) top left !important;
	padding-left:0px;
}
#topBar a:first-child {font-weight:bold;text-decoration:none;}
#topBar a, #topBar a:visited {text-decoration:underline;color:#0069a4;text-transform:capitalize}
#topBar a:hover {text-decoration:underline}
#topBar img {margin: 4px 10px 2px 5px}
#topBar .hr {margin-top:5px;margin-bottom:5px}

#main,.main {
	width:450px;padding-left:15px;margin-top:0px;margin-bottom:15px;padding-bottom:15px;
	float:left;font-size: 0.80em; text-align:left
}
#main.wide {width:760px;}
#breadcrumblinks {text-transform:uppercase;}
#breadcrumblinks a,
#breadcrumblinks a:visited {
	font-size:0.7em;margin:0px;text-align:left;
	font-weight:bold;text-decoration:none;
	color:#0069a4;
}
#breadcrumblinks a:hover,
#breadcrumblinks a:visited:hover {
	text-decoration:underline;
}
#breadcrumblinks img {
	margin-bottom:2px
}
#leadparagraph {
	margin-bottom:20px;
}
.dotted_border_left {
	background-image: url(../images/vert-dots.gif);
	background-repeat: repeat-y;
	padding-left:10px;
}
#features {
	float:right;
	margin-left:10px;margin-bottom:10px;padding-left:10px;padding-bottom:10px;
	background-image: url(../images/vert-dots.gif);
	background-repeat: repeat-y;
	line-height:125%;
}
#features a, #features a:visited  {
	color:#0069a4;
}
#features a:hover, #features a:visited:hover  {
	color:#0089c4;
}

#bottomBar {
	width:100%;margin-top:10px;
	background-color: #0189C3;
	font-weight:bold;font-size:0.6em;
	padding: 2px 0px 2px 0px;
	clear:both;
}
#bottomBar a, #bottomBar a:visited {
	text-decoration:none;color: #ffffff;
	margin:0px;
	padding: 2px 10px 2px 5px;
	border-right:1px solid #ffffff;
	background-color: #3aa3cf;
	text-transform:uppercase;
}
#bottomBar a.highlight, #bottomBar a.highlight:visited {background-color:#0189c3;}
#bottomBar a:hover, #bottomBar a:visited:hover, #bottomBar a.highlight:hover, #bottomBar a.highlight:visited:hover {background-color:#4dabd4;}
#bottomBar a.copyright, #bottomBar a.copyright:visited, #bottomBar a.copyright:hover, #bottomBar a.copyright:visited:hover {
	text-transform:none;border-right:0px;background-color: #0189C3;
}

div.clearer {clear:both;}

.sml {font-size:0.8em}
.med {font-size:0.9em}
.big {font-size:1.3em}

.green {
	color: #55aa55 !important;
}
.red {
	color: #aa5555 !important;
}

.abs {position:absolute;}
.p5 {padding:5px;}
.m10 {margin:10px;}

#head_left {
	width:350px;font-size:0.8em;float:left;
}
#head_left_container {
	background:#e0eff2;width:350px;left:0px;top:0px;
}
#mission_statement {
	margin:10px;margin-top:5px;margin-bottom:5px;background:transparent;text-align:center;
}
#mission_statement_tagline {
	margin-top:10px;font-size:1.2em
}

#head_left #static_flyer {
	margin-top:5px;margin-left:5px;margin-right:5px;
}
#slider {
	position:relative;overflow:hidden;width:346px;height:99px;left:2px
}
#slider #slider_left,#slider #slider_right {
	position:absolute;top:5px;z-index:2;cursor:pointer
}
#slider_left {left:0px;}
#slider_right {left:340px;}
#slider_image_1,#slider_image_2,#slider_image_3 {position:absolute;top:5px;}
#slider_image_1 {left:-167px;}
#slider_image_2 {left:6px;}
#slider_image_3 {left:173px;}

#homepage_image_block {float:left;width:300px;height:300px;}
#homepage_textover {
	position:relative;top:215px;width:300px;height:85px;color:#ffffff;background:#0189C3;
	opacity:0.8;filter:alpha(opacity=80);-moz-opacity:0.8;z-index:1;font-size:0.9em;
}

#homepage_righttext {
	float:left;width:130px;font-size:0.8em;background:#e0eff2;height:300px
}

#homepage_leftcolumn {
	float:left;width:340px;font-size:0.8em;margin-left:10px;
}
#homepage_rightcolumn {
	float:right;width:360px;margin-right:10px;font-size:0.8em;
}