@charset "utf-8";
/* CSS Document
Nicole Erickson
Copyright 2008 */

* {
	padding:0;
	margin:0;
}

body {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	font-size: 11px;
	line-height: 16px;
}

img {
	border:none;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1024px;
}
#head {
	width: 970px;
	margin-right: auto;
	margin-left: auto;

}
#nav {
	line-height:16px;
	margin: 15px 0;
	width:100%;
}
#nav a {
	background:url(images/dividerSm.gif) right no-repeat;
	padding:10px 20px 10px 13px;
	color:#ab0534;
	text-transform:uppercase;
	font-weight: bold;
}
#nav p {
	float:right;
	margin-right:15px;
}
#nav form {
	float:right;
	margin-right: 100px;
	display: inline;
}
#nav .submit {
	margin-top:-2px;
}
#pageNav {
	margin: 22px 0;

}
#pageNav a {
	background:url(images/divider.gif) right no-repeat;
	color:#939393;
	text-transform:lowercase;
	font-weight: bold;
	font-size:22px;
	padding: 10px 30px 10px 20px;
}
#pageNav a.last,
#footer li.last {
	background-image: none;
	padding-right: 0px;
}
#pageNav a.first,
#footer li.first {
	padding-left: 0;
}
#secondNav {
	margin-bottom: 20px;
}
#secondNav a {
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #ab0534;
	margin-right: 15px;
}
.page {
	color: #ab0534;
}


#content {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-bottom: 30px;

}
.h2Highlight {
	color: #7e7e7e;
}
p {
	margin-bottom: 8px;
}
.email {
	font-weight: bold;
	color: #ab0534;
}


#left {
	float: left;
	margin-left: 124px;
	width: 275px;
}
#leftContent {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

#right {
	float: right;
	margin-right:160px;
	width:455px;
}


#footer {
	clear: both;
	background: url(images/bottomArc.gif) bottom no-repeat;
	width: 460px;
	padding: 20px 0;
	margin:0 0 0 405px;

}
#footer li {
	display: inline;
	background-image: url(images/dividerSm.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	font-size: 14px;
	color: #7b7b7b;
	padding: 0 10px 0 0;
}
#footer #left {
	float: left;
	width: 230px;
	margin-left: 10px;
}
#footer #right {
	float: right;
	width: 200px;
	margin-right: 10px;
}
.copyright {
	font-size: 9px;
	margin-top: 15px;
}



h1 {
	font-size: 20px;
	color: #ab0534;
}
h2 {
	font-size: 14px;
	color: #484848;
}

h3 {
	font-size: 14px;
	color: #7b7b7b;
}
h4 {
	font-size: 15px;
	color: #797979;
}
h5 {
	font-size: 11px;
	color: #939393;
}
h6 {
	font-size: 12px;
	font-style: italic;
}

a {
	text-decoration:none;
}
a:hover {

}
a:visited {

}
