body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/bg.jpg);
	color: #a2a3a3;
	font-size: 15px;
	margin: 0;
}



/***** COMMON ELEMENTS *****/
a {
	text-decoration: none;	
}

#content a, #contentNoImage a {
	color: #c74f27;
	border-bottom: 1px dashed #c74f27;
}

a img {
	border: none;	
}

h1 {
	font-size: 22px;
	color: #c74f27;
	margin-bottom: 0;
}

p {
	margin-top: 10px;	
	line-height: 20px;
}





.mainWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#whiteTop {
	background-color: #fff;
	height: 320px;
	margin-top: 15px;
	/*padding-top: 15px;*/
}

#whiteNoImage {
	background-color: #fff;
	height: 180px;
	margin-top: 15px;
}

#logo {
	position: relative;
	bottom: 40px;
	bottom: 25px;
}

#centerPhoto {
	position: relative;
	bottom: 20px;
	bottom: 5px;
}

#content {
	position: relative;
	top: 230px;
}

#contentNoImage {
	position: relative;
	top: 0;
}

#bottomNav, #bottomNav a {
	color: #6c6d6d;
	font-size: 13px;
}

#footer, #footer a, #footer a img {
	color: #6c6d6d;
	padding-bottom: 12px;	
	padding-top: 12px;
	border: none;
}

#footer a:hover {
	color: #818181;	
}



/***** navigation *****/
#nav {	
	margin: 0;
	padding: 0;
	z-index: 30;
}

#nav li {	
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	float: left;
}

#nav li a {	
	display: block;
	margin: 0 12px;
	color: #949494;
	font-size: 17px;
	letter-spacing: -0.4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
}
	
#nav li a:hover, #nav li a.on {	
	color: #363636;
}

#nav div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*background: #EAEBD8;
	border: 1px solid #5970B2;*/
}

#nav div a	{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	/*background: #EAEBD8;
	color: #2875DE;
	font: 11px arial;*/
	background: #ffffff;
	font-size: 17px;
}

#nav div a:hover {	
	/*background: #49A3FF;
	color: #FFF;*/
	color: #363636;
}











/***** COMMON CLASSES *****/
.floatRight { float:right; }
.floatLeft { float:left; }
.centerAlign { text-align: center; }
.smallText { font-size: 10px; }
.indent { margin-left: 30px; }
.bold { font-weight: bold; }

/***** padding *****/
.clear { clear:both; float:none; }
.clear-5-padding { clear:both; padding-top:5px; float:none; }
.clear-10-padding { clear:both; padding-top:10px; float:none; }
.clear-15-padding { clear:both; padding-top:15px; float:none; }
.clear-20-padding { clear:both; padding-top:20px; float:none; }




/***** home page *****/
.col1 {
	width: 310px;
	padding-right: 20px;
	float: left;
	margin-top: 25px;
}

.col2 {
	width: 300px;
	padding-right: 20px;
	float: left;
	margin-top: 25px;
}

.col3 {
	width: 310px;
	float: left;
	margin-top: 25px;
}

.facebook {
	position: relative;
	bottom: 10px;
}




.singleCol {
	margin-top: 40px;	
}







/***** Contact page *****/
.top {
	vertical-align: top;
}

.submitButton {
	text-align: right;
	
}

.formButton {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/formbg.gif) repeat-x left top;
}

.grey {
	background-color: #CCCCCC;
	border: 1px solid #E6E7E8;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}



