/* @group Site-wide structure */

html, body {
	background: #EFEBDF url(../images/home_wrapper_background.jpg) repeat-y;
	background-position: center;
	font: 100%/130% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	height: 100%;
	min-height: 100%;
}

#contentwrapper {
	width: 750px;
	margin: 0px auto;
	height: 100%;
	min-height: 100%;
}

#header {
	height: 222px;
	width: 750px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#leftcol {
	width: 470px;
	margin-left: 15px;
	float: left;
	display: inline; /* IE double margin hack */
	margin-top: 20px;
	font-size: 80%;
}

#rightcol {
	width: 240px;
	padding: 0 10px 0 0;
	float: right;
	background-color: #939775;
	margin-top: 20px;
	color: #FFF;
	font-size: 90%;
}

#rightcol ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px 5px 5px 10px;
}

#rightcol a {
	color: #FFF;
	text-decoration: underline;
}

#rightcol a:hover {
	color: #939775;
	text-decoration: none;
	background-color: #FFF;
	padding: 2px;
}

li.rightcolhighlight {
	color: #939775;
	background-color: #FFF;
	padding: 2px;
}

#mainphoto {
	width: 500px;
	height: 222px;
	float: left;
	background-color: #FFF;
}

#content {
	min-height: 200px;
	background-color: #FFF;
}

/* @end */

/* @group Navigation */

#navcontainer {
	width: 249px;
	height: 222px;
	float: right;
	background-image: url(../images/nav_background.jpg);
	border-left: 1px solid #FFF;
}

#navcontainer ul {
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0px;
	list-style-type: none;
}

#navcontainer ul li {
	border-bottom: 1px dotted #8E9468;
	padding: 0 0 3px 15px;
	margin: 0 0px 5px 0px;
	color: #FFF;
}

#navcontainer ul li a {
	padding-left: 15px;
	text-decoration: none;
	color: #FFF;
	background: url(../images/nav_bullet.jpg) left center no-repeat;
}

#navcontainer ul li a:hover {
	text-decoration: none;
	color: #939775;
	background: url(../images/nav_bullet_over.jpg) left center no-repeat;
}

/* @end */

/* @group Typography
 */

h1 {
	font-size: 130%;
	margin-top: 0;
}

a { 
	color: #66370B;
	text-decoration: none;	
}

a:hover { 
	color: #66370B;
	text-decoration: underline;
}

a:visited { 
	color: #66370B;
	text-decoration: none;	
}

ul.noindent {
	padding-left: 15px;
	margin-left: 0px;
}

ol.noindent {
	padding-left: 25px;
	margin-left: 0px;
}

li.padded {
	padding-bottom: 15px;
}

/* @end */





/* @group Home page */

#homecontent {
	min-height: 200px;
}

#homewrapper {
	/*background: #FFF url(../images/home_wrapper_background.jpg) repeat-y;*/
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	height: 100%;
}

#homemasthead {
	padding: 0 0 10px 0;
	background-color: #FFF;
}

.mastheadleft {
	width: 500px;
	float: left;
}

.mastheadleft p {
	font-size: 170%;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.mastheadright {
	width: 250px;
	float: right;
}

.mastheadright ul {
	color: #333;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 0 15px;
	padding: 0px;
	list-style-type: none;
}

.mastheadright ul a {
	color: #333;
	font-weight: bold;
}

.mastheadright ul a:hover {
	text-decoration: underline;
}

.mastheadright ul li {
	padding-left: 15px;
	margin-bottom: 7px;
	background: url(../images/nav_bullet_dark.jpg) left center no-repeat;
}

.headline {
	font-size: 90%;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #FFF;
	padding: 3px 3px 3px 5px;
	width: 477px;
}

.testimonialbox {
	width: 222px;
	height: 300px;
	margin-left: 15px;
	margin-top: 20px;
	float: left;
	display: inline; /* IE double margin hack */
	color: #FFF;
	font-size: 80%;
}

.testimonialboxlong {
	width: 220px;
	height: 300px;
	padding: 0 10px 0 15px;
	margin-left: 15px;
	margin-top: 20px;
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	float: left;
	color: #FFF;
	font-size: 80%;
}



/* @end */


/* @group Contact page
 */

#contacttext {
	font-size: 120%;
	height: 500px;
}

#contacttext a {
	color: #939775;
	text-decoration: underline;
}


/* @end */

/* @group Footer
 */

#homefooter {
	width: 750px;
	height: 97px;
	background: url(../images/home_footer.jpg) no-repeat;
	position: fixed;
	bottom: 0;
}

#footer {
	width: 720px;
	font-size: 70%;
	color: #FFF;
	background-color:#66370B;
	margin: 30px auto 15px auto;
	padding: 5px
}

/* @end */

/* @group Bio section */



/* @end */