/* ------------------ GLOBAL ------------------ */
html, body {
	padding: 0;
	margin: 10px 0;
}
body {
	background: #F5F0EC;
	text-align: center;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
margin: 0 auto;
}

.submit {
 border:1px solid #999; background:#70003A; color:#fff; font-size:10px; 
}

/* ------------------ GLOBAL > TYPOGRAPHY ------------------ */
p, h1, h2, h3, ul, ol, li, label, a, th, td, .author, .date {
	font-family: verdana, san-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #666;
}
p, ul, ol, li, label, td, th {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
p, ul, ol, label {
	margin: 0 0 10px 0;
}
h1 {
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	font-family: georgia;
	padding: 20px 0 8px 0;
	color: #70003A;
}
h2 {
	font-size: 14px;
	margin: 14px 0 7px 0;
	line-height: 14px;
	color: #046FA6;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	margin: 11px 0 6px 0;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
th {
	font-weight: bold;
}
a {
	color: #70003A;
}
a:hover {
	/*text-decoration: underline;*/
	color: #666;
}
.author, .date {
	font-size: 11px;
	line-height: 13px;
	margin: -10px 0 11px 0;
	color: #bbb;
}

/* ------------------ GLOBAL > LISTS ------------------ */
ul, ol {
	margin: 0 0 0 30px;
}
li {
	padding: 0 0 5px 0;
}

/* ------------------ GLOBAL > FORMS ------------------ */
form {
	padding: 0;
	margin: 0;
}
.text {
	border: 1px solid #999;
	width: 120px;
	height: 15px;
}
textarea {
	border: 1px solid #999;
	/* width: 540px;*/
}

/* ------------------ GLOBAL > IMAGES ------------------ */
img {
	border: none;
}
img.right {
	float: right;
	border: 1px solid #046FA6;
	margin: 0 0 0 30px;
}
img.left {
	float: left;
	border: 1px solid #046FA6;
	margin: 0 30px 0 0;
}

/* ------------------ CONTAINER ------------------ */
#container {
	margin: 10px auto;
	text-align: left;
	width: 801px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 781px;
}
html>body #container {
	width: 781px;
} 

/* ------------------ SHADOW TOP ------------------ */
#shadowTop {
	float: left;
	width: 781px;
	height: 10px;
	line-height: 1px;
}
#shadowTop .left {
	float: left;
	width: 10px;
	height: 10px;
	background: url(../images/shadowTopLeft.gif) 0 0 no-repeat;
}
#shadowTop .middle {
	float: left;
	width: 761px;
	height: 10px;
	background: url(../images/shadowTop.gif) 0 0 repeat-x;
}
#shadowTop .right {
	float: left;
	width: 10px;
	height: 10px;
	background: url(../images/shadowTopRight.gif) 0 0 no-repeat;
}

/* ------------------ MASTHEAD ------------------ */
#masthead {
	float: left;
	height: 70px;
	padding: 0 11px;
	background: url(../images/containerBG.gif) 0 0 repeat-y;
	width: 781px;
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 759px;
}
html>body #masthead {
	width: 759px;
}
#logo {
	float: left;
	width: 169px;
	height: 46px;
	padding: 10px 0 0 20px;
}
#tagline {
	float: right;
	width: 436px;
	height: 11px;
	padding: 14px 20px 0 0;
}
#logoTop {
	float: left;
	width: 152px;
	height: 31px;
	padding: 14px 0 0 116px;
}

/* ------------------ BANNER ------------------ */
#banner {
	float: left;
	height: 169px;
	padding: 0 11px;
	background: url(../images/containerBG.gif) 0 0 repeat-y;
	width: 781px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 759px;
}
html>body #banner {
	width: 759px;
}

/* ------------------ SEARCH BAR ------------------ */
#searchBar {
	float: left;
	padding: 0 11px;
	background: url(../images/mainBG.gif) 0 0 repeat-y;
	width: 781px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 759px;
}
html>body #searchBar {
	width: 759px;
}
#searchBar2 {
	float: left;
	width: 759px;
	height: 40px;
	background: url(../images/searchBar.jpg) 0 0 no-repeat;
}
#search {
	float: right;
	width: 219px;
	padding: 6px;
}
#search div {
	float: left;
	padding-right: 10px;
}

/* ------------------ MAIN ------------------ */
a {
	text-decoration: none;
}

#main {
	float: left;
	padding: 0 11px;
	background: url(../images/mainBG.gif) 0 0 repeat-y;
	width: 781px;
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 759px;
}
html>body #main {
	width: 759px;
} 	

/* ------------------ MAIN > LEFTBAR ------------------ */
#leftbar {
	float: left;
	padding: 10px 20px 20px 20px;	width: 250px;
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 210px;
}
html>body #leftbar {
	width: 210px;
}
#leftbar ul {
	padding: 0;
	margin: 0;
}
#leftbar li {
	padding: 0;
	margin: 0 0 7px 17px;
	list-style-image: url(../images/iconRedSquare.gif);
	font-size: 11px;
	line-height: 12px;
}
#leftbar li a {
	text-decoration: none;
	color: #666;
}
#leftbar li a:hover, #leftbar li.active a {
/*text-decoration: underline;*/
}
#leftbar h1 {
	padding-top: 10px;
}
#leftbar .line {
	width: 210px;
	height: 2px;
	margin: 16px 0 0 0;
	background: url(../images/line.gif) 0 0 repeat-x;
}

/* ------------------ MAIN > CONTENT ------------------ */
#content {
	float: left;
	padding: 0 20px;
	width: 509px;
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 469px;
}
html>body #content {
	width: 469px;
}
#content #block {
	float: left;
	width: 460px;
	margin: 20px 0 0 0;
	background: url(../images/contentBlockBG.gif) 0 0 repeat-y;
}
#content #block h1 {
	padding-top: 10px;
}
#top {
	float: left;
	width: 460px;
	height: 8px;
	background: url(../images/contentBlockTop.gif) 0 0 no-repeat;
}
#bottom {
	float: left;
	width: 460px;
	height: 8px;
	margin: 0 0 20px 0;
	background: url(../images/contentBlockBottom.gif) 0 0 no-repeat;
}
#left {
	float: left;
	padding: 0 20px;
	margin: 0 10px 0 0;
	width: 220px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}
html>body #left {
	width: 180px;
}
#right {
	float: left;
	padding: 0 20px;
	margin: 0 0 0 10px;
	width: 220px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;
}
html>body #right {
	width: 180px;
}

/* ------------------ FOOTER ------------------ */
#footer {
	float: left;
	padding: 0 11px;
	background: url(../images/containerBG.gif) 0 0 repeat-y;
	width: 781px;
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 759px;
}
html>body #footer {
	width: 759px;
} 	
#footer .content {
	float: left;
	padding: 0 20px;
	background: #70003A;
	width: 759px;
	voice-family: "\"}\"";
	voice-family: inherit;
 	width: 719px;
}
html>body #footer .content {
	width: 719px;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer p {
	margin: 5px 0;
	color: #B8809D;
	font-size: 9px;
}
#footer a {
	text-decoration: none;
	color: #B8809D;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------ SHADOW BOTTOM ------------------ */
#shadowBottom {
	float: left;
	width: 781px;
	height: 10px;
	line-height: 1px;
}
#shadowBottom .left {
	float: left;
	width: 10px;
	height: 10px;
	background: url(../images/shadowBottomLeft.gif) 0 0 no-repeat;
}
#shadowBottom .middle {
	float: left;
	width: 761px;
	height: 10px;
	background: url(../images/shadowBottom.gif) 0 0 repeat-x;
}
#shadowBottom .right {
	float: left;
	width: 10px;
	height: 10px;
	background: url(../images/shadowBottomRight.gif) 0 0 no-repeat;
}
