/* CSS Document */

/* Reset styles in all browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* End reset */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #ccd3d7 url(imgs/bg.gif) repeat-x top;
	color: #663365;
}

body#home_page {
	background: #ccd3d7 url(imgs/bg_home.gif) repeat-x top;
}

p {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 14px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:9px;
	font-weight:normal;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

#wrapper {
	width: 790px;
	margin: 0 auto;
}

#container {
	width: 790px;
	border: 1px solid #fff;
	border-width: 0 1px 1px 1px;
	float: left;
}

#header {
	position: relative;
	width: 790px;
	height: 86px;
}

#header h1 {
	position: absolute;
	top: 9px;
	right: 40px;
	width: 217px;
	height: 72px;
	background: url(imgs/logo.gif) no-repeat;
	text-indent: -999em;
}

.menu {
	height: 26px;
	width: 790px;
	position:relative;
	z-index:100;
}

.menu ul  {
	list-style: none;
	height: 26px;
	width: 790px;
}

.menu ul li {
	float: left;
	font-size: 10px;
	line-height: 26px;
font-weight: bold;
	position:relative;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited,.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 18px;
	position:relative;
	overflow:visible;
}

.menu ul li a:hover {
	background-color: #431648;
	text-decoration: none;
}

.menu ul li.active {background-color: #431648;}

.menu ul li ul {
	display:none;
}

.menu ul li:hover a {
	color:#fff; 
	background:#431648;
	height:26px;
}
.menu ul li:hover ul {
	display:block;
	top:26px;
	position:absolute;
	width:180px;
	z-index:500;
	left:0;
}
.menu ul li:hover ul li a {
	display:block; 
	width:180px; 
	background:#431648;
	color:#fff;
}
.menu ul li:hover ul li a:hover {
	background:#e60e64;
	color:#000;
}

#content {
	width: 750px;
	padding: 0 20px 20px 20px;
	background: url(imgs/content_bg.gif) center top no-repeat;
	float: left;
	position: relative;
	
}

#content a, #content a:link, #content a:visited {
	color:#6600CC
}

#content a:hover {
	color:#666666;
	text-decoration:none;
}

#home_page #content {
	background: url(imgs/content_bg_home.gif) center top no-repeat;
}

#left_col {
	float: left;
	width: 350px;
	padding-right: 26px;
}

#h2_container {
	width: 350px;
	height: 89px;
	position: relative;
}

#h2_container h2 {
	position: absolute;
	left: 0;
	bottom: 12px;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	display: inline;
	background-color: #663365;
}

#plum_highlight {
	height: 99px;
	width: 350px;
}

#plum_highlight p {
	padding: 8px 0 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#plum_highlight a, #plum_highlight a:link, #plum_highlight a:visited {
	color: white;
}

#plum_highlight a:hover {
	color: #e6e6e6;
}

#home_page #plum_highlight p {
	padding: 6px 0;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

#gray_content {
	padding-top: 14px;
	color: #663365;
}

#home_page #gray_content {
	height: 64px;
	padding-top: 37px;
}

#gray_content p {
	padding: 6px 0;
}

#home_page #gray_content p {
	font-weight: bold;
	font-size: 10px;
}

#gray_content ul {
	list-style: none;
	font-size: 11px;
	line-height: 16px;
}

#gray_content ul li {
	background: url(imgs/bullet.gif) no-repeat 0 5px;
	padding: 0 0 0 16px;
	line-height: 14px;
	padding-bottom: 6px;
}

#right_col {
	float: left;
	width: 374px;
}

#circle_highlight {
	width: 283px;
	padding: 49px 0 0 1px;	
}

#home_page #circle_highlight {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #b9c0c7;
	width: 230px;
	padding: 99px 25px 0 25px;
	
}

#home_page #flashcontent {
		width: 283px;
		height:283px;
		padding:49px 0 0 1px;
}


#home_bottom, #home_bottom_flash {
	clear: both;
	width: 750px;
	padding-top: 20px;
}

#home_bottom_flash {
	padding-top:50px;
}

#home_bottom dl, #home_bottom_flash dl {
	width: 90px;
	float: left;
	padding-right: 20px;
	font-size: 11px;
}

#home_bottom dl.last_dl, #home_bottom_flash dl.last_dl{padding: 0;}

#home_bottom dl a, #home_bottom dl a:link, #home_bottom dl a:visited, #home_bottom_flash dl a, #home_bottom_flash dl a:link, #home_bottom_flash dl a:visited {
	color: #663365;
	text-decoration: none;
}

#home_bottom dl a:hover, #home_bottom_flash dl a:hover {text-decoration: underline;}

#home_bottom dt, #home_bottom_flash dt {padding-bottom: 10px; height: 84px;}

.quote, .quoteNoLogo {
	font-style: italic;
	color: #472f48;
	padding-left: 68px;
	font-size: 11px;
	line-height: 14px;
}

.quoteNoLogo {
	margin-top:50px;
}

/*Form Stuff*/
fieldset{
	display:block;
	margin:0;
	padding:0;
	border:none;
}
form select{
	display:block;
	margin:3px 0 1px 25px;
	padding:0;
	font-size:10px;
	height:16px;
}
form textarea{
	display:block;
	width:288px;
	height:77px;
	overflow:auto;
	margin:3px 0 10px 25px;
	padding:0;
	font-size:11px;
	color:#333;
}
form label {
	display:block;
	width:200px;
	font-size:12px;
	margin:7px 0 0px 25px;
	padding:0;
}

form label.newsletter {width:250px;margin-left: 0px;}

form input.newsletter {
	margin-top: 8px; 
	margin-right: 3px; 
	float: left;
	width: auto;
	border: none;
}

form input,form textarea {
	width:290px;
	height:16px;
	margin:3px 0 0 25px;
	padding:2px;
	border:1px #333 solid;
	font-size:11px;
	color:#333;
}

form textarea {
	height:120px;
	margin-bottom:10px;
	margin-top:3px;
}
form input.image {
	width: 93px;
	height: 26px;
	border: none;
}

input.setoff {
	margin-left:-9999em !important;
	display:block;
	float:left;
}



