/* ----------------
HTML Tags
-------------------*/

* {
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

p, td {
	font-size: 12px;
	line-height: 20px;
}

body.foundation {
	margin: 0;
}

.clear {
	clear: both;
}

a {
	color: #006AD0;
}

a:hover {
	text-decoration: none;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	font-weight: bold;
}

h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#f5861c;
	font-weight: bold;
}

h4{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	font-weight: bold;
}

/* Layout */
#wrapper {
	margin: 0;
	position:relative;
	display:block;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: #FFFFFF url(../images/bg_bottom.jpg) center bottom no-repeat;
	padding-bottom: 20px;
}

#flashbk {
	margin: 0;
	position:relative;
	background: #FFFFFF url(../images/flashbk.jpg) center top no-repeat;
}

#shadow_top {
	width: 100%;
	height: 430px;
	position:absolute;
	display:block;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 0;
	background: transparent url(../images/shadow_top.jpg) center top no-repeat;
}

#topbar {
	width: 100%;
	height: 50px;
	position:absolute;
	display:block;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: transparent url(../images/topbar.gif) center top no-repeat;
	padding-top: 5px;
	text-align: center;
}

#topbar #spacing1 table{
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#container{
	width: 790px;
	position:relative;
	display:block;
	top: 0;
	z-index: 1;
	
}

#buttons {
	/*width: 230px;*/
	position: relative;
	display:block;
	top: 0px;
	margin-top: 50px;
	right: 0px;
	left: 0px;
	bottom: 30px;
	float: right;
}

#rightmodules {
	width: 236px;
	position: relative;
	display:block;
	top: 0px;
	right: 0px;
	left: 0px;
	float: right;
	/*margin-right: 5px;
	background-color:#F7E2CF;
	border: 1px solid #F5861C;*/
}

#rightmodules table{
	width: 236px;
}

#mainbody {
	width: 790px;
	position:relative;
	float:left;
	display:block;
	top: 0;
	left: 0px;
	z-index: 2;
	background: #FFFFFF url(../images/bg_mainbody.jpg) left top repeat-y;
}

#shadow_topbar {
	width: 780px;
	height: 60px;
	position:absolute;
	float:left;
	display:block;
	top: 0;
	left: 5px;
	z-index: 4;
	background: transparent url(../images/shadow_topbar.jpg) center bottom no-repeat;
}

#header {
	width: 780px;
	height: 90px;
	top: 60px;
	left:285;
	position:relative;
	display:block;
	text-align: center;
}

#logo {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	display:inline;
}

#searchbox {
	width: 240px;
	height: 30px;
	top: 35px;
	right:25px;
	position:relative;
	float: right;
	display:inline;
	background: transparent url(../images/bg_searchbox.jpg) center top no-repeat;
}

#pathway {
	width: 780px;
	height: 135px;
	display:block;
	position:relative;
	top: 70px;
	left: 0;
	background: transparent url(../images/bg_pathway.jpg) center top no-repeat;
	z-index: 5;
}

#pathway #spacing2 {
	vertical-align: bottom;
	display:block;
	text-align: left;
	padding-top: 15px;
	padding-left: 33px;
}

#contentarea {
	width: 780px;
	min-height: 350px;
	height: 350px;
	display:block;
	position:relative;
	margin-top: 0px;
	left: 0;
	clear:both;
	z-index: 9;
	text-align: left;
}

#contentarea #spacing3 {
	padding-left: 30px;
	padding-right: 30px;
	display:block;
}

#content {
	width: 450px;
	/*padding-right: 40px;*/
	padding-bottom: 30px;
	position: relative;
	display:block;
	top: 0;
	left: 0;
	float: left;
	text-align: justify;
	z-index: 100;
}

#content table{
	width: 700px;
}

#content_interior {
	width: 700px;
	/*padding-right: 40px;*/
	padding-bottom: 30px;
	position: relative;
	display:block;
	top: 0;
	left: 0;
	float: left;
	text-align: justify;
	z-index: 100;
}

#content #spacing {
	width: 450px;
	left: 0px;
	right: 0px;
	margin: 0;
}

#content_interior #spacing {
	width: 700px;
	left: 0px;
	right: 0px;
	margin: 0;
}

#content_interior table,
#content_interior .contentdescription {
	width: 700px;
} 

#inset {
	/*clear:both;*/
	width: 700px;
	position: relative;
	display:block;
	top: 0;
	right: 0;
}

#paddingbottom {
	margin-top: 0px;
}

#menu_bottom {
	width: 780px;
	height: 120px;
	bottom: 0px;
	position:relative;
	background: transparent url(../images/bg_nav_bottom.jpg) center bottom no-repeat;
	z-index: 2;
}

#menu_bottom table{
	width: 100%;
	text-align: center;
	padding-top: 93px;
}

#shadow_bottom {
	width: 790px;
	height: 5px;
	display:block;
	position:relative;
	top: 0px;
	left: 0;
	background: transparent url(../images/shadow_bottom.jpg) center top no-repeat;
	z-index: 100;
	clear:both;
}

/* ----------------
Mambo Styles 
-------------------*/

/** Top Menu **/
#topbar a.mainlevel {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
}

#topbar a.mainlevel:hover {
	text-decoration: none;
	color: #777777;
}

#topbar .mainlevel,
#menu_bottom .mainlevel  {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 15px;
	font-weight: normal;
	text-transform: lowercase;
	padding-left: 3px;
	padding-right: 3px;
}

/** Bottom Menu **/
#menu_bottom {
	font-weight: normal;
}

#menu_bottom a.mainlevel  {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	text-transform: lowercase;
}

#menu_bottom a.mainlevel:hover  {
	text-decoration: none;
	font-size: 12px;
	color: #999999;
	text-transform: lowercase;
}


/** content title **/
.componentheading {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size: 20px;
	line-height:25px;
	padding: 5px 0 5px 0;
	display:block;
}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-family:"Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:18px;
	color:#0089EF;
	font-weight: bold;
	padding-top: 25px;
	background-color:inherit;
	display:block;
}

.contentpaneopen {
	width:100%;
	border : 1;
	border-color : 000000;
}


/** pdf, printer version, and email to friend button **/
.buttonheading {
	width: 16px!important;
	text-align:right;
}

.sectiontableheader,
.sectiontableheader td {
	font-size:11px;
	font-weight: bold;
	letter-spacing:1px;
	color: #FFFFFF !important;
	/*color:#006AD0;*/
	width: 50%;
	padding-left: 5px;
	background-color: #6CA8D9;
}

.category, .categorytitle {
	font-weight: bold;
	color:#006AD0;
	background-color:inherit;
}

.sectiontableentry1 {
	background-color: #F7F7F7;
	padding: 2px;
	color:#333333;
}

.sectiontableentry2 {
	background-color: #FFFFFF;
	padding: 2px;
	color:#333333;
}

/** blog Styles **/
.blogsection {
	color:#006AD0;
	background-color:inherit;
}

.blog_more {
	font-weight: bold;
	line-height: 25px;
	padding-top: 20px;
	color: #006AD0;
	border-bottom: 1px solid #E5E5E5;
	background-color:inherit;
}

/** small text in content **/
.small {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	background-color:inherit;
}

/** date info in content **/
.createdate {
	color:#999999;
	font-size:10px;
	padding: 0 0 15px 0;
	line-height:8px;
	background-color:inherit;
}

.modifydate {
	color:#999;
	font-size:10px;
	padding: 0;
	background-color:inherit;
}

/** toc page navigation  **/
.pagenav_prev,
.pagenav_next {
	font-size:11px;
}


/** content item navigation  **/
.pagenavbar  {
	display:block;
	width:100%;
	background-color:inherit;
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999!important;
	clear:both;
	font-size: 11px!important;
	margin-top: 10px;
	background-image: url(../images/bg_pagenav.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;	
}

.pagenav {
	height:20px;
	line-height:25px;
	text-align:right;
	letter-spacing:2px;
	color:#999999;
	clear:both;
	font-size: 11px;
	margin-left: 0;
	margin-right: 0;
	background-color:inherit;
}

.back_button {
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	width:100%;
	margin-bottom:10px;
	letter-spacing:2px;
}

/** highlight word search result **/
.highlight {
	display:inline !important;
	/*font-weight:bold;*/
	background-color: #FFFF99;
	padding: 2px 0 2px 0 !important;
	color: #000000;
}

/** table of content layout **/
table.contenttoc {
	border:1px solid #000000;
	padding:1px;
	width:130px;
	margin: 0 0 10px 10px;
}

/** table of content header **/
.contenttoc th {
	color:#FFFFFF;
	background-color:#666666;
	font-size:11px;
	display:block;
	width:124px;
}

/*** read more link ***/
.readon,
a.readon:link,
a.readon:active,
a.readon:visited {
	font-family:"Times New Roman", Times, serif;
	color:#FF9900;
	/*font-weight:bold;*/
	text-align:left;
	margin-top:10px;
	letter-spacing: 1px;
	font-size:10px;
	text-decoration:none;
	display:block;
	padding: 3px 5px 3px 0;
	text-transform: uppercase;
	text-align: right;
	background-color: #F7F7F7;
}

/*** blog links ***/
a.blogsection:link,
a.blogsection:active,
a.blogsection:visited {
	color:#000000;
	text-decoration:none;
}

/** Right Column **/
/*** modules layout in the right column ***/
#rightmodules table.moduletable {
	background: transparent url(../images/bg_module_table.jpg) left bottom no-repeat;
}

#rightmodules table.moduletable th {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
	/*letter-spacing: 1px;*/
	padding: 15px 10px 5px 15px;
	display: block;
	background: #FFFFFF url(../images/bg_module_th.jpg) left top no-repeat;
}
#rightmodules table.moduletable td {
	padding: 0px 7px 20px 15px;
	font-size: 11px;
	color: #666666;
}

/*** links styles in the right column ***/
#rightmodules a {
	font-size: 11px;
	color:#666666;
	text-decoration: none;
}

#rightmodules a:hover {
	color:#FF9900;
}

#rightmodules li {
	list-style-type: none;
	display: block;
	margin-left: -40px;
	padding-left: 15px;
	background: transparent url(../images/li.gif) 0px 7px no-repeat;
}


/** Text Formatting **/
#content .contentpane {
	text-align: justify;
}

/** Searchbox div in top right column. **/
div.search {
	margin-left:10px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*** Search field in searchbox div ***/
.search .inputbox {
	width:220px;
	border: 0;
	background-color: transparent;
}

/** Breadcrumb **/
a.pathway {
	color: #999999;
	font-weight: bold;
}