/****** General CSS Styles ******/

html { 
	height: 100%; 
	margin-bottom: 1px; /*vertical scrollbar always show for all resolutions*/
}

body {
	background-color: #666;
	font-family: myriad web,lucida sans,arial,helvetica,sans-serif;
	font-size:13px;
	line-height: 20px;
}

/* required to set the background style to white for the JCE Editor Componenet */
body.mceContentBody {
background-color: #FFFFFF !important;
}

.clr {
	clear:both;
}

/******* LAYOUT  *******/

#pagewidth-1024 {
	Width:946px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	padding:2px;
}

#mainbodywidth-1024 {
	Width:950px; /*4px extra to fix floating hack for firefox*/
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}

#container {
	float:left;
	background:#fff;
}

.content-946 {
	float:left;
	width:946px;
	padding:2px;
}

.content-770 {
	float:left;
	width:770px;
	padding:2px;
}

.content-590 {
	float:left;
	width:590px;
}

#bottombodywidth-1024 {
	Width:946px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	background-color: #fff;
	padding:2px;
}

/* pagewidth-1024 styles */

#header {
	height:100px;
	width:100%;
	background: url(../images/banner.png) no-repeat;
}

#topmenu {
	height:25px; /* fix background image 'buttons_top.png' to this height */
	width: 100%;
	background: url(../images/buttons_top.png) repeat-x;

}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#mainlevel-nav li
{
	float: left;
	font-size: 14px;
	line-height: 26px; /* determines text positioning */
	white-space: nowrap; /*not sure if this is important*/
}

ul#mainlevel-nav li a
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px; /*extends the border line to bottom*/
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #ccc;
	font-family:"arial narrow",arial;
}

ul#mainlevel-nav li a:hover {
	color: #ffff99;
}

#search {
	float: right;
	padding-right: 10px;
	overflow: hidden;
}

#search .inputbox {
	border: 0px;
	margin-top:3px;
	padding: 3px 3px 2px 5px;
	font-size: 12px;
	color: #E4671B;
}

#advertisement {
	margin-top:2px;
	height:150px;
	width:100%;
	background: url(../images/advertisement.png) no-repeat;
}

/* mainbodywidth-1024 */

#leftsidebar {
	float:left;
	width:165px;
	margin-top:2PX;
	margin-left:3px;/*accounts for firefox container hack*/
	margin-right:8px;
}

#rightsidebar {
	float:right;
	width:165px;
	margin-top:2PX;
	margin-left:8px;
	margin-right:3px;/*accounts for firefox container hack*/
}

/* Menu Header background image options. */
/* In modules, add one of the choices below to the module and menu suffix  */
/* (options are: blue[default which is no suffix], 'red', 'orange', 'green' */

/*****[DEFAULT] blue menu bg when no suffix added*****/

div.moduletable {
	margin: 3px 0 5px 0;
	font-size:12px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/menu_head.png) no-repeat;
	color: #fff;
	text-align: left;
	padding-left: 35px;
	padding-bottom: 5px;
	height: 15px;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 2px 0; /* top right bottom left*/
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_point.png) no-repeat;
	background-position:8px 10px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
	text-indent:18px;
	height: 20px;
	width: 100%;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

a.mainlevel:hover {
	background-position: 3px 10px;
	text-decoration: none;
	color: #0066ff;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	background: url(../images/menu_point.png) no-repeat;
	background-position:8px 6px;
	background-color: #f2f2f2;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

a.sublevel:hover {
	color: #0066ff;
	text-decoration: none;
}

/*****'red'*****/


div.moduletablered {
	margin: 3px 0 5px 0;
	font-size:12px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
}

table.moduletablered th, div.moduletablered h3 {
	background: url(../images/menu_head_red.png) no-repeat;
	color: #fff;
	text-align: left;
	padding-left: 35px;
	padding-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 2px 0; /* top right bottom left*/
}

a.mainlevelred:link, a.mainlevelred:visited {
	display: block;
	background: url(../images/menu_point.png) no-repeat;
	background-position:8px 10px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
	text-indent:18px;
	height: 20px;
	width: 100%;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

a.mainlevelred:hover {
	background-position: 3px 10px;
	text-decoration: none;
	color: #e3661a;
}

a.sublevelred:link, a.sublevelred:visited {
	display: block;
	background: url(../images/menu_point.png) no-repeat;
	background-position:8px 6px;
	background-color: #f2f2f2;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

a.sublevelred:hover {
	color: #e3661a;
	text-decoration: none;
}

/*****'orange'*****/

div.moduletableorange {
	margin: 3px 0 5px 0;
	font-size:12px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
}

table.moduletableorange th, div.moduletableorange h3 {
	background: url(../images/menu_head_orange.png) no-repeat;
	color: #fff;
	text-align: left;
	padding-left: 35px;
	padding-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 2px 0; /* top right bottom left*/
}


a.mainlevelorange:link, a.mainlevelorange:visited {
	display: block;
	background: url(../images/menu_point.png) no-repeat;
	background-position:8px 10px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
	text-indent:18px;
	height: 20px;
	width: 100%;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

a.mainlevelorange:hover {
	background-position: 3px 10px;
	text-decoration: none;
	color: #f38911;
}

a.sublevelorange:link, a.sublevelorange:visited {
	display: block;
	background: url(../images/menu_point.png) no-repeat;
	background-position:8px 6px;
	background-color: #f2f2f2;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

a.sublevelorange:hover {
	color: #f38911;
	text-decoration: none;
}

/*****'green'*****/

div.moduletablegreen {
	margin: 3px 0 5px 0;
	font-size:12px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
}

table.moduletablegreen th, div.moduletablegreen h3 {
	background: url(../images/menu_head_green.png) no-repeat;
	color: #fff;
	text-align: left;
	padding-left: 35px;
	padding-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

a.mainlevelgreen:link, a.mainlevelgreen:visited {
	display: block;
	background: url(../images/menu_point.png) no-repeat;
	background-color:#f2f2f2;
	background-position:8px 10px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-top: 5px;
	text-indent:18px;
	height: 20px;
	width: 100%;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

a.mainlevelgreen:hover {
	background-position: 3px 10px;
	text-decoration: none;
	color: #3f8d3c;
}

a.sublevelgreen:link, a.sublevelgreen:visited {
	display: block;
	background: url(../images/menu_point.png) no-repeat;
	background-position:8px 6px;
	background-color: #f2f2f2;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

a.sublevelgreen:hover {
	color: #3f8d3c;
	text-decoration: none;
}
/* END Menu Header background image options */

/* Joomla Core Styles */


a:link, a:visited {
	color: #E4671B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


td, tr {
	padding:0px;
	margin:0px;
}

.button {
	border:1px solid #ccc;
	color:#333;
	text-transform: uppercase;
	font-size: 9px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

table.contentpane {
  width: 75%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpaneopen {
	border-spacing: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
   padding-left: 5px;
}

/*table.contentpaneopen fieldset {
}*/

.pagenavcounter {
	color: #C65417;
	font-size: 11px;
}

.pagenav {
	background: #e2e2e2;
	font-size:11px;
	border:1px solid #ccc;
	text-transform:uppercase;
	font-weight:bold;
	
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	color: #C65417;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	border-bottom:1px solid #ccc;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

.small {
	color: #666;
	font-size: 11px;
}

.createdate {
	height: 15px;
	color: #999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999;
	font-size: 11px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
    color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

form {
	font-size: 12px;
	padding:1px;
}

td.buttonheading {
	border-bottom:1px dotted #ccc;
}

table.searchinto {
	width: 100%;
}


table.searchintro td {
	font-weight: bold;
}


table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #666;
  color:#fff;
  padding: 4px;
}

.sectiontableentry1 {
	background-color : #fff;
}

.sectiontableentry2 {
	background-color : #f2f2f2;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	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;
}

.back_button {
	text-transform: uppercase;
	font-size: 9px;
}
	
/* bottombodywidth-1024 */

#articlelinkmenus h3 {
	height:15px;
	background:url(../images/articlelinkmenus.png) repeat-x;
	color:#fff;
}
#articlelinkmenus a {
	font-size:11px;
}

#pathway {

	line-height: 10px;
	font-size:10px;
	background:#f2f2f2;
	font-weight:bold;
	border-top:1px solid #ccc;
	border-bottom:1px dotted #ccc;
}

/*****USERSCODE WIDTH OPTIONS*****/
#user1_33 {
	float:left;
	width:33.3%;
}

#user2_33 {
	float:left;
	width:33.2%;
	border-left:1px dotted #ccc;
}

#user5_33 {
	float:left;
	width:33.2%;
	border-left:1px dotted #ccc;
}

#user1_50 {
	float:left;
	width:50%;
}

#user2_50 {
	float:left;
	width:49.8%;
	border-left:1px dotted #ccc;
}

#user5_50 {
	float:left;
	width:49.8%;
	border-left:1px dotted #ccc;
}

#user1_100 {
	width:100%;
}

#user2_100 {
	width:100%;
}

#user5_100 {
	width:100%;
}

/* footer */
#footer {
	font-size:9px;
	color:#f2f2f2;
}

