/* =zeroes
--------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

/* =tag redefinitions
--------------------------------------------------------------------*/
body {
	background: #E0E3C7;
	text-align: center;
	font: 70%/150% Arial, Helvetica, "Helvetica Neue", sans-serif;
	color: #333;
}

p, ul, hr {
	margin-bottom: 1.4em;
}

ul {
	padding-left: 1.5em;
}

a {
	color: #775;
}

a:hover {
	color: #998;
}


h1, h2, h3, h4 {
	font-family: Georgia, Times, Helvetica, "Helvetica Neue", serif;
	color: #663;
	margin-bottom: .4em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
}

h2 {
	font-family: Georgia, Times, Helvetica, "Helvetica Neue", serif;
	font-size: 15px;
	color: #663;
	margin-bottom: .8em;
	font-weight: normal;
	text-transform: uppercase;
}


/* =basic layout parameters
--------------------------------------------------------------------*/
#wrap, #main, #fluffer {
	width: 800px;
}

.nav, .slide, #foot {
	width: 780px;
}

.slide, #main, #con, #fluffer, #foot {
	float: left;
	display: inline;
}


#wrap {
	background: #fff;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

h1 {
	text-indent: -10000px;
	background: #fff url(/i/logo.gif) 50% 0 no-repeat;
	height: 80px;
	margin-bottom: 10px;
}

.nav {
	list-style: none;
	text-align: center;
	font: 1.2em/100% Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-transform: uppercase;	
	margin: 0 10px;
	padding: 0 0 10px 0;
}

.slide {
	background: #303;
	margin: 10px;
}

#main {
	background: url(/i/bg_shadow-top.gif) no-repeat;
	padding-top: 10px;
}

#con {
	background: url(/i/bg_shadow-mid.gif) repeat-y;
	padding: 0 10px;
}

#fluffer {
	height: 10px;
	background: url(/i/bg_shadow-bott.gif) 0 bottom no-repeat;
}

#foot {
	background: url(/i/bg_foot.gif) repeat-y;
	margin: 5px;
}

#indicia {
	clear: both;
	background: #E0E3C7;
	text-align: center;
	padding: 10px 0;
	color: #998;
	margin-bottom: 0;
}


/* =multi-columns
--------------------------------------------------------------------*/

.col {
	float: left;
	margin: 10px;
	display: inline;

}

.full {
	width: 760px;
}

.col ul {
/* 	float: left; */
	margin: 0 10px 1.4em 10px;
/* 	display: inline; */

}

.half {
	width: 370px;
}

.thirdone {
	width: 240px;
}

.thirdtwo {
	width: 500px;
}

.fourthone {
	width: 175px;
}

.fourththree {
	width: 565px;
}


/* =navigation
--------------------------------------------------------------------*/
.nav li {
	display: inline;
}

.nav a {
	font-weight: normal;
	position: relative;
	margin: 0 .5em;
	text-decoration: none;
}

.nav a:hover, .nav a.current {
	color: #023;
	padding-bottom: 0px;
	border-bottom: 1px solid #023;
}


ul.sec {
	font-size: 1em;

	padding-top: 5px;
	margin-top: -6px;
}


/* =main content area
--------------------------------------------------------------------*/


.clr {
	clear: both;
	visibility: hidden;
}



/* =footer-specific
--------------------------------------------------------------------*/

#foot .col {
	width: 240px;
}

#foot .cent {
	margin: 10px 10px 20px 25px;
	width: 220px;
}

#foot h4 {
	margin: 0;
	font-size: 1em;
}

#foot p {
	margin: 0;
}

#foot .left {
	text-align: center;
	font: 80%/150% Arial, Helvetica, "Helvetica Neue", sans-serif;
	margin: 10px 15px 15px 20px;
	width: 220px;
}

#foot .cent {
/* 	text-align: center; */
}

#foot .right {
margin: 10px 0px 10px 0px;
float: right;
}


.right h4 {
	float: right;
	padding-left: 1em;
}

.right p {
/* 	float: right; */
	text-align: right;
}


