@charset "utf-8";
/* CSS Document */

/* RESETS */
/* ----------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, strong, ol, ul, li, fieldset, form, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodyTxt {
	font-size: 80%;
	color: #000000;
	line-height: 150%;
}
.bodyTxt a:link {
	color: #9B95AF;
	text-decoration: underline;
}
.bodyTxt a:visited {
	text-decoration: underline;
	color: #9B95AF;
}
.bodyTxt a:hover {
	text-decoration: underline;
	color: #F37E2A;
}
.bodyTxt a:active {
	text-decoration: underline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.right {
	float: right;
}
.IMGRight {
	float: right;
	margin: 10px 0 10px 20px;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
body {
	background-color: #C9D2D6;
	background-image: url(../images/pg-bg1.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #563A74;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #563A74;
}
a:hover {
	text-decoration: underline;
	color: #F37E2A;
}
a:active {
	text-decoration: none;
}

/* Wrap */
/* ----------------------------------------- */
#wrap{
	width:970px;
	margin:0 auto;
	background-color: #FFFFFF;
	background-image: url(/images/vert-line.gif);
	background-repeat: repeat-y;
	background-position: 213px top;	
	
}


#header{
	width:970px;	
	
	
}

#logo{
	width:212px;
	height:120px;
	float:left;
}

#logo img{
	margin:15px 0 0 15px;	
}

/* Navigation */
/* ----------------------------------------- */

#nav{
	width:756px;
	height:120px;
	float:right;
	background:url(../images/header-bg.jpg) no-repeat;
}
#nav ul{
	width:754px;
	height:26px;
	float:left;
	margin-top:68px;
}

#nav ul li{
	display:inline;	
}

#nav ul li a{
	float:left;
	height:29px;
	display: block;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;	
	outline:none;
}

#nav ul li.menu01 a{
	width:126px;
	background:url(../images/nav.jpg) no-repeat 0 -29px;
}

#nav ul li.menu01 a:hover{
	width:126px;
	background:url(../images/nav.jpg) no-repeat 0 0;
}

#nav ul li.menu02 a{
	width:102px;
	background:url(../images/nav.jpg) no-repeat -126px -29px;
}

#nav ul li.menu02 a:hover{
	width:102px;
	background:url(../images/nav.jpg) no-repeat -126px 0;
}

#nav ul li.menu03 a{
	width:107px;
	background:url(../images/nav.jpg) no-repeat -228px -29px;
}

#nav ul li.menu03 a:hover{
	width:107px;
	background:url(../images/nav.jpg) no-repeat -228px 0;
}

#nav ul li.menu04 a{
	width:138px;
	background:url(../images/nav.jpg) no-repeat -335px -29px;
}

#nav ul li.menu04 a:hover{
	width:138px;
	background:url(../images/nav.jpg) no-repeat -335px 0;
}

#nav ul li.menu05 a{
	width:88px;
	background:url(../images/nav.jpg) no-repeat -473px -29px;
}

#nav ul li.menu05 a:hover{
	width:88px;
	background:url(../images/nav.jpg) no-repeat -473px 0;
}

#nav ul li.menu06 a{
	width:95px;
	background:url(../images/nav.jpg) no-repeat -561px -29px;
}

#nav ul li.menu06 a:hover{
	width:95px;
	background:url(../images/nav.jpg) no-repeat -561px 0;
}

#nav ul li.menu07 a{
	width:98px;
	background:url(../images/nav.jpg) no-repeat -656px -29px;
}

#nav ul li.menu07 a:hover{
	width:98px;
	background:url(../images/nav.jpg) no-repeat -656px 0;
}

/* Sidebar */
/* ----------------------------------------- */
#sidebar{
	width:213px;
	float:left;
	display:inline;
	margin:1px 0 0 0;
}

#photo{
	float:left;
	height:287px;
}

#find-more{
	float:left;
	width:188px;
	background-color:#B5C1C8;
	padding:15px 10px 15px 15px;
	margin-bottom:1px;
}

#find-more p{
	font:12px Verdana, Geneva, sans-serif;
	color:#ffffff;
	margin:10px 0;
}

#find-more span{
	font:bold 15px Verdana, Geneva, sans-serif;	
	color:#000000;
}

/* Content */
/* ----------------------------------------- */
#content{
	float:right;
	width:680px;
	padding:30px 40px 15px 30px;
}

#content h2{
	font:bold 20px "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	color:#492a68;
	padding-bottom:5px;
	background:url(../images/line.jpg) no-repeat bottom left;
	margin-bottom:7px;
}
#content h3{
	font:bold 15px Verdana, Geneva, sans-serif;
	color:#563A74;
	padding:5px 0;
}

#content p{
	padding:5px 0 5px 0;
	color: #000;
}

#content ul{
	margin:10px 0 0 15px;	
}

#content ul li{
	list-style-type:disc;
	list-style-position:outside;
	color:#000000;
	line-height:140%;
}

#content ul li span{
	font:13px Verdana, Geneva, sans-serif;
	color:#000000;	
}

/* Footer */
/* ----------------------------------------- */
#footer #upper{
	height:22px;
	background-color:#543671;
	padding:8px 0 0 12px;
}
#footer #upper a, #footer #upper{
	font:11px Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#ffffff;	
}

#footer #upper a:hover{
	color:#f6be84;
	text-decoration:underline;
}

#footer #lower{
	height:22px;
	background-color:#74628E;
	padding:8px 0 0 12px;
}

#footer #lower{
	font:11px Verdana, Geneva, sans-serif;
	color: #D7D2DF;
}
#header #mid {
	width: 970px;
	height:1px;
	margin: 0;
}
#submenu {
	float:left;
	width:188px;
	background-color:#A6B4BC;
	padding:15px 10px 85px 15px;
	margin-bottom:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-image: url(/images/greygrad1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#submenu a {
	font-size: 90%;
	color: #251735;
}
#submenu li {
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9D2D6;
}
#footer #lower a, #footer #lower {
	font:11px Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#ffffff;
}
#footer #lower a:hover {
	color:#f6be84;
	text-decoration:underline;
}
.breadCrumbs {
	font-size: 70%;
	display: block;

	padding: 0;
	margin: 0;
		margin-bottom: 20px;
}
.form {
	background-color: #FFFFCC;
	margin: 0;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.textfields {
	width: 100%;
}
#sidebar .sub {
	padding-left: 12px;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#submenu .subsub {
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 4px;
}
#mid-content  {
	overflow: invisible;
	height: 220px;
	float: right;
	width: 756px;
	padding: 1px 0 0 1px;
}
