/* CSS Document */


#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;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#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;
}



#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;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

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;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}


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(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}



td {
	text-align: left;
	font-size: 11px;
}




table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  /*background: url(../images/button_bg.png) repeat-x;*/
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}


.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e45926;
	text-transform: uppercase;
	text-align: left;
	
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

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;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/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.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

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;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

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;
}

.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e45926;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 7px;
}
/* new template css start here ********************************************* */

*	{
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;	
}
#menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	height: 29px;
}
#header {
	width:;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 870px;
}

#main {
	width:;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 870px;
	
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 45px;
	width: 870px;
	background-color: #c9c8c8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e45926;
}
#header #logo {
	float: left;
	padding-top: 13px;
}
#header #slogen {
	float: right;
}
#header #menu li {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	list-style-type: none;
	background-image: url(../images/menuSep.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
/*	padding-bottom: 2px;*/
	
}
#header #menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898888;
	text-decoration: none;
}
.current {
	
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e45926;
}
.orange {
	color: #e45926!important;
	}
#main #intro {
	width: 418px;
	padding-right:22px;
	padding-left: 24px;
	float: left;
	margin-bottom: 22px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e45926;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 7px;
}
#main #intro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5a5a;
	text-align: left;
	line-height: 18px;
}
#main #intro a {
	color: #e45926;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/linkArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main #intro a:hover, #main #steps a:hover, #main #sideMenu a:hover, #main #innerSteps a:hover {
	text-decoration: underline;
}
#main #steps a, #main #innerSteps a {
	color: #e45926;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/linkArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
#main #news {
	width: 190px;
	float: left;
	padding-right: 16px;
	padding-left: 13px;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8c97c8;
*/	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8c97c8;
	height: 100%;
	}
#main #news li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5b5a5a;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(../images/bottomSep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.date {
	font-size: 10px;
	font-weight: bold;
}
#main #news a {
	color: #5b5a5a;
	text-decoration: none;
	background-image: url(../images/newsBullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	display:block;
}
#main #news a:hover {
	color: #e45926;
	text-decoration: underline;
}

#main #news .nosep {
	background: none;
}
#main #steps {
	float: left;
	width: 177px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c97c8;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	background-color: #f2f2f2;
}
#main #innerSteps {
	float: left;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c97c8;
	margin-bottom: 50px;
	background-color: #f2f2f2;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #b2b2b2;
	border-bottom-color: #b2b2b2;
	
}
#main #steps li, #main #innerSteps li {
	list-style-type: none;
	text-align: left;
	height: 44px;
	background-image: url(../images/bottomSep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-right: 11px;
	margin-left:11px;
	
}
#main #steps img, #main #innerSteps img {
	padding-left: 5px;
	margin-right: 8px;
	padding-top: 5px;
}

#main #sideMenu a {
	color: #999898;
	text-decoration: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#main #sideMenu li.currentSideMenu {
	list-style-type: none;
	text-align: left;
	background-image: url(../images/bottomSep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 5px;
}
#main #sideMenu li.currentSideMenunosep {
background:none;
}
#main #sideMenu img {
	padding-left: 5px;
	margin-right: 8px;
	padding-top: 5px;
}
#main #sideMenu .nosep, #main #innerSteps .nosep{
	background: none;
}
#footer #bottomMenu li {
	display: inline;
}
#footer #bottomMenu ul {
	text-align: left;
}
#footer #bottomMenu {
	float: left;
	padding-left: 24px;
	padding-top: 12px;
}
#footer #bottomMenu a, #footer #credit a {
	font-family: Tahoma;
	font-size: 11px;
	color: #5b5a5a;
	text-decoration: none;
}
#footer #bottomMenu img {
	padding-right: 7px;
	padding-left: 7px;
}
#footer #credit {
	float: right;
	padding-right: 24px;
	padding-top: 17px;
}
#flash {
	background-image: url(../images/mainBG.gif);
	background-repeat: repeat-x;
	width:100%;
	text-align:center;
}
#footerContainer {
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
}
#innerHeader {
	background-image: url(../images/innerHeaderBG.gif);
	background-repeat: repeat-x;
	width:100%;
	text-align:center;
	}
/*#innerHeader img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e45926;
}*/
#main #sideMenu {
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8c97c8;
	margin-bottom: 13px;
	padding-bottom: 9px;
	float: left;
}
#main #content {
	float: left;
	width: 538px;
	padding-left: 26px;
	padding-right: 90px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8c97c8;
	margin-top: 17px;
	padding-bottom: 100px;
	margin-bottom: 26px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e45926;
	width: 200px;
	text-transform: uppercase;
	height: 20px;
	padding-top: 6px;
	margin-bottom: 3px;
	
}
#steps h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e45926;
	text-transform: uppercase;
	height: 15px;
	padding-top: 6px;
	margin-bottom: 3px;
	text-align:center;
	width:177px;
}

#main #sideMenu li {
	list-style-type: none;
	text-align: left;
	background-image: url(../images/bottomSep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-bottom: 10px;
	
}
#main #sideMenu .currentSideMenu a {
	background-image: url(../images/linkArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	color: #e45926;
	font-weight: bold;
}
#main #sideMenu .currentSideMenunosep a {
	background-image: url(../images/linkArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	color: #e45926;
	font-weight: bold;
}
#main #sideMenu ul {
	padding-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e45926;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 6px;
}
#main #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5a5a;
	text-align: left;
	line-height: 20px;
}
#main #side {
	float: left;
	width: 200px;
	margin-right: 15px;
	padding-top: 17px;
}
#main #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5a5a;
	text-align: left;
	list-style-type: none;
	background-image: url(../images/bottomSep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 18px;
}
#main #content .PressDate {
	font-weight: bold;
}
#main #content a {
	color: #E45926;
	text-decoration: none;
}
#main #content li a {
	
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	display: block;
	padding-bottom: 17px;
	margin-bottom: 15px;
}
#main #content li a:hover {
	text-decoration: underline;
}

#main #content .link {
	color: #e45926;
	background-image: url(../images/linkArrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	text-decoration: none;
}
#main #content form {
	float: left;
	text-align: left;
	background-color: #e9e9e9;
	width: 520px;
	padding-left: 18px;
	padding-bottom: 16px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5a5a;
}
#main #content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5a5a;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #content input {
	height: 20px;
	width: 203px;
	border: 1px solid #8c97c8;
	background-color: #ffffff!important;
	font-size: 11px;
}
#main #content textarea {
	width: 500px;
	height: 100px;
	border: 1px solid #8c97c8;
	background-color: #ffffff;
	font-size: 11px;
}
#main #content .button {
	height: 26px;
	width: 64px;
	background-color: #e45926!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
}
#main #content .even td {
	width: 110px;
	text-align: left;
	height: 25px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #f2f2f2;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	padding-top: 3px;
	}
#main #content .odd td {
	width: 110px;
	text-align: left;
	height: 25px;
	padding-top: 3px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #e5e5e5;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	}	
	
#main #content .header td {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e45926;
	border-bottom-color: #e45926;
	background-color: #d9d9d9;
	height: 25px;
	padding-top: 3px;
	padding-left: 10px;
	text-align: left;
	border-right-style: solid;
	color: #e45926;
	font-weight: bold;
	border-right-width: 2px;
	border-right-color: #ffffff;
	width: 110px;
}
#main #content table {
	
	/*border: 1px solid #E45926;*/
}
#main #content .header .noBorder {

}
#main #content .header .noBorder {
	width: 108px;
}
