@charset "utf-8";
/* CSS Document */

/*******************************
Swag Swap
Design: Ira McMahon
iramcmahon.com
********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	height:100%;
	background-color:#fff;
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}
* html {
	height: 100.02%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	border: 1px dotted #CCC;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*****End Reset, Start Design*****/


/*IE min-height hack*/
* html #wrapper {
	height: 100.01%;
}
#wrapper {
	margin: 0 auto;
	width:1050px;
	height:100%;
}
a, a:link, a:active, a:visited {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#666;
}
h2, h3, h4 {
	margin: 20px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2em;
}
h1 {
	font-size:250%;
}
h2 {
	font-size:200%;
	margin:5px 0 30px 0;
}
h3 {
	font-size:130%;
}
h4 {
	font-size:105%;
	margin: 15px 0 8px 0;
	letter-spacing:.1em;
}
ol {
	list-style:decimal;
}
ol li {
	margin-left:30px;
}
#masthead {
	/*background: url(images/border.gif) repeat-x bottom;*/
	height:600px;
	width:500px;
	float:left;
	margin: 30px 0;
	display:inline;
}
p { 
	margin: 10px 0;
}
* html #content {
	
}
#content {
	margin: 0 0 20px 20px;
	padding-top:100px;
	min-height:450px;
	line-height:1.5em;
}
.swag {
	margin: 25px 0 80px 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	display:none;
}
.title {
	margin: 25px 0 25px 0;
}

.topNav {
	text-align:center;
	color:#999999;
	word-spacing:.7em;
}
.topNav a {
	font-weight:normal;
	color:#999;
	word-spacing:normal;
}
.topNav a:hover {
	text-decoration:overline;
}


/*Main Content on all inside pages*/
#innerHeader {
	text-align:center;
	margin:0 auto;
	width:950px;
	height:180px;
	border-bottom: #333 2px solid;
}
.innerNav {
	text-align:center;
	color:#999999;
	word-spacing:.7em;
	padding:25px 0 30px 170px;
}
.innerNav a{
	color:#999;
	word-spacing:normal;
	font-weight:normal;
}
.innerNav a:hover {
	text-decoration:overline;
}
#main {
	width:950px;
	margin: 0 auto;
	margin-bottom:50px;
}
#main ul {
	margin:10px 0;
	list-style:square;
}
#main ul li {
	margin:5px 0 5px 40px;
}
#main p {
	margin-left:10px;
	
}
#main dl {
	margin-left:20px;
}
#main dt {
	margin:15px 0;
	font-size:150%;
}
#main dd {
	margin:5px 0 10px 10px;
	line-height:1.2em;
}
.orange {
	margin:0 8px 0 0;
}
#left {
	width:550px;
	margin:0;
}

.floatRight {
	float:right;
	padding: 0 0 5px 5px;
	margin: 0 0 5px 5px;
	display:inline;
}
.simple {
	padding: 0 10px 0 0;
	background: url(images/arrowR.gif) no-repeat right center;
}
.detail {
	padding: 0 10px 0 0;
	background: url(images/arrowD.gif) no-repeat right center;
}

/*FORMS*/
fieldset {
	margin: 20px;
}
label {
	font-size:90%;
}
input{
	width:150px;
}


/*Footer*/
#footer {
	clear:both;
	margin: 10px 35px;
	width:900px;
}
#footer ul {
	float:left;
	clear:both;
	list-style:none;
	text-align:center;
	margin:0 auto;
	height:27px;
}
#footer li {
	display:inline;
	float:left;
	padding:8px;
	border-right: #333 dotted 1px;
}
#footer li a {
	height:20px;
}
#footer .linklast {
	border:none;
	clear:right;
}
#footer .infoList {
	width:610px;
	padding: 0 0 0 70px;
}
#footer .info {
	border:none;
}
#footer p {
	margin:10px 0;
	text-align:center;
}
#links {
	height:20px;
}
#bottom {
	background:url(images/bottomBG.gif);
	width:794px;
	height:20px;
	float:left;
	clear:both;
}

