@charset "utf-8";
@import url("nav.css");
body {
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}
.header {

}
.logo {
margin-top:15px;
	float: left;
}
.toprightnav {
float:right;
	/*width: 200px;*/
	padding-right:24px;
	position: relative;
	/*margin-left: 630px;*/
}
.toprightnav  img {
	margin-top: 15px;
	display: block;
}
.nav {
	margin-bottom: 10px;
	margin-top: 15px;
	width: 830px;
}
.content  a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
.content  a:hover {
	text-decoration: underline;
}
.left-col {
	float: left;
	width: 560px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.left-col p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.left-col h1 {
	color: #C86F40;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.left-col h2 {
	color: #C86F40;
	font-size: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.quote {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	color: #2F99C1;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.quote strong {
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}




.right-col {
	float: right;
	width: 233px;
}
.right-col img {
	display: block;
}

.dlinfo {
	margin-top: 10px;
	background-color: #E7F0AD;
	margin-bottom: 10px;
	background-image: url(../images/bg_frontbox.gif);
	background-repeat: repeat-y;
}
.righttabinside {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.righttabinside h3 {
	color: #F35000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
}
.righttabinside p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.righttabinside hr {
	height: 1px;
}
.bottomcols div {
	float: left;
}
.bot-leftcol {
	width: 300px;
}
.bot-leftcol h2 {
	color: #C86F40;
	font-size: 16px;
}
.bot-leftcol strong {
	color: #F15D21;
	font-size: 14px;
}





.footer {
	font-size: 10px;
	background-color: #EDEDED;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3BD35;
}
.footer a {
	color: #006699;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.glassociates {
	width: 200px;
	float: left;
	height: 30px;
	padding: 5px;
	background-color: #D3D3D3;
}
.footernav {
	float: left;
	height: 25px;
	background-color: #E5E5E5;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #B3BD35;
	border-right-color: #B3BD35;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.viewdemo {
	float: left;
	height: 30px;
	padding: 5px;
	color: #FF6600;
	text-align: center;
}
.viewdemo a:link {
	color: #FF6600;
}


.glassociates img {
	float: left;
	padding: 3px;
}
.smalltext {
	font-size: 8px;
	font-weight: bold;
}
#descx {
	background-color: #E6EFAC;
	padding: 10px;
}




.clear {
	clear: both;
}
