@charset "utf-8";
/* GLOBAL STYLES: STRUCTURE */
html{height:100%}
body {
	padding:0px;
	height:100%;
	color:#676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px auto;
}
a {
	color:#596ea3;
	text-decoration: none;
}
a:hover {
	color:#71b079;
	text-decoration: underline;
}
#container {
	padding:0px;
	margin:0px auto;
	width:960px;
}
#logo {
	position:relative;
	background-image: url(/_images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 138px;
	width: 960px;
}
#logolink  {
	float:left;
	height: 138px;
	width:300px;	
	padding:0px;
	margin:0px
}
#logoauxnav {
	float:right;
	width:260px;
	height: 138px;
	padding:0px;
	margin:0px;
	background-image: url(/_images/bg_aux.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#logoauxnav p {
	margin-left: 30px;
	font-size: 10px;
	margin-top: 18px;
	line-height: 4px;
	}
.subtitle {
	font-weight: bold;
	color: #72AF7C;
}

#nav {
	background-image: url(/_images/logo3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
}
#spacer {
	height: 12px;
}
#content {
}
#footer {
	background-image: url(/_images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 960px;
	position:relative;
	font-size: 11px;
	color: #b8b8b8;
}
#footer a {
	font-size: 11px;
	color: #b8b8b8;
	text-decoration:none;
}
#footer a:hover {
	font-size: 11px;
	color: #b8b8b8;
	text-decoration:underline;
}
#footleft {
	float:left;
	width:300px;
    margin-top: 2px;
	margin-left: 35px;
}
#footright {
    float:right;
    width:150px;
    margin-top: 2px;
	margin-right: 30px;
}
/* HOMEPAGE STYLES */
.hpc {
	background-color: transparent;
	background-image: url(/_images/bg_h_pc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.htc {
	background-color: transparent;
	background-image: url(/_images/bg_h_tc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.hs {
	background-color: transparent;
	background-image: url(/_images/bg_h_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.htag {
	background-color: transparent;
	background-image: url(/_images/bg_h_tag.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.txthtwinurl {
	font-size: 14px;
	color: #A2C161;
	text-decoration: none;
	font-weight: bold;
}
.txthtwinurl:hover {
	font-size: 14px;
	color: #A2C161;
	text-decoration: underline;
	font-weight: bold;
}
.txthsiliposurl {
	font-size: 14px;
	color: #0079C2;
	text-decoration: none;
	font-weight: bold;
}
.txthsiliposurl:hover {
	font-size: 14px;
	color: #0079C2;
	text-decoration: underline;
	font-weight: bold;
}
/* SUBPAGE STYLES */
.sectiontitle {
	background-color: #7087C4;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.pagetitle {
	font-size: 14px;
	font-weight: bold;
    color: #72af7c;	
}
.input {
	background-color: #E7F2E3;
	width: 200px;
}
.textarea {
	background-color: #E7F2E3;
	width: 350px;
}
