@charset "UTF-8";
/* CSS Document */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
}

body
{
	background: #f7eedf url('../images/bg.png') repeat-x;
	font-size: 13px;
	font-family: "Lucida Grande", "Tahoma", "Arial";
	color: #85785b;	
}

.wrapper
{
	width:940px;
	background: url('../images/head_bg.png') no-repeat top center;
	margin: 0 auto;	
	min-height: 196px;
	position: relative;
}

.slogan { position: absolute;right: 50px;top: 30px; }
.logo { position: absolute;top:60px; }
.latest_news
{
	position: absolute; 
	top: 160px;
	width: 190px;
	color: #fff9ec;
	line-height: 20px;
}
.latest_news h3
{
	padding: 5px 0 0 40px;
	margin: 0; 
	line-height: normal;
	font-size: 20px;
	background: url('../images/twitter.png') no-repeat top left;
	height: 35px;
	overflow: hidden;
}



img.down_arrow { position: absolute; top: 334px; }

a, a:visited { 	color: #E33500; }
a:hover { color: #035057; }

/* ASIDE */
.aside
{
	width: 200px;
	position: absolute;
	top: 400px;
	left: 40px;
}
.aside ul { list-style: none; }

.aside li a, .aside li a:visited
{
	display: block;
	width: 150px;
	height: 25px;
	color: #746749;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 0 50px;
}
.aside li a:hover, .aside li a.active { color: #cd2e00; background: url('../images/menu_hover.png') no-repeat; }



/* CONTENT */
.content
{
	background: url('../images/content_top.png') no-repeat;
	width:700px;
	position: relative;
	top: 78px;
	left: 240px;
	padding: 14px 0 90px 0;
	overflow: hidden;
}
.content_body
{
	background: #fff9ec url('../images/content_bg.png') repeat-x bottom left;
	min-height: 820px;
	overflow: hidden;
}


/* FEATURED WORK */
.featured_work
{
	background: url('../images/featured_site.png') no-repeat;
	width: 670px;
	height: 275px;
	position: relative;
	left: 15px;
	margin-bottom: 25px;
}
.featured_work img
{
	float: right;
	position: relative;
	top: 15px;
	right: 15px;
}
.featured_work .sitename
{
	position: relative;
	left: 15px;
	top: 35px;
	font-size: 20px;
	color: #fff;
}
.featured_work p
{
	position: relative;
	top: 60px;
	left: 15px;
	color: #fff9ec;
	width: 340px;
	line-height: 22px;
}
.featured_work .links
{
	width: 670px;
	height: 47px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.featured_work .links a, .featured_work .links a:visited
{
	color: #fff9ec;
	font-size: 16px;
	text-decoration: none;
	position: absolute;
	top: 14px;
}
.featured_work .links a:hover { color: #035057; }
.featured_work .links a.left { left: 15px; }
.featured_work .links a.right{ right: 15px; }


/* PAGE */

.page, .sub-page { width: 670px; position: relative; left: 15px; }
.page h1, .page h2, .sub-page h2
{
	color: #a61b00;
	font-weight: normal;
	margin: 15px 0 0 0;
	font-family: "Kozuka Gothic Pro";
}
.page p, .sub-page p { line-height: 20px;margin-bottom: 20px; }
.page hr, .sub-page hr
{
	border-top: 1px solid #B82300;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

/* SUB PAGE HEADING */
.sub-page h1
{
	color: #fff9ec;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 10px 0 0 15px;
	font-family: "Kozuka Gothic Pro";
	background: url('../images/content_page_header.png') no-repeat;
	width: 655 px;
	height: 34px;
}	



/* READ MORE */
a.read_more
{
	display: block;
	width: 103px;
	height: 27px;
	background: url('../images/find_out_more.png') no-repeat;
	color: #ffd0c5;	
	text-decoration: none;
	font-size: 14px;
	padding: 8px 0 0 30px;
}
a.read_more:hover { color: #035057; }

/* CONTENT RED BOX */ 
.red_box
{
	background: url('../images/red_box_top.png') no-repeat;
	width: 248px;
	padding-top: 9px;
}

.red_box_body
{
	background: url('../images/red_box_bg.png') repeat-y;
	width: 248px;
}
.red_box_bottom { background: url('../images/red_box_bottom.png') no-repeat;width: 248px;height: 6px; }
.float_right { float: right;overflow: hidden;margin: 0 0 10px 10px; }

.red_box_body ul
{
	list-style-image: url('../images/arrow.png');
	list-style-position: inside;
	padding:0 1px 10px;
	margin:0;	
}
.red_box_body li
{
	width: 248px;
	padding-top: 12px;
	padding-left: 10px;
}
.red_box_body li a
{
	color: #fff9ec;
	text-decoration: none;
	font-weight: normal;
}
.red_box_body li a:hover { color: #035057; }



/* FOOTER */
.footer
{
	width: 100%;
	background-color: #e4dbcb;
	min-height: 150px;
	position: relative;
	overflow: hidden;
}

.footer_wrapper { width:940px; margin: 0 auto; }
.footer_links { float: right;position: relative;top: 30px; }
.footer_links a, .footer_links a:visited { color: #85785b; text-decoration: none; }
.footer_links a:hover { color: #035057; }

.footer_copy
{
	float: left;
	position: relative;
	top: 30px;
	left: 240px;
}


/* OUR SITES */
.img-left
{
	float: left;
	margin: 0 10px 10px 0;
}

.sites-img-left
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #B82300;
}

.sites-img-right
{
	float: right;
	margin: 0 10 10px 10px;
	border: 1px solid #034E55;
}

