﻿/* Sticky Footer*/

html,
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#wrap {
	min-height: 100%;
	}

#main {
	overflow:auto;
	padding-bottom: 200px; /* must be same height as the footer */
	width: 960px;
	margin: auto;
	}  

#footer {
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
	background: #380000;
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/* General */
body {
	margin: 0;
	padding: 0;
	background: #560000;
	}

div.container {
	width: 960px;
	margin: auto;
	}

div#main a {
	color: #f2f2f2;
	font-weight: bold;
	text-decoration: none;
	}

div#main a:hover,
div.footer a:hover {
	text-decoration: none;
	border-bottom: 2px dotted #ed5100;
	}


/* Header */
div#header {
	height: 120px;
	margin: 0 auto;
	background: url('../images/header.png') repeat-x;
	}

div#header img {
	height: 100px;
	width: 170px;
	float: left;
	margin: 5px 0 0 0;
	border: none;
	}


/* Navigation */
#navigation {
	float: right;
	font-size: 14px;
	}
	
#navigation ul {
	padding: 0;
	margin: 90px 0 0 0;
	}

#navigation ul li { 
	display : inline;
	list-style-type : none;
	}

#navigation ul li a:link, 
#navigation ul li a:visited { 
	margin: 5px;
	text-decoration: none;
	color: #f96b07;
	}
 
#navigation ul li a:link#current,
#navigation ul li a:visited#current { 
	border-bottom : 3px solid #eb6607;
	color : #f2f2f2;
	}

#navigation ul li a:hover { 
	color : #f2f2f2;
	border-bottom: 3px dotted #eb6607;
	}


/* Left*/
div#left {
	float: left;
	width: 660px;
	margin: 70px 0 100px 0;
	color: #cccccc;
	font-size: 14px;
	}

div#left h1 {
	font-size: 24px;
	margin: 0 10px 20px 10px;
	}

div#left h2 {
	margin: 50px 0 15px 10px;
	font-size: 18px;
	border-bottom: 2px solid #ED5100;
	padding: 0 0 3px 0;
	font-weight: normal;
	}
	
div#left p {
	margin: 10px;
	line-height: 150%;
	}

div#left img.member {
	float: right;
	margin: 0 0 20px 25px;
	width: 200px;
	height: 266px;
	}

div#left span.title {
	font-style: italic;
	font-weight: bold;
	}

div#left span img {
	height: 12px;
}


/* Column Two */
div#right {
	float: right;
	width: 250px;
	margin: 70px 0 100px 0;
	}
	
div#right img {
	height: auto;
	width: 200px;
	}

fieldset {
	background: #380000;
	border: #888888 1px solid;
	margin: 0 0 50px 0;
	width: 200px;
	}
	
fieldset p {
	color: #cccccc;
	font-size: 14px;
	}

legend {
	color: #eb6607;
	font-weight: bold; 
	}
	

/* Footer */
div.footer {
	margin: 20px 0 0 0;
	float: left;
	font-size: 13px;
	color: #cccccc;
	line-height: 150%;
	}

div.footer.middle,
div.footer.right {
	margin: 20px 0 0 100px;
}

div.footer a {
	color: #f2f2f2;
	text-decoration: none;
	font-weight: bold;
	}

div.footer span.footer {
	line-height: 200%;
	font-weight: bold;
	color: #994102;
	}
	
div.footer.right img {
	height: 120px;
	width: 120px;
	}
