/* CSS Document */

html {
	height: 100%;
}

body {
	margin:5px;
	padding:0px;
	color: #000;
	text-align: left;
	
	height: 100%;
	margin-bottom: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
}

/*=================== LAYOUT ITEMS ====================*/

#header {
	background-color: #000;
	width: 100%;
	height: 285px;
}

#nav {
	background-color: #5FA6B1;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

#main {
	width: 100%;
	clear: both;
	border: 0;
	margin: 0px;
 }
 
#content {
	width: 70%;
}
#contentPad {
	padding: 30px 5px 0px 30px;
}
#side {
	width: 30%;
	color: #FFF;
	background-color: #C03;
}

#sidePad {
        padding: 0px 5px 0px 20px;
        color: #FFF;
}

#footer {
	padding: 0;
	background-color: #000;
	color: #FFF;
	clear: both;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
 }
 
#footerContact {
	float: left;
	width: 70%;
	text-align: left;
}
 
#footerSide {
	width: 30%;
	float: right;
	margin: 0px auto;
	text-align: left;
}

#fivePxWhite { height: 5px; }

/*=================== MAIN NAV ====================*/

ul#mainlevel-nav
{
	list-style: none;
	background-color: #5FA6B1;
	margin-left: 15px;
}

ul#mainlevel-nav li
{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #FFF;
	background-color: #5FA6B1;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #FFF;
}

#buttons>ul#mainlevel-nav li a {  }

ul#mainlevel-nav li a:hover { color: #C03; }


#nav ul
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#nav li
{
	line-height: 15px;
	padding-top: 0px;
}









.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}




#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}



#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}



table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}


table td.body_outer {
	/*padding: 2px;
	border: 1px solid #cccccc;*/
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../layoutImages/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}


/* Joomla core stuff */



.button {
  color: #000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #FFF;
  width: auto;
  background: url(../layoutImages/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 22px !important;
  height: 20px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../layoutImages/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}


table.pollstableborder td {
text-align: left;
  padding: 2px;
  background-color: #C03;
}


.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../layoutImages/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}



a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}



form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

/*=============== TYPOGRAPHY ===============*/

#content p {
	font-size: 14px;
	line-height: 24px; !important
}

#side p {
	font-size: 12px;
	line-height: 14px;
        color: #FFF; !important
}

a:link { color: #5FA6B1; text-decoration: none; }
a:active {color: #C03; text-decoration: none;}
a:hover {color: #C03; text-decoration: none;}
a:visited {color: #4E8891; text-decoration: none;}

h1 {
	font-size:24px;
	border-bottom: 5px solid;
	padding-bottom: 10px;
	font-weight: normal;
	margin-right: 15px;
}
#side h1 { color: #FFF; }
h2 {
	font-size:18px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
h3 {
	font-size:24px;
	font-weight: normal;
}
h4,h5,h6 {font-size: 16px;}
#side h4 { color: #FFF; }
#sponsor {
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
	padding-top: 5px;
}

.blueUnderline {
	font-weight: bold;
	color: #5FA6B1;
	padding-bottom: 0px;
	border-bottom: 3px solid #5FA6B1;
	margin-right: 15px;
}
 
.small {
	font-size: 12px;
	line-height: 14px;
	margin-right: 10px;
}

.smallBlack {
	color: #000;
	font-size: 12px;
	line-height: 14px;
}
.blue { color: #5FA6B1; }
.white { color: #FFF; }
.black { color: #000; }

#sponsor { /* FOR BANNER ADS */
	font-size: 12px;
	line-height: normal;
	margin-top: 5px;
	padding-top: 5px;
}

#content a:link { color: #5FA6B1; text-decoration: none; }
#content a:active {color: #C03; text-decoration: none;}
#content a:hover {color: #C03; text-decoration: none;}
#content a:visited {color: #4E8891; text-decoration: none;}

#side a:link { color: #000; text-decoration: none; }
#side a:active {color: #CCC; text-decoration:underline;}
#side a:hover {color: #CCC; text-decoration:underline;}
#side a:visited { color: #333;}

#footer a:link { color: #FFF; text-decoration: none; }
#footer a:visited {color: #CCC;}
#footer a:active {color: #C03; text-decoration:underline;}
#footer a:focus {color: #C03; text-decoration:underline;}
#footer a:hover {color: #C03; text-decoration:underline;}

#footerContact p {
	line-height: normal;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 12px;
}

#footerSide p {
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 12px;
	padding-top: 5px;
}

.footerHdr { font-size: 24px; }