body{
	margin:0;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
/*---------------------- VIDEO STYLES START-----------------------*/
#videowrapper {
	height: 410px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: center;
	display: block;
	z-index:1;
}
#videowrapper #welcomewrapper {
	position: absolute;
	height: 45px;
	width: 601px;
	left: 200px;
	top: 10px;
	text-align: left;
	display: block;
	z-index:3;
}
#videowrapper #vimeoplayer {
	position: absolute;
	height: 338px;
	width: 601px;
	left: 200px;
	top: 0px;
	z-index:1;
}
#videowrapper #vimeoplayer #vimeotl {
	background-image: url(../images/vim_tl.png);
	position: absolute;
	z-index:2;
	height: 15px;
	width: 14px;
	left: 0px;
	top: 0px;
}
#videowrapper #vimeoplayer #vimeotr {
	background-image: url(../images/vim_tr.png);
	position: absolute;
	z-index:2;
	height: 15px;
	width: 14px;
	right: 0px;
	top: 0px;
}
#videowrapper #vimeoplayer #vimeobl {
	background-image: url(../images/vim_bl.png);
	position: absolute;
	z-index:2;
	height: 15px;
	width: 14px;
	left: 0px;
	top: 323px;
}
#videowrapper #vimeoplayer #vimeobr {
	background-image: url(../images/vim_br.png);
	position: absolute;
	z-index:2;
	height: 15px;
	width: 14px;
	right: 0px;
	top: 323px;
}
/*---------------------- VIDEO STYLES END-----------------------*/
#mainpagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #006;
	display: block;
	width: 700px;
	position: relative;
	min-height: 50px;
	margin:0px auto;
	text-align: center;
	z-index:99;
}
#contwrapper {
	position: relative;
	width: 1000px;
	margin: 20px auto 0px;
	position: relative;
	text-align: center;
	display: block;
	z-index:1;
}
#contwrapper #actionicons{
	position: absolute;
	width: 150px;
	top: 0px;
	right: 0px;
}
#videowrapper #videonav {
	position: absolute;
	width: 120px;
	top: 120px;
	right: 20px;
}
#videowrapper #actionicons {
	position: absolute;
	width: 150px;
	top: 10px;
	right: 0px;
}
#contwrapper #trailwrapper {
	position: relative;
	width: 600px;
	left: 180px;
	*left:0px;
	text-align: left;
	display: block;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #373973;
}
#trailwrapper a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #373973;
	line-height: normal;
	text-decoration: none;
}
#trailwrapper a:hover{
	text-decoration: underline;
}
#contwrapper #contoutput {
	position: relative;
	left: 200px;
	*left:0px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.25em;
	z-index:1;
	text-align: left;
}
#footerwrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	text-align: center;
	display: block;
	width: 1000px;
	position: relative;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:99;
}
#footerwrapper #credits {
	display: block;
	position: absolute;
	height: 19px;
	width: 55px;
	left: 680px;
	top: 0px;
}

a.actionlnks{
	font-size:12px;
	color:#373973;
	text-decoration:none;
}

/* //////////  NAV CSS /////////////*/

#headerwrapper {
	height: 137px;
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:9999;
}
#headerwrapper #logoplace {
	position: absolute;
	height: 99px;
	width: 384px;
	left: 0px;
	top: 0px;
}
#headerwrapper #locationsplace {
	position: absolute;
	height: 99px;
	width: 400px;
	right: 0px;
	top: 2px;
}
#headerwrapper #allnav {
	position: absolute;
	height: 35px;
	width: 1000px;
	top: 102px;
}
#headerwrapper #allnav #leftend {
	position: absolute;
	height: 35px;
	width: 35px;
	left:0px;
	z-index:9999;
}
#headerwrapper #allnav #navwrapper {
	position: absolute;
	height: 35px;
	width: 840px;
	left:30px;
	z-index:9998;
}
#headerwrapper #allnav #searchmatte {
	position: absolute;
	height: 35px;
	width: 140px;
	left: 860px;
	z-index:9998;
	background-attachment: scroll;
	background-image: url(../images/rightend_new.png);
	background-repeat: repeat-x;
	background-position: right top;
}
#headerwrapper #allnav #rightend {
	position: absolute;
	height: 35px;
	width: 35px;
	left: 970px;
	z-index:9999;
}
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:2em;
	z-index: 9999;
}

#nav a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../images/navoff.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 35px;
	width: 120px;
	z-index: 99;
}

#nav a:hover{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../images/navon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	z-index: 98;
}

#nav li{
	float:left;
	position:relative;
	z-index: 9999;
}

#nav ul {
	position:absolute;
	display:none;
	width:120px;
	top:35px;
	z-index: 9998;
}

#nav ul ul{
	top:auto;
	z-index: 9999;
}	

#nav li ul ul {
	top:0px;
	left:120px;
	z-index: 9999;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
	z-index: 9999;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	z-index: 9999;
}

/* SEARCH STYLES */
.searchresult
{
padding: 1.5em 0;
border-bottom: 1px solid #333;
}

.searchresult h3, .searchresult p
{
margin: 0;
}

.searchresult h3 a
{
	color: #006;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	font-style: italic;
}

.searchresult .resultdesc b
{
color: #000;
}

.searchresult .resulturl
{
color: #666;
font-size: .75em;
}
input.searchel {
	font-size: 10px;
	width:105px;
}
