/* RESET v1.0 | 20080212 */

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


a {
color: #fff;
}

a:hover {
text-decoration: underline;
color: #7ad4f5;
}


/* MAIN STYLES */

html {
background: #0b7299;
}

#container {
width: 800px;
background: url(images/bg_gradient.png) no-repeat center;
margin: 3em auto;
}

#header{
height: 100%; /* Needed for IE6 */
}

#header img{
float: left;
}

#header ul#nav{
float: right;
font-size: 20px;
position: relative;
top: 2px;
padding-bottom: 1em;
padding-right: 2em;
font-family: Baskerville;
font-style: italic;
z-index: 2;
}

#nav li{
display: inline;
padding-right: 27px;
}

#nav li a:hover{
text-decoration: underline;
color: white;
}

#nav li a:active{
text-decoration: underline;
}

#main{
position: relative;
}


#main img#mainGraphic{
position: relative;
}


#col1{
position: relative;
float: left;
width: 425px;
margin-right: 4.45em;
}

#col1.top{
position: relative;
float: left;
width: 425px;
margin-right: 4.45em;
z-index: 1;
}


#col1 p.follow{
position: relative;
float: right;
color: white;
padding-top: .5em;
padding-right: 2em;
font-size: 20px;
font-family: Baskerville;
font-style: italic;
z-index: 1;
}

#col1 p.follow a{
display: block;
text-decoration: none;
color: white;
}

#col1 p.follow a:hover{
display: block;
text-decoration: underline;
}

#col1 p.aboutText{
position: relative;
float: left;
color: white;
padding-top: 1em;
line-height: 23px;
font-size: 16px;
font-family: Georgia;
font-style: italic;
}

#col 2{
position: relative;
float: right;
width: 300px;
margin-right: 1em;
z-index: 0;
}

#featured{
background: url(images/orange_bar.jpg) repeat;
height: 80px;
width: 490px;
padding-right: 1em;
padding-top: 0em;
}

#featured p.callout{
padding-top: .5em;
font-size: 14px;
font-family: Georgia;
}

#featured img#bulletGraphic{
float: left;
position: relative;
padding-left: 1em;
padding-right: 1em;
padding-top: 1.75em;
padding-bottom: 1em;
}

#featured p{
color: white;
line-height: 20px;
}


#footer{

}

#footer p{
float: right;
color: white;
font-size: 11px;
height: 103px;
line-height: 103px;
padding-right: 4em;
}


#footer img#aboutGraphic{
float: right;
position: relative;
padding-right: 4em;
}

/* Clear Floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibilaity: hidden;
	}