/* @group Global Reset */
html, body, form, fieldset, div, span, p, br, a {
	margin: 0;
	padding: 0;
	border: none;
}
html, body, form, fieldset, div, span, p, br, a, input, select, textarea {
	font: 100%/140% Lucida,Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a img  {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {	
	padding-left: 10px;
	margin: 0px;
}
hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: #eee;
	height: 0px;
}

a:focus
{
	outline: none;
}
/* @end */

/* @group Typography */

/* Module Column Typography - sightly smaller headings */

.module h1,.moduletable h1 {
	font-size: 20px;
}
.module h2,.moduletable h2 {
	font-size: 20px;
}
.module h4,.moduletable h4 {
	font-size: 14px;
}

/* Basic Typography */
div.main-left-only ol,
div.main-left-only ul,
div.main-right-only ol,
div.main-right-only ul,
div.main-wide ol,
div.main-wide ul,
div.main-both ol,
div.main-both ul {
	margin-left: 20px;
}
p {
	padding-bottom: 10px;
}


h1 {
	x-font-size: 20px;
	line-height: 125%;
	x-letter-spacing: -1px;
}

h2 {
	x-font-size: 18px;
	line-height: 125%;
	x-letter-spacing: -1px;
}

h3 {
	x-font-size: 16px;
	line-height: 125%;
	x-letter-spacing: -1px;
}

h4 {
	x-font-size: 13px;
	line-height: 125%;
	x-letter-spacing: -1px;
}

/* EXTRA STYLES */

p.alert {
	background: #f8bda9 url(../images/exc.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #FF0000;
    border-bottom: 2px solid #FF0000;
	color: #57060a;
}


p.info {
    background: #b9cce5 url(../images/info.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #466eae;
    border-bottom: 2px solid #466eae;
	color: #000;
}
p.warn {
    background: #faffb5 url(../images/warn.png) no-repeat 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
	color: #463b0b;
}
/*-----SPECIAL LIST STYLE (CHANGE OR ADD ANOTHER)-----*/

ul.checklist li {
	list-style: none;
	line-height: 16px;
	padding: 2px 0px 2px 18px;
	list-style-position: outside;
}

ul.checklist a {
	text-decoration: underline;
	padding: 1px;
}
ul.checklist a:hover {
	text-decoration: none;
	padding: 1px;
}

/*-----BLOCKQUOTE STYLE-----*/

blockquote {
	padding: 10px;
	font-style: italic;
	padding: 10px;
}

div.code {
  	padding: 10px;
	text-decoration: none;
	font: normal normal normal 11px "Courier New", Courier, mono;
}
/* @end */

/* @group Structure */

#main-wrapper	{
	width: 1160px;
	margin: 0 auto 0 auto;
	padding: 0;
	x-background: #f00;
}
#mainbody-wide,
#mainbody-both,
#mainbody-left-only,
#mainbody-right-only {
	background: #fff;	
}

/* Header */
#header-content	{ 
	margin: 0 30px 0 0;
	padding: 10px;
	width: 1110px;
	height: 60px;
	overflow: hidden;
}
#header-content h1 {
	float: left;
	margin: 0;
	padding: 20px 0 0 30px;
	border: none;
	width: 485px;
	overflow: hidden;
}
#header-content h1 a img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
#header-content .inside { padding:0; margin:0; }
#header-content h2 { text-indent:-6000em; padding:0; margin:0; line-height:0px; font-size:0;}

#pathway {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
}
#main-top div.moduletable,
#main-top div.moduletabletop {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #fff;
	width: 270px;
	height: 170px;
}
#main-top div.moduletable * {
	float: none;
}
#mainbody-stripe {
	width: 1160px;
	padding: 0;
	margin: 0;
}
#mainbody-wide {
	display: block;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	width: 1130px;
}
#mainbody-both {
	display: block;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	width: 1130px;
}
#mainbody-left-only,
#mainbody-right-only {
	display: block;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	width: 1130px;
}
#mainbody-box {
	padding: 10px;
	margin: 0;
	width: 860px;
	height: 500px;
	min-height: 500px;
	background: #fff;
}

.main-top-right-only,
.main-top-both,
.main-top-left-only {
	height: 11px;
	width: 1130px;
}
.main-top-wide {
	height: 11px;
	width: 1130px;
}
.main-both	{
	float: left;
	margin: 0;
	padding: 0;
	width: 550px;
}
.main-wide	{
	margin: 0px auto;
	width: 1130px;
	position: relative;
}
.main-left-only	{
	float: left;
	margin: 0;
	padding: 0;
	width: 840px;
}
.main-right-only	{
	float: left;
	margin: 0;
	padding: 0;
	width: 840px;
}
.main-inside {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 20px 10px 0 0;
	min-height: 450px;
}
.main-wide .main-inside {
	display: block;
	min-height: 230px;
}
.main-left-only .main-inside,
.main-right-only .main-inside {
	width: 840px;
}
.main-both .main-inside {
	width: 550px;
}
#stripe	{
	float: left;
	z-index: 99;
	margin: 0;
	padding: 0;
	width: 30px;
}
#leftcol {
	float: left;
	width: 280px;
	padding: 0;
	margin: 0;
}
#leftcol .left-inside {
	margin: 10px 20px 0 10px;
	padding: 0;
 	width: auto;
}
#rightcol {
	float: left;
	width: 280px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#rightcol .right-inside {
	margin: 0 0 0 20px;
	padding: 0;
 	width: auto;
}

/* Footer */
.bottom-right-only,.bottom-both,.bottom-left-only,.bottom-wide	{
	display: none;
	height: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#footer {
	margin: 0 30px 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 12px;
	height: 30px;
}
#footer div.left {
	float: left;
	x-width: 50%;
	text-align: left;
}
#footer div.right {
	float: right;	
	x-width: 50%;
	text-align: right;
}
.clear, .clr {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 0px;
	line-height: 1px;
	overflow: hidden;
}

/* @end */

/* @group Modules */
 
 /* Header Module */
#headermod {
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 480px;
	text-align: right;
	vertical-align: bottom;
}
#headermod .moduletable {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 11px;
	line-height: 145%;
	background: none;
	border: none;
}
#headermod .moduletable h3 {
	display: none;
}
#headermod .moduletable ul li {
	display: inline;
	margin: 0 0 0 20px;
	padding: 0;
	text-indent: 0;
	background: none;
}
#headermod .contentheading,
#headermod a.contentpagetitle {
	font-size: 16px;
	line-height: 18px;
}

/* System Messages */
#system-message    { margin-bottom:10px; padding:10px; }
#system-message dt { font-weight: bold; }
#system-message dd { margin:0; font-weight:bold; }
#system-message dd ul { color:#0055BB; margin:0; padding:10px 10px 0 10px; list-style:none; }
#system-message dd ul li { background:none; margin:0; padding:0 0 10px 0;}

/* System Standard Messages */
#system-message dt.message { margin:10px 0 10px 0; font-size:125%; color:#666; }
#system-message dd.message {}

/* System Error Messages */
#system-message dt.error { margin:10px 0 10px 0; font-size:125%;color:#666; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; }

/* System Notice Messages */
#system-message dt.notice { margin:10px 0 10px 0; font-size:125%;color:#666; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; }

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/* Module  (Default) */

div.module,
div.moduletable {
	margin: 20px 10px 0 0;
	padding: 10px 10px 10px 10px;
	background: #fff;
	x-border: solid 10px #fff;
	x-background: url(../images/module_box_fadetop_l.gif) no-repeat left top;
}
div.module div { 
	x-padding: 30px 0px 0px 0px;
	x-background: url(../images/module_box_fadetop_r.gif) no-repeat right top;
}
div.module div div  { 
	x-padding: 0px 0px 0px 30px;
	x-background: url(../images/module_box_fadetop_l.gif) no-repeat left bottom;
}
div.module div div div  { 
	x-padding: 0px 30px 30px 0px;
	x-background: url(../images/module_box_fadetop_r.gif) no-repeat right bottom;
}
div.module h3,
div.moduletable h3 {
	padding: 0;
	line-height: 100%;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 9px;
	font-size: 15px;
}
div.moduletable h3 {
	display: none;
}

/* Module Unstyled */
div.module-none {
	margin-bottom: 10px;
	background: none;
}
div.module-none div {
	background: none;
}
div.module-none div div {
	background: none;
}
div.module-none div div div {
	background: none;
	padding: 0px;
	margin: 0px;
}
div.module-none div div div div {
	background: transparent none;
	padding: 0;
}
div.module-none h3 {
	margin: 10px 0;
	padding:0;
	line-height: 100%;
	height: auto;
	margin: 0 0 5px 0;
	font-weight: normal;
	text-indent: 15px;
	font-size: 18px;
	font-style: normal;
	border: none;
	color: #2F462B;
}
/* Overrides - Must come after module structure */
#showcase, .bottom  {
	margin: 0px;padding: 0px;
}

a.sublevel,a.sublevel-sidenav {
	padding-left: 4px;
	font-size: 12px;
}
a.sublevel.img {
}

/* Banner */
div#banner {
	margin: 0px auto 10px auto;
	text-align: center;
}
/* @end */

/* @group Joomla Styles */
table.contentpaneopen ul, table.contentpaneopen ol {
	list-style-position: inside;
}
/* Tables */
table.contentpaneopen {
	margin: 0;
	padding: 0;
	width: 100%;
}
table.blog table.contentpaneopen {
	white-space: normal;
	border-collapse:separate;
}

table table.contentpaneopen td, table table.contentpane td {
	padding: 0px 4px;
}
table.contentpaneopen, table.contentpane, table.blog {
	border-collapse: collapse;
	width: 100%;
}
div.blog_more {
	padding: 0px 10px;
}
div.blog_more strong {
	position: relative;
}

div.blog_more ul li {
	list-style: none;
	background-image: none;
	padding: 0px;
}
div.blog_more ul li a {
	text-decoration: none;
	display: block;
	padding: 4px;
}
div.blog_more ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 4px;
}

/* Polls Module */
table.pollstableborder {
	width: 100%;
	text-align: left;
}
table.poll {
	font-size: 11px;
}
.smalldark {
	white-space: nowrap;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
	text-decoration: none;
}
li a.category {
	font-weight: bold;
	text-decoration: none;
}
table.contentpane tr td ul {
	list-style: none;
}
/* Print-PDF-EMail */
td.modifydate {
line-height: 30px;
}
div.mosimage {
	margin: 10px;
}
div.mosimage_caption {
	font: 10px/12px;
	padding: 2px;
}
div.mosimage img {
	padding: 5px;
}
/* Content Headings */
a.contentpagetitle {
	font-size: 20px;
	font-weight: normal;
	white-space: normal;
	line-height: 145%;
	padding: 4px 0px 0px 0px;
	margin-bottom: 6px;
	text-decoration: none;
}
a.contentpagetitle:hover {
	text-decoration: none;
}
h1, .componentheading, .contentheading {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px 0 30px 0;
}
td.contentheading {
	width: 100%;
}
a.readon {
	padding-left: 15px;
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
}

table.contenttoc {
	font-size: 12px;
}

table.contenttoc th {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
}
table.contenttoc td {
	font-size: 14px;
	padding: 2px 8px;
}
table.contenttoc a.toclink  {
	font-size: 12px;
	text-decoration: none;
}

/* @end */

