/* CSS Document */
body{
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	background-color:#afcad8;
}
td, div, p, textualcontent *{
	font-family:Arial, Helvetica, sans-serif;
	font-size:#494949;
	font-size:14px;
}
h1, h2, h3{
	color:#393939;
	font-size:22px;
	margin-top:0px;
}
.quotebutton{
	background-color:#162961;
	background-image:url(images/quotebutton.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:95%;
	margin:0px auto;
	overflow:hidden;
}
.quotebutton div{
	color:#FFF;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	padding:12px;
	cursor:pointer;
}

.phonebutton{
	background-color:#FFF;
	background-image:url(images/phonebg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:95%;
	margin:0px auto;
	overflow:hidden;
}
.phonebutton div{
	color:#434343;
	font-size: 18px;
	text-align:center;
	padding:12px;
	font-weight:bold;
}
a.phone{
	color:#ef3e30;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}

.menu1{
	background-color:#717171;
	width:95%;
	margin:0px auto;
	overflow:hidden;
}
.menu1 a img{
	position:relative;
	border:0px;
	width:0px;
}
.menu1 a{
	display:block;
	padding:12px;
	color:#ffffff;
	text-decoration:none;
	background-image:url(images/m1.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	border-bottom:1px solid #999999;
	font-size:14px;
	line-height:20px;
}
.menu1 a:hover, .menu1 a.active{
	background-image:url(images/m1a.jpg);
}
.menu2{
	background-color:#ffffff;
	width:95%;
	margin:0px auto;
	overflow:hidden;
}
.menu2 a img{
	position:relative;
	border:0px;
	width:24px;
}
.menu2 a{
	display:block;
	padding:12px;
	color:#783b84;
	text-decoration:none;
	background-image:url(images/m2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:16px;
	text-transform: uppercase;
}
.menu2 a:hover, .menu2 a.active{
	background-image:url(images/m2a.jpg);
}
.dude{
	background-image:url(images/dude.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:102px;
	height:166px;
	z-index:1;
	position:absolute;
	right:0px;
}
.logo{
	height:140px;
	width:100%;
	background-image:url(images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}
.rounded{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	margin-bottom:10px;
}
.content{
	position:relative;
	z-index:5;
}
.whitebox{
	background-color:#ffffff;
	width:95%;
	margin:0px auto;
	overflow:hidden;
	margin-bottom:10px;
}	
.textualcontent{
	padding:12px;
}
#slider, #slider2{
	width:100%;
	overflow:hidden;
}
.slider2limiter{
	height:45px;
	overflow:hidden;
}
.slide{
	width:100%;
	text-align:center;
	display:block;
	min-width:280px;
	overflow:hidden;
}
.slide b{
	color:#783b84;
}
.slide p{
	margin:0px;
	padding:0px;
	font-size:10px;
}
#slider img{
	width:100%;
}
.textualcontent img{
	display:none;
}
.footer{
	width:90%;
	margin:0px auto;
	overflow:hidden;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-size:13px;
}
.footer a{
	color:#ffffff;
}
a{
	color:#ee0303;
}
.clear{
	clear:both;
	display:block;
}
input.input {
 border: 1px #bcc7d0 solid;
 width: 100%; height: 20px;
 font-size: 12px;
 color: #000000;
 margin: 0px 0px 6px 0px;
 background-color: #ffffff;
 padding: 0px 0px 0px 0px;}
select.select {
 border: 1px #bcc7d0 solid;
 width: 100%; height: 20px;
 font-size: 12px;
 color: #000000;
 margin: 0px 0px 6px 0px;
 background-color: #ffffff;
 padding: 0px 0px 0px 0px;}
input.inputc {
 border: 1px #bcc7d0 solid;
 width: 100%; height: 21px;
 font-size: 14px;
 color: #41464a;
 margin: 2px 0px 3px 0px;
 background-color: #ffffff;
 padding: 0px 0px 0px 0px;}
textarea.txtar {
 border: 1px #bcc7d0 solid;
 width: 100%; height: 140px;
 font-family: arial, verdana, tahoma;
 font-size: 14px;
 color: #41464a;
 margin: 0px 0px 9px 0px;
 background-color: #ffffff;
 padding: 0px 0px 0px 0px;
 overflow: auto;}