body {

  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  text-align:center;
	margin:0px;
	padding:0px;
}


.imgborder {
background-color:#EFEFEF;
border:1px solid #EEEEEE;
padding:5px;

}

.thumbbox{
float:left;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
display:block;
}

.gallery_container{
float:left;
display:block;
width:650px;
overflow:hidden;
text-align:center;
}

.gallery_nav{
float:right;
display:block;
padding-top:10px;
overflow:hidden;
width:150px;

}

#box {
background-image:url('http://www.cocoadesign.com/clients/mvle/background1.gif');
overflow:hidden;
background-repeat: repeat-y;
width:969px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#left {
width:175px;
padding:0px;
float:left;
background-color:#ff99cc;
}

#content {
width:693px;
padding:0px;
float:left;
background-color:#fff;
overflow: auto;
}

#content-wraper{

padding-left:20px;
width:650px;
}

#right {
width:276px;
padding:0px;
float:left;
background-color:#b8bec8;

}

#head {
background-color:transparent;
background-image:url('../images/header.jpg');
width:969px;
height:172px;

}

#subhead {
background-color:transparent;
background-image:url('../images/subpageheader.jpg');
width:969px;
height:68px;

}

#subhead .logo{
padding-top:10px;
padding-left:10px;
}

#head h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #FFFFFF;
background-color: #415172;
padding:5px 15px;
margin:0px
}

#head p {
padding:10px;
margin:0px;
}

#head .logo{
padding-top:10px;
padding-left:10px;
}



/*a{text-decoration:none;color:#fff;font-size:14px;font-weight:bold;}
a:hover{color:#ff8600;}
*/

#wrapper{width:982px;margin:0 auto;height:auto;text-align:center;}
.clr{clear:both;}
#logo, #progText, .navLink, #topNav .vall a, #searchBar, ul#features li h2 a, ul#features li a.learnMoreButton, .feature .featureImage a, #rightRail div#latestNews div.heading, #rightRail ul#contacts li.heading {background:url('../images/sprite.png') no-repeat;}

#header{margin:8px auto;width:982px;height:113px;z-index:100;position:relative;}
#logo{display:block;float:left;width:340px;height:125px;background-position:0px -410px;}
#progText{margin:38px 0 0 30px;text-align:left;float:left;display:block;width:475px;height:75px;background-position:-341px -30px;}
#progText p{padding:0px;margin:10px 0px 0px 50px;color:#959595;font-size:14px;font-weight:bold;line-height:20px}
#progText p a{color:#ffa440;}
#progText p a:hover{color:#ff8600;}

#page{text-align:center;margin:18px auto 0px;width:982px;}







/*menu system css goes here */






/* ***********************************************************************************

Convertable Nestled list menu by DUNCAL Productions
2007 by Duncan Hill and Alan Gresley
http://

Converts from a verticle menu with flyout submenus or a horizontal menu, with dropdown 
and then flyout submenus with a few changes in style where ****CONVERT**** appears.

*********************************************************************************** */

#topmenu {
	width:969px;height:35px;background-color:#415172; border-bottom:1px solid #fff;
}

#navcontainer{
width:960px;height:28px;
padding-top:5px;

}

ul#navigation{
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;


}


ul#navigation, ul#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;

	
}
ul#navigation li { 
	line-height : 1.35em;
	position: relative;
	float: left;
}
ul#navigation>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}

ul#navigation a {
	display: block;
	margin-left:5px;
	margin-right:30px;
	/*            ****CHANGE MENU WIDTH**** */
	color: #ffffff;
	background-color: #415172;
	padding: 4px 0.5em;
	text-decoration: none;

	
}
ul#navigation a:hover {
	color: #666666;
	background-color: #fff;


}

ul#navigation li li a {
	width: 14em; /*           ****CHANGE SUBMENU WIDTH**** */
}
ul#navigation li li li a {
	width: 14em; /*           ****CHANGE SUBMENU WIDTH**** */
}
ul#navigation li li a {
	width: 14em; /*           ****CHANGE SUBMENU WIDTH**** */
}
ul#navigation li li li a {
	width: 14em; /*           ****CHANGE SUBMENU WIDTH**** */
}

ul#navigation li ul {
	position : absolute;
	left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	top: 0;
	left: -1px;
	margin-left: 100%;
}

/*					****DISPLAYS HORIZONTAL MENU**** */
#navigation li:active ul, #navigation li:hover ul, #navigation li.sfhover ul {
   	top: 100%;
	margin-left: 0;
}



/* form styles */

#hrform{
width:650px;
overflow:hidden;
}


/* IDs */

#h3sForm fieldset
{
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	padding: 1em 1em 1em 1em;
	background-color: #EEEEEE;
}

#h3sForm fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

#h3sForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

#h3sForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#h3sForm fieldset.radio label
{
	font-weight: normal;
}

#h3sForm input
{
	display: block;
	width: 15em;
}

#h3sForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#h3sForm select
{
	display: block;
}

#noBordersForm fieldset
{
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	border: 0 solid #000000;
	padding: 1em 1em 1em 1em;
	background-color: #EEEEEE;
}

#noBordersForm fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

#noBordersForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

#noBordersForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#noBordersForm fieldset.radio label
{
	font-weight: normal;
}

#noBordersForm input
{
	display: block;
	width: 15em;
}

#noBordersForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#noBordersForm legend
{
	font-style: italic;
}

#noBordersForm select
{
	display: block;
}

#simplyForm fieldset
{
	display: block;
	width: 580px;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
	background-color: #EEEEEE;
}

#simplyForm fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}

#simplyForm fieldset.box
{
	width: 400px;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}

#simplyForm fieldset.box input
{

	width: 250px;
}

#simplyForm fieldset.box label
{
display: block;
	font-weight: normal;
	float:left;
}

#simplyForm fieldset.radio label
{
	font-weight: normal;
}

#simplyForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#simplyForm input
{
	display: block;
	width: 300px;;
}


#simplyForm textarea
{
	display: block;
	width: 400px;
	height:200px;
}


#simplyForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#simplyForm select
{
	display: block;
}





/*menu system css ends here */




#address_box{
padding-top:150px;
height:70px;

background-color:#415172;
color:#ffffff;
text-align:right;
font-size:12px;
}

#right_textbox1{

height:100px;
padding:10px;
background-color:#b8bec9;
color:#ffffff;
text-align:right;
font-size:12px;
}



#searchBar{float:right;width:226px;height:32px;margin-right:20px;background-position:-192px -174px;display:inline;}
#searchBar #searchText{float:left;margin:0px;padding:0px;border:none;width:184px;height:22px;font-size:14px;background:transparent;margin-top:7px;margin-left:2px;color:#8e8e8e;font-weight:bold;padding:0px 5px;}
#searchBar #searchButton{float:left;padding:0px;margin:0px;border:none;width:40px;height:32px;cursor:pointer;background:transparent;}

#flashContent{width:982px;height:490px;background:#ebebeb;margin:13px auto 0px;position:relative;z-index:10}

#featureContent{text-align:left;width:639px;float:left;margin:50px 0px 0px 0px;height:auto;padding:0px;}
#featureContent ul#features{float:left;list-style:none;padding:0px;margin:0px;width:639px;}
#featureContent ul#features li{display:inline;}
#featureContent ul#features li.feature{float:left;margin-left:20px;text-align:left;width:192px;height:335px;padding:0px;}
#featureContent ul#features li h2{text-align:left;}
#featureContent ul#features li h2 a{color:#ff8600;font-size:16px;background-position:0px -391px;display:block;height:17px;width:192px;}
#featureContent ul#features li span.copy{color:#7d7d7d;font-size:12px;text-align:left;font-weight:bold;}
#featureContent ul#features li a.learnMoreButton{display:block;width:103px;height:18px;background-position:0px -170px;}
#featureContent ul#features li a.learnMoreButton:hover{background-position:0px -188px}
#featureContent ul#features .feature .featureImage a{display:block;width:192px;height:118px;}
#featureContent ul#features li#feature2 h2 a{background-position:-192px -391px;}
#featureContent ul#features li#feature3 h2 a{background-position:-384px -391px;}
#feature1 .featureImage a{background-position:0px -273px;}
#feature2 .featureImage a{background-position:-192px -273px;}
#feature3 .featureImage a{background-position:-384px -273px;}

#rightRail{margin-top:50px;margin-right:20px;background:transparent;width:294px;float:right;height:auto;display:inline;}
#rightRail div#latestNews div.heading{padding:0px;margin:0px;text-align:left;background-position:0px -206px;height:18px;line-height:0px;width:294px;font-size:0px;display:block;}
#rightRail div#latestNews div.newsItem{margin:0px;padding:0px;display:block;}
#rightRail div#latestNews div.newsItem ul{margin:0px !important;padding:0px !important;display:block;height:auto;}
#rightRail div#latestNews div.newsItem ul li h2{font-size:16px;text-align:left;padding:0px;color:#464646;margin:20px 0px 0px 0px;}
#rightRail div#latestNews div.newsItem ul li.dna p{text-align:left;font-weight:bold;font-size:10px;color:#555555;}
#rightRail div#latestNews div.newsItem ul li.dna p span{color:#acacac;}
#rightRail div#latestNews div.newsItem ul li.copy{color:#7d7d7d;font-size:12px;text-align:left;}
#rightRail div#latestNews div.newsItem ul li.copy p{margin-bottom:0px;}
#rightRail div#latestNews div.newsItem ul li.copy a{color:#ffa440;font-weight:normal}
#rightRail div#latestNews div.newsItem ul li.copy a:hover{color:#ff8600;}
#rightRail div#latestNews div.newsItem ul li.dottedBreak{background-image:url('../images/dotted_line.gif');background-repeat:repeat-x;width:294px;height:24px;}
#rightRail ul#contacts{height:auto;}
#rightRail ul#contacts li.heading{padding:0px;margin:49px 0px 0px 0px;text-align:left;background-position:0px -224px;width:294px;height:18px;line-height:18px;}
#rightRail ul#contacts li.contact p{color:#959595;text-align:left;font-size:12px;font-weight:bold;}
#rightRail ul#contacts li.contact p span{color:#ffa440;}
#rightRail ul#contacts li.contact p span a{color:#FFA440;font-size:12px;}
#rightRail ul#contacts li.contact p span a:hover{color:#FF8600;}

#footer{
background-image:url('../images/stars.jpg');
background-repeat:no-repeat;
float:left;height:90px;width:680px;clear:both;font-size:11px;color:#b7b7b7;text-align:center;font-weight:bold; background-color:#ffffff;padding-bottom:15px;padding-top:190px;}

#footer a{color:#666666; text-decoration:none; padding:10px;}
#footer a:hover{color:#000000;}
#footer a:visited{color:#666666;}
#footer hr{color:#e1e1e1;width:982px;height:1px;line-height:1px;border-bottom:none;border-left:none;border-right:none;}
#footer #footerLinks{margin-left:20px;clear:both;width:962px;height:12px;}
#footer a.footerLink{color:#b7b7b7;font-size:11px;margin-right:15px;display:block;float:left;}
#footer a.footerLink:hover{color:#ff8600;}
#footer #copy{margin-left:20px;}
#footer #copy span.spanL{margin-right:22px;}
#footer #copy span.spanR{margin-left:22px;}

object{position:relative;border:none;}

.spacing{
height:50px;
float:left;
display:block;
}

