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

/**
 * Copyright 2008 Jenna Dixon
 * 
 * @version 1.0.0
 * 
 * @author  Jenna Dixon [jd] <jenna@jdbb.net>
 * 
 * @changes 1.0.0 Initial release [jd, 2008-07-15]
 */

 
/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*
/*  1.  Browser resets
/*  2.  Structure
/*  3.  Content
/*
/* --------------------------------------------------------------------- */   

 
 
/* --------------------------------------------------------------------- */
/* 1.  Browser resets
/* --------------------------------------------------------------------- */ 

body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
   margin: 0;
   padding: 0;
   line-height: 1.8;
} 


/* --------------------------------------------------------------------- */
/* 2.  Structure
/* --------------------------------------------------------------------- */

html {
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #00196;
	text-decoration: none;
}

/*div.bound {
	width: 900px;
	padding: 0 25px;
	margin: 0 auto;
}

div#header {
	background-image: url(/i/winds.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

	div#header a img {
		display: block;
	}
*/
div#content {
	background-image: url(/i/winds.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	background-color: #fff;
	height: 768px;
	width: 1024px;
	clear: left;
}

/*	div#content div.bound {
		background-image: url(/sup/img/template/content_inner_bg.png);
		background-repeat: no-repeat;
		background-position: top left;
	}

	div#content div.primary {
		width: 575px;
		float: left;
		padding-bottom: 2em;
	}
	
	div#content div.secondary {
		width: 249px;
		float: right;
		padding-bottom: 2em;
	}
*/
div#footer {
	background-image: url(/i/footer.gif);
	color: #aaa;
	font-size: 0.9em;
	padding: 1.0em 0 4.0em 0;
	background-repeat: no-repeat;
}


#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:299px;
	top:155px;
	width:297px;
	height:71px;
	z-index:1;
}
#apDiv3 {
	position:absolute;
	left:924px;
	top:90px;
	width:99px;
	height:26px;
	z-index:2;
}


/* --------------------------------------------------------------------- */
/* 3.  Content
/* --------------------------------------------------------------------- */ 


a {
	text-decoration: none;
	border-bottom: 1px dotted navy;
}


#logo {
	position:absolute;
	left:292px;
	top:129px;
	width:297px;
	height:71px;
	z-index:1;
}

#contact {
	position:absolute;
	left:923px;
	top:16px;
	width:99px;
	height:26px;
	z-index:2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #10462e;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	text-decoration:none
}

h2 {
	font-family: georgia, times, serif;
	font-size: 2em;
	color: #7c8857;
	font-weight: normal;
	margin-top: 1.0em;
}

h3 {
	font-family: georgia, times, serif;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 1.0em;
	color: #444;
}

p {
	margin: 1em 0;
}

ul {
	margin: 1em 0;
}
	li {
		margin-left: 2.5em;
	}

a {
	color: #2763a1;
}

a:hover {
	color: #114376;
}

a img {
	border: none;
}

/*iframe {
	width: 575px;
	height: 300px;
	border: none;
	margin-top: 2em;
}

div.location {
	color: #51677d;
	font-family: arial, sans-serif;
	font-style: italic;
	margin-top: -0.3em;
	font-size: 1.1em;
}
	div.location strong {
		font-style: normal;
		text-transform: uppercase;
	}*/
