@charset "utf-8";

@import url(reset.css);
@import url(960.css);
@import url(text.css);

/* custom css */

body {
	background: #a3a8ff;	
}

#wrapper {
	width: 620px;
	margin: 0 auto;
}

.leftcol {
	float: left;
}

.rightcol {
	float: right;
}

/* banner */

#logo {
	background: url(../images/banner-home.jpg) no-repeat;
	height: 130px;
	width: 620px;
	margin: 0;
}

#logo a {
	height: 130px;
	width: 620px;
	display: block;
	text-indent: -9999px;
}

#inner #logo {
	background: url(../images/banner-inner.jpg) no-repeat;
	height: 154px;
	width: 620px;
	margin: 0;
}

#inner #logo a {
	height: 154px;
	width: 620px;
	display: block;
	text-indent: -9999px;
}

/* home */

#homebox {
	background: #f9d16b url(../images/home-photo-bg.png) no-repeat left top;
	height: 250px;
	width: 620px;
}


#home .leftcol {
	width: 180px;
	height: 250px;
}

#home .rightcol {
	width: 440px;
	height: 250px;
}

#address {
	padding: 40px 0 0 20px;
	font: normal 12px/1 Arial, Helvetica, sans-serif;
	color: #49516f;
}

#address div {
	margin-top: 10px;
}

/* home nav */

#home #nav {
	background: url(../images/home-nav.png) no-repeat;
	height: 30px;
	width: 620px;
	margin: 0;
	padding: 0;
}

#inner #nav {
	background: url(../images/inner-nav.png) no-repeat;
	height: 40px;
	width: 620px;
	margin: 0;
	padding: 0;
}

#home #nav li, #inner #nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#home #nav li a, #inner #nav li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}

#inner #nav li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
}

#home #nav1 a, #inner #nav1 a { width: 127px; }
#home #nav2 a, #inner #nav2 a { width: 118px; }
#home #nav3 a, #inner #nav3 a { width: 121px; }
#home #nav4 a, #inner #nav4 a { width: 110px; }
#home #nav5 a, #inner #nav5 a { width: 110px; }

/* left col nav */

.leftcol h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	height: 20px;
}

.leftcol ul {
	border-top: 1px solid #f9d16b;
	margin: 0;
	padding: 0;
}

.leftcol ul li {
	list-style: none;
	line-height: 1.5;
	border-bottom: 1px solid #f9d16b;
	margin: 0;
	padding: 0
}

.leftcol ul li a {
	display: block;
	text-decoration: none;
	color: #59628a;
	padding: 3px 5px;
}

.leftcol ul li a:hover, .leftcol ul li a:hover {
	background: #f9d16b;
}

/* content */

#content {
	background: #e4e5ff url(../images/content-bg.png) repeat-y left top;
	margin-top: 1px;
	width: 620px;
}

#content .leftcol {
	width: 160px;
	height: auto;
	padding: 20px 10px 10px 10px;
}

#content .rightcol {
	width: 400px;
	height: auto;
	padding: 20px 20px 0;
}

/* footer */

#footer {
	padding: 10px 0 40px;
}

#footer .leftcol {
	width: 160px;
	height: auto;
	font-size: 11px;
}

#footer .rightcol {
	width: 400px;
	height: auto;
}

#footer a {
	text-decoration: none;
	padding: 0 0 0 10px;
	color: #000;
}


/* text */

p {}

strong {color: #59628a;}

.home_quote {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #CE0704;
	text-align: center;
}

#inner h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #CE0704;
}
