/* THE BIG GUYS */
* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0 0 20px;
	/*background: #ffffff url("images/body_bg.gif") repeat-x 0 100%;*/
	background: #ffffff;
	color: #333333;
	/*font: 83%/1.5 arial, tahoma, verdana, sans-serif;*/
	font: 85%/1.5 arial, tahoma, verdana, sans-serif;
}

/* LINKS */
a, a:link, a:link, a:link, a:hover {
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}

a:link {
	color: #cc0000;
} 

a:visited {
	color:#666666;
} 

a:hover, a:active {
	color: #006699;
} 

/* FORMS */
form {
	margin: 0 0 1.5em;
}
input {
	font-family: arial,tahoma,verdana,sans-serif;
	margin: 2px 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid black
}
fieldset {
	border: none;
}
label {
	display: block;
	padding: 5px 0;
}
label br {
	clear: left;
}

/* FORMS - general classes */
input.f-submit {
	padding: 1px 3px;
	background: #666666;
	color: #ffffff;
	font-weight: bold;
	font-size: 96%;
}

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
form.f-wrap-1 {
	width: 100%;
	padding: .5em 0;
	background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;
	border-top: 1px solid #d7d7d7;
	position: relative;
}
form.f-wrap-1 fieldset {
	width: auto;
	margin: 0 1em;
}
form.f-wrap-1 h3 {
	margin: 0 0 .6em;
	font: bold 155% arial;
	color: #cc0000;
}
form.f-wrap-1 label {
	clear: left;
	float: left;
	width: 100%;
	/*border-top: 1px solid #ffffff;*/
}

/* hide from IE mac \*/
form.f-wrap-1 label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-1 label input, form.f-wrap-1 label select {
	width: 20em;
	float: left;
	margin-left: 10px;
}

form.f-wrap-1 label textarea {
	float: left;
	margin-left: 10px;
	border: 1px solid black;
}

form.f-wrap-1 label b, form.f-wrap-1 label strong { 
	float: left;
	width: 10em;
	line-height: 1.7;
	display: block;
	position: relative;
}

form.f-wrap-1 label i {
	font-size: 80%;
	display: block;
	position: relative;
	clear: left;
	margin-left: 13.5em;
	margin-bottom: -20px;
	padding-bottom: -20px;
}

form.f-wrap-1 label b .req {
	color: #cc0000;
	font-size: 150%;
	font-weight: normal;
	position: absolute;
	top: -.1em;
	line-height: 1em;
	left: -.4em;
	width: .3em;
	height: .3em;
}

form.f-wrap-1 div.req {
	color: #666666;
	font-size: 96%;
	font-weight: normal;
	position: absolute;
	top: .4em;
	right: .4em;
	left: auto;
	width: 13em;
	text-align: right;
}

form.f-wrap-1 div.req b {
	color: #cc0000;
	font-size: 140%;
}
form.f-wrap-1 label select {
	width: 15.5em;
}
form.f-wrap-1 label textarea.f-comments {
	width: 15em;
}
form.f-wrap-1 div.f-submit-wrap {
	padding: 5px 0 5px 15em;
}
form.f-wrap-1 div.f-submit-wrap span.alert {
	padding-left: 11px;
}
form.f-wrap-1 input.f-submit {
	margin: 0 0 0 10px;
}

form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap { 
	clear: left;
	float: left;
	width: 32em;
	border: none;
	margin: 0px;
	padding-bottom: .7em;
}

form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {
	float: left;
	width: 8em;
	line-height: 1.7;
	display: block;
	position: relative;
	padding-top: .3em;
}

form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {
	float: left;
	width: 13em;
	margin: 3px 0 0 10px;
}

form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {
	float: left;
	width: 13em;
	border: none;
	margin: 0px;
	padding: 2px 0;
	margin-right: -3px;
}

form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {
	width: auto;
	float: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	border: 0px;
}

/* FORMS - f-wrap-error - validation boxes */

form.f-wrap-error {
	width: 100%;
	padding: .5em 0;
	background: #cc0000 url("images/featurebox2_bg.gif") no-repeat 100% 100%;
	border-top: 1px solid #cc0000;
	position: relative;
}
form.f-wrap-error fieldset {
	width: auto;
	margin: 0 1em;
}
form.f-wrap-error h3 {
	margin: 0 0 .6em;
	font: bold 155% arial;
	color: #e7e7e7;
}
form.f-wrap-error label {
	clear: left;
	float: left;
	width: 100%;
	/*border-top: 1px solid #cc0000;*/
}

form.f-wrap-error label b, form.f-wrap-error label strong { 
	float: left;
	width: 15em;
	line-height: 1.7;
	display: block;
	position: relative;
}

/* hide from IE mac \*/
form.f-wrap-error label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-error label span.errormsg {
	position: relative;
	top: 0;
	/*right: 20em;*/
	left: auto;
	display: block;
	width: 20em;
	/*background: transparent url(images/errormsg_bg.gif) no-repeat 0 0;*/
}

form.f-wrap-error label span.errormsg b {
	padding: 0px 0;
	margin: 0 0px 0 0px;
	/*color: #B30800;*/
	color: #e7e7e7;
	font-weight: bold;
	display: block;
	width: auto;
	float: none;
	line-height: 1.3;
}

div.errormsg {
	width: 40em;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #cc0000;
	background-color: #ffdddd;
	padding: 5px 10px 5px 10px;
	margin-bottom: 1em;
}

div.errormsg b {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #ff0000;
}

div.errormsg ul {
	color: #cc0000;
}
div.errormsg li {
	color: #ff0000;
	line-height: 1.4em;
	padding-left: 25px;
	background: transparent url("images/sprites.gif") no-repeat 10px -700px;
}

div.successmsg {
	width: 40em;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #396B2E;
	background-color: #D5F9CE;
	padding: 5px 10px 5px 10px;
	margin-bottom: 1em;
	text-align: center;
}

div.successmsg b {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	color: #396B2E;
}

form.f-wrap-1 input.f-name, form.f-wrap-1 input.f-email {
	width: 20em;
}

/* TYPOGRAPHY */
p, ul, ol {
	margin: 0 0 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif; 
	margin: 1.2em 0 .3em;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: .1em;
}

h1 {
	font-size: 196%;
	margin-top: .6em;
}

h2 {
	font-size: 156%;
}

h3 {
	font-size: 136%;
}

h4 {
	font-size: 116%;
}

h5 {
	font-size: 106%;
}

h6 {
	font-size: 96%;
}

.highlight {
	color: #E17000;
}
.subdued {
	color: #999999;
}
.error {
	color: #cc0000;
	font-weight: bold;
}

.success {
	color: #339900;
	font-weight: bold;
}
.caption {
	color:#999999;
	font-size: 10px;
}
.date {
	font: bold 82% arial;
	color: #bbbbbb;
	display: block;
	letter-spacing: 1px;
}
small {
	font-size:11px;
}

/* LISTS */
ul {
	margin: .3em 0 1.5em 0;
	list-style-type: none;
}

ul.related {
	margin-top: -1em;
}

ol {
	margin: .5em .5em 1.5em;
}

ol li {
	margin-left: 1.4em;
	padding-left: 0;
	background: none; 
	list-style-type: decimal;
}

li {
	line-height: 1.4em;
	padding-left: 25px;
	background: transparent url("images/sprites.gif") no-repeat 0 0;
}

li.doc {
	background-position: 3px -500px;
}

ul.nomarker li {
	background: none;
	padding-left: 0;
}

dl {
	margin: 0 0 1em 0;
}
dt {
	font-weight:bold;
	margin-top: 1.3em;
}
dl dl {
	margin: 0 0 1.5em 30px;
}

/* GENERAL */
img {
	border: none;
} 
hr {
	margin: 1em 0;
	background: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both;
}
.clear {
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
} 

/* LAYOUT - HEADER */
#header {
	background: #666 url("images/sprites.gif") repeat-x 0 100%;
	margin: 0 0 25px;
	padding: 0 0 8px;
	width: 100%;
}

#header #site-name {
	font: 265% arial;
	letter-spacing: -.05em;
	margin: 0 0 0 40px;
	padding: 3px 0;
	color: #ccc;
	border: none;
}

/* NAV - top horizontal nav */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	font-weight: bold;
	height: 2.09em;
	font: bold 96% arial;
	margin: 0 105px 0 40px;
}

#nav li {
	position: relative;
	background: #999999;
	float: left;
	width: auto;
	display: block;
	margin: 0;
	border-bottom: 3px solid #666666;
	border-right: 3px solid #252525;
	padding: 0;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	display: block;
	padding: 4px 10px 2px;
}

#nav a:hover {
	color: #000000;
}

#nav li ul {
	border-left: 1px solid #cc0000;
	background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;
	width: 15.8em;
	font-size: 90%; 
	margin-top: 3px;
	position: absolute;
	font-weight: normal;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	z-index: 99999;
}

#nav li li {
	background: none;
	float: none;
	border: none;
	border: 1px solid #999999;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-left: none;
	padding-left: 0;
}

#nav li li.last {
	border-bottom: none;
}
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
	color: #000000;
	padding: 3px 10px 2px;
	width: 14em;
}

#nav li li a:hover {
	color: #ffffff;
	background: #cc0000;
}

#nav li.active {
	background: #cc0000;
	border-bottom: 3px solid #cc0000;
}
#nav li.active ul {
	border: none;
	background: #cc0000 url("images/featurebox2_bg.gif") no-repeat 100% 100%;
}

#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {
}

#nav li.active a:hover {
	color: #000000;
}

#nav li.active li {
	border: none;
	border-top: 1px solid #c15c5c; 
	border-bottom: 1px solid #870000;
}

#nav li.active li.last {
	border-bottom: none;
}

#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {
	color:#ffffff;
}

#nav li.active li a:hover {
	background: #666666 url("images/sprites.gif") repeat-x 0 99%;
	color:#ffffff;
}

#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {
	color: #000000;
	font-weight: bold;
	background: #666666 url("images/sprites.gif") repeat-x 0 99%;
}

/* hide from IE mac \*/
#nav li {width:auto}
/* end hiding from IE5 mac */

/* SEARCH */
#search {
	color: #000000;
	font-weight: bold;
	position: absolute;
	top: 75px;
	right: 60px;
}

#search form {
	margin: 0;
}
#search input {
	width:10em;
	margin: 0 0 -1px;
	height: 1.2em;
	font-size:90%;
}

#search label {
	padding: 1px 0 0;
	display: inline;
}

#search input.f-submit {
	width: auto;
	font-size: 81%;
	margin: 0 0 -.15em;
	height: 1.95em;
}

/* POWERED BY - aCore logo in this case */
#poweredby {
	width: 75px;
	height: 35px;
	position: absolute;
	top: -122px;
	right: 50px;
}

/* LAYOUT - main body of page */
#wrap {
	min-width: 770px;
	/*max-width: 1200px;*/
	margin: 0 auto;
	position: relative;
}

#content-wrap {
	position: relative;
	width: 100%;
}

#utility {
	position: absolute;
	top: 0; 
	left: 25px; 
	width: 165px;
	border-top: 5px solid #999999;
	padding-bottom: 40px;
}
#sidebar {
	position: absolute;
	top: 0px;
	right: 25px;
	width: 20%;
	/*border-top: 5px solid #999999;*/
	padding-top: 1px;
	padding-bottom: 40px;
}

#content {
	margin: 0 50px;
}
#content #breadcrumb {
	margin-top: 5px;
	font-size: 85%;
	/*font-weight: bold;*/
	color: #666666;
}
#content #breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration: none;
}
#content #breadcrumb a:hover, #content #breadcrumb a:active {
	text-decoration: underline;
	color: #d83f3f;
}
	
.featurebox {
	color:#333333;
	padding: 20px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;
}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #cc0000;
	color:#cc0000;
}
.featurebox p {
	border: none;
	margin: 0 0 1em;
	color: #444444;
}
.featurebox a {
	font-weight: bold;
}

.featurebox2 {
	color:#cccccc;
	padding: 20px 20px 20px;
	border-top: 1px solid #cb0101;
	margin: 0 0 1.5em;
	background: #cb0101 url("images/featurebox2_bg.gif") no-repeat 100% 100%;
}
.featurebox2 p, .featurebox2 h1, .featurebox2 h2, .featurebox2 h3, .featurebox2 h4, .featurebox2 h5, .featurebox2 h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #ffffff;
	color:#ffffff;
}
.featurebox2 p {
	border: none;
	margin: 0 0 1em;
	color: #ffffff;
}
.featurebox2 a {
	font-weight: bold;
}

.thumbnail {
	margin: 0 10px 10px 10px;
	position: relative;
	/*z-index: 9999;*/
	/*border: 1px solid #eeeeee;*/
	border: 1px dotted #aaaaaa;
	/*float: right;*/
	/*width: 100px;*/
	padding: 5px;
	background: #ffffff;
}
.thumbnail img {
	border: 1px solid #000000;
}

.pagination {
	background: #f2f2f2;
	color:#666666;
	padding: 4px 2px 4px 7px;
	border: 1px solid #dddddd;
	margin: 0 0 1.5em;
}
.pagination p {
	position: relative;
	text-align: right;
}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {
	text-decoration: none;
	background: #ffffff;
	padding: 2px 5px;
	border: 1px solid #cccccc;
}
.pagination p a:hover {
	background: #cc0000;
	color: #ffffff;
}
.pagination p span {
	text-decoration: none;
	background: #ffffff;
	padding: 2px 5px;
	border: 1px solid #cccccc;
	color: #cccccc;
}
.pagination * {
	margin: 0;
}
.pagination h4 {
	margin-top: -1.45em;
	padding: 0;
	border: none;
}

#resultslist-wrap {
	margin: 0 0 1.5em;
	font-size: 92%;
}
#resultslist-wrap dt, #resultslist-wrap dl {
	margin: 0;
}
#resultslist-wrap dt {
	font: bold 85% arial;
	padding: 3px 0;
}
#resultslist-wrap li {
	padding: 0 0 1em;
	margin: 0 0 0 1.2em;
	font: bold 145% arial;
}
#resultslist-wrap li dd {
	font: normal 73% arial;
}
#resultslist-wrap li dl {
	margin: 0;
}
#resultslist-wrap dd {
	line-height: 1.3;
}
#resultslist-wrap dd.filetype, #resultslist-wrap dd.date {
	color: #999999;
	display: inline;
	padding-right: .5em;
}

/* TABLES */
.table1 {
	border: 2px solid #990000;
	border-collapse: collapse;
	width:100%;
}
.table1 td {
	background: #ffffff url("images/sprites.gif") repeat-x 0 -1600px;
	padding: 3px;
	border: 1px solid #ffffff;
}
.table1 th {
	text-align: left;
	border: 1px solid #ffffff;
}
.table1 thead th {
	color: #ffffff;
	font-size: 145%;
	background: #990000 url("images/sprites.gif") repeat-x 0 -1300px;
	padding: 10px 6px;
}
.table1 tbody th {
	color: #ffffff;
	font-size: 115%;
	background: #88b8db url("images/sprites.gif") repeat-x 0 -1400px;
	padding: 6px;
}
.table1 tbody th.sub {
	font-size: 100%;
	color: #000000;
	background: #efefef url("images/sprites.gif") repeat-x 0 -1500px;
	padding: 6px;
}

/* TABLES - calendar */
.calendar {
	width: 200px;
	font-size: 92%;
}
.calendar td {
	text-align: center; 
	border: 1px solid #dddddd;
}
.calendar th {
	text-align: center;
}
.calendar thead th {
	padding: 3px 2px;
}
.calendar tbody th {
	padding: 2px;
}
.calendar tbody th.sub {
	padding: 2px;
}
		
/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent url("images/sprites.gif") no-repeat 5px -500px;
	padding-left: 21px;
}
a.morelink:hover {
	background: transparent url("images/sprites.gif") 5px -400px;
}
.morelink span {
	position: absolute;
	left: -9999px;
	width: 900px;
}
		
/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
ol.code {
	font-family: monospace;
	position: relative;
}
ol.code li {
	color: #666666;
	margin-bottom: 1px;
}
ol.code code {
	color: #000000;
	display: block;
}
ol.code .cmt {
	color: #4077d2;
}
li.tab0 code {
	padding-left: 4em;
}
li.tab1 code {
	padding-left: 8em;
}
li.tab2 code {
	padding-left: 12em;
}
li.tab3 code {
	padding-left: 16em;
}
li.tab4 code {
	padding-left: 20em;
}
li.tab5 code {
	padding-left: 24em;
}
ol.code li {
	background: #f3f3f3 url("images/td_bg.gif") no-repeat 100% 100%
}
p.note {
	margin: 1em;
	border: 1px solid #dddddd;
	background: #f0f0f0;
	padding: 1em;
}

/* SECONDARY NAVIGATION - vertical navigation */
#nav-secondary, #nav-secondary ul {
	position: static;
}
#nav-secondary, #nav-secondary li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #ffffff;
}
#nav-secondary {
	padding-top: 0;
	border-top: 1px solid #cccccc;
	margin-top: 1px
}
#nav-secondary a {
	line-height: 1.8;
	padding: 5px 0 5px 23px;
	background: #ffffff url("images/sprites.gif") no-repeat 10px -695px;
	font: bold 90% arial;
	display: block;
}
#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active {
	text-decoration: none;
	cursor: pointer;
} 
#nav-secondary a:link {
	color: #000000;
} 
#nav-secondary a:visited {
	color: #000000;
} 
#nav-secondary a:hover {
	color: #cc0000;
	background: #ffeeee url("images/sprites.gif") no-repeat 10px -695px;
} 
#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active {
	color:#cc0000;
} 
#nav-secondary li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
}

/* SECONDARY NAVIGATION - 2nd TIER */
#nav-secondary ul {
	margin: 0 0 1em 23px;
	padding: 0;
}
#nav-secondary li.active li a, #nav-secondary li.active li a:link, #nav-secondary li.active li a:visited {
	line-height: 1.5;
	background: #ffffff url("images/sprites.gif") no-repeat 0 -798px;
	padding:0 0 0 12px;
	font-weight: normal;
	width: auto;
	color: #000000;
	width: 130px;
	display: block;
}
#nav-secondary li.active li a:hover, #nav-secondary li.active li a:active {
	color: #cc0000;
}
#nav-secondary li.active li {
	border: none;
	margin: 0;
}

#nav-secondary li.active li.active a:link, 
#nav-secondary li.active li.active a:visited, 
#nav-secondary li.active li.active a:hover, 
#nav-secondary li.active li.active a:active {
	font-weight: bold;
}

/* SECONDARY NAVIGATION - 3rd TIER */
#nav-secondary ul ul {
	margin: 0 0 1em 13px;
	padding: 0;
}
#nav-secondary li.active li.active li a, #nav-secondary li.active li.active li a:link, #nav-secondary li.active li.active li a:visited {
	width: 117px;
}
#nav-secondary li.active li.active li a:link, 
#nav-secondary li.active li.active li a:visited, 
#nav-secondary li.active li.active li a:hover, 
#nav-secondary li.active li.active li a:active {
	font-weight: normal;
}
#nav-secondary li.active li.active li.active a:link, 
#nav-secondary li.active li.active li.active a:visited, 
#nav-secondary li.active li.active li.active a:hover, 
#nav-secondary li.active li.active li.active a:active {
	font-weight: bold;
}

/* SECONDARY NAVIGATION - 4th TIER */
#nav-secondary ul ul ul {
	margin: 0 0 1em 13px;
	padding: 0;
}
#nav-secondary li.active li.active li.active li a, #nav-secondary li.active li.active li.active li a:link, #nav-secondary li.active li.active li.active li a:visited {
	width: 104px;
}
#nav-secondary li.active li.active li.active li a:link, 
#nav-secondary li.active li.active li.active li a:visited, 
#nav-secondary li.active li.active li.active li a:hover, 
#nav-secondary li.active li.active li.active li a:active {
	font-weight: normal;
}
#nav-secondary li.active li.active li.active li.active a:link, 
#nav-secondary li.active li.active li.active li.active a:visited, 
#nav-secondary li.active li.active li.active li.active a:hover, 
#nav-secondary li.active li.active li.active li.active a:active {
	font-weight: bold;
}

/* LAYOUT TYPE B */
	#type-b #content-wrap {background: transparent url("images/content_wrap_bg.gif") repeat-y 30px 0}
	#type-b #content {margin: 0 23px 0 235px}

/* LAYOUT TYPE C */
	#type-c #content-wrap {
		/*background: transparent url("images/content_wrap_bg.gif") repeat-y 30px 0*/
	}
	#type-c #content {
		margin: 0 25% 0 50px
	}

/* LAYOUT TYPE D */
	#type-d #content {margin: 0 25% 0 50px}

/* LAYOUT TYPE E */
	#type-e #content-wrap {background: transparent url("images/content_wrap_e_bg.gif") repeat-y 100% 0}
	#type-e #utility {position:absolute;top:0;left:auto;right:25px;width:165px;border-top: 5px solid #999}
	#type-e #content {margin: 0 243px 0 50px}

/* LAYOUT TYPE F */
	#type-f #content-wrap {background: transparent url("images/content_wrap_e_bg.gif") repeat-y 100% 0}
	#type-f #content {margin: 0 235px 0 25%}
		#type-f #utility {left:auto;right:25px}
		#type-f #sidebar {right:auto;left:25px}

/* LAYOUT - FOOTER */
#footer {
	clear: both;
	border-top: 1px solid #E3E8EE;
	padding: 10px 0 0px;
	font-size: 86%;
	color: #999999;
}
#footer p {
	margin: 0;
}
#footer a:link {
	color: #999999;
}
#memberOf img {
	padding-left: 2.5em;
}

/* ROUNDED CORNERS*/
#acore_message {
	margin-top: 10px;
}

.roundCorner {
	display: block;
}
.roundCorner *{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #cc0000;
}
.roundCorner1 {
	border-right: 1px solid #e99191;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #e99191;
	padding-left: 1px;
	margin-left: 3px;
	background: #d83f3f;
}
.roundCorner2 {
	border-right: 1px solid #f9e5e5;
	border-left: 1px solid #f9e5e5;
	padding: 0px 1px;
	background: #d53030;
	margin: 0px 1px;
}
.roundCorner3 {
	border-right: 1px solid #d53030;
	border-left: 1px solid #d53030;
	margin: 0px 1px;
}
.roundCorner4 {
	border-right: 1px solid #e99191;
	border-left: 1px solid #e99191;
}
.roundCorner5 {
	border-right: 1px solid #d83f3f;
	border-left: 1px solid #d83f3f;
}
.roundCorner_content {
	padding: 5px 5px;
	background: #cc0000;
	color: #ffffff;
	height: 250px;
}
.roundCorner_content .acore_image {
	float: left;
	padding-right: 15px;
	
}
.roundCorner_content .byline {
	font-size: 150%;
	font-weight: bold;
	font-stretch: wider;
}

/********************************
 Common CSS Classes
********************************/
.alert {
	color: #cc0000;
	font-size: 100%;
}

.break {
	overflow: hidden;
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	font-size: 1px;
}

/*************************************
****  Rounded corners - Adam Kalsey
*************************************/

.roundError {
	width: 80%;
	background-color: #ff9191;
	color: #ffffff;
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 1em;
}

.roundError p {
	margin: 0 10px 10px 0;
}

.roundError ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 1em;
	margin-right: 1em;
}

.roundError p.errorHeading {
	color: #ff1100;
	text-align: center;
}

.roundErrorTop { 
	background: url("images/errorTR.gif") no-repeat top right; 
}

.roundErrorBottom {
	background: url("images/errorBR.gif") no-repeat top right; 
}

.roundSuccess {
	width: 80%;
	background-color: #86c775;
	color: #000000;
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 1em;
}

.roundSuccess p {
	margin: 10px 1em 10px 1em;
	padding-left: 1em;
}

.roundSuccess p.successHeading {
	color: #007e03;
	text-align: center;
}

.roundSuccessTop { 
	background: url("images/successTR.gif") no-repeat top right; 
}

.roundSuccessBottom {
	background: url("images/successBR.gif") no-repeat top right; 
}

div.emailAddress {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
}

.roundRed {
	width: 100%;
	height: 100%;
	background-color: #cb0101;
	color: #ffffff;
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 1em;
}

.rountRed * {
	display: block;
	overflow: hidden;
}

.roundRedContent {
	position: relative;
	/*margin: 10px 1em 10px 200px;*/
	margin-left: 320px;
	/*margin-right: -200px;*/
	padding-left: 1em;
	height: 220px;
	padding-top: 1em;
	margin-top: 10px;
	/*display: block;*/
	/*text-align: right;*/
	width: 50%;
}

.roundRedContent h2 {
	color: #ffffff;
	border: 0px;
	padding-top: 0px;
	width: 100%;
	font-size: 160%;
	margin-top: -10px;
}

.roundRedImage {
	float: left;
	padding-left: 1em;
	/*border: 1px solid black;*/
}

.roundRedTop { 
	background: url("images/redTR.gif") no-repeat top right; 
}

.roundRedBottom {
	background: url("images/redBR.gif") no-repeat top right; 
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
}

img.imageFloatLeft {
	float: left;
	margin: 0 1em 0 0;
	padding: 0.5em;
	border: 1px solid black;
}

img.imageFloatRight {
	float: right;
	margin: 0 0 0 1em;
	padding: 0.5em;
	border: 1px solid black;
}

img.imageFloatRightNoPadding {
	float: right;
	margin: 0 0 0 1em;
	padding: 0;
	border: 1px solid black;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 0.5em 0.8em 0.5em 0.8em;
	font-style: italic;
	background-color: #dddddd;
	border: 1px solid #bbbbbb;
}

div.floatLeft {
	float: left;
	border: 1px solid black;
	padding: 0.5em;
	margin: 0px 1em 0px 0.25em;
	width: 140px;
}

div.floatRight {
	float: right;
	border: 1px solid black;
	padding: 0.5em;
	margin: 0px 0px 0px 1em;
	width: 140px;
}

div.imageContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.imageContainer a img {
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	border: 1px solid #dddddd;
}

div.imageContainer a {
	border: 0px;
}

p.caption {
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.2em;
}

p.centerText {
	text-align: center;
}