@charset "UTF-8";
/* 

*--- CSS Document ---*
*--- Scribblevision Designs ---*

*/

/*------ Global Styles ------*/

* {
	margin: 0px;
	padding: 0px;
}
.clearFloats {
	clear: both;
}
body {
	background: url(../site_images/bg.gif) repeat-x;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}
.textLeftHide {
	text-indent: -9000px;
}
/*------- Heading Tags --------*/
#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #05572A;
	line-height: 26px;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
/*------- Heading Tags --------*/
/*------- End Global ------*/

/*------- Header -------*/
#headerWrapper {
	height: 154px;
	width: 780px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#headerWrapper #logo {
	position: absolute;
	top: 25px;
	background-image: url(../site_images/logo.gif);
}
#headerWrapper #care {
	left: 290px;
	position: absolute;
	color: #05572A;
	font-style: oblique;
	font-size: 14px;
	top: 75px;
}
#headerWrapper #menu {
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#headerWrapper #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headerWrapper #menu ul li {
	float: left;
}
#headerWrapper #menu ul li a {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	text-decoration: none;
	float: left;
}
#headerWrapper #menu ul li a:hover {
	color: #FFF;
	background-color: #05572A;
}

/*------ Welcome and flash ------*/
#welcome {
	height: 41px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	padding-top: 30px;
	color: #FFF;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
#flashWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	height: 260px;
}
/*------ end welcome ------*/

/*------ Sub Menu ------*/
#subMenu {
	width: 780px;
	font-size: 13px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	height: 35px;
}#subMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#subMenu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subMenu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding-right: 13px;
	padding-left: 14px;
	display: block;
	float: left;
	background-image: url(../site_images/sub_menu_sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#subMenu ul li a:hover {
	background-color: #05572A;
}
/*------ End Sub Menu -------*/

/*------ Content ------*/
#content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.floatLeft {
	float: left;
	margin-right: 15px;
}
.imgBoarder {
	border: 1px solid #333;
}
#content a {
	text-decoration: none;
	color: #008148;
	padding-left: 10px;
	background-image: url(../site_images/triangle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
#content a:hover {
	color: #000;
}
#leftCol .imageLink  a{
	background-image: none;
	padding: 0px;
}
#rightCol .imageLink a {
	background-image: none;
	padding: 0px;
}
#rightCol a {
	color: #05572A;
	text-decoration: underline;
	padding-left: 12px;
	background-image: url(../site_images/i.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#rightCol a:hover {
	color: #000;
	text-decoration: none;
}
#rightCol #mudMap a {
	background-image: none;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftCol {
	float: left;
	width: 545px;
}
#leftCol #homeAbout {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	line-height: 22px;
}

#rightCol {
	float: right;
	width: 210px;
}
/*-- innerCol's --*/
#leftinner {
	float: left;
	width: 260px;
	line-height: 22px;
}
#rightinner {
	float: right;
	width: 260px;
	line-height: 22px;
}
/*-- end innerCol's --*/
/*------ End Content -------*/

/*------ Footer -------*/
#footerStretch {
	height: 173px;
	background-image: url(../site_images/footer_bg.gif);
	background-repeat: repeat-x;
	line-height: 32px;
}
#footerStretch #footerWrapper a {
	color: #000;
	text-decoration: none;
}
#footerStretch #footerWrapper a:hover {
	color: #05572A;
	text-decoration: underline;
}
#footerWrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 150px;
}
#footerWrapper #links {
	position: absolute;
	left: 0px;
	top: 30px;
}
#footerWrapper #links2 {
	position: absolute;
	top: 30px;
	right: 0px;
}
#footerWrapper #brandLinks {
	position: absolute;
	bottom: 45px;
}

#footerWrapper #copy {
	left: 0px;
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	line-height: 32px;
}
#footerWrapper #sd a {
	color: #666;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 32px;
	font-size: 10px;
	padding-right: 45px;
	background-image: url(../site_images/svd.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
}
#footerWrapper #sd a:hover {
	color: #903;
	text-decoration: none;
}
/*------ End Footer ------*/

