@import url("/style/structure.css");

/*
-----------HTML Elements---------
*/
body {
	color: #797f81;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
a {
	color: #7a1243;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #4689b1;
	font-size: 14px;
}
h2 {
	color: #666;
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	color: #666;
	font-size: 12px;
}
h5 {
	color: #000;
	font-size: 12px;
}
hr {
	margin: 0 0 1em 0;
	*margin: -1em;
	height: 1px;
	border: none 0;
	border-top: 1px solid #c4cace;
}


/*
-----------Site-wide Tags-----------
*/
.floatLt {
	float: left;
}
.floatRt {
	float: right;
}
.validator {
	display: inline-block;
	*display: inline;
	border: solid 1px #8B0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 8px;
	color: #8b0000 !important;
	background: #fff url('/themes/anspa/images/bkgd-grad-red.gif') 0 0 repeat-x;
	zoom: 1;
}
table.doStyle td, table.doStyle th {
	padding: 5px;
}

/*
-----------Page Layout-----------
*/
#pageWrap {
	width: 700px;
	margin-top: 13px;
}
#pageContent {
	margin: 3px 0 0 0;
	padding-bottom: 5px;
	background: #85144a;
	border-radius: 10px 10px 6px 6px;
	-moz-border-radius: 10px 10px 6px 6px;
	-webkit-border-radius: 10px 10px 6px 6px;
	-khtml-border-radius: 10px 10px 6px 6px;
}
#mainContent {
	border: 1px solid #c4cace;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 4px;
	background: #fff;
	float: none;
}
#content {
	padding: 12px 18px;
}

/*
-----------Header-----------
*/
#header {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 0 0 5px 0;
	background: #85144a;
	z-index: 2;
}
#header .logo {
	position: static;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 3px 0 5px 0;
	background: #fff;
}
#header .nav li a, #header .nav li span {
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

/*
----------Nav Design-----------
*/
#navWrap {
	margin-top: -6px;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	padding-top: 6px;
	background: #eaedee;
	text-align: center;
	z-index: 1;
}
#navWrap ul {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#navWrap li a {
	margin: 8px 0;
	padding: 0 15px;
	border-right: 1px dotted #acb2ba;
}
#navWrap li.last a {
	border-right: none 0;
}
#navWrap ul ul {
	border: solid #acb2ba;
	border-width: 0 1px 1px 1px;
}
#navWrap li li a {
	margin: 0;
	border: none 0;
	border-top: 1px solid #C7CACF;
	padding: 7px;
	background: #f2f4f4;
	font-size: 11px;
	text-align: left;
}
#navWrap ul ul ul {
	margin-top: -28px;
}

/*
-----------Sidebar-----------
*/
.incSidebarLeft #content {
	width: 424px;
	float: left;
}
.incSidebarLeft .sidebarRight {
	width: 230px;
	float: left;
}
.sidebarRight .nav {
	margin-bottom: 4px;
	border-radius: 6px 6px 10px 10px;
	-moz-border-radius: 6px 6px 10px 10px;
	-webkit-border-radius: 6px 6px 10px 10px;
	-khtml-border-radius: 6px 6px 10px 10px;
	background: #85144a;
}
.sidebarRight .nav .heading {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	z-index: 1;
}
.sidebarRight .nav ul.vertical {
	width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 10px 0 20px 0;
	background: #ede6cf;
}
.sidebarRight .nav ul li a {
	margin: 0 10px;
	padding: 15px 2px 0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #85144a;
}
.sidebarRight .newsLetter {
	display: block;
	padding: 10px 20px 25px;
	background:  url('/themes/anspa/images/newsletter-bg.gif') top center no-repeat;
	text-decoration: none;
}
.sidebarRight .newsLetter strong {
	display: block;
	padding-top: 2px;
	font-size: 14px;
}

/*
-----------General Column Formatting-----------
*/
.twoCol .first .listing {
	padding-right: 8px;
}
.twoCol .second .listing {
	padding-left: 8px;
}
.threeCol .first .listing {
	padding-right: 8px;
}
.threeCol .second .listing {
	padding: 0 4px;
}
.threeCol .third .listing {
	padding-left: 8px;
}

/*
----------Footer----------
*/
#footer {
	margin-bottom: 13px;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	background: #e7eaeb;
	text-align: center;
	line-height: 2em;
}
#footer .nav {
	background: #fff;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
}
#footer ul {
	display: inline-block;
	*display: inline;
	line-height: normal;
	margin: 5px 0;
	zoom: 1;
}
#footer ul li a {
	border-right: 1px dashed #7a1243;
	padding: 0 17px 2px 17px;
	*display: inline;
	zoom: 1;
}
#footer ul li.last a {
	border-right: none 0;
}

/*
----------Homepage----------
*/
#homePage h1 {
	display: none;
}
#homePage .oneCol h1 {
	display: block;
}
#homePage .subContent .first {
	width: 60%;
	_width: 59.9%;
}
#homePage .subContent .second {
	width: 40%;
	_width: 39.9%;
} 
#homePage .subContent .first .listing {
	border-right: 1px solid #c4cace;
}
#homePage .subContent h2 {
	color: #4689b1;
}
#homePage .subContent a {
	color: #e54646;
}
