@charset "utf-8";
/* CSS Document */

/*---------------------------------------
*		General page and html elements
*/
html, body, form, h1, h2, h3, h4, h5, h6, p, img, a {
    margin:0;
    padding:0;
    outline:0;
    border:0;
	font-weight:normal;
}
html,body {
	height:100%; /* needed for container min-height */
}

html {
        background: url(../images/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body {
	font-family:Actor, sans-serif;
	font-size:100%;
}

a {
    text-decoration:none;
	color:#9f6b37;
}

.header h1 {
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-size:4.7em;
	color:#f9f946;
	text-align:right;
	margin-top:-30px;
}
.header h2 {
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.4em;
	text-align:right;
	color:#343403;
}

.header h3 {
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-align:right;
	color:#343403;
	margin-top:-10px;
}

.content h1 {
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.5em;
	color:#3A5D73;
}

.content h2 {
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#32556B;
}

.content h3 {
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#056924;
}

.content {
	font-family:Actor, sans-serif;
	font-size:0.9em;
	line-height:150%;
	color: #373e37;
}
.content p {
	margin-bottom:0.5em;
}

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

.subtitle img {
	float:none;
	padding:0;
}

/*--------------------
* 		Layouts
*/

.wrapper {
    width:940px;
    margin:0 auto;
	position:relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
}

.header {
	padding-top:20px;
}

.left {
    float:left;
}
.right {
    float:right;
}

.column {
    margin-right:40px;
}

.column273 {
	width:273px;
}
.column600 {
	width:587px;
}
.column700 {
	width:700px;
}

.last {
	margin:0;
}

.singleColumn {
	margin-left:100px;
	padding-bottom:40px;
}

.subtitle {
	text-align:right;
}

/*-------------------------
*		Specific elements
*/
.authorpic {
	background-image:url(../images/authphoto_bg.png);
	height:300px;
	width:238px;
}
.authorpic img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

.menu, .menusub{
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
}
.menu ul {
	margin-top:35px;
	padding-left:0;
}
.menu ul li
{
    list-style-type:none;
    display:inline-block;
	background-image:url(../images/menupic_bg.png);
	width:132px;
	height:158px;
	margin-left:20px;
}
.menu ul li img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}
.menu ul li a
{
    line-height:30px;
	color:#353535;
	display:block;
    text-transform:uppercase;
	text-align:center;
	font-size:1.1em;
}
.menu a:hover {
	color:#d57222;
}
/* ######### Style for Drop Down Menu ######### */
.menusub{
	position:absolute;
	top: 0;
	left: 0;
	z-index:100;
	background-color: #dfe6b2;
	margin-top: 10px;
	visibility: hidden;
	width:132px;
}
.menusub ul{
	padding-left: 25px;
	padding-right: 25px;
}

.menusub a{
	width: auto;
	display: block;
	text-decoration: none;
	color:#353535;
    text-transform:uppercase;
	font-size:1.1em;
	border: 0 solid #938495; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
}

* html .menusub a{ /*IE only hack*/
width: 100%;
}

.menusub a:hover{ /*THEME CHANGE HERE*/
	color:#d57222;
}
.menusub ul li
{
    list-style-type:none;
	margin:0;
}

.cwrapper {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat;
	height:100%;
	margin-top: 10px;
	min-height:250px;
	padding-bottom:20px;
	overflow:hidden;
	width:100%;
}

.container {
	overflow:hidden;
	width:100%;
	padding-bottom:40px;
}

.pagetitle {
	padding:20px 40px 40px 30px;
}
.footer {
	font-size:8pt;
	text-align:center;
	color:#536157;
	margin-top:20px;
	margin-bottom:20px;
}
.footer p {
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.footer a {
	color:#809980;
}

.footer ul {
	margin-top:5px;
	font-family:Voltaire, Geneva, Arial, Helvetica, sans-serif;
	padding:0;
}
.footer ul li
{
    list-style-type:none;
    display:inline-block;
	margin:5px;
}

/* clearfix start */ 
.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%;
}
/* clearfix end */ 
