/* reset some values */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	display: inline;
}

h1 {
	display: none;
}

/*
	General Setup
*/
html,body {
	height: 100%;
}


body {
	background-color: #ffffff;
	background: url('../images/body_bg.jpg') repeat-x;
	text-align: center;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}


/*

	Layout

*/
#body_container {
	margin-left: auto;
	margin-right: auto;
	background: url('../images/content_bg.gif') repeat-y;
	width: 778px;
	text-align: left;
}

#content_container {
	margin-left: auto;
	margin-right: auto;
	background: url('../images/content_bg.gif') repeat-y;
	width: 778px;
	min-height: 600px;
	padding-top: 15px;
	clear: both;
}

#content_container_footer {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background: url('../images/content_footer.gif');
	width: 778px;
	height: 22px;
	clear: both;
}

#content {
	padding-left: 25px;
	padding-right: 25px;
	height: 100%;

}

#flash_holder {
	width: 726px;
	height: 180px;
	background: url('../images/flashholder.jpg');
}

#logo {
	width: 178px;
	height: 28px;
	background: url('../images/logo.gif') no-repeat;
	padding-bottom: 5px;
}


#promo_holder {
	clear: both;
	width: 726px;
	min-height: 160px;
}

#promo_left {
	float: left;
}

#promo_right {
	float: right;
}

#footer {
	font-size: .8em;
	margin-left: auto;
	margin-right: auto;
	width: 746px;
	background: #ffffff;
	clear: both;
	text-align: left;
}

#copyright {
	line-height: 2em;
	float: left;
}

#footermenu {
	float: right;
}

/*

	Formatting

*/
.copy {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.copy p {
	padding-top: 20px;
}

.copy strong {
	font-weight: bold;
}


#footermenu a {
	line-height: 2em;
	color: #999999;
	text-decoration: none;
}

#footermenu a:hover {
	line-height: 2em;
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}


.site_copy {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 490px;
	float: left;
}


.heading {
	font-family: Garamond;
	font-size: 1.4em;
}

.site_copy p {
	padding-top: 20px;
}

.site_copy strong {
	font-weight: bold;
}

#copy_promos {
	padding-top: 40px;
	width: 190px;
	float: right;
}

/*

	Main Menu

*/
.mainmenu_menu {
	color: #999999;
	font-family: Garamond;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	width: 100%;
}

.mainmenu_menu ul li {
	display: inline;
	list-style: none;
}

.mainmenu_menu li {
	float: left;
	text-align: center;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
	border-right: 1px solid #999999;
}

#last {
	border: 0px;
	padding-right: 8px;
}

.mainmenu_menu li a {
	display: block;
	text-decoration: none;
	color: #AD99BE;
	font-weight: normal;
}

.mainmenu_menu li a:hover, .mainmenu_menu li.active a, .mainmenu_menu li.active a:hover  {
	display: block;
	text-decoration: none;
	color: #999999;
}

#subnav {
	padding-top: 20px;
	font-family: Garamond;
	font-size: 130%;
}

#subnav a {
	text-decoration: none;
}

#subnav a:hover {
	color: #999999;
	text-decoration: none;
}

.forminput {
	border: 1px solid #cccccc;
	color: #cccccc;
}
.formselect {
	color: #333333;
}

