html, body,
h1, h2, h3, h4, h5, h6, p
form, img
{
	margin:0;
	padding:0;
	outline:0;
}
body
{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
hr
{
	border-bottom:2px dotted #ccc;
	border-style:none none dotted;
}
p
{
	line-height:1.5em;
}
h1
{
	font-size:1.8em;
	font-weight:bold;
	color:#25496B;
}
h2
{
	font-size:1.4em;
	font-weight:bold;
	color:#144762;
}
h3{	font-size:1.3em; }
h4{	font-size:1.2em; color:#144762; }
h5{	font-size:1.1em; }
h6{	font-size:1.0em; }
h1, h2, h3, h4, h5, h6
{
	padding:2px 0;
}
a
{
	color:#006699;
}
a:hover
{
	color:#626262;
}

#outer
{
	background-color: #EAEAD5;
	background-image: url(../images/bgheader2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#header
{
	height:140px;
	background-repeat: repeat-x;
}
/*	Small mini-header menu */
#mini-menu UL
{
	margin:0;
	padding:0;
	float:right;
	width: 260px;
}
#mini-menu UL LI
{
	display:inline;
}
#mini-menu UL LI A
{
	display:block;
	float:left;
	padding-left:20px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	font-size:0.75em;
}
#mini-menu UL LI A:hover
{
	text-decoration: underline;
}
#logo
{
	float:left;
}
#logo a
{
	display:block;
	width:320px;
	height:150px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu
{
	float:right;
	width: 480px;
}
#menu UL
{
	margin:0;
	padding-top: 97px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu UL LI
{
	display:inline;
}
#menu UL LI A
{
	float:left;
	border-bottom:8px solid #e7e6ce;
	height:25px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	background-color: #22527A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#menu UL LI A:hover, #menu UL LI A.active
{
	border-bottom:8px solid #f0efdc;
	color:#333333;
	background-color: #E7E6CE;
}



#main
{
	padding:30px 0 25px 0;
}
#main .column-half
{
	float:left;
	width:49%;
}
#main .leftCol
{
	float:left;
	width:583px;
	margin-right:10px;
}
.imagefloatleft
{
	float:left;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.imagefloatright
{
	float:right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#main .rightCol
{
	float:left;
	width:282px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCC99;
}
#promo
{
	height:257px;
	background-repeat: repeat-x;
	/*margin-top:30px;*/
}

#promo .column
{
	float:left;
	width:33%;
}
#promo .one-third
{
	text-align:center;
	/*padding:40px 0;*/
	margin:40px 0;
	display: block;
}
#promo a
{
	color:#4f809f;
}

/* when two colums touch, add left border */
/* (avoids the extra left border on the first col */
.one-third + .one-third
{
	border-left:1px solid #cfcda4;
}
#footer
{
	background-color: #CCCC99;
	margin: 0px;
	padding: 12px;
}
#footer p
{
	font-size: .8em;
}

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


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

UL.checks li a {font: Arial, sans-serif; font-style: normal; font-size: 0.8em; display: block; padding: 6px 4%; width: 91%; text-decoration: none;}
UL.checks li a:hover {
	text-decoration: none;
	background-color: #FFFFCC;
	color: #000000;
}
UL.checks em {display: block; color: #444; font-style: normal; font-size: 0.9em; padding-top: 2px;}
UL.checks span {text-decoration: underline; font-weight: bold;}

/* news / blog area */
H3.rss
{
	color:#2F72A7;
}
.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
{
	font-size:1.8em;
	font-weight:bold;
	background-color: #FFCC00;
}
.month
{
	background:#fff;
	padding:3px;
}
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;
}
/* 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(../images/computer_48.png) no-repeat left;
}
.portfolio .project-details
{
	background:url(../images/app_48.png) no-repeat left;
}


/* general image styles */
img.standard
{
	border:1px solid #ccc;
	padding:1px;
	margin:5px;
}
img.right
{
	float:right;
}
img.left
{
	float:left;
}
/* 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 */ 
#estimate-form {
	background-color: #DCDABA;
	border: 2px dotted #CCCC99;
}
form {
	margin:1px;
	padding: 0 6px;
	border: 1px solid #E7E6CE;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #BEBE7C;
	color:#333333;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	width:150px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CCCC99;
	height:100px;
	display:block;
	color:#333333;
}
.input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	border: none;
	background-color: #8EB50C;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
/* nav style */
UL.dashed {border-top: 1px solid #E5E5D5; margin-bottom: 4px; padding: 0; margin-left: 0;}
UL.dashed li {list-style: none; border-bottom: 1px solid #E5E5D5; border-top: 1px solid #FFF;}
UL.dashed a:hover {background: #FFFFFA;}
UL.dashed a {display: block; padding: 5px 0 5px 8px; font-size: 1.1em;}

UL.dashed_small {border-top: 1px solid #E5E5D5; margin-bottom: 4px; padding: 0; margin-left: 0;}
UL.dashed_small li {list-style: none; border-bottom: 1px solid #E5E5D5; border-top: 1px solid #FFF;}
UL.dashed_small a:hover {background: #FFFFFA;}
UL.dashed_small a {
	display: block;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 8px;
}
