* {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
}

img {
	border: 0;
}

/* !Main Setup */

html {
	width: 100%;
	height: 100%;
	margin-bottom: 1px;
	background: #c9c9c9 url("../images/bg.jpg") top left repeat-x;	
}

body {
	position: relative;
	width: 881px;
	height: 100%;
	margin: 0 auto;
	font-family: "Century Gothic", Arial, sans-serif; 	
	font-size: 62.5%;
	text-align: center;	
}

div#fixHeight {
	position: absolute;
	top: 0;
	left: 0;
	width: 881px;
	height: auto;
	min-height: 457px;
	text-align: left;
}

div#wrapper {
	width: 100%;
}

div#content_area {
	position: relative;
	width: 100%;
	margin-top: 187px;
	background: #fff;
}

div#content {
	width: auto;
	padding: 20px;
	min-height: 230px;
	font-size: 11px;
}

div#branding {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	overflow: hidden;
}

div#branding div#language {
	position: absolute;
	top: 0;
	right: 0;
	width: 133px;
	height: 31px;
}

/* !Liveperson Chat Box */

div#branding div.livebutton {
	display: none;
	width: 174px;
	height: 109px;
	float: right;
	margin: 5px 150px 0 0;
}

body.livepersontest div#branding div.livebutton {
	display: block;
}

ul#languageButtons {
	display: inline;
}

ul#languageButtons li {
	float: left;
}

ul#languageButtons a#english:link,
ul#languageButtons a#english:visited,
ul#languageButtons a#english:active {
	display: block;
	width: 63px;
	height: 31px;
	background-image: url("../images/buttons/english2.gif");
}

ul#languageButtons a#espanol:link,
ul#languageButtons a#espanol:visited,
ul#languageButtons a#espanol:active {
	display: block;
	width: 70px;
	height: 31px;
	background-image: url("../images/buttons/espanol.gif"); 
}

ul#languageButtons a#english:focus,
ul#languageButtons a#english:hover {
	background-image: url("../images/buttons/english.gif");
}

ul#languageButtons a#espanol:focus,
ul#languageButtons a#espanol:hover {
	background-image: url("../images/buttons/espanol2.gif"); 
}

div#navMain {
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	height: 41px;
	overflow: hidden;
}

div#navSub {
	position: absolute;
	top: 151px;
	left: 0;
	width: 879px;
	height: 34px;
	background: #7c7c7c url("../images/bg/subbar_bg.jpg") bottom left repeat-x;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-top: 5px solid #602960;	
	z-index: 1;
}

div#navSiteInfo {
	position: relative;
	bottom: 0;
	left: 0;
	clear: both;
	width: 879px;
	height: 40px;
	background: #7c7c7c url("../images/bg/footbar_bg.jpg") bottom left repeat-x;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	z-index: 1;
}

/* !Type Generic */

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #612960;
}

h1#pageTitle {
	margin-bottom: .5em;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

h3 {
	font-weight: 400;
	font-size: 14px;
	color:#666;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
p {
	color: #666;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	font-weight: 400;
	margin-bottom: 11px;
	}
a, a:link, a:visited, a:active {
	color: #999;
	text-decoration: underline;
	}
	
a:focus, a:hover {
	text-decoration: none ;
	}	

/* !Index Page */

body#index div#content {
	padding: 0;
}