/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:		#000 url(/images/background.gif) top repeat-x;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#2b2a2a;
	font-size:		13px;
	line-height:	1.5em;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#main-wrapper {
	width:			950px;
	margin:			0 auto;
	background:		#FFF;
}

#header {
	height:			98px;
	width:			950px;
	background:		url(/images/header-bg2.jpg) no-repeat;
}

#logo {
	height: 		0;
	width:			262px;
	background:		url(/images/header-bg2.jpg) no-repeat;
	padding-top:	98px;
	overflow:		hidden;	
	float:			left;
	display:		block;
}

#phone {
	width:			202px;
	height:			0;
	background:		url(/images/header-bg2.jpg) 748px no-repeat;
	padding-top:	69px;
	overflow:		hidden;
	float:			right;
	display:		block;
}

#nav {
	height:			77px;
	width:			950px;
	background:		url(/images/navbar-bg.gif) repeat-x;	
}

#navbar {
	margin:			0;
	padding:		0;
	width:			950px;
	height:			25px;
	list-style:		none;
}

#navbar li {
	float:			left;
	margin:			0 25px;
	display:		inline-block;	
}

#navbar li a {
	display:		inline-block;
	height:			25px;
	font-size:		16px;
	font-weight:	bold;
	color:			#17355e;
	line-height:	17px;
	padding:		4px 0;		
}

#bluebar {
	width:			900px;
	height:			34px;
	padding:		9px 25px;	
	position:		relative;
}

#motto {
	width:700px;
	float:left;
	font-size: 22px;
	font-family:"Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucinda Sans Unicode", Arial, sans-serif;
	line-height:34px;
}

#tagline {
	height:			34px;
	width:			565px;
	float:			left;	
}

#bluebar img {
	height:			34px;
	width:			34px;
	float:			right;	
}

#content {
	padding:		25px 25px 0 25px;
	width:			900px;
	margin-bottom:	25px;
}

#main-col {
	float:			left;
	width:			615px;
	padding-right:	25px;
	margin-right:	-260px;
	padding-bottom:	25px;
}

#right-col {
	float:			right;
	width:			260px;
	padding-bottom:	25px;
}

#slideshow {
	width:			341px;
	height:			294px;
	float:			left;
	margin-right:	20px;	
	margin-bottom:	25px;
}

.sidebar-form {
	width:			230px;
	background:		#dcbe8e;
	padding:		15px;	
	color:			#473c2f;
	margin-bottom:	18px;
}

.sidebar-form h2 {
	color:			#473c2f;	
}

.sidebar-form .sidebar-field {
	border:			1px solid #ccb99b;
	background:		#FFF;
	width:			220px;	
	padding:		3px 4px;
	margin-bottom:	10px;
}

.sidebar-form label {
	font-size:		12px;
	line-height:	14px;	
	display:		inline-block;
}

.sidebar-form .inline {
	font-size:		10px;
}

.sidebar-form #submit {
	height:			19px;
	width:			119px;
	background:		url(/images/submit-button.gif) no-repeat;
	border: 		0 !important;
	cursor: 		pointer;
	display: 		block;
	font-size: 		0;
	line-height: 	0;
	overflow: 		hidden;
	padding: 		0;
	text-indent: 	-999px;	
}

#testimonial {
	width:			866px;
	background:		#eeeaab;
	padding:		17px;	
	clear:			both;
}

#testimonial a {
	color:#2b2a2a;
	
}

#testimonial .quote {
	font-size:		50px;	
	padding-top:	12px;
}

#footer {
	width:			866px;
	background:		#657caf;
	padding:		17px;
	font-size:		12px;
	line-height:	16px;
	color:			#FFF;
}

#footer h2 {
	color:			#FFF;
	margin-bottom:	0;
	margin-top: 12px;	
}

#footer p {
	margin-bottom:12px;	
}

#footer a {
	color:			#FFF;	
}

#logos {
	width:			880px;
	padding:        13px 10px;
	background:		#f5f5f5;
}

#logos img {
	float:left;
}

#guaranteed {
	font:bold 20px "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, "Lucida Grande", "Lucinda Sans Unicode", Arial, sans-serif;
	border-bottom: inset 2px #000;
	margin-bottom:13px;
}

#keywords{
	background:		#838383;	
	width:			866px;
	padding:		17px;
	font-size:		10px;
	line-height:	14px;
	color:			#FFF;
}
#keywords a{
	color:#fff;
}
#bottom_links {
	text-align:		right;
	font-size:		10px;
	color:			#333;	
	font-weight:	bold;
	padding:		5px 0;
}

#bottom_links a {
	color:			#333;	
}

#searchform {
	width: 230px;
	position: absolute;	
	top:	15px;
	right: 100px;
}

#searchform .field {
	width: 175px;	
}

#breadcrumbs {
	font-size: 12px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;	
}

/******************** STYLES **************************/

table {

}

a {
	color:			#0000EE;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color:			#0000EE;
	font-weight:	bold;
}

.alttext2 {
	font-size:		18px;
	color:			#840000;
}

.header1 {
	color:			#840000;
	font-family:	"Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size:		24px;
	font-weight:	bold;
	line-height:	26px;
}

.header2 {
	color:			#023C6E;
	font-family:	"Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 		20px;
	font-weight:	bold;
	line-height:	23px;
}

.header3 {
	color:			#2b2a2a;
	font-family:	"Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size:		16px;
	font-weight:	bold;
	line-height:	19px;
}

h1 {
	color:			#840000;
	font-family:	"Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size:		24px;
	font-weight:	bold;
	line-height:	26px;
	margin:			0 0 12px 0;
}

h2 {
	color:			#023C6E;
	font-family:	"Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 		20px;
	font-weight:	bold;
	line-height:	23px;
	margin:			0 0 8px 0;
}

h3 {
	color:			#2b2a2a;
	font-family:	"Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size:		16px;
	font-weight:	bold;
	line-height:	19px;
	margin:			0 0 3px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#2b2a2a;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}

