/* 
  --------------------------------------
  Abstractions
  by Project Seven Development
  www.projectseven.com
  Layout04: 2-Col-Sidebar Right
  --------------------------------------
*/
body {
	font-family: Calibri, Arial, sans-serif;
	margin: 0 0 30px 0;
	padding: 0px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 100%;
	min-width: 984px;
	background-attachment: fixed;
	background-image: url(../images/bg_page_lower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#masthead {
	font-family: Candara, Arial, sans-serif;
}
#masthead h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 0px;
	font-weight: normal;
	color: #CCC;
	padding: 16px 0px 42px 20px;
	background-color: #4F4F4F;
	background-position: left bottom;
}
.subhead {
	font-size: 0.7em;
	margin: 0 0 12px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 3px 0 12px 22px;
	position: relative;
	top: -28px;
}

#layoutwrapper {
	margin: 0px auto;
	width: 984px;
	padding: 8px;
	border: 0px none #000;
}
#banner {

}
#banner img {
	vertical-align: top;
	border: 0;
}
#columnwrapper {
	background-image: url(../images/bg_wrapper.png);
	zoom: 1;
	background-repeat: repeat-y;
}
.maincolumn, .sidebar1 {
	float: left;
}
.maincolumn {
	width: 686px;
	font-size: 1.05em;
	margin-right: 8px;
}
.maincolumn p {
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 1.3em;
}
.sidebar1 {
	width: 290px;
	color: #E7E7E7;
	font-size: 0.75em;
	margin-right: 0px;
}
.content {
	padding: 6px 32px 32px;
	line-height: 1.5em;
}
.sidebar1 .content {
	padding: 12px 24px 32px;
}
.maincolumn h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: normal;
	line-height: normal;
}
h2 {
	font-family: Candara, Arial, sans-serif;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 24px 0 0 0;
}
h3 {
	font-family: Candara, Arial, sans-serif;
	font-size: 1.2em;
	margin: 24px 0 0 0;
}
.noMarginTop {
	margin-top: 0;
}
h3.epmTopper {
	text-transform: uppercase;
	letter-spacing: 0.35em;
	font-size: 0.9em;
	margin: 16px 0 0;
	color: #FFFFFF;
	background-color: #2B474B;
	padding: 6px 6px 6px 12px;
	border: 1px solid #000;
}
#footer_wrapper {
	background-repeat: no-repeat;
	padding: 12px 0 0 0;
	clear: both;
	background-color: #000;
	zoom: 1;
}
.footer {
	color: #CCC;
	font-size: 0.7em;
	overflow: hidden;
	zoom: 1;
	padding: 16px 32px;
	text-align: center;
}
.footer p {
	margin: 0px 0 4px 0;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: .15em;
}
.footer ul {
	margin: 16px 0 0 0;
	padding: 0;
}
.footer li {
	list-style-type: none;
	margin: 4px 0;
}
.footer a {
	color: #70E8F6;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #25DDF1;
	font-weight: bold;
	text-decoration: none;
}

.maincolumn a:link, .sidebar1 a:link {
	font-weight: bold;
	color: #70E8F6;
	text-decoration: none;
}

.maincolumn a:hover, .maincolumn a:visited, .sidebar1 a:hover, .sidebar1 a:visited {
	font-weight: bold;
	color: #25DDF1;
	text-decoration: none;
}
.content-text {
	padding: 6px 12px;
	line-height: 1.5em;
}
/* .content-text a:link, .content-text a:visited  {
	font-weight: bold;
	color: #C44208;
	text-decoration: none;
 }
 
 .content-text a:hover{
	font-weight: bold;
	color: #EF4F0A;
	text-decoration: none;
 } */
  .content-text-top {
	margin: 0px;
	padding: 0px;
	height: 13px;
}

 .content-text-bot {
	margin: 0px;
	padding: 0px;
	height: 9px;
}

.stylepicker {
	font-size: .85em;
	margin-right: 20px;
}

.stylepicker .dark a:link, .stylepicker .dark a:visited {
	font-size: 0.85em;
	background-color: #1A454C;
	margin: 2px 4px;
	padding: 2px 4px;
}
.stylepicker .dark a:hover {
	font-size: 0.85em;
	background-color: #4F949B;
	color: #B5F3FB;
}

.stylepicker .light a:link, .stylepicker .light a:visited {
	font-size: 0.85em;
	background-color: #EDDEB7;
	margin: 2px 4px;
	padding: 2px 4px;
	color: #D97D22;
}
.stylepicker .light a:hover {
	font-size: 0.85em;
	background-color: #FBF7EC;
}


/* LIST - CHECKS */

.checklist ul{
    list-style:none;
    margin:0 0 1em 15px;
    padding: 0;
}
.checklist ul li{
	line-height:1.3em;
	margin: 0.25em 0;
	padding: 0 0 0 20px;
	background-image: url(../images/icon_check_dk.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.checklist li ul{
    margin:0 0 0 30px;
    list-style:disc;
}
.checklist li ul li{
    padding-left:0;
    background:none;
}
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html .checklist li{height: 1%;}
/* End hide from IE-mac */
@media print{
.checklist ul {
    list-style:disc;
    margin-left:30px;
}
.checklist ul li {
    padding-left:0px;
    background:none;
}
} /* end print */
