/******* Start by losing all the browser defaults **********/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

/******* Force a scrollbar in short pages to prevent page jump in Gecko ******/
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/* end hiding from IE5 mac */

/******* Set the body defaults **********/ 
body {
	background-attachment: fixed;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #1b1b1b;
	background-image: url(../img/body_bkgrnd.gif);
	background-color: #333;
	background-repeat: repeat-x;
}

/******** Set the wrapper ********/
#wrapper {
	margin: 20px auto;
	min-height: 300px;
	width: 760px;
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 80%;
}


/***** Set the headers **************/

#topheader {
	height: 30px;
	border: 1px solid #ccc;
	width: 744px;
	margin: 5px auto;
}

#header {
	height: 232px;
	width: 746px;
	margin: 5px auto;
	background-image: url(../img/JeffBanner.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 3em;
	padding-top: 15px;
	padding-left: 40px;
}


/************** Content Area ********************/
#RightCol {
	float: right;
	min-height: 200px;
	width: 114px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 20px;
}

.set {
	margin: 5px;
}

#RightCol ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 7px;
}


#RightCol li {
	border: 1px solid #484848;
	margin-bottom: 3px;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
}

#RightCol li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px;
	background-color: #557c81;
}

#RightCol li a:hover, #RightCol li a:focus {
	background-color: #E3D309;
	color: #333;
}

#content {
	border: 1px solid #ccc;
	margin: 5px 118px 5px 9px;
	min-height: 380px;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	width: 631px;
}
#content p {
	padding-left: 18px;
}



#content ul {
	list-style-position: inside;
	padding-left: 25px;
	margin-top: 15px;
}

#content a {
	color: #b25100;
}

#content a:hover {
	color: #ff7604;
	text-decoration: none;
}


/********* All floats must be cleared ********/

.clear {
	clear: both;
	font-size: 1px;
}

/************ Footer styles ***************/
#footer {
	min-height: 40px;
	width: 744px;
	margin: 6px auto 0 auto;
	border: 1px solid #ccc;
	clear: both;
}

#footer p {
	font-size: .8em;
	float: right;
	padding: 0;
	margin: 6px 6px 0 0;
	text-align: right;
}

#footer a {
	color: #a80202;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/********* Headings ****************/

h1, h2, h3 {
	font-size: 125%;
	margin: 5px 0 5px 5px;
	color: #557c81;
}

h2 {
	font-size: 120%;
	margin-bottom: 0;
	margin-top: 20px;
}

h3 {
	font-size: 110%;
	padding-top: 10px;
}

h4, h5, h6 {
	font-size: 105%;
	margin: 8px 0 3px 0;
}

h4 {
	margin-top: 30px;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 95%;
}

p {
	margin: 5px 8px 8px 5px;
}

/***** Image floats **************/
.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.right {
	float: right;
	margin: 5px 0 2px 5px;
}

#topheader .right {
	float: right;
	margin: 3px 4px 2px 2px;
}
/******** End image floats *********/

/* loads the roll over images when the page first loads
and hides them from view, will prevent roll over lag*/

#cacheit {
	display: none;
}

/****** For IE mac ***********/

 /*\*//*/
 #footer {
 	height: 30px;
 }
/**/
#content .video {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.contact {
	text-align: center;
}

