   /* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #928d5d;
}



#wrapper {
margin: 0 auto;
width:824px;
}

p {
  font-size: 12px;
  line-height:125%;
  font-weight:600;
  color:#000;
  text-align:justify;
 } 

.PageBackgroundSimpleGradient
{
    background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
	height: 318px;
	background-position: top;
	vertical-align:top;

}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */


/* end Box, Sheet */

/* begin Header */
div.header
{
  margin: 0 auto;
  padding:0;
  width: 824px;
  height: 353px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position:relative;
  z-index:2;
}

#logo a{
position: relative;
left: 300px;
top:100px;
display: block;
width: 525px;
height: 197px;
text-indent: -9999em;
z-index: 1000;
}
/* end Header */

/*  NAVIGATION  */


#nav {
height: 36px;

margin-top: 0pt;

margin-right: auto;

margin-bottom: 0pt;

margin-left: auto;


float: none;

width: 824px;
position:absolute;
z-index:6;

}

#nav ul {
	margin: 0; /* all lists */
	padding: 0;
	z-index:6;
}


#nav li {
	margin: 0; /* all list items */
	padding: 0;
	z-index:6;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
}

#nav li ul {
	position: absolute; /* second-level lists */
	top: 34px;
    height: 30px;
	width: 824px;
	background: #336633;
    margin:0;
	z-index:6;
}

#nav li ul ul {
	margin: -1.5em 0 0 14em; /* third-and-above-level lists */
	z-index:6;
}

#nav li li {
	padding: 0 1em 0 0;
	margin: 0;
	z-index:6;

}

#nav ul a {
z-index:6;
}

#nav li ul {
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
z-index:6;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul;
#nav li.sfhover ul ul, #nav li.havechildsfhover ul ul, #nav li.havechild-activesfhover ul ul, #nav li.activesfhover ul ul,
#nav li.sfhover ul ul ul, #nav li.havechildsfhover ul ul ul, #nav li.havechild-activesfhover ul ul ul, #nav li.activesfhover ul ul ul {
	left: 0;
z-index:6;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,
#nav li.sfhover ul, #nav li.havechildsfhover ul, #nav li.havechild-activesfhover ul, #nav li.activesfhover ul,
#nav li li.sfhover ul, #nav li li.havesubchildsfhover ul, #nav li li.havesubchild-activesfhover ul, #nav li li.activesfhover ul,
#nav li li li.sfhover ul, #nav li li li.havesubchildsfhover ul, #nav li li li.havesubchild-activesfhover ul, #nav li li li.activesfhover ul {
	width:2000px;
	left:-700px;
	padding-left:800px;
z-index:6;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#nav li a {
	margin: 0;
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	z-index:6;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 18px;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
	background: url(../images/arrow2.png) no-repeat bottom center #336633;
	color: #FFFF00;
}

#nav li {
	margin: 0;
}

#nav li:hover,
#nav li.sfhover,
#nav li.havechildsfhover,
#nav li.havechild-activesfhover {
	background: #336633;
	color: #FFFF00;
}

#nav li a.active,
#nav li a.active:hover,
#nav li a.active:active,
#nav li a.active:focus {
	background:  #336633;
	color: #FFFF00;
}

/* 2nd level and above */

#nav li ul li {
	background: #336633;
	left: auto;
z-index:6;
}

#nav li ul a {
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	background: none;
	color: #FFFF00;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	display:block;
z-index:6;
}

#nav li.havesubchild,
#nav li.havesubchild-active {
	background: url(../images/bullet2.gif) no-repeat 94% 50%;
}

#nav li ul a:hover,
#nav li ul a:active,
#nav li ul a:focus,
#nav ul li:hover,
#nav ul li.sfhover,
#nav ul li.havesubchildsfhover,
#nav ul li.havesubchild-activesfhover,
#nav ul ul li:hover,
#nav ul ul li.sfhover,
#nav ul ul li.havesubchildsfhover,
#nav ul ul li.havesubchild-activesfhover {
	background: #336633;
	color: #FFFF00;
	left:0;
}

#nav ul li a.active,
#nav ul li a.active:hover,
#nav ul li a.active:active,
#nav ul li a.active:focus {
	background: none !important;
	color: #FFFF00;
	font-weight: bold;
}
/* end navigation */



/* begin ContentLayout */
.contentLayout
{
	margin-bottom: 0;
	width: 824px;
    background: url(../images/bg_black.jpg) left repeat-y;
	margin-right: auto;
	margin-left: auto;
}
.contentphoto{
		padding-bottom:5px;
}

	
/* end ContentLayout */

/* begin Box, Block */
/*.Block
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}


.Block
{
  margin: 7px;
}

/* end Box, Block */







/* Start images */
a img
{
  border: 0;
}

.article img, img.article
{
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
	border-collapse: collapse;
	width:auto;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color:Transparent;
}

.article th, .article td
{
	vertical-align: top;
	text-align:left;

}

.article th
{
  text-align:center;
  vertical-align:middle;

}
.article p{
	  font-size: 12px;
  line-height:125%;
  font-weight:600;
  color:#000;
}
.article {
	  font-size: 12px;
  line-height:125%;
  font-weight:600;
  color:#000;
}

/* Finish tables */
/* end Box, Post */


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #6C6F44;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #000;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #000;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #ff000;
}

a.signup {
	color:#336633;
	text-transform: capitalize;
}
/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color:#000;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-variant:small-caps;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color:#000; 
  overflow:visible;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover, .componentheading, .contentheading
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000;
  font-variant:small-caps;
  margin-top:0;
  padding-top:0;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Arial,Helvetica,Sans-Serif;

font-size: 20px;

font-style: normal;

font-weight: bold;

text-align: left;

color: #000000;

font-variant: small-caps;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3E3414;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3E3414;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #000;
  margin:0;
  padding:0;
}

li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}



.Post ul li
{
  padding:0px 0 0px 13px;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
  list-style-type:circle;
  color:#000;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#12130C;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

blockquote
{
  border-color:#E0D19F;
  border-width: 1px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 41px;

  background-color:#E1E2D0;

  background-image:url('../images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */

/* begin Button */
/*button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:29px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 29px;
  color: #424319;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:29px;
  white-space: normal;
  padding: 0 14px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  text-decoration: none;
  text-align: left;
  line-height: 29px;
  text-decoration: none !important;
}

input, select
{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  text-decoration: none;
}

.Button .active
{
  color: #F6F2E4;
}

.Button .hover,  a.Button:hover
{
  color: #F1F1E9;
  text-decoration: none !important;
}

.Button .active .r
{
  top: -58px;
}

.Button .hover .r
{
  top: -29px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 14px;
  height: 87px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:421px;
  height: 87px;
}


.Button .active .l
{
  top: -58px;
}

.Button .hover .l
{
  top: -29px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 14px;
  height: 87px;
}


.Button .l, .Button .r span
{
  background-image: url('../images/Button.png');
}

/* end Button */



/* begin  */
.foot {
width: 588px;
text-align:center;
margin:0 auto;
padding-left:250px; 
padding-bottom:10px;
padding-top:20px;
}
.foot p{
	text-align:center;
}


.rss-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('../images/livemarks.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 25px;
  width: 25px;
}






/* begin LayoutCell */
.contentLayout .sidebar1
{ float:left;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
  width: 250px;


}
.contentLayout .sidebar2
{
  margin: 0;
  padding-top:0;
  border: 0;
  float: right;
  width: 180px;
  padding-left:10px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	margin: 0;
	border: 0;
	float: right;
	width: 559px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.contentLayout .contenthome
{
	position: relative;
	margin: 0;
	border: 0;
	float: left;
	width: 350px;

}
.contenthome img {

}
.user9 {
	margin: 0;
	border: 0;
	float: right;
	width: 559px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
    padding-left:-15px;
}
.user9 img, img.user9{
margin-top: 1em;

margin-right: 1em;

margin-bottom: .5em;

margin-left: 0pt;
}
/* end LayoutCell */



.contentLayout li
{
  float: none;
}

table.moduletable th
{
  font-size: 140%;
  padding: .5em 0em;
}

#
{
  text-align: center;
}

.breadcrumbs
{
  display: block;
  padding: .7em 0em;
}

.contentpaneopen span.small, .contentpaneopen td.createdate, .contentpaneopen td.modifydate
{
  font-size: 75%;
  padding-bottom: 1em;
}

.article_column
{
  padding-right: .2em;
}

.column_separator 
{
  padding-right: .4em;
}

.pagination span
{
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.pagination a
{
  padding: 2px;
}

div.offline
{
  background: #fffebb;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2em;
  padding: 5px;
}

span.pathway
{
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
table.moduletable th, legend
{
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: left;
}

/* form validation */
.invalid
{
  border-color: #ff0000;
}

label.invalid
{
  color: #ff0000;
}


/** overlib **/

.ol-foreground
{
  background-color: #f6f6f6;
}

.ol-background
{
  background-color: #666;
}

.ol-textfont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.ol-captionfont
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: bold;
}

.ol-captionfont a
{
  color: #0B55C4;
  text-decoration: none;
  font-size: 12px;
}

/* spacers */
span.article_separator
{
  display: none;
}

.article_column
{
  padding-right: 5px;
}

.column_separator
{
  border-left: 1px dashed #e0e0e0;
  padding-left: 10px;
}

td.buttonheading img
{
  border: none;
}

.clr
{
  clear: both;
}

td.greyline
{
  width: 20px;
  background: url(../../../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider
{
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator
{
  display: none;
}

/* 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;
}

/* module control elements */
table.user1user2 div.moduletable
{
  margin-bottom: 0px;
}

div.moduletable, div.module
{
  margin-bottom: 25px;
}

div.module_menu h3
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #eee;
  margin: -23px -4px 5px -5px;
  padding-left: 10px;
  padding-bottom: 2px;
}

div.module_menu
{
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

div.module_menu div div div
{
  padding: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  width: auto;
}

div.module_menu div div div div
{
  background: none;
  padding: 0;
}

div.module_menu ul
{
  margin: 10px 0;
  padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited
{
  font-weight: bold;
}

#leftcolumn div.module
{
  padding: 0 10px;
}

#leftcolumn div.module table
{
  width: auto;
}

/* forms */
table.adminform textarea
{
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input
{
  width: 145px;
  border: 1px solid #ccc;
  margin: 15px 0 10px 0;
}

form#form-login
{
  text-align: center;
}

form#form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

form#form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form#form-login ul li
{
  background-image: none;
  padding: 0;
}

#modlgn_username, #modlgn_passwd
{
  width: 90%;
}

#form-login-username, #form-login-password, #form-login-remember
{
  display: block;
  margin: 0;
}

form#com-form-login
{
  text-align: left;
}

form#com-form-login fieldset
{
  border: 0 none;
  margin: 0;
  padding: 0.2em;
}

form#com-form-login ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form#com-form-login ul li
{
  background-image: none;
  padding: 0;
}

/* 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;
}

div.message
{
  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;
}

/* Banners module */

/* Default skyscraper style */
.banneritem img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text advert style */

.banneritem_text
{
  padding: 4px;
  font-size: 11px;
}

.banner_text
{
  padding: 4px;
  font-size: 11px;
  background-color: #f7f7f7;
  text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span
{
  padding: 2px;
}

.pagination a
{
  padding: 2px;
}

/* Polls */
.pollstableborder
{
  margin-top: 8px;
}


.pollstableborder td
{
  text-align: left;
  
}

/* WebLinks */
span.description
{
  display: block;
  padding-left: 30px;
}

/* Frontend Editing*/
fieldset
{
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 15px;
}

legend
{
  margin: 0;
  padding: 0 10px;
}

td.key
{
  border-bottom: 1px solid #eee;
  color: #666;
}

/* Tooltips */

.tool-tip
{
  float: left;
  background: #ffc;
  border: 1px solid #d4d5aa;
  padding: 5px;
  max-width: 200px;
}

.tool-title
{
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../../system/../images/selector-arrow.png) no-repeat;
}

.tool-text
{
  font-size: 100%;
  margin: 0;
}

/* System Standard Messages */
#system-message
{
  margin-bottom: 20px;
}

#system-message dd.message ul
{
  background: #c3d2e5 url(../../../system/../images/notice-info.png) 4px center no-repeat;
  border-top: 3px solid #de7a7b;
  border-bottom: 3px solid #de7a7b;
  margin:0px;
  padding-left: 40px;
  text-indent:0px;
}

/* System Error Messages */
#system-message dd.error ul
{
  color: #c00;
  background: #e6c0c0 url(../../../system/../images/notice-alert.png) 4px center no-repeat;
  border-top: 3px solid #DE7A7B;
  border-bottom: 3px solid #DE7A7B;
  margin: 0px;
  padding-left: 40px;
  text-indent: 0px;
}

/* System Notice Messages */
#system-message dd.notice ul
{
  color: #c00;
  background: #efe7b8 url(../../../system/../images/notice-note.png) 4px center no-repeat;
  border-top: 3px solid #f0dc7e;
  border-bottom: 3px solid #f0dc7e;
  margin: 0px;
  padding-left: 40px;
  text-indent: 0px;
 }

#syndicate
{
  float: left;
  padding-left: 25px;
}

/* Component Specific Fixes */

#component-contact table td
{
  padding: 2px 0;
}

.breadcrumbs img
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.mceToolbarTop {
  white-space: normal;
}



.mainlevelhistory{
width:100%;
padding-right:15px;
color:#c1c6cb;
text-decoration:underline;
padding-right:15px;
font-size:12px;
}
a.mainlevelhistory{
color:#c1c6cb;
text-decoration:underline;
padding-right:15px;
font-size:12px;
padding-left:0;
margin-left:0;
}
.mainlevelhistory a:hover, .mainlevelhistory a:active, .mainlevelhistory a:visited{
color:#c1c6cb;
text-decoration:underline;
padding-right:15px;
font-size:12px;
}



#content-text #grid-view {
display: block;
text-decoration: underline;
font-weight: bold;
margin-bottom: 15px;
margin-top:0;
padding-top:0;
text-align:center;
color:#000;
font-size:11px;
widht:100%;
}

/* login mod */
.modulelogin{
display:block;
text-align:center;
width:250px;
background:#a1a1a1;
padding-top:1px;
padding-bottom:10px;
}

.modulelogin h3 {
font-size:14px;
text-align:center;
}

.modulelogin a{
color:#fff;
font-weight:bold;
font-size: 14px;
text-align:left;
}

.modulepromotelink{
background:#dc0c03;
padding-top:1px;
padding-bottom:10px;
padding-top:1px;
width:250px;
}

.modulepromotelink h3 {
font-size:14px;
text-align:center;
}
.modulepromotelink a{
color:#fff;
font-weight:bold;
font-size: 14px;
text-align:center;

}

.modulepromotelink li {
text-align:center;
}
a.mainlevel {
text-align:center;
padding-left:60px;
}

.modulesearch{
background:#fffe04;
padding-top:10px;
padding-bottom:10px;
padding-right:0;
padding-left:0;
width:200px;
padding-left:50px;

}


.modulesearch a{
 font-size: 14px;
}

.modulesearch img {
padding-left:5px;
}

.buttonsearch{
margin-left:15px;
}

#searchForm table{
border:#000 1px dotted; 
}        
#searchForm {

}                       

/* Front Page Ads */

.moduleadsfront1 {
float:left;
width:125px;
height:125px;
}
.moduleadsfront2 {
float:right;
width:125px;
height:125px;
} 
.moduleadsfront3 {
margin-top:125px;
[if IE] margin-top:0;
[if IE 6.0] margin-top:0px;
float:none;
width:250px;
height:125px;
}
.moduleadsfront5 {
float:left;
width:125px;
height:250px;
} 
.moduleadsfront4 {
float:right;
width:125px;
height:250px;
} 
.moduleadsinternal {
margin-top:15px;	
width:189px;
padding-left:31px;
padding-right:30px;
} 

.moduleadsinternal tr{
height:70px;
background:transparent;
background: url(../images/bg_black.jpg) center repeat-y;
}
.modulelist{
background:#336633;
padding-bottom:10px;
padding-top:1px;
width:250px;
}

.modulelist h3 {
font-size:14px;
text-align:center;
}
div.modulelist {
	color:#000;
}

.link1{
float:left;
width:33%;
color:#000;
}
.link1 ul li, .link1 li, .link1 ul {
	color:#000;
	list-style-position: inside;
	list-style-image: url(../images/li_red.png);
}
.link1 a {
color:#000;
text-decoration:underline;
font-weight: bold;
}
.link2{
float:left;
width:33%;
color:#000;
}
.link2 ul li {
	color:#000;
	list-style-position: inside;
	list-style-image: url(../images/li_yellow.png);
}
.link2 a {
color:#000;
text-decoration:underline;
font-weight: bold;
}

.link3{
float:left;
width:33%;
color:#000;
}

.link3 ul li {
	color:#000;
	list-style-position: inside;
	list-style-image: url(../images/li_green.png);
}
.link3 a {
color:#000;
text-decoration:underline;
font-weight: bold;
}
.moduleblog {
background:#ccc;
}
.blogblog {
padding:0;
margin-top:0;
margin-bottom:20px;
font-size:12px;
}

.blogblog h2{

}
.createdate {
font-size:12px;
}

.headerphoto {
top:72px;
position:absolute;
left:0px;
width:308px;
height:267px;
z-index:3;
clear:both;
}

.buy {
float:right;	
}

.readon{
	float:right;
}
.modulehistory {
	
	padding-bottom:20px;
}
.modulehistory h3 {
	vertical-align:top;
	margin-top:0;
	padding-top:0;
}
span.pagenav {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
a.pagenav{
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#grid-view{
		
}

#grid-view td{
	text-align: center;
	padding-bottom: 15px;
	width:186px;
	}


#grid-view td img{
	display: block;
	float: none;
	margin-bottom: 3px;
}

#grid-view td a{
	display: block;
	text-decoration: underline;
	font-weight:bold;
	margin-bottom: 5px;
}

#grid-view2 table tr, table#grid-view2 tr {
	margin-left:150px;
}
#grid-view2 td{
	text-align: center;
	padding-bottom: 15px;
	width:186px;
	}


#grid-view2 td img{
	display: block;
	float: none;
	margin-bottom: 3px;
}

#grid-view2 td a{
	display: block;
	text-decoration: underline;
	font-weight:bold;
	margin-bottom: 5px;
}
.grid1 {
	width:186px;
		
}
.grid2 {
	width:186px;
	
}
.grid3 {
	width:186px;

}

.grid1 img, img.grid1 {
	width:162px;
	height:144px;
	padding-right:24px;
	padding-bottom:12px;
	
}
.grid2 img, img.grid2 {
	width:162px;
	height:144px;
		padding-bottom:12px;
}
.grid3 img, img.grid3 {
	width:162px;
	height:144px;
	padding-left:24px;
		padding-bottom:12px;
}

.grid4 {
	width:186px;
}
.grid5 {
	width:186px;
}
.grid4 img, img.grid4 {
	width:162px;
	height:144px;
	padding-right:24px;
	padding-left:100px;
	
}
.grid5 img, img.grid5 {
	width:162px;
	height:144px;

}
.1grid {
	width:186px;

}
.2grid {
	width:186px;

}
.3grid {
	width:186px;

}

.1grid img, img.1grid {
	width:162px;
	height:144px;
	padding-right:24px;
	padding-bottom:12px;
	
}
.2grid img, img.2grid {
	width:162px;
	height:144px;
		padding-bottom:12px;
}
.3grid img, img.3grid {
	width:162px;
	height:144px;
	padding-left:24px;
		padding-bottom:12px;
}
.1grid a:link, a.1grid {
	padding-right:24px;
	padding-bottom:12px;
	padding-left:5px;
	
}.2grid a, a.2grid {

	padding-bottom:12px;
}
.3grid a, a.3grid {
	padding-left:24px;
	padding-bottom:12px;
}