* 
{
	padding:0px;
	margin: 0px;
}

html, body {
	height: 100%;
	font-family: "Futura Md BT", "Century Gothic", Century, Arial, "MS Sans Serif"; 
	color: #262626;
}

#wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#logo {
	color: #FFF;
	float: left;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
} 
#logo h1 a {
	font-size: 20px;
	font-weight:normal;
	text-decoration:none;
	color: #FFF;
} 
#logo a:hover {
	color: #3299cf;
} 
#nav { 
	float: right;
	padding-top: 21px;
}
#nav a { 
	text-align:center;
	background-color:#3299cf;
	color:#fff;
	text-decoration:none;
	padding-left: 8px; 
	padding-right: 8px; 
	padding-bottom: 3px; 	
	padding-top: 25px; 
	font-size:14px;
	margin-left: 8px; 
} 
#nav a:hover { 
	text-align:center;
	background-color:#ddd;
	color:#262626;
	text-decoration:none;
	padding-left: 8px; 
	padding-right: 8px; 
	padding-bottom: 3px; 	
	padding-top: 25px; 
	font-size:14px;
	margin-left: 8px;	
} 
#leadtext {
	color: #FFF;
	font-family: "Futura Md BT", Arial, "MS Sans Serif", "Century Gothic", Century;
	clear: both;
	padding-top: 26px;
	text-align: center;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	font-weight:normal;
	font-size:36px;
}

#headbounds {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
} 
#header {
	background-color: #262626;
	height: 159px;
	width: 100%;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	
} 

#maincontent {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-top:25px;
	padding-bottom:25px;
	clear:both;
	font-size: 18px;
	line-height:26px;

}  
#maincontent h1 {
	color: #3299CF;
	padding-bottom: 16px;
	font-size: 34px;
	font-weight: normal;
} 
#maincontent p {
	padding-bottom: 16px;
} 
#rightbox {
	width: 240px;
	padding: 15px;
	float:right;
	text-align: center;
	margin-left: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3299CF;
	border-right-color: #3299CF;
	border-bottom-color: #3299CF;
	border-left-color: #3299CF;
}
#rightbox img
{
	border: 1px solid #3299CF;
}
#main {padding-bottom: 159px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -159px; /* negative value of footer height */
	height: 159px;
	clear:both;
	width: 100%;
	background-color:#262626;
	text-align:center;
	color:#FFF;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	}  
#footer a {
		color:#FFF;
		text-decoration:underline;
	} 
#footer a:hover {
		color:#3299cf;
		text-decoration:none;
	}
	.makeitblue
	{
		color:#3299cf;
	}
ul {
	padding-bottom:20px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
}

/* CLEAR FIX*/
.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 */
