@charset "utf-8";

/*
  CSS
  Author:         Endeavor Creative
  Date:           1/1/09
  URL:       	  http://endeavorcreative.com

*/



/* =Basics
___________________________________________________________________________*/

body, table, div, p, pre, blockquote, fieldset, form, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, address,
li, dd, dt, frameset, li, tbody, td, tfoot, th, thead, tr{
    margin:0;
    padding:0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    line-height: 1;
    }
table, tbody, td, tfoot, th, thead, tr{
    vertical-align: top;
    }
:focus
{
  -moz-outline-style: none;
}
.hide{
    display:none;
    visibility:hidden;
    }
.mute{
    font-size:.75em;
    }
.clear{
    clear:both;
    }

.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 */

a img, :link img, :visited img{
    border:none;
    }
/*table {
    border-collapse: collapse;
    border-spacing: 0;
    }
	*/
ol, ul {
    list-style: none;
    }
q:before, q:after,
blockquote:before, blockquote:after {
    content: "";
    }
	
/* =Layout
___________________________________________________________________________*/

body {
	font-family: Georgia, serif;
	background: #cad7ca url(images/pagebg.png) repeat-x;
	color: #595B61;
	}
#wrapper {
	position: relative;
	width: 1018px;
	min-height: 800px;
	z-index: 10; 
	margin: 0 auto;
	background: url(images/bg.png) no-repeat top center;
	}
#site{
    width:790px;
    position:relative;
    margin:0 auto;
    }
#header{
    height:100px;
    position:relative;
    }
#page{
    position:relative;
	width: 1018px;
    }
#content{
    position: absolute;
	top: 235px;
    left: 246px;
	width:485px;
    min-height: 300px;
    position:relative;
    background-color:#fff;
	z-index: 1; 
	padding-bottom: 25px;
	border-bottom: 1px dotted #040707;
	margin-bottom: 25px;
    }
.content {
	padding:0 10px;
	}
#sidebar{
    position: absolute;
	top: 580px;
    width:200px;
	text-align: center;
	margin-left: -20px;
    }
.sidebox {
	background: transparent;
	margin-bottom: 20px;
	}

/* =Typography
___________________________________________________________________________*/

h2 {
	color: #040707;
	font-size: 24px;
	margin-bottom: 24px;
	text-align: center;
}
h2.sidetitle {
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #040707;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1px;
	text-align: center;
	border-bottom: 1px dotted #040707;
}
h3 {
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #040707;
	font-weight: normal;
	margin-bottom: 1px;
}
p {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 18px;
}
blockquote {
	border-left: 1px dotted #040707;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom:20px;
	margin-top:20px;
	font-size: 11px;
	line-height: 18px;
}


/* =Link Styles
___________________________________________________________________________*/

a:link{color: #55b1ac;text-decoration: underline;}
a:visited{color: #55b1ac;text-decoration: underline;}
a:hover{color: #ea8aaf; text-decoration: underline; }
a:active, .main a:active{color: #55b1ac;text-decoration: none; }

#nav a:link {color: #6d7072;text-decoration: none;}
#nav a:visited{color: #6d7072;text-decoration: none;}
#nav a:hover{color: #FFF; text-decoration: none;}
#nav a:active{color: #6d7072;text-decoration: none;}

/* =Misc
___________________________________________________________________________*/

.center {
	text-align: center;
	}
.clear {
	clear: both;
	}

/* =Navigation
___________________________________________________________________________*/

#nav {
	position: absolute;
	top: 9px;
	left: 225px;
	color: #e4e5dd;
	font-size: 12px;
	width: 556px;
	z-index: 10;
}
#navlist {
	padding: 0 1px 1px;
	margin-left: 0;
	margin-top: 17px;
	font: 11px arial, verdana, sans-serif;
	text-transform: uppercase;
}
#navlist li{
	list-style: none;
	margin: 0;
	display: inline;
	}
#navlist li a {
	padding: 15px 10px 15px 10px;
	text-decoration: none;
	}
#navlist li a:link { color: #6d7072; }
#navlist li a:visited { color: #6d7072; }
#navlist li a:hover{color: #FFF;background: #332;}
#navlist li a#current{background: #d3d3d3;}
