@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: "museo-sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-color: #373D2D;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
a img { 
	border: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #DCDD4C;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.normal {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.yellow {
	color: #DCDD4C;
}


.wrapper {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


.header {
	padding-top: 20px;
	margin-bottom: 25px;
}
.container {
}
.content {
	width: 470px;
	float: left;
	margin-left: 45px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: 45px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}


.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDD4C;
	padding-top: 0px;
	position: relative;
}
#heropic {
	position: absolute;
	top: 0px;
	right: 0px;
}
.herocontainer {
	position: relative;
	min-height: 425px;
	float: left;
	width: 200px;
	margin-top: 10px;
}
.sidebar2 {
	float: left;
	width: 195px;
	padding: 10px 0;
	font-size: 12px;
	position: relative;
}
.sidebar2 h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.sidebar2 h1 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
}
#quickform {
	background-color: #373D2D;
}
.quote {
	font-family: Times, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 100;
	padding-right: 10px;
	background-image: url(../images/quoteEnd.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.testimonials {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDD4C;
}
.specialpanel {
	background-color: #545A4B;
	text-align: center;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DCDD4C;
	border-bottom-color: #DCDD4C;
	font-size: 11px;
	margin-bottom: 25px;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#menu{

}

#menu ul {
	list-style-type:none;
	text-align: right;
}

#menu ul li{
	float:right;
	margin: 0px !important;
	padding: 0px !important    
}
.first a{
	display: block;
	width: 185px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 15px;
	font-size: 18px;
	font-family: "museo-sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	background:#373D2D;
}
#menu ul li .current {
	background-color: #545A4B !important;
	color: #DCDD4C !important;
}
input , textarea{
	background-color: #545A4B;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 14px;
	margin-bottom: 10px;
}
input#subscribe  {
	cursor:  hand; 
	cursor: pointer; 
	color: #373D2D;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #757F69;
}
input#send  {
	cursor:  hand;
	cursor: pointer;
	color: #373D2D;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #757F69;
}
.typekit-badge {
	display: none !important;
}
