﻿#container{
	position:relative;
	width:100%;
	height:100%;
	background:white;
}

.white-text{
	color: #fff;
	font-size: 10px;
}

h1{
	color: #c53934;
	font-family: serif;
}

h2{
	color: #3f6264;
	font-family: serif;
}

.gray{
	color: #3f6264;
}

.red{
	color: #c53934;
}

.quote{
	font-style: italic;
	font-size: 14px;
	color: #3f6264;
}

h3{
	color: #c53934;
	font-family: serif;
}

/* End */

/* @group + Header/Nav */


body.home #header{
	width:100%;
	height: 203px;
	background: white url(/images/index_header_bg.jpg) repeat-x left top;
}

body.home #header-image{
	width:1020px;
	height: 203px;
	position: relative;
	background: transparent url(/images/index_header.jpg) no-repeat left top;
}

body.inside #header{
	width:100%;
	height: 169px;
	background: white url(/images/inside_header_bg.jpg) repeat-x left top;
}

body.inside #header-image{
	width:1020px;
	height: 169px;
	position: relative;
	background: transparent url(/images/inside_header.jpg) no-repeat left top;
}

#menu img{
	padding: 0;
	margin: 0;
}

body.home #menu{
	width:1024px;
	position:relative;
	top:122px;
	background: transparent;
}

body.inside #menu{
	width:1024px;
	position:relative;
	top:90px;
	background: transparent;
}

/* End */

/* @group Content */

#content{
	width: 1024px;
}

body.home #content-left{
	width: 634px;
	float:left;
	padding: 0 20px 0 20px;
}

body.inside #content-left{
	width: 594px;
	float:left;
	padding: 0 60px 0 20px;
}

#content-right{
	width: 320px;
	float: right;
	padding: 0 15px 0 15px;
}

#feature-1{
	width:275px;
}

#feature-1-top{
	width:275px;
	height: 134px;
	background: transparent url(/images/feature_1_top.jpg) no-repeat left top;
	padding: 0;
	margin:0;
}

#feature-1-middle{
	width:275px;
	padding: 0 12px 0 12px;
	background: transparent url(/images/feature_1_middle.jpg) repeat-y left top;
	margin:0;
}

#feature-1-bottom{
	width:275px;
	height: 14px;
	background: transparent url(/images/feature_1_bottom.jpg) no-repeat left top;
	padding: 0;
	margin:0;
}

#feature-2{
	width:275px;
}

#feature-2-top{
	width:275px;
	height: 186px;
	background: transparent url(/images/feature_2_top.jpg) no-repeat left top;
	padding: 0;
	margin:0;
}

#feature-2-middle{
	width:275px;
	padding: 0 12px 0 12px;
	background: transparent url(/images/feature_2_middle.jpg) repeat-y left top;
	margin:0;
}

#feature-2-bottom{
	width:275px;
	height: 14px;
	background: transparent url(/images/feature_2_bottom.jpg) no-repeat left top;
	padding: 0;
	margin:0;
}

#features{
	width:625px;
	height: 131px;
	background: transparent url(/images/featured_bg.jpg) no-repeat left top;
}

#featurs-content{
	width:400px;
	position:relative;
	left:183px;
	top:20px;
}

#featurs-content h2{
	margin: 0;
	padding: 0 0 0 10px;
}
/* End */

/* @group Footer */

#footer{
	clear: both;
	width: 100%;
	height: 213px;
	background: white url(/images/footer_bg.jpg) repeat-x left top;
}

#footer-image{
	width:1024px;
	height: 213px;
	position:relative;
	background: transparent url(/images/footer.jpg) no-repeat left top;
}

#footer-copy{
	width:1024px;
}

