/* Global Styles */

body {
	margin: 0;
	padding-top: 30px;
	text-align:center;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #735c8c;
}

#watermark {
	position: absolute;
	left: 326px;
	top: 64px;
	margin: 0 auto;
	width: 404px;
	text-align: center;
	z-index: 1;
}

#homePic {
	position: absolute;
	left: 0px;
	top: 200px;
	margin: 0 auto;
	width: 890px;
	text-align: center;
	z-index: 1;
}

#main {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	width: 860px;
	height: 480px;
	background-color: #fff;
	border: 1px solid #462f5f;
	z-index: 2;
}
#shadow {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #7954a2;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

h1 span {
	color: #464646;
}

h2 {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #7954a2;
	margin: 0px;
}

h3 {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #222424;
}

h4 {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #e5212e;
	margin: 0px;
}

a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #7954a2;
	line-height: 16px;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

p {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #222424;
	line-height: 18px;
}

p.first {
	margin-top: 0px;
}

p span {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #7954a2;
	line-height: 18px;
}

ul {
	list-style-type: square;
	margin-left: 12px;
	padding-left: 4px;
}

ol {
	margin-left: 12px;
	padding-left: 6px;
}

ul li, ol li {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #222424;
	line-height: 20px;
	margin-bottom: 2px;
}

ul li span, ol li span {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #222424;
	line-height: 20px;
}

/* Home Styles */

#contentsHome {
	position: relative;
	top: -20px;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #222424;
	padding: 0px 0 0 0;
	width: 860px;
	height: 361px;
	text-align: left;
	z-index: 2;
}

#contents {
	position: relative;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #222424;
	padding: 36px 0 0 0;
	width: 860px;
	height: 361px;
	text-align: left;
	z-index: 2;
}

/* Secondary Styles */

#secContent {
	clear: both;
	width: 797px;
	text-align: left;
	overflow: auto;
	background-image: url('../images/watermark.png'); 
	background-repeat: no-repeat; 
	background-position: 0px 18px;
}

#contentSec {
	float: left;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #222424;
	float: left;
	padding: 0px 15px 25px 15px;
	width: 390px;
	text-align: left;
}

#contentSecWide {
	float: left;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #222424;
	float: left;
	padding: 0px 15px 25px 40px;
	width: 472px;
	text-align: left;
}

#secContentRight {	
	float: right;
	width: 151px;
	background-color: #ffffff;
	margin: 0;
}
#secContentRight div {
	margin: 7px;
}
#secContentRight p {	
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
#secContentRight span {	
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #899D00;
	font-weight: bold;
	line-height: 15px;
}

#logo {
	float: left; 
	border-right: 1px solid #ccc; 
	padding-right: 10px; 
	height: 380px;
}

#tagline {
	height: 55px;
}

#pic {
	position: absolute;
	top: -90px;
	left: -200px;
	width: 471px;
	height: 541px;
	background-color: #fff;
	text-align: left;
	margin: 0 0 0 0px;
	padding: 10px;
	border: 1px solid #666666;
	display: none;
}

#picLg {
	position: absolute;
	top: -90px;
	left: -500px;
	width: 796px;
	height: 541px;
	background-color: #fff;
	text-align: left;
	margin: 0 0 0 0px;
	padding: 10px;
	border: 1px solid #666666;
	display: none;
}


#picBefore {
	margin-top: 30px;
	padding: 10px;
	display: block;
}

#picAfter {
	margin-top: 30px;
	padding: 10px;
	display: none;
}

#footer {
	position: absolute;
	top: 430px;
	left: 0px;
	margin: 0 auto;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 10px;
	text-align: left;
	z-index: 2;
}

#footer p {
	margin-top: 32px;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
}

#copyright {
	position: absolute;
	left: 0px;
	top: 490px;
	margin: 0 auto;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

#copyright a {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#copyright a:hover {
	color: #afc802;
	text-decoration: underline;
}


#slides {
	position: absolute;
	left: 534px;
	top: 50px;
	width: 300px;
	height: 232px;
	text-align: left;
	z-index: 1;
}

#slidesSec {
	position: absolute;
	left: 534px;
	top: 153px;
	width: 300px;
	height: 232px;
	text-align: left;
	background-image: url('../images/slideshow_bg.jpg'); 
	background-repeat: no-repeat; 
	z-index: 1;
}

div.slideshow {
	position: relative;
	left: 6px;
	top: 7px;
	text-align: center;
	width: 281px;
	height: 211px;
	
}
    
.slideshow div {position: absolute; 
	top: 0px; left: 0px;
}

#quote {
	position: absolute;
	left: 540px;
	top: 252px;
	width: 300px;
	height: 232px;
	text-align: left;
	z-index: 1;
}

#form {
	float: left;
	position: relative;
	top: 0px;
	left: 36px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:389px;
	height: auto;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #626469;
	background-color: #1d3c6d;
	border-style: none none none solid;
	border-width: 1px;
	background-color: #ffffff;	
	text-align: left;
}

#form div {
	padding: 0px 0px 5px 10px;
}

/* Navigation Styles */

/* Main Nav */

#nav {
	position: relative;
	padding: 6px 0 0 200px;
	height: 32px;
	z-index: 10;
}

#nav0 a {
	float: left;
	width: 34px;
	height: 32px;
	background-image: url('../images/nav_0.gif'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav0 a:hover {
	float: left; 
	background-image: url('../images/nav_0.gif'); 
	background-repeat: no-repeat;
	background-position: 0px -32px;
	text-decoration: none;
}

#nav0 a span {
	float: left;
	width: 34px;
	height: 32px;
	background-image: url('../images/nav_0.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

#nav1 a {
	float: left;
	width: 58px;
	height: 32px;
	background-image: url('../images/nav_1.gif'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav1 a:hover {
	float: left; background-image: url('../images/nav_1.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav1 a span {
	float: left;
	width: 58px;
	height: 32px;
	background-image: url('../images/nav_1.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

#nav2 a {
	float: left;
	width: 55px;
	height: 32px;
	background-image: url('../images/nav_2.gif'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav2 a:hover {
	float: left; background-image: url('../images/nav_2.gif');
	background-position: 0px -32px; 
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav2 a span {
	float: left;
	width: 55px;
	height: 32px;
	background-image: url('../images/nav_2.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

#nav3 a {
	float: left;
	width: 65px;
	height: 32px;
	background-image: url('../images/nav_3.gif'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}


#nav3 a:hover {
	float: left; background-image: url('../images/nav_3.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav3 a span {
	float: left;
	width: 65px;
	height: 32px;
	background-image: url('../images/nav_3.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

#nav4 a {
	float: left;
	width: 83px;
	height: 32px;
	background-image: url('../images/nav_4.gif'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav4 a:hover {
	float: left; background-image: url('../images/nav_4.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav4 a span {
	float: left;
	width: 83px;
	height: 32px;
	background-image: url('../images/nav_4.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

#nav5 a {
	float: left;
	width: 66px;
	height: 32px;
	background-image: url('../images/nav_5.gif'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav5 a:hover {
	float: left; background-image: url('../images/nav_5.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav5 a span {
	float: left;
	width: 66px;
	height: 32px;
	background-image: url('../images/nav_5.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

#nav6 a {
	float: left;
	width: 49px;
	height: 32px;
	background-image: url('../images/nav_6.gif'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav6 a:hover {
	float: left; background-image: url('../images/nav_6.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav6 a span {
	float: left;
	width: 49px;
	height: 32px;
	background-image: url('../images/nav_6.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
}

#nav7 a {
	float: left;
	width: 73px;
	height: 32px;
	background-image: url('../images/nav_7.gif'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav7 a:hover {
	float: left; background-image: url('../images/nav_7.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav7 a span {
	float: left;
	width: 73px;
	height: 32px;
	background-image: url('../images/nav_7.gif'); 
	background-position: 0px -32px;
	background-repeat: no-repeat;
}
	

/* Secondary Left Nav */

#secNav {
	font:11px Arial, Verdana, Helvetica, sans-serif;
	float: left;
	width: 122px;
	height: 200px;
	border-top: 1px solid #222424;
	padding-top: 10px;
	margin-top: 20px;
	text-align: left;
}
#secNav div {	
	margin-bottom: 5px;
}

#secNav a {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #7954a2;
	text-decoration: none;
	text-align: left;
}

#secNav a:hover {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #222424;
	text-decoration: none;
}
	

#secNav span {
	font-weight: bold;
	color: #222424;
}

/* Bottom Nav */

#bottomNav {
	float: right;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px 10px 0px;
	text-align: right;
}
#bottomNav a {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#bottomNav a:hover {
	color: #afc802;
	text-decoration: none;
}
#bottomNav span {
	color: #afc802;
	text-decoration: none;
}

/* Scrolling Content Styles */


div#hold {
	position: relative;
	left: 224px;
	float: left;
	width: 284px;
	height: 167px; 
	text-align:left;
	overflow: hidden;
}

div#hold2 {
	position: relative;
	left: 20px;
	float: left;
	width: 375px;
	height: 303px; 
	text-align:center;
	overflow: hidden;
}

div#wn2 {
	position:relative; 
	left:0px; top:0px; 
	float: left;	
	width: 280px;
	margin: 0px 0 0 0px;
	height: 150px; 
	clip:rect(0px, 484px, 188px, 0px); 
	text-align:left;
	overflow: hidden;
	z-index:8;
}

div#wn2 p {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	color: #222424;
	line-height: 20px;
}
div.content	{ 
	position:relative; 
	left:0px; top:0px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 20px;
	padding-bottom: 5px;
	z-index:1; 
	}

div#controls { 
	position: relative;
	float: left;
	margin: 16px 0 0 13px;
	width:25px; 
 	height:80px;
 	z-index: 10;
  }
  
div#up { 
	position:relative; 
	left:0; 
	top:0; 
	z-index:1; 
}  

div#down { 
	position:relative; 
	left:0; 
	bottom:0; 
	z-index:2; 
} 