html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #EAF6F6 url(../Images/bg_bar.png) top left repeat-x;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #444;
}

h1
{
	color: #A3A3A3;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 200%;
	font-weight: bold;
}

h2
{
	color: #222;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 260%;
	font-weight: bold;
}

h3
{
	color: #666666;
	font-size: 125%;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 7px;
}

h4 
{
	color: #A3A3A3;
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 2px;
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}


select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

td
{
	font-size: 0.9em;
}

/**** CONTAINER *****/

#container
{
	background: #fff url(../Images/header_bg.png) top left repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior:url(border-radius.htc);	/* IE6,7 including IE8 - gets radius from -moz-border-radius */
	min-height: 400px;
	margin: 26px auto 26px auto;
	padding: 0;
	width: 937px;
}


/**** HEADER *****/
#header
{
	border-top: solid 1px #E0EEEF;	/* so logo can place itself */
	height: 120px;
	margin: 0px auto 0px auto;
	width: 937px;
}

#logo
{
	background: transparent url(../images/logo.png) no-repeat;
	display: block;
	height: 50px;
	margin: 25px auto 0px 10px;
	width: 420px;
}

#logo span
{
	display: none;
}

/***** NAV MENU ******/
#navMenu
{
	float: right;
	height: 32px;
	margin: 60px auto 0px 390px;
	padding: 4px 4px 4px 4px;
	text-align: center;
	width: 600px;
}

#navMenu ul
{
	display: inline;
	width: 937px;
}

#navMenu ul ul
{
	display: none;
}

#navMenu ul li
{
	display: inline;
	height: 32px;
	width: 12em;
}

#navMenu ul li a
{
	color: #444;
	border: solid 1px transparent;
	border-right: solid 1px #eee;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 14px;
	padding: 9px 16px 9px 16px;
	text-align: center;
}

#navMenu ul li a:hover,
#navMenu ul li a.selected
{
	color: #A48147;
}

#navMenu ul li a:hover
{
	background-color: #A48147;
	border: solid 1px #444;
	color: #fff;
}

/***** CONTENT ******/

#main
{
	margin: 0px auto 0px auto;
	margin-left: 290px;
	min-height: 400px;
	padding: 12px 0px 24px 0px;
	width: 640px;
}

#content
{
	padding: 0;
	background-color: #fff;
}

.section
{
	margin: 0px 7px 14px 7px;
	padding: 5px;
}

.section h3
{
	color: #666666;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ddd;
}

#content .moduletools
{
	padding: 0px 12px 0px 12px;
}

#content .moduletools a
{
	background-color: yellow;
}

/****** SIDE CONTENT ******/

#side
{
	float: left;
	width: 280px;
}

#headerside /* DELETE */
{
	height: 50px;
	background-color: #fff;
}

#side .section
{
	background-color: #fff;
	margin: 7px;
	padding: 0;
}

#side .section h3
{
	background-color: #CCE3B5;
	color: #666666;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding-left: .5em;
}

#side .section p,
#side .section ul,
{
	margin: 4px 4px 4px 4px;
}

#side .feature
{
	background: transparent url(../Images/feature_bg.png) bottom left repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior:url(border-radius.htc);	/* IE6,7 including IE8 - gets radius from -moz-border-radius */
	min-height: 92px;
	border: solid 1px #eee;
	margin: 4px 10px 2px 10px;
	padding: .5em;
}

#side .feature .title
{
	background: transparent url(../Images/go.png) center left no-repeat;
	color: #222;
	font-size: 150%;
	margin: .5em 0 0 1em;
	padding: 0px 0px 0px 18px;
}

#side .feature p
{
	color: #888;
	padding: 0 .5em 0 .5em;
}

#side .links
{
	background: transparent url(../Images/side_links_bg.png) top left repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior:url(border-radius.htc);	/* IE6,7 including IE8 - gets radius from -moz-border-radius */
	border: solid 1px #eee;
	margin: 4px 10px 2px 10px;
	padding: .5em;
}

#side .links .title
{
	color: #222;
	font-size: 150%;
	margin: .5em 0 0 1em;
	padding: 0;
}

#side .links ul
{
    list-style-type: none;
    margin: .5em 1em .5em 0;
    padding: 1em;
}

#side .links ul li
{
    border-bottom: dashed 1px #80B1B5;
    padding: .5em 1em .5em 1em;
}

#side .links p
{
	color: #888;
	padding: 0 .5em 0 .5em;
}

/****** FOOTER *******/

#footer
{
	border-top: solid 1px #eee;
	color: #cccccc;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	margin: 0px auto 0px auto;
	padding: 4px 0px 4px 0px;
	text-align: center;
	width: 937px;
}

#footer a
{
	color: #cccccc;
	display: inline-block;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding: 4px 8px 2px 8px;
}

#footer a:hover
{
	color: #666666;
	background-color: #cccccc;
}



/************ LEGACY VALUES **********/


#subtitle
{
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	float: left;
}

#globalmenu
{
	color: #fff;
	text-align: right;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}

#content
{
	padding: 0;
	border-bottom: none;
	border-right: none;
	width: auto;
}


.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}


.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.feeditem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.feeditem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.feeddetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

/**** Custom Colors and Classes****/

.ColorGold
{
	color: #A48147;
}

.ColorSkyBlue
{
	color: #80B1B5;
}

/* * END WEBOLIZE * */
/**** You can put your website specific css and classes below  ****/
