body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	color: #000000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 100%;margin: 0 auto; height:auto; display:table;
	}

.header {
	border:#f68121 solid 2px; border-left:none; border-right:none; width:1002px; height:85px;
}

.div-btn{
background:#000000; width:100%; height:16px; color:#ffffff; font-family:Verdana, Geneva, sans-serif; font-size:20px; margin:10px 0px 10px 0px; border-radius:5px;
background: #f9c667; /* Old browsers */
background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9c667 0%,#f79621 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9c667 0%,#f79621 100%); /* IE10+ */
background: linear-gradient(to bottom, #f9c667 0%,#f79621 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
padding:20px 0px 30px 0px; cursor:pointer; text-decoration:none; padding:10px 0px 15px 0px\9;
}


.div-btn a{
	color:#ffffff; text-decoration:underline;
}

.content {
padding: 10px 0; width:100%; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; min-height:510px;
}

* html .content{
	height:510px;
}

.content li{
	margin-left:30px;
}

.contactbox-container {

	padding: 10px 0; width:390px; float:right;
}

.contactbox-container span{
	color:#1b1464; font-family:Verdana, Geneva, sans-serif; font-size:14px; font-weight:bold; text-decoration:underline; padding-left:15px;
}

.contactbox-container ul{
	font-family:Verdana, Geneva, sans-serif; font-size:12px; list-style:none; padding-top:20px; color:#000000;
}

.contactbox-container ul li{
	font-family:Verdana, Geneva, sans-serif; font-size:12px; list-style:none; line-height:18px;
}

.contactbox-container ul .greyclrtxt{
	font-family:Verdana, Geneva, sans-serif; font-size:13px; list-style:none; color:#2a363b; font-weight:bold;
}

.emaillink {
	color:#2a363b; font-family:Verdana, Geneva, sans-serif; font-size:14px; font-weight:bold; padding-left:15px; text-decoration:none; width:300px; display:inline-block;
}

.emaillink a{
	color:#2a363b; font-family:Verdana, Geneva, sans-serif; font-size:14px; text-decoration:underline; font-weight:bold;
}

.footer {
padding: 10px 0; clear:both; background:#000000; width:100%; height:20px; float:left; color:#ffffff; font-family:Verdana, Geneva, sans-serif; font-size:20px; 
background: #ffa63a; /* Old browsers */
background: -moz-linear-gradient(top, #ffa63a 0%, #ff920a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa63a), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffa63a 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffa63a 0%,#ff920a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffa63a 0%,#ff920a 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffa63a 0%,#ff920a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa63a', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}


.fltrt { 
	float: right; margin:10px 8px 0 8px; font-size:11px;
}
.fltlft {
	float: left; margin:0 8px; font-size:11px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.logo{
	background:#ffffff; border-right:#f68121 solid 2px; width:222px; padding:0 10px 0 10px; float:left;
}

.textmiddle {vertical-align:middle;} 

