/* 
Title:		offthegridoutfitters.com screen styles
Author: 	gordon@slickfishstudios.com
*/
html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333;
}
* html #nonFooter {
		height: 100%;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
* { padding: 0; margin: 0; }
a:active {
  outline: none;
}

/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* BODY/PAGE FORMAT */
body {
	background: #fff;
	height: 100%;
}
* html #wrapper {
	height: 100%;
}


/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* FORMATTING */
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
}



/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* MAIN CONTENT */

#main_content {
	color: #666;
	padding: 0;
	margin: 5px 15px 20px 15px;
	line-height: 140%;
}
.header {
	font-size: 120%;
	font-weight: bold;
	color: #009999;
	display: block;
	padding: 5px 0 0 0;
}
.header1 {
	font-size: 110%;
	font-weight: bold;
	color: #1481b8;
	display: block;
	padding: 5px 0 0 0;
	text-align: right;
}
hr {
	height: 1px;
	border: 0;
	width: 100%;
	color: #ccc;
	background: #ccc;
}

/* OL */

ol, ul {
	list-style-type: lower-alpha;
	margin: 10px 20px 10px 30px;
	line-height: 110%;
}	
ul {
	list-style-type: circle;
}
ol li, ul li {
	padding: 0 0 7px 0;
	color: #66afd3;
}
ol li p, ul li p {
	color: #666;
}
ol li ol li {
	list-style-type: lower-roman;
	padding: 0 0 0 0;
}
ol li ol li p {
	color: #999;
}


.blue {
	font-weight: bold;
	color: #1481b8;
}
i {
	color: #1481b8;
}


/* UL ID="quicklinks" */

ul#quicklinks {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
	display: block;
}
ul#quicklinks li {
	padding: 0 15px 5px 0;
	margin: 0;
	float: left;
}
ul#quicklinks li a {
	padding: 0 0 0 15px;
	line-height: 135%;
	margin: 0;
	color: #1481b8;
	text-decoration: none;
	background: #fff url(../images/arrow_ltgrey.gif) no-repeat left 50%;
}
ul#quicklinks li a:hover {
	color: #66afd3;
	background: #fff url(../images/arrow_ltblue.gif) no-repeat left 50%;
}









a {
	color: #66afd3;
	text-decoration: underline;
}
a:hover {
	color: #009999;
	text-decoration: underline;
}
a.small {
	font-size: 80%;
}	


/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* FOOTNOTES */

#footnotes {
	display: block;
	width: 100%;
	background: #ccc;
	padding: 0;
	margin: 15px 0;
}
#footnotes p {
	padding: 5px 10px;
	color: #555555;
	font-size: 80%; 
}


/* ****************%%%%%%%%%%%%%%%%%%%%%%%%%%********************* */
/* FOOTER */
#footer {
	width: 100%;
	color: #999;
	font-size: 85%;
	padding: 0;
	margin: 0 auto 0 auto;
	line-height: 140%;
	border-top: 1px dotted #ccc;
	height: 49px; /* one px less than margin to account for border */
}

#footleft, #footmiddle, #footright {
	margin: 0px;
	padding: 0;
	float: left;
}
#footleft { 
	width: 25%;
}
#footleft p {
	margin: 0;
	padding: 3px 5px;
}
#footmiddle { 
	width: 100%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 3px;
}
#footright { 
	width: 25%;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 3px 5px;
}
#footer a, #footer a.dark {
	border-bottom: none;
	color: #999;
	text-decoration: none;
	outline: none;
	background: none;
}
#footer a.dark {
	color: #999;
	background: none;
}
#footer a:hover {
	border-bottom: 1px dotted #66ccff;
	color: #66ccff;
	text-decoration: none;
	background: none;
}
.lighter {
	color: #999;
	background: none;
}

	


