html, body,
h1, h2, h3, h4, h5, h6, p
form, img
{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}
body
{
	margin:0 auto;
	color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
hr
{
	border-bottom:2px dotted #ccc;
	border-style:none none dotted;
}
p
{
	line-height:1.5em;
	text-align: justify;
}
h1
{	font-size:1.4em;
	font-weight:normal;
	color:#84a837;
	margin-bottom: 0.3em;
}
h2
{	font-size:1.4em;
	font-weight:normal;
	color:#f8ab36;
}
h3{	font-size:1.3em; }
h4{	font-size:1.2em; }
h5{	font-size:1.1em; }
h6{	font-size:1.0em; }
h1, h2, h3, h4, h5, h6
{
	padding:2px 0;
}
a
{
	color:#84a837;
}
a:hover
{
	color:#626262;
}

#outer
{
	background:#f0efdc url(../../gui/background-header.jpg) repeat-x;
}
#header
{
	height:163px;
	position: relative;
}
/*	Small mini-header menu */
#mini-menu UL
{
	margin:0;
	padding:0;
}
#mini-menu UL.left_menu {
	float:left;
}
#mini-menu UL.right_menu {
	float:right;
}
#mini-menu UL LI
{
	display:inline;
}
#mini-menu UL LI A
{
	display:block;
	float:left;
	padding-left:20px;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	font-size:0.75em;
}
#mini-menu UL LI A IMG
{
	vertical-align: middle;
}

#mini-menu UL LI A:hover
{
	color:#f8ab36;
}
#logo
{
	float:left;
}
#logo a
{
	display:block;
	/*background:url(../../gui/logo.gif) no-repeat;*/
	width:250px;
	height:143px;
}
#menu
{
	float:right;
}
#menu UL
{
	margin:0;
	padding:105px 0 0 0;
}
#menu UL LI
{
	display:inline;
}
#menu UL LI A
{
	float:left;
	background:#cbe09c;
	border-bottom:8px solid #e7e6ce;
	height:30px;
	line-height:30px;
	padding:0 20px 0 20px;
	margin:0 0 0 1px;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
}
#menu UL LI A:hover, #menu UL LI A.active, #menu UL LI.current A
{
	background:#f0efdc;
	border-bottom:8px solid #f0efdc;
	color:#f8ab36;
}



#main
{
	padding:30px 0 25px 0;
}
#main .column-half
{
	float:left;
	width:49%;
}
#main .leftCol
{
	float:left;
	width:630px;
	margin-right:30px;
}
#main .rightCol
{
	float:right;
	width:300px;
}
#promo
{
	background: url(../../gui/background-promo.jpg) repeat-x;
	height:242px;
	/*margin-top:30px;*/
}

#promo .column
{
	float:left;
	width:33%;
}
#promo .one-third
{
	text-align:center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
#promo a
{
	color:#f8ab36;
}

#promo p {
	text-align:center;
}

/* when two colums touch, add left border */
/* (avoids the extra left border on the first col */
.one-third + .one-third
{
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #cfcda4;
}
#footer
{
	border-top:8px solid #e7e6ce;
	background:#fff;
}
#footer p
{
	line-height:3em;
}
#footer p.credits {
	font-size: 0.8em;
	text-align: right;
	line-height: 1em;
}

/* keeps content area centered and the correct width */
.contentwidth
{
	width:960px;
	margin:0 auto;
}


UL.checks
{
	margin:10px 0;
	padding:0px;
}
UL.checks LI
{
	list-style-type:none;
	background:url(../../gui/icon-list-checks.gif) no-repeat left;
	margin:0 0 0 5px;
	padding:0 0 0 20px;
	line-height:1.8em;
}



/* news / blog area */
H3.rss
{
	color:#f8ab36;
}
.rss img
{
	padding-right:10px;
}	
UL.posts
{
	margin:0;
	padding:0;
}
UL.posts LI
{
	list-style-type:none;
	padding:8px 0;
}
UL.posts a
{
	color:#626262;
}
UL.posts a:hover
{
	color:#000;
}
.date
{
	float:left;
	width:42px;
	border:1px solid #fff;
	text-align:center;
	margin:5px 10px 0 0;
}
.day
{
	background:#c6e582;
	/* font-size:1.8em; */
	font-weight:bold;
	text-align: center;
}
.weekDay {
	text-align: center;
	font-weight: bold;
}
.month
{
	/* background:#fff;*/
	padding:3px;
	text-align: center;
	font-weight: bold;
}
UL.posts p
{
	display:inline;
}
/* end news / blog */


.login input
{
	border:1px solid #ccc;
	background:#eee;
	padding:3px;
}
.login label
{
	padding:5px;
	display:block;
}


/* used for jQuery hide and show, hide by default by using alternate*/
.hidden, .alternate 
{
	display:none;
}

/* style switchers */
#main .style-switcher
{
	background:#e7e6ce;
	padding:15px;
	font-size:1.6em;
	line-height:1.4em;
}
#mini-menu UL LI A.styleswitch
{
	padding:4px 0 0 2px;
}

.style-switcher a.close
{
	float:right;
}


/* Contact Form */
.standardForm
{}
.standardForm .field
{
	padding:5px 0;
}
.standardForm label
{
	font-weight:bold;
	display:block;
}
.textbox, .textarea, .submit
{
	padding:5px;
	border:2px solid #ccc;
}
.textbox
{
	width:350px;
}
.textarea
{
	width:350px;
	height:90px;
}
.submit
{
	background:#ddd;
}
.submit:hover
{
	background:#aaa;
}
/* End Contact Form */


.warning
{
	font-weight:bold;
	color:#990000;
	padding:10px 0;
}


/* portfolio page image layouts */
.portfolio .column-portfolio
{
	float:left;
	margin:0 25px 35px 0;
	padding:0 0 5px 0;
	width:254px;
	background:#fff;
}
.portfolio .column-portfolio img
{
	border:2px solid #fff;
}
.portfolio .column-portfolio p
{
	padding:2px;
	font-size:0.8em;
	text-align:center;
}
.portfolio .project-site, .portfolio .project-details
{
	padding:6px 5px 6px 20px;
}
.portfolio .project-site
{
	background:url(../../gui/computer_48.png) no-repeat left;
}
.portfolio .project-details
{
	background:url(../../gui/app_48.png) no-repeat left;
}


/* general image styles */
img.standard
{
	border:1px solid #ccc;
	padding:1px;
	margin:5px;
}
img.right
{
	float:right;
	margin-left: 5px;
}
img.left, .mainImage
{
	float:left;
	margin-right: 5px;
}
/* end general image styles */

/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* clearfix end */ 
.mainImg {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.clearFloat {
	clear:both;
}
form th  {
	width: 35%;
}
form fieldset {
	margin-top: 5px;
	margin-bottom: 10px;
}
form legend {
	font-weight: bold;
}

label.error {
	display: block;
	border: solid 1px #ff0000;
	background-color:#FFCCCC;
	color: #626262;
	padding: 3px;
	padding-left: 20px;
	margin-top: 2px;
	background-image: url(../../gui/icons/exclamation.png);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
.pagination {
	clear:both;
	display:block;
	margin:10px;
	padding:10px;
	text-align:center;
}
.pagination p {
	text-align:center;
}
.pagination img {
	vertical-align:middle;
}
.pagination span {
	margin-left:10px;
	margin-right:10px;
}
.pagination span.current {
	border:1px solid #626262;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
}
.mapsTable {
	border-collapse: separate;
	border-spacing: 2px;
}
.mapsTable th {
	padding: 5px 10px;
	background-color: #dddddd;
	text-align: center;
}
.mapsTable td {
	padding: 5px 10px;
	text-align: center
}
