@charset "utf-8";
@import url("footer.css");
/* CSS Document */
/*BODY AND GENERAL CLASSES*/
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear:both;
}
.empblack {
	color: #000;
	font-weight: bold;
}
.empblue {
	color: #06F;
	font-weight: bold;
}
.empred {
	color: #C30;
	font-weight: bold;
}
#gray {
	background-color:#F2F2F2;
	padding: 40px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-right: 20px;
	text-align: justify;
	color:#000;
	font-style:italic;
}
body {
	text-align: center;
	font-size: 14px;
	background-image: url(../images/bg-body-blu.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	color: #595959;
	line-height: 2em;
}
/*HEADER*/
#announce {
	background-color: #383838;
	width: 100%;
	height: 45px;
	padding-top: 12px;
}
#announce h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	line-height: 1.2em;
}
#headerBlack {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 233px;
}
#headContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-blu-header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 233px;
}
#headerBlack #headContainer #menu .phone {
	font-weight: bold;
	padding-left: 20px;
	color: #fff;
}
#headerBlack h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 36px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	display: inline;
	color: #000;
}
#headerBlack #menu {
	padding-top: 20px;
	padding-bottom: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}
#headerBlack #menu a {
	color: #000;
	text-decoration: none;
	letter-spacing: .06em;
	padding-right: 6px;
	padding-left: 6px;
}
#headerBlack #menu a:visited {
	color: #000;
	text-decoration: none;
	letter-spacing: .06em;
	padding-right: 6px;
	padding-left: 6px;
}
#headerBlack #menu a:hover {
	color: #fff;
	letter-spacing: .06em;
	padding-right: 6px;
	padding-left: 6px;
}
#headerBlack #headContainer #logo {
	float: left;
	width: 900px;
	margin-top: 44px;
	margin-left: 34px;
}
#headerBlack #headContainer #logo #siteTitle {
	width: 680px;
	float: right;
	padding-top: 10px;
}
#headerBlack #headContainer #logo #imageLink {
	width: 200px;
	float: left;
}

/*CONTAINER*/
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#container #subheader {
	background-image: url(../images/bg-subheader-blu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 193px;
	width: 900px;
}
#container #subheader #subheaderA {
	float: left;
	width: 575px;
}
#container #subheader #subheaderB {
	float: left;
	width: 200px;
	padding-top: 94px;
	padding-left: 110px;
}
#container #subheader #subheaderB form select {
	font-size: 11px;
}
#container #subheader h1 {
	text-align: left;
	width: 575px;
	padding-top: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
	color: #000;
	font-size: 44px;
	font-weight: normal;
}
/*COLUMN A*/
#container #colA {
	width: 575px;
	padding-right: 19px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #E8E8E8;
	float: left;
	text-align: left;
}
#container #colA p {
	padding-bottom: 16px;
}
#container #colA h2 {
	color: #FFF;
	background-color: #333;
	padding: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#container #colA h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #000;
	padding-top: 12px;
	padding-bottom: 20px;
}
#container #colA p a {
	color: #000;
	letter-spacing: .05em;
}
#container #colA p a:visited {
	color: #000;
	letter-spacing: .05em;
}
#container #colA p a:hover {
	color: #C30;
	letter-spacing: .05em;
}
#container #colA ol {
	padding-bottom: 14px;
}
#container #colA ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	list-style-position: inside;
	list-style-image: url(../images/bg-ol-li.gif);
}
#container #colA ul {
	padding-bottom: 14px;
}
#container #colA ol li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	list-style-position: inside;
}
#container #colA #gray ol {
	padding-bottom: 0px;
}
#container #colA #gray ol li {
	padding-left: 0px;
}
/*COLUMN B*/
#container #colB {
	width: 280px;
	text-align: left;
	float: left;
	padding-left: 20px;
}
#container #colB p {
	padding-top: 1.5ex;
	padding-bottom: 1.5ex;
	line-height: 2.2ex;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
}

#container #colB p a {
	color: #B1B1B1;
	text-decoration: none;
	font-size: 12px;
}
#container #colB p a:visited {
	color: #B1B1B1;
	text-decoration: none;
	font-size: 12px;
}
#container #colB p a:hover {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
/*PREFOOTER*/
#container #prefooter {
	background-image: url(../images/se-logos.gif);
	background-position: center center;
	height: 82px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#container #colB .bigsidebutton {
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#container #colB .bigsidebutton:hover {
	background-color: #FE8A16;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#container #colB .bigsidebutton a {
	color: #FFF;
	font-size: 20px;
}
#container #colB .bigsidebutton a:visited {
	color: #FFF;
	font-size: 20px;
}
#container #colB .bigsidebutton a:hover {
	color: #000;
	font-size: 20px;
}
/*ORANGE BALOON*/
#container #colA #baloonOrange {
	background-image: url(../images/bg-form-baloon-orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 220px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	float: left;
	width: 578px;
}
#container #colA #baloonOrange #formBaloon {
	width: 200px;
	padding-top: 134px;
	padding-left: 10px;
	float: left;
}
#container #colA #baloonOrange #animeOrange {
	padding-left: 36px;
	padding-top: 10px;
	width: 210px;
	float: left;
}
#container #colA #baloonOrange #formBaloon select {
	font-size: 12px;
}
