body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	background-color: #BAB38F;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 0px;
	background-color:#FFFFFF;
	border: solid #2E1C09 1px;
}

#top {
	color: #2E1C09;
	text-align: right;
	padding-top: 10px;
	font-family: "Trebuchet MS";
	padding-right: 5px;
	border:none;
}
#content a {
	color: #A10B0E;
	text-decoration: none;
}

#content a:hover {
	color: #A10B0E;
	text-decoration: underline;
}

#top a {
	color: #2E1C09;
	text-decoration: underline;
	font-weight: bold;
}


#top a:hover {
	color: #A10B0E;
}






/* dropdown nav */
#suckertreemenu{
	background: #950F0C;
	width: 100%;
}
	
#suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*background-color: #440000;*/
	/*border-left: 1px solid #FFFFFF;*/
	border-right:1px solid #FFFFFF;
}

/*Top level list items*/
#suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	/*background-color: #440000;*/ /*overall menu background color*/
}

/*Top level menu link items style*/
#suckertreemenu ul li a {
	display: block;
	width: 132px; /*Width of top level menu link items*/
	/*height: 38px;*/
	padding: 5px 0;
	border: 1px solid #FFFFFF;
	border-left-width: 0;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background-color: #950f0c;
	font-size:14px;
	font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
}
#suckertreemenu #last a{
	width: 133px;
	border-right: none;
}

	
/*1st sub level menu*/
#suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border: 1px solid #950f0c;
	border-top:none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
#suckertreemenu ul li ul li a{
	display: block;
	width: 122px; /*width of sub menu levels*/
	color: #444444;
	background: #FFFFFF;
	text-decoration: none;
	border: none;
	padding: 5px 5px;
	font-size: 12px;
}

#suckertreemenu ul li a:hover {
	color: #e1e1c7;
}

#suckertreemenu ul li ul li a:hover {
	color: #950f0c;
	background: #e1e1c7;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #suckertreemenu ul li { float: left; height: 1%; }
* html #suckertreemenu ul li a { height: 1%; }
/* End */
	









#welcome {
	width: 375px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 25px;
	float: left;
}
.findit {
	clear: both;
	padding-top: 15px;
}

#callout a {
	color: #2E1C09;
	font-weight: bold;
}

#callout a:hover {
	color: #A10B0E;
}


.social {
	height: 32px;
	margin: 8px 12px;
	padding: 0;
}

	.social li {
		float: left;
		list-style: none;
		margin: 0 5px;
		padding: 0;
	}
	
		.social a {
			background: url(/images/social.png) no-repeat transparent;
			display: block;
			float: left;
			outline: none;
			text-indent: -9999px;
			width: 32px;
			height: 32px;
		}
	
		.facebook a {
			background-position: 0 0;
		}
		
			.facebook a:hover {
				background-position: 0 -32px;
			}

		.twitter a {
			background-position: -32px 0;
		}

			.twitter a:hover {
				background-position: -32px -32px;
			}

		.youtube a {
			background-position: -96px 0;
		}

			.youtube a:hover {
				background-position: -96px -32px;
			}


#footer {
	font-size: 12px;
	clear: both;
	background-color: #2E1C09;
	color: #FFFFFF;
	height: 25px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	margin-top: 40px;
}

#header {
	margin: 0px;
	padding: 0px;
/*	background-color: #950F0C;
*/	border-top: solid #2E1C09 1px;
	padding-bottom: 29px;
	margin-bottom: 30px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	
}

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

#content {
	background-color: #FFFFFF;
		
}
#content #welcome img {
	float: left;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #2E1C09;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
}

#welcome img {
	float: left;
	margin-left: 0px;
}

#callout h2, #commercial h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #2E1C09;
	margin-bottom: 5px;
	border-bottom: solid #2E1C09 1px;
	margin-top: 5px;
}

#callout {
	border: 1px solid #2E1C09;
	float: left;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#commercial {
	text-align: center;
	width: 320px;
	margin-bottom: 25px;
}
	

.search {
	width: 320px;
	background-image: url(images/boxbg.jpg);
	padding: 5px;
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
	z-index: -9;
}
.formfloat {
	float: left;
	width: 150px;
	margin-top: 10px;
}
#formpad {
	padding-left: 20px;
}


.testimonial {
	height: 80px;
	width: 144px;
	background-image: url(images/testimonial.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
	padding-top: 0px;
	margin-top:20px;
}
.brookhavencallout{float:right; width:332px; height:102px; margin:10px 0 10px 0; background: url(images/brookhavencallout.jpg) no-repeat;}
.ashfordcallout{float:right;width:332px; height:102px; margin:10px 0 10px 0; background: url(images/ashfordcallout.jpg) no-repeat;}

.ashford {
	height: 80px;
	width: 144px;
	padding: 5px;
	background-image: url(images/ashford.jpg);
	margin-left: 20px;
	padding-top: 0px;
	margin-top:0px;
}

#header img a {
	border: none;
}
	

.nodrop {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #A10B0E;
	}
#vendor {
	margin-left: 30px;
}

/*Blog Stuff*/

hr.clear {
	clear: both;
	height: 2px;
	margin: 25px 0;
	border: 0;
	background: #474747;
}

.clear {
	clear: both;
}

#sidebar{
	text-align: left;
	width: 200px;
	float: right;
	padding: 0 0 20px 0;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li ul{
	margin: 0;
	padding: 0 0 0 10px;
}

.narrowcolumn, .widecolumn{
	text-align: left;
	width: 400px;
	float: left;
	padding: 0 0 20px 20px;
}

.full {
	text-align: left;
	padding: 0 0 20px 20px;
	float: left;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.full img.alignright {
	padding: 4px;
	margin: 0 25px 2px 7px;
	display: inline;
	}
	
#callout h2, h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-style: italic;
	text-decoration: none;
	padding-bottom: 2px;
}

h3.plus {
	font-size: 16px;
	line-height: 1.4em;
}

#welcome h1 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-decoration: none;
	padding-bottom: 2px;
	text-transform:none;
	line-height: 1.4em;
	font-size: 16px;
	font-weight: bold;
}

#welcome h1 span.ultra {
	font-size: 32px;
}

.callcallout{float:right; width:332px; height:102px; margin:10px 0 10px 0; background: url(images/call_callout.jpg) no-repeat;}

div#suckertreemenu ul a {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#side-home {
	width: 345px;
	float: right;
}

.ipad-callout {
	display: block;
	margin-bottom: 15px;
}

	.ipad-callout img {
		display: block;
	}
