/*
Theme Name: WordPress Default

*/


* { padding: 0; margin: 0; }

body {
	background:#fff;
	font-family:arial,helvetica,"lucida sans",verdana,sans-serif;
	font-size: 80%;
	line-height: 1.3em;
	color: #333;
}


a img { border: 0; }

:focus {
	outline: 0;
}

/**  RTIM : Rundle's Text-Indent Method  **/
.rtim,
.rtim a,
.xbutton {
	display: block;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999em;
	text-decoration: none;
}

.right {
	float:right;
}

.left {
	float:left;
}

.button { cursor: pointer; }


#pagewrap {
	width:1024px;
	margin:50px auto 0;
	text-align:center;
}

#header {
	height:77px;
	text-align:left;
	overflow:hidden;
}

#headerlogo {
	width:376px;
	height:77px;
	float:left;
}

#headertitle {
	width:648px;
	height:77px;
	float:left;
}

#headertitle h1 {
	text-align:right;
	font-size:20px;
	letter-spacing:0.05em;
	color:#fff;
	font-weight:normal;
	margin:46px 30px 0 0px;
	color:#000;
}

#mainarea {
	width:1024px;
	height:403px;
}

#maintable {
	width:1024px;
	height:403px;
	text-align:left;
	overflow:hidden;
	vertical-align:top;
	border:0;
	padding:0;
	margin:0;
}

.spacertd {
	width:5px;
	height:403px;
	text-align:left;
	overflow:hidden;
	vertical-align:top;
}

#col1 {
	width:296px;
	height:403px;
	text-align:left;
	overflow:hidden;
	vertical-align:top;
}

#col2 {
	width:305px;
	height:403px;
	margin:0;
	text-align:left;
	overflow:hidden;
	vertical-align:top;
}

#col3 {
	width:283px;
	height:373px;
	background:#ccc;
	padding:30px 20px 0 35px;
	margin:0;
	text-align:left;
	overflow:hidden;
	vertical-align:top;
	color:#fff;
	font-size:12px;
}

#col4 {
	width:75px;
	height:403px;
	background:#ccc;
	padding:0;
	margin:0;
	text-align:left;
	overflow:hidden;
	vertical-align:top;
}

blockquote {
	color:#CC9966;
	font-size:18px;
	padding:25px 25px 10px 25px;
	font-style:italic;
	line-height:normal;
}

.quote-credit {
	color:#CC9966;
	font-size:14px;
	margin:0 25px 10px;
	line-height:normal;
}


#col3 p {
	color:#fff;
	font-size:12px;
	padding:0 0 10px 0;
}

#navstrip {
	width:1024px;
	float:right;
	text-align:left;
}

#mainnav {
	float:right;
	font-size:16px;
	font-weight:normal;
	height:43px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 24px 0 0;
}

#mainnav li {
	height:43px;
	line-height:43px;
	display:block;
	float:left;
	padding:0 0 0 15px;
}

#mainnav li a {
	color:#CC9966;
	text-decoration:none;
}

#mainnav li a:hover {
	color:#AA5F14;
}

#mainnav li.current_page_item a {
	color:#AA5F14;
}


#subnav {
	font-size:14px;
	clear:both;
	float:right;
	height:28px;
	padding:0 430px 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

#subnav li {
	padding:0 10px 0 0;
	}	

#subnav a, #subnav a:visited {
	color:#CC9966;
	text-decoration:none;
	font-weight:normal;
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	color:#AA5F14;
	}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}