/*------------------------------------
Modified by Kevin - The HomeSlice Group
06-04-09

Color Swatches
Light Tan: eedebb
------------------------------------*/

/*Reset Styles*/
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	color:#eedebb;
	}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#eedebb;
	}
a img {
	border:0px;
}
p {
	margin:0px;
	font-size:12px;
	line-height:21px;
	color:#eedebb;
}
/*end reset styles*/


h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	color:#eedebb;
}

h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
	}
h4 {
	font-size:16px;
	line-height:24px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
	line-height:21px;
}
table {
	width:100%;
}
td {
	vertical-align:top;
}
small{
		font-size:70%;
}

/*general syles*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearBoth{
	clear:both;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.textSmall{
	font-size:70%;
}
.strong{
	font-weight:bold;
}
.objectCenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.bottom-break {
	padding-bottom:10px;
}
.textBrown{
	color:#452609;
}



#container {
	width:950px;
	position: relative;
	display:block;
	overflow:hidden;
	background:url(../../image/main-bg-repeat.jpg) repeat-y;
	}
#header {
	height:192px;
	width: 950px;
	background:url(../../image/header-bg.jpg) no-repeat;
}
#logo{
	position:absolute;
	top:53px;
	left:38px;
	}
#top-nav{
	position:absolute;
	top:10px;
	left:300px;
	}
#top-nav li{
	display:inline;
}
#top-nav li a{
	padding:9px 0 8px 31px;
	margin-left:10px;
	background:url(../../image/topmenu-bg.jpg) no-repeat left center;
	font-size:16px;
	color:#eedebb;
	font-style:italic;

}
#header-tagline{
	position:relative;
	top:90px;
	left:300px;
	width:600px;
	color:#eedebb;
	}


#side-nav{
	width:301px;
	height:808px;
	background:url(../../image/navbar-bg.jpg) no-repeat;
	float:left;
	}
#side-nav-menu{
	display:block;
	position:relative;
	top:140px;
	left:28px;
	float:left;
	}
#side-nav-menu a, #side-nav-menu a:link, #side-nav-menu a:focus, #side-nav-menu a:visited{
	padding:6px 0 6px 25px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	color:#eedebb;
	display:block;
	overflow:hidden;
	width:264px;
	}
#side-nav-menu a:hover{
	background:url(../../image/hover-bg.png) no-repeat left center;
	}
	
#side-nav-menu a.active{
	background:url(../../image/active-bg.png) no-repeat left center;
	}




#content{
	width:649px;
	min-height:808px;
	background:url(../../image/content-bg.jpg) no-repeat;
	float:left;
	display:block;
	overflow:hidden;
	}
#content-top-image{
	width:627px;
	height:160px;
	margin:10px 0;
	float:left;
	}
#content-body{
	width:600px;
	min-height:100px;
	float:left;
	margin:10px 0;
	padding:5px;
	}
#content-body h1{
	margin-bottom:10px;
}


#footer{
	width:950px;
	min-height:50px;
	clear:both;
	background:url(../../image/main-bg-repeat.jpg) repeat-y;
	display:block;
	overflow:hidden;
	}
#footer p{
	padding-left:310px;
}
