@charset "utf-8";
/* CSS Document */


body {
	font-family: arial;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background:;
	background-color:#fff;
	background-image:url(../IMAGES/pg-back.png);
	background-repeat:repeat-x;
	background-position: left top;
	margin-top: 0px;
}
p {
	font-size: 1.4em;
	color:#333333;
	line-height: 130%;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 0px;
}

#nav{
	margin-left: 20px;
	}

.underline{
	margin-left: 20px;
	margin-top: 5px;
}
.under{
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#wrapper {
	width: 930px;
	border: #FF0000 thin;
	background-color:#fff;
	margin: 1px auto 0 auto;
	margin-right: auto;
	margin-left:auto;
	
}
#banner {
	height: 160px;
	margin-left: 20px;
	
}

a.email:link{
	color: #FF0000;
	font-size: 2.8em;
	background-image: url(../IMAGES/email-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	padding-left: 50px;
}

/* MAIN CONTENT ///////////////////////////////////////////////////// */


#main {
	width: 633px;
	margin-left: 20px;
	float: left;
	margin-top: 18px;
	
}
h1{
	font: Arial, Helvetica, sans-serif;
	background-image:url(../IMAGES/underline2.gif); 
	background-repeat: no-repeat;
	background-position: left bottom;
	text-transform: uppercase;
	font-size: 3.4em;
	font-weight: bold;
	color:#333333;
	padding-bottom: 8px;
	margin-left: 0px;
}
h2{
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
	margin-left: 13px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-left: 5px;
}

img { border: none; }


img.mainPic{ margin-top:41px; margin-bottom:30px;}


/* SIDEBAR ///////////////////////////////////////////////////// */
.sidebar {
	width: 232px;
	heigh: 500px;
	float: right;
	background-color:#0000FF;
	background-image:url(../IMAGES/side-back.png);
	background-repeat: no-repeat;
	padding-bottom: 60px;
	margin-right: 20px;
	margin-left: 0px;
}


.sidebar ul {
	color: #666;
	border: #FF0000 thin;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.sidebar li {
	list-style: none;
	background-image: url(../IMAGES/bullet.png);
	background-repeat: no-repeat;
	background-position: 20px 9px;
	color: #FFFFFF;
	padding-left: 0px;
	font-size: 1.5em;

}

.sidebar h6{
	color: #CCCCCC;
	font-size: 1.3em;
	margin-bottom: 18px;
	margin-top: 0px;
	padding-left: 16px;
}
.sidebar p a{
	color: #fff;
	font-size: 1.1em;
	text-decoration:none;
	margin-bottom: 15px;
}
.sidebar p a:hover{
	color: #999999;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.side{
	padding-left: 15px;
	padding-top: 20px;
}

	
/*FORM CODE//////////////////////////////////////////////////////////////////////////*/
#subForm {
	font-size: 0.8em;
}
#subForm .label {
	float: left;
	clear: left;
	width: 200px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
}

input#subscribe {
	margin-left: 550px;
	background-color:#0000FF;
	padding: 5px 10px 5px 10px;
	font-family: "Arial", "Gill Sans", Arial, sans-serif;
	color: #FFFFFF;
	font-weihght: bold;
}

select#refer {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

input#name, input#email, textarea#comments {
	width: 400px;
	background-color:#CCCCCC;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus
{
	background-color:#FFF;
}
/*///////////////////////////////////////////////////////////////////////////*/



/*///////////////////////////////////////////////////////////////////////////*/
#footer {
	float: left;
	font: 1.3em;
	padding-bottom: 15px;
	margin-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
}
	


/*CSS Hacks for Internet Explorer */

/* fix the over extended h2 borders */
* html h2 {
	zoom: 1;
}

* html .sidebar {
/* double margin bug fix */
	display: inline;
}