/* Main Sections 
------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background: #9D9BCC;
}

#page {
	width: 1055px;
	margin: 0 auto;
}

/* @group menu */
#menu a {
  	
	text-decoration: none;
 
	text-align: left;
	  	color: #663399;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	text-indent: 0.01em;
	letter-spacing: 0.01em;
	padding-top: 7px;
}
#menu a:hover {
	color: #E55035;
}
#menu li.active a {
	color: #E55035;
}
/* common styling */
.menu {	padding-left: 55px; width: 1030px; position:relative; height: 41px; background-repeat: no-repeat;
	background-image: url(images/menu.png); margin:0; z-index:100; }
.menu ul li a, .menu ul li a:visited { display:block; text-decoration:none; color:#000; padding-left: 5px; padding-right: 5px; height:20px; text-align:left; color:#fff;  line-height:20px; font-size:11px; overflow:hidden; }
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */ 
.menu ul li:hover a {	color: #E55035;text-align: left; }
.menu ul li:hover ul {display:block; text-align: left; 	background-image: url(images/dropsownbottom.png);
	background-repeat: no-repeat; background-position: bottom; padding-bottom: 20px; position:absolute; top:31px; left:0; width:190px; } 
.menu ul li:hover ul li a.hide { color: #E55035; } 
.menu ul li:hover ul li:hover a.hide {  color: #E55035;} 
.menu ul li:hover ul li ul {display: none;} 
.menu ul li:hover ul li a {display:block; width: 150px; background:#ddd; background-image: url(images/dropsownwrapper.png); width: 176px; color:#000;} 
.menu ul li:hover ul li a:hover { color: #E55035;} 
.menu ul li:hover ul li:hover ul {display:block; position:absolute;  left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;} 
#menu ul li ul li a { padding-left: 10px; 
	
}

/* @end */

#submenu {
	background-image: url(images/header.jpg);
	width: 1055px;
	height: 59px;
	z-index: 0;
}

#submenu ul li {
	float: left;
	position: relative;
	z-index: 0;
}
#submenu ul li a:hover{
		color: #E55035;
}
#submenu li {
	float: left;
	margin: 0px;
	border-right: 2px solid #663399;
	padding: 0;
}

#submenu ul {
	margin: 0;
	padding: 0;
	padding-top: 29px;
	padding-left: 248px;
	list-style: none;
}

#submenu a {
	z-index: 100;
	position: relative;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	padding-left: 0px;
	display: block;
	text-align: center;
	color: #663399;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	text-indent: 0.01em;
	letter-spacing: 0.01em;
}

#submenu li.active a {
	color: #E55035;
}

#container {
	width: 1055px;
}

#linkslogo {
	width: 218px;
	float: left;
	height: 638px;
	background-image: url(images/left.jpg);
}

#content { 
	padding-top: 20px;
	text-align: left;
	padding-left: 32px;
	border-left: 2px #BA967C solid;
	width: 706px;
	padding-right: 55px;
	margin-left: 217px;
	min-height: 598px;
	background-image: url(images/wrapper.jpg);
	list-style: inside;
}
#content a{
color: #E55035;
}
#content a:hover{
color: #663399;
}
.imgborder{
	border: 2px solid  #663399; 

}
h1 {
	color: #E55035;margin-bottom: 2px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

h2 {margin-bottom: 4px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #E55035;
}

h3 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #E55035;
}
dt{
	width: 250px;float: left;
}

#map span{
	display: none;
}
#googlemaps{
	height: 360px;
}
#map {
	height: 350px;
	float: left;
}
#map2 span{height: 350px;
	display: none;
}
#map2{height: 350px; 
	float: right;
}
#footer {
	background-repeat: no-repeat;
	width: 1030px;
	bottom: 0px;
	height: 55px;
	background-image: url(images/footer.jpg);
}