/* �2005 Charleston Web Solutions */
/* Version 0.0.1 */
/*  G E N E R A L   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
*{ font-size: 100.01%; line-height: 1em; margin: 0; padding: 0;}

body{
	font-size: 62.5%;
	margin: 25px auto 20px;
	text-align: center;
	background: #000 url(../i/body_bg1.gif) 0 0 repeat;
	}
* html body {
	font-size: 58%;
	}
a {
	text-decoration: none;
	}
abbr {
	border: 0;
	}

#wrap {
	width: 75em;
	margin: 0 12.5% 0 12.5%;
	/* hide next rule from IE5-Mac \*/
	margin: 0 auto;
	/*stop hiding from IE5-Mac */
	text-align: left;
	background: #fff url(../i/main_bg2.gif) 55em 0 repeat-y;
	font-family: "lucida grande", verdana, arial, sans-serif;
	overflow: hidden;
	}

/*  H E A D E R    = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
#header{
	background: #fff url(../i/hdr_bg.gif) 40em 0 repeat-y;
	}
/*#header{
	background: #fff url(../i/hdr_bg.gif) 40em 0 repeat-y;
	padding-bottom: 6.2em;
	}
#header h1 {position:relative}
#header h1 a {
	z-index:1;	
	position:absolute;
	top:1px;
	left:0;
	width:306px;
	height:5.6em;
	min-height:56px;
	background:transparent url(../i/hdr_logo.gif) no-repeat;
	font-size:1em
	} */

#header h1.replace {
	/*Size of the image*/
	padding-top: 56px;
	width: 306px;
	/*The image*/
	background-image: url(../i/hdr_logo.gif);
	background-repeat: no-repeat;
	/*Hide the text*/
	overflow: hidden;
	/* Win IE5 hack */
	height: 56px;
 	heigh\t: 0;
	/* other goodies */
	margin: 0 0 1em;
	font-size: 1px;
	/* hide IE5-Mac \*/
	font-size: 1.4em;
	color: #000;
	/*stop hiding */
	color: #fff;
	}
	
/* S K I P N A V   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
#navcontainer {
	background: #000 url(../i/body_bg1.gif) 0 0 repeat;
	}
/* \*/
* html #navcontainer {
	height: .1em;
	}
/* end */
#navlist {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.25em;
	}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	}
#navlist li {
	border-right: 1px solid #444;
	}
#navlist li.last {
	border-right: none;
	}
#navlist a {
	float: left;
	font-weight: normal;
	padding: 0 5px;
	text-decoration: none;
	color: #888;
	}
#navlist a:hover {
	background: transparent;
	color: #fff;
	}
/* U T I L I T I E S  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
#utilities {
	float: right;
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	color: #000;
	font-size: 1.2em;
	}
* html #utilities {
	font-size: 1.15em;
	}
#utilities ul {
	margin: 60px 10px 0 0;
	}
#utilities ul li{
	display: inline;
	float: right;
	list-style: none;
	padding: 0;
	}
/*  hide from IE5-Mac \*/
#utilities ul li {
	float: none;
	}
/* End IE5-Mac Hack */
#utilities ul a {
	color: #4e5aa1;
	padding: 4px 3px;
	}
#utilities ul a:hover {
	color: #e59100;
	}
/* F L A S H  = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */

.hdrFlash {
	width: 75em;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 12.1875em;
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 1px solid #f2edc1;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
/* End hide from IE-mac */
/* End clearfix */
/*  L E F T    C O L U M N    = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
#content{
	width: 55em;
	float: left;
	display: inline;
	color: #444;
	}
#summary {
	background: #fff9ea url(../i/homeintro_bg.gif) 0 100% repeat-x;
	float: left;
	width: 55em;
	padding: 2em 0;
	font-weight: bold;
	margin-bottom: 2em; 
	}
* html #summary {
	padding-top: 3em;
	}
#summary h1 {
	font-size: 1.4em;
	line-height: 1%;
	color: #000;
	margin: 1em 0;
	padding: 0 20px;
	}
#summary p.intro {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 20px;
	}
#summary p.intro a {
	color: #4e5aa1;
	border-bottom: 1px dotted;
	}
#summary p.intro a:hover {
	color: #e59100;
	border-bottom: 1px dotted #e59100;
	}
	
/*  H O M E    C A L L O U T    = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
#calloutWrap {
	width: 55em;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 auto 2em auto;
	background: #fff url(../i/bg_callout.gif) 50% 50% no-repeat;
	}
.callout {
	float: left;
	width: 195px;
	margin-left: 40px;
	display: inline;
	height: 1%;
	}
.calloutRight {
	float: right;
	width: 195px;
	margin-right: 40px;
	display: inline;
	height: 1%;
	}
.homeCalloutTop {
	display: block;
	line-height: 1%;
	text-align: center;
	background: url(../i/homeCalloutTop-blue.gif) 0 0 no-repeat;
	margin-top: 0;
	width: 195px;
	padding-top: 7px;
	}
.homeCalloutTop h3.bottom {
	display: block;
	background: url(../i/homeCalloutBottom-blue.gif) bottom left no-repeat;
	padding: 0 0 5px;
	margin: 0;
	font: bold 1.3203125em verdana, arial sans-serif;
	color: #5f89c9;
	font-size: 1.2em;
	}
#calloutWrap p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin: 8px 0;
	padding: 0 0 0 6px;
	}
#calloutWrap a.arrow {
	float: right;
	color: #4e5aa1;
	font-weight: bold;
	padding: 2px 0 2px 18px;
	background: url(../i/learnmore_link_bg2.gif) 0 0 no-repeat;
	margin-right: 10px;
	}
#calloutWrap a.arrow:hover {
	color: #e59100;
	background: url(../i/learnmore_link_bg2.gif) 0 -14px no-repeat;
	}
* html #calloutWrap a.arrow {
	float: right;
	color: #4e5aa1;
	font-weight: bold;
	padding: 2px 0 3px 18px;
	background: url(../i/learnmore_link_bg2.gif) 0 0 no-repeat;
	margin-right: 10px;
	}
* html #calloutWrap a.arrow:hover {
	color: #e59100;
	background: url(../i/learnmore_link_bg2.gif) 0 -14px no-repeat;
	}
	
/*  R I G H T    C O L U M N   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
#subcontent {
	width: 20em; /*for all */
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	}
.directory {
	text-align: left;
	text-indent: 8px;
	margin: 0;
	}
.directory h3.bottom {
	display: block;
	background: #9ebfef url(../i/directory_h3_bg3.gif) bottom left repeat-x;
	padding: 10px 0;
	margin-left: 1px;
	text-indent: 9px;
	font: bold 1.2em verdana, arial sans-serif; 
	color: #fff;
	}
.directorycontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.directoryList li {
	list-style-type: none;
	display: inline; /* this gets rid of the gaps */
	}
#subcontent .directoryList li a {
	display: block;
	padding: 8px 0 8px 18px;
	border-bottom: 1px solid #cacde3;
	margin-left: 1px;
	position: relative;
	}
/*\*/
* html .directoryList li a {
	height: 0.1em;
	}
/* end */
#subcontent .directoryList a,
#subcontent .directoryList a:link,
#subcontent .directoryList a:visited {
	color: #4e5aa1;
	text-decoration: none;
	background: #fff url(../i/directory_bullet1.gif) 8px 11px no-repeat;
	}
#subcontent .directoryList #dl-current a,
#subcontent .directoryList a:hover {
	background: #edf3fe url(../i/directory_bullet2.gif) 8px 11px no-repeat;
	border-bottom: 1px solid #cacde3;
	color: #e59100;
	font-weight: bold;
	border-right: 8px solid #e59100;
	}
#subcontent .directoryList #dl-current a {
	border-right: 8px solid #9ebfef;
	}
#subcontent .directory h3.bottom a {
	text-decoration: none;
	color: #fff;
	border: 0;
	}
#subcontent .directory h3.bottom a:hover {
	text-decoration: none;
	color: #244a82;
	border: 0;
	}
/*  S I D E B O X    = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto 0; /* center for now */
	width: 18em; /* ems so it will grow */
	background: url(../i/sbbody-r.gif) no-repeat bottom right;
	}
.sidebox2 {
	margin: 2em auto 0; /* center for now */
	width: 18em; /* ems so it will grow */
	background: url(../i/sbbody-r.gif) no-repeat bottom right;
	}
.boxhead {
	background: url(../i/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../i/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 12px 30px 6px;
	color: #665a35; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	}
.boxbody {
	background: url(../i/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 21px;
	}
.boxbody p {
	margin: 0 0 0 0.5em;
	padding: .25em 0;
	line-height: 1.3em;
	font-size: 1.05em;
	}
/* Class of 97 sidebox */

.sidebox97 {
	margin: 0 auto 0; /* center for now */
	width: 18em; /* ems so it will grow */
	background: url(../i/sbbody-r.gif) no-repeat bottom right;
	}

.sidebox97 .boxhead {
	background: url(../i/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sidebox97 .boxhead h2 {
	background: url(../i/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 12px 30px 6px;
	color: #665a35; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	}
.sidebox97 .boxbody {
	background: url(../i/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 21px;
	}
.sidebox97 .boxbody p {
	margin: 0 0 0 0.5em;
	padding: .25em 0;
	line-height: 1.3em;
	font-size: 1.05em;
	}


/*  F O O T E R   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  */
#footer {
	background: #00256c url(../i/footer_bg.gif) bottom left repeat-x;
	clear: both;
	color: #6d7e8a;
	float: left;
	display: inline;
	width: 100%;
	}
/* hide from IE5-Mac \*/
* html #footer {
	height: 1%;
	font-size: 0.95em;
	}
/* End IE5/Mac HAck */

#footer p {
	float: right;
	margin-right: 20px;
	display: inline;
	padding: .75em 0;
	}
#footer a, #footer a:link, #footer a:visited {
	color: #6d7e8a;
	text-decoration: none;
	}
#footer a:hover {
	color: #e59100;
	}
#statCounter img.statcounter{ visibility: hidden; }
#mt, #mt a { visibility: hidden; height: 0; width: 0; line-height: 0;}