@charset "utf-8";
/* CSS Document */

* {padding: 0; margin: 0;}
p {margin-top: 0;}

html { overflow: -moz-scrollbars-vertical !important; }

.handcursor{
cursor:hand;
cursor:pointer;
}

.switchgroup1 {

	}
	
.logo {
	float:left;
	padding-top:37px;
	padding-left:44px;
	}
	
.splash {
	float:right;
	z-index:0;
	padding-right:30px;
	padding-top:50px;
	}

body {
background-color:#a09c91;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1, h2, h3 {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	}


a:link {color: #cccccc; text-decoration: none; }
a:active {color: #cccccc; text-decoration: none; }
a:visited {color: #cccccc; text-decoration: none; }
a:hover {color: #ffffff; text-decoration: none; }

#faq a:link {color: #000; text-decoration: underline; }
#faq a:active {color: #000; text-decoration: underline; }
#faq a:visited {color: #000; text-decoration: underline; }
#faq a:hover {color: #666; text-decoration: none; }

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height:130%;
	}

#navbox {
	padding-top: 10px;
	padding-left:13px;
	z-index:3;
	}
	
/* nav list */
#navcontainer { 
	width: 185px;
	padding:20px;
	background-color:#93242c;
	border:thick solid #FFFFFF;
	border-width: 12px;
	}
	
	#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height:130%;
	}
	

	#navcontainer li{
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #eee;
	}
	
	#navcontainer li.last{
	border-bottom:none;
	}
	
	#navcontainer a.current{
	color:#FFF;
	font-weight:bolder;
	}
	
/* end nav list */


#container {
  margin: 0 auto;
  width: 756px;
  } 
  
#logo {
	height:110px;
	padding-top:20px;
	padding-left:44px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	}

#banner.home {
	height: 360px;
	background-image:url(../images/home_02.png);
	background-repeat:no-repeat;
	z-index:-1;
	background-position: 255px 40px;
	}

#banner.services {
	height: 360px;
	background-image:url(../images/services_01.png);
	background-repeat:no-repeat;
	z-index:-1;
	background-position: 255px 40px;
	}

#banner.about {
	height: 360px;
	background-image:url(../images/about_01.png);
	background-repeat:no-repeat;
	z-index:-1;
	background-position: 255px 40px;
	}

#banner.faq {
	height: 360px;
	background-image:url(../images/faq_01.png);
	background-repeat:no-repeat;
	z-index:-1;
	background-position: 255px 40px;
	}

#banner.request {
	height: 360px;
	background-image:url(../images/request_01.png);
	background-repeat:no-repeat;
	z-index:-1;
	background-position: 255px 40px;
	}

#banner.seminars {
	clear:both;
	height: 360px;
	background-image:url(../images/seminars_01.png);
	background-repeat:no-repeat;
	z-index:-1;
	background-position: 255px 40px;
	}


#header {
	width:756px;
	height:357px;
	background-image:url(../images/stripe.png);
	margin-bottom:-2px;
	}


	
#content {
	width:730px;
	min-height:300px;
	margin: 0 auto;
	background-color:#fff;
	margin-bottom:-40px;
	position:relative;
	overflow:auto;
	z-index:2;
	}
	
#main {
	width: 490px;
	float: right;
	padding:0 0 0 -510;
	}

#main h2 {
	padding-bottom: 10px;
	}
	
#main p{
	margin:0 20px 20px 20px;
	line-height: 130%;
	}
	
#main b{
	margin-left:20px;
	color:#93242c;
	}

#faq {
	margin-left:10px;
	padding-bottom:10px;
	width: 470px;
	}

#sidebar {
	width: 225px;
	float: left;
	margin: 10px 0px 10px 15px;
	background-color:#f6e497;
	}

#sidebar p{
	margin:20px 20px 20px 20px;
	line-height: 130%;
	}
	
#sidebar h3 {
	text-transform:capitalize;
	}
	
	
#contact {
	width: 225px;
	float: left;
	margin: 10px 0px 10px 15px;
	}

#contact p{
	margin:5px 20px 20px 20px;
	line-height: 130%;
	}
	
#contact h4 {
	margin-left:20px;
	}
	
#footer {
	clear:both;
	background-color:#2e2e2e;
	width: 100%;
	min-height:50px;
	position:relative;
	z-index: 1;
	}

#footer p{
	font-size:75%;
	color:#ccc;
	margin-top: 25px;
	padding:20px;
	}