/* CSS Document */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #b6b1a3;
	font-weight: lighter;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;

	font-size: 11px;
	padding-top: 15px;
	}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	color: #555555;
	letter-spacing: 1px;
	font-weight: lighter;
	padding: 0px;
	}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px;
	}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
	color: #777777;
	letter-spacing: 1px;
	border-top: 1px dashed #bbb3a0;
	border-bottom: 1px dashed #bbb3a0;
	padding: 10px;
	margin: 25px 50px 25px 50px;
	font-weight: lighter;
	}





body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #999 url(img/back-top.gif) top repeat-x;
	}
a:link {
	color: #cc6600;
	}
a:visited {
	color: #cc6600;
	}

/* layout */

#wrap {
    margin: 0 auto;
	width:800px;
    background:url(img/bgcontainer.gif);
	}
	

#content {
	float: right;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	
	}
#sidebar {
	float: left;
	width: 30%;
	}
#footer {
	clear: both;
    width:800px;
    background:url(img/bottom.gif) no-repeat bottom;
	padding-bottom:20px;
}


/* gutters */

#content .gutter {
	padding: 15px 35px 15px 15px;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 0px 15px 15px 15px;
	}

/* header */

#header {
	border-bottom: 0px solid #FB7115;
	background: url(img/header.gif) no-repeat top left;
   
	}
#header h1 {
	margin: 0;
	margin-left:40px;
	padding: 170px 40px 30px 0px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #fff;
	}
	
#header h2 {
display: none;
}	


/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 150%;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #b6b1a3;
	font-weight: lighter;
	}

#content li {
    padding-bottom:10px;
	}
	
.imagestyle {
	padding:0px 20px 20px 0px;
	border:none;
	}
	
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #333333;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 13px;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #F1F1E4 url(img/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #333;
	background: url(img/box-t.gif) no-repeat top left;
	border-bottom:1px dashed #C0885D;
	}
.box p, .box ul {
	margin: 10px 0 0 9px;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 4px;
	padding: 0 5px 5px 2px;
	list-style: square;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color: #333; 
	text-align:center;
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

