@charset "utf-8";
/* CSS Document */
/* Template by Integris Consulting Nov 2009 */
/* Dustin Ledden - dustin@integrisconsultingllc.com */


/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

input.button { cursor: pointer; }

img { border: 0 none; margin: 0px;}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg {min-width:834px;margin:0 auto 1px auto;}

div.center {
  	text-align: center;/**/
}

div#wrapper {
	position:relative;
	width:834px;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	/*overflow: hidden;
	
	border: 1px yellow solid;*/
}

div#wrapper_l {
	min-height:100%;
	/*margin-left:-274px;
	margin-right:-274px;*/
}

div#wrapper_r {
	margin-left:0px;
	min-height:100%;
	/*border: 1px yellow solid;*/
}

body.width_medium div#wrapper {
	width: 834px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

	/*#parch_l {
		position:absolute;
		left:-125px;
		width:125px;
		height:100%;
		min-height:100%;
		
		border: 1px red solid;
	}
	#parch_detail_l {
		position:relative;
		width:100%;
		height:354px;
		background: transparent url() no-repeat;
		z-index:500;
		}
	
	#parch_r {
		position:absolute;
		left:100%;
		width:125px;
		height:100%;
		min-height:100%;
		background: transparent url(../images/TNPLH-BackgroundRightRepeat.jpg) repeat-y;
		
	}
	
	#parch_detail_r{	
		width:100%;
		height:354px;
		background: transparent url(../images/TNPLH-BackgroundRightTop.jpg) no-repeat;
		z-index:500;	
	}*/
div#header {
	position:relative;
	height: 109px;
}

div#header_l {
	position: absolute;
	/*border: 1px yellow solid;*/
}

div#header_r {
	margin-left:0px;
	width:834px;
	height: 109px;
	padding-right: 0px;
	padding-top: 0px;
	overflow: hidden;
	text-align: left;
	/*border: 1px red solid;*/
}


div#logo {

	float: right;
	/*height: 139px;
	background: url() 0 0 no-repeat;*/
	margin-left: 0px;
	margin-top: -10px;
	/*border: 1px black solid;*/
}

div#logo p {color:#CCC;font-weight:bold;padding-right:7px;}

.divider {    
	float:left;
	height:5px;
	width: 699px;
	left:-1px;
	margin-top: -2px;
	margin-bottom:13px;
	background: transparent url("../media/shapeimage_2.png") no-repeat;
}


div#footer
{
	position:relative;
	width:834px;
	
}

div#footer_r {
	padding: 0;
	margin-top:0px;
	height: 172px;

}

div#footer_r div {
	font-size: .90em;
	color:#8edfbe; /*#2b120d;*/
}

div#footerspacer {
	height: 0px;
}

#area {
	padding: 0;
}

#content {
	position:relative;
	width:834px;
	height:554px;	
}
#content_left {
	position:relative;
	width:271px;
	height:100%;
	padding-left:0px;	
}

#content_center {
position:relative;width:328px;height:218px;left:252px;top:52px;
}

#title {
position:relative;
margin-left:50px;
width:504px;height:119px;
background: transparent url('../media/you_can_draw.png') top left;z-index:500;
overflow:hidden;
}

#whitebox {
	margin: 0 0px 0px 0px;
	background: transparent;
	width: 834px;
	word-wrap: break-word; 
	text-align: left; 
}

#whitebox div {
	text-align: left;
}

#whitebox_t00 {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl00 {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr00 {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	width: auto;
	padding: 0;
}

#whitebox_b00 {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl00 {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br00 {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

#leftcolumn {
	padding: 0;
	margin: 0 13px;
	width: 0px;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin-left: 0px;
	padding-top: 17px;
	padding-left: 0px;
	/*width: 69%;*/
	/*border: 1px solid #ccc;*/
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	
}

ul {
	list-style:none;

}


/* small text */
.small {
	font-size: .90em;
	color: #666;
	font-weight: normal;
	text-align: left;
}


/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 0px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey00.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #2b120d;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;/**/
	margin: 0 auto 0 auto;

}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  /*border-right: 1px solid #fff;*/
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* NAV */
div#nav_layer {

}

div.nav {
	position:relative;
	height:30px;
	}

div.nav ul {
	float:left;
	display:block;
	list-style:none;
}

div.nav ul li{
	display:inline;
	margin-right:18px;
		
}

/*-----------------------------------------------------------------*/	


/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}


#syndicate{
	float:left;
	padding-left: 0px;
}

#power_by{
	margin-top:0;
	padding-top:155px;
	color:#693a20;/*#e8dfbe;*/
}


