@charset "UTF-8";
/* CSS Document */

@import url("form.css");

/*Colors:

text - #374f25
background - #FFF


*/

/* Global styles */

* {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	color:#374f25;
	font-size:10pt;
	margin:0;
	padding:0;
}

.left {text-align:left;}

.center {text-align:center;}

.justify {text-align:justify;}

.right {text-align:right;}

img {border:none;}

/* Main Element Styles */

html {min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background-color:#FFF;
}

p, td, li {line-height:12pt;}

h1, h2, h3, h4 {
	margin:0 0 8px 0;
	/*color: #46856b;*/
}

h1 {font-size:12pt;}
h2 {font-size:11pt;}
h3 {font-size:10pt;}
h4 {font-size:9pt;}

a {outline:none;}

a:link, a:visited, a:active {
	/*color:#;*/
	font-weight:normal;
}

a:hover {
	/*color:#;*/
	text-decoration:underline;
}

div.mainWrapper, div.portfolioWrapper, div.servicesWrapper {
	position:relative;
	width:1024px;
	height:768px;
	margin:15px auto;
	background:#FFF url(../images/index01.jpg) top center no-repeat;
	border:none;
}

div.portfolioWrapper {
	
	background:#FFF url(../images/portfolio.jpg) top center no-repeat;
}

div.servicesWrapper {
	
	background:#FFF url(../images/services.jpg) top center no-repeat;
}

div.Header {
	position:relative;
	z-index:100;
	top:375px;
	left:300px;
	width:700px;
	height:50px;
	margin-bottom:20px;
}

div.portfolioHeader {
	position:relative;
	top:275px;
	left:300px;
	width:700px;
	height:50px;
}

div.mainContent {
	position:relative;
	top:300px;
	width:100%;
	height:auto;
}

div.boxWrapper {
	width:auto;
	height:auto;
	margin:10px;
}

#boxesTable td {
	margin:0;
	padding:0;
}
	

#boxesTable tr td p, #boxesTable tr td ul li {
	font-size:12px;
	color:#003300;
	margin:5px 0;
}

#boxesTable tr td ul {
	margin-left:15px;
}

#boxesTable tr td ul li {
	list-style-image:url(../images/backgrounds/check.gif);
	margin:8px;
}

#todaysSpecial, #localSpecial {
	position:relative;
	float:left;
	left:350px;
	top:45px;
	width:250px;
	height:auto;
}

div.rightBox {
	width:auto;
	height:auto;
	margin:10px;
}

#rightBoxesTable tr td p, #rightBoxesTable tr td ul li {
	font-size:12px;
	color:#003300;
	margin:5px 0;
}

div.portfolioContent {
	position:relative;
	top:270px;
	left:300px;
	width:700px;
	height:auto;
	/*border:green 1px solid;*/
}

div.Footer {
	position:relative;
	clear:both;
	width:auto;
	height:auto;
	background-color:transparent;
	margin:25px auto;
	border-top:#336699 double 4px;
	padding:25px 0;
	
}

div.Footer p, div.Footer p a {
	/*color:#;*/
	text-align:center;
}



