/************* Layout ***********************************/


* {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


body {
	background-color:#CCCCCC;
	color: #666666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.4em;
}

#page {
	width: 950px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-bottom: 30px;
	text-align: left;
	height: auto;
	background-position: center;
	margin-left: 0px;
	margin-right: auto;
	min-height: 600px;
	}

#rc_main {
	width: 100%;
	margin: 0 0 0 0;
	padding: 20px 0px;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 12px;
	border-bottom: 1px solid #999;
	}
	
#rc_sidebar {
	width: 200px;
	padding: 0 15px 0 15px;
	float: left;
	overflow: hidden;
	font-size: 12px;
}

#rc_body {
	width: auto;
	padding: 0 15px 0 0;
	overflow: hidden;
	float: left;
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.heroimage { 
	border:0px solid #999;
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	height: 160px;
	width: 240px;
	}
	
/************* Navigation *************/

/*Header Navigation*/

#ce_nav {
    font-family: Tahoma,Geneva,sans-serif;
    list-style-type: none;
    margin: 2px 0 0;
    padding: 0;
    width: 100%;
}

#ce_nav li {
    background-color: #C86A2F;
    color: #FFFFFF;
    display: inline;
    float: left;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#ce_nav li:hover {
    background-color: #82B1CF;
}

#ce_nav li.last {
    margin-right: 0;
}

#ce_nav a {
    color: #FFFFFF;
    font-weight: normal;
    line-height: 31px;
}

/************* Typography and Text Formatting *************/

a:link {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
}
h4 {
    color: #5E8197;
    font-size: 11px;
    margin-bottom: 1em;
    margin-top: 1em;
    }

h3 {
    font-size: 1.1em;
    padding-bottom: 0;
    padding-top: 1em;
}
p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}