/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:*/
/* Base Theme ============================================================= */
/* Reset ---------------------------------------------------------------- */
/*reset.css - resets default browser stylinghttp://tantek.com/log/2004/09.html#d06t2354http://www.vox.com/.shared/css/base.csshttp://developer.yahoo.com/yui/reset/
*/:link,:visited {
	text-decoration:none;
}
html,body,div,ul,li,form,input,textarea,h1,h2,h3,h4,h5,h6,p,hr {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	border-spacing:0;
}

td {
padding-top: 5px;
}

a {
	text-decoration:underline;
	outline:none;
	color:#7c4d26;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style:disc outside;
}

hr {
	border:1;
	height:1px;
	color:#000;
}
img, a img,:link img,:visited img {
	border:none;
}

/* Layout ----------------------------------------------------------------- */
#header-inner, #content, #footer {
	width:940px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
}
#header,#content,#menu,#alpha,#gamma,#footer {
	position:relative;
}
#alpha,#gamma {
	display:inline;
	float:left;
}
#header-inner,#content-inner,#alpha-inner,#gamma-inner {
	position:static;
}
#header-inner,#alpha-inner,#gamma-inner {
	overflow: hidden;
}
/* Layout */
#alpha {
	width:620px;
        left: 295px;
}
#alpha-inner, #gamma-inner {
	padding-top:30px;
}
#gamma {
        left: -620px;
	width:290px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 10px;
}
#gamma-inner {
	padding-left:20px;
}

/* Utilities */
#content-inner:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
/* no ie mac \*/
* html #content-inner {
	height:1%;
}
#content-inner {
	display: block;
}
/* */
/* Content ---------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,p,blockquote,ul,.asset-content {
	margin-bottom:.75em;
}


.entry-header {
	margin: 0 10px 0.75em;
	font-size:20px;
	font-weight:bold;
}

.entry-header a {
	text-decoration:none;
}
.entry-header a:hover {
	text-decoration:underline;
}
.entry-header,.entry-header a {
	color:#7c4d26;
}


.asset {
	margin-bottom:1.5em;
	overflow:hidden;
	width:100%;
}
.asset,.asset-content {
	position:static;
	clear:both;
}

/* Widgets */
.widget {
	position:relative;
	overflow:hidden;
	width:250px;
	margin: 0px 0px 20px 0px;
}
.widget-content {
	position: relative;
	font-size: 11px;
	color:#999;
}

.widget-content a {
	color: #7c4d26;
	font-weight: normal;
}


body {
	font:normal 13px verdana;
	color:#666;
	background:#F1F1EA;
}
li {
	margin-top: 4px;
}

.asset-content {
	margin:5px 10px;
	text-align:justify;
}

.widget-header,.search-results-header {
	margin:0;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	/* ie win (5,5.5,6) bugfix */
	p\osition:relative;
	width:100%;
	w\idth:auto;
}
.search-results-header {
	margin:8px 0px 5px 0px;
}


#content {
	background:#fff;
        min-height: 500px;
}

#footer {
        padding: 20px 30px 0px 30px;
	font-size: 0.8em;
	color: #999999;
        text-align: center;
}

#footer a {
	color: #999999;
}

#header {
	background:url(css/header.jpg) no-repeat top center;
	height:103px;
}
#header-inner {
	position:relative;
	height:103px;
}

/* Menu */
#menu {
	width:940px;
	height:65px;
	margin:0 auto;
	background:url(css/header-nav.jpg) no-repeat top center;
}
#menu ul {
	margin:0;
	padding-left: 15px;
	list-style:none;
}
#menu li {
	display:inline;
	margin-top:0px;
}

#menu a {
	display:block;
	float:left;
	height:35px;
	padding:30px 15px 0 10px;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	color:#707173;
        font-weight: normal;
}


#menu .liactive a {
        font-weight: bold;
	background: url(css/nav_hor_act.jpg) repeat-x;
}

#menu a:hover {
        text-decoration: underline;
	background: url(css/nav_hor_act.jpg) repeat-x;
}


/* Utilities -------------------------------------------------------------- */
#header:after,#header-inner:after,#content:after,#alpha-inner:after,#gamma-inner:after,#footer:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
#content-inner {
	height: 1%;
}

#alpha ul {
margin-left: 15px;
}

#gamma ul {
	position:relative;
	width:230px;
}

#gamma li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#gamma li a {
	text-decoration:none;
        color: #666666;
        font-weight: normal;
}

#gamma li a:hover {
	text-decoration: underline;
        color: #666666;
        font-weight: normal;
}

.li1 {
	padding-left:15px;
	background:transparent url("/css/bg_li.gif") no-repeat 2px 5px;
}
.li2 {
	padding-left:30px;
	background:transparent url("/css/bg_li.gif") no-repeat 17px 5px;
}


.g2 {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
}

.g1 {
        text-align: center;
}


