/*
File:			custom.css
Description:	Custom styles for Thesis
*/

body.custom {
    background: #fff;
}

.custom #container {
    margin-top: 0;
    margin-bottom: 2em;
    padding: 0;
    background: #33332f;
    border: none;
}

.custom #page {
    background: #fff;
}

.custom #header {
    background: url(images/masthead.jpg) no-repeat;
    height:130px;
}

#topNav {
	font-family:"Palatino Linotype", Palatino, Georgia, serif;
	background:#FFF;
	padding:0;
	width:959px;
}

#mainNav {
	width:630px;
	float:left;
	height:45px;
}

#freeConsultation {
	float:left;
	width:329px;
	height:45px;
	background:url(images/free-consultation.gif) no-repeat;
         border:none;
}