@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0;}

html { 
	overflow-y:scroll;
	font-size:62%;
	line-height:62%;
 } 

body {	
	background-image:url(../images/body-background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.6em;
	line-height:1.9em;	
}

h1 {
	font-size:1.6em;
}


h2 {
	color:#CCC;
	line-height:2.2em;
}

p {
	margin:20px 0 0 0;
}

img {
	border:none;
	float:left;
}

.img_ctr {
	margin:0 0 0 10px;
}

.img_left {
	float:none;
}

form {
	text-align:left;
}

blockquote {
	padding:0 20px 20px 20px;
}

li {
	text-decoration:none;
	padding:0 15px 10px 20px;
	list-style:none;
}

.align_left {
	text-align:left;
	clear:both;
	padding:15px 0 0 0;
}

.address {
	color:#fff;
	float:right;
	line-height:1.8em;
	padding:60px 0 0 0;
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.08em;
}

.sidebar_quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.08em;
	color:#CCC;
	margin:10px 20px 10px 25px;
	text-align:left;
}	

textarea {
	width: 530px;
	height: 10em;
} 

input {
	margin:15px 0 0 0;
	font-size:13px;
	width:425px;
	line-height:16px;
}

.input_short {
	width: 1.6em;
	height: 1.6em;
}

#wrapper {
	width:950px;
	margin:0 auto;
	background-image:url(../images/content-background.jpg);
	background-position:left;
	overflow:auto;
}

#header {
	width:850px;
	height:190px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	border:none;
	margin:0px 25px 0 25px;
	padding:10px 30px 0 20px;
	float:left;
	}
	
#nav {
	width:900px;
	height:50px;
	margin:0 25px 0 25px;
	float:left;
	}
	

#body_container	{
	width:900px;
	float:left;
	padding:0 25px 0 25px;
}
	
#content {
	width:530px;
	float:left;
	padding:40px 30px 10px 40px;
	}
	
.submit {
	width:60px;
	height:2em;
	text-align:right;
}
	
#sidebar {
	width:280px;
	float:left;
	padding:30px 10px 0px 10px;
	text-align:center;
}

#sidebar p {
	color:#CCC;
	line-height:2.2em;
	list-style:none;
}

.sidebar_type {
	color:#CCC;
	margin:10px 20px 10px 25px;
	text-align:left;
}
	
#footer_inside {
	width:860px;
	padding:30px 0 10px 40px;
	margin:0 25px 0px 25px;
	background-color:#7d7d7d;
	float:left;
}

#footer_inside p {
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}

#form_left {
	width:100px;
	float:left;
	text-align:right;
	line-height:16px;
}

#form_right {
	width:430px;
	float:left;
}

#form_right_abaco {
	width:430px;
	float:left;
	text-align:left;
}

	
a:link {
	color: #565656;
	text-decoration: none;
	list-style:none;
}
a:visited {
	color: #c2c0c1;
}
a:hover {
	color: #c2c0c1;
	text-decoration: none;
	list-style:none;
}
a:active {
}

#footer_inside a:link {
	color: #c2c0c1;
	text-decoration: none;
	list-style:none;
}
#footer_inside a:visited {
	color: #c2c0c1;
}
#footer_inside a:hover {
	color: #999;
	text-decoration: none;
	list-style:none;
}
#footer_inside a:active {
}



/*Trial 4 Menu*/

.menu{
 border:none;
 border:0px;
 margin:0px;
 padding:0px;
 font-weight:bold;
 }
.menu ul{
 background:#7d7d7d;
 height:50px;
 list-style:none;
 margin:0;
 padding:0;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 0px;
 -webkit-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
 -moz-box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
 box-shadow: inset 0px 16px 0px 0px rgba(255, 255, 255, .1);
 }
 .menu li{
 float:left;
 padding:0px 0px 0px 35px; 
 }
 .menu li a{
 color:#FFF;
 display:block;
 font-weight:normal;
 line-height:50px;
 margin:0px;
 padding:0px 28px;
 text-align:center;
 text-decoration:none;
 }
 .menu li a:hover{
 background:#c2c0c1;
 color:#e7e5e6;
 text-decoration:none;
 -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
 -moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
 box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
 }
 .menu ul li:hover a{
 background:#c2c0c1;
 color:#e7e5e6;
 text-decoration:none;
 }
 .menu li ul{
 display:none;
 height:auto;
 padding:0px;
 margin:0px;
 border:0px;
 position:absolute;
 width:220px;
 z-index:200;
 }
 .menu li:hover ul{
 display:block; 
 }
 .menu li li {
 display:block;
 float:none;
 margin:0px;
 padding:0px;
 width:220px;
 background:#c2c0c1;
 /*this is where the rounded corners for the dropdown disappears*/
 }
 .menu li:hover li a{
 background:none;
 }
 .menu li ul a{
 display:block;
 height:50px;
 font-style:normal;
 margin:0px;
 padding:0px 10px 0px 15px;
 text-align:left;
 }
 .menu li ul a:hover, .menu li ul li:hover a{
 border:0px;
 color:#e4f8fe;
 text-decoration:none;
 background:#0991bc;
 -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
 -moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3);
 box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, .3); 
 }


	