body, html {
	margin-top: 5px;
	margin-left: 20px;
	color: #fff;
	background-color: black;
	
}

body, input, textarea, select, option {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	line-height: 1.8;
}

.arearow {
	border-bottom:1px dotted #ccc;
}

a, a:visited {
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}

a.orange {
	color: #ff3300;
}

.sent {
	color: #33ff00;
}


#human {  
	visibility:hidden;  
	display:none;  
}

a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: #555;
	background-color: transparent;
}
	
img {
	border: 0px;
}

h1  {
	color: #fff;
	font-size: 12px;
}

.border-white {
	border: 1px solid #fff;
}

.linedotted {
	border-bottom: 1px dotted #777;
}

.copyright {
	color: #999;
	font-size: 11px;
}

.big {
	color: #fff;
	font-size: 20px;
	font-family: Arial, helvetica, sans-serif;
}

.med {
	color: #fff;
	font-size: 16px;
	font-family: Georgia;
}

.box1 {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc; 
	text-align:left;
	margin-top: 10px;
}

.h1 {
	background: #fff url(images/1.jpg) 0 0 no-repeat;
	color: #fff;
	cursor:pointer;
}

.h2 {
	background: #fff url(images/2.jpg) 0 0 no-repeat;
	color: #fff;
	cursor:pointer;
}

.h3 {
	background: #fff url(images/3.jpg) 0 0 no-repeat;
	color: #fff;
	cursor:pointer;
}

.top {
	background: #222 url(images/bg.png) 0 0 repeat-x;
	color: #fff;
	height: 130px; 
}

.top-shadow {
	background: #fff url(images/shadow.jpg) 0 0 repeat-x;
	height:9px;
}

.text-teal {
	color: #669999;
	font-weight: bold;
}

.text-small {
	font-size: 10px;
}

.text-big {
	font-size: 20px;
}

.textbox {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	width: 95%;
	padding: 3px;
	border: 1px solid #999;
}

.green {
	color:#ff9900;
}

.cbox {
	border:1px dashed #ccc;
}

.lightgray {
	color: #999;
}

.menu2 {
	border: 1px solid #eee;
}

.lightside {
	color:#ccc;
	line-height: 10px;
}

.contact {
	color: #fff;
	background: #333;
	border: 1px solid #ccc;
}

.text-region {
	font-size:12px;
	color: #eee;
}

.text-white {
	font-size:11px;
	color: #fff;
}

a.text-white:link, a.text-white:visited {
	font-size:11px;
	color: #fff;
}

a.text-region:link, a.text-region:visited {
	color: #fff;
	text-decoration: none;
}

a.text-region:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------------
	Horizontal Menu
-----------------------------------------------------------------------------------------------*/

ul.topnav {
	list-style: none;
	padding: 0 40px;
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	background: url(images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 33px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	line-height: 1;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center;
}

.let {
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	background: url(images/topnav_bg_let.gif) repeat-x;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
	width:25%;
    color:#ff3300;
    cursor:pointer;
}

.buttons a:hover {
    color:#ccc;
}

#divprop {
	background: #000;
	float: left;
	width: 220px;
	height: 190px;
	margin:5px;
	text-align: center;
}

#divprop a:link, #divprop a:visited  {
	color: #fff;
	float: left;
	width: 220px;
	height: 190px;
	border: 1px solid #000;
	text-decoration: none;
}

#divprop a:hover {
	color: #ccc;
	float: left;
	width: 220px;
	height: 190px;
	text-align: center;
	border: 1px solid #fff;
}

#divavprop {
	background: #000;
	float: left;
	width: 300px;
	height: 250px;
	margin:5px;
	text-align: center;
}

#divavprop a:link, #divavprop a:visited  {
	color: #fff;
	float: left;
	width: 300px;
	height: 250px;
	border: 1px solid #eee;
	text-decoration: none;
}

#divavprop a:hover {
	color: #ccc;
	float: left;
	width: 300px;
	height: 250px;
	text-align: center;
	border: 1px solid #fff;
}

