body {
	margin:0;
	padding:0;
	background:white;
	text-align:center;
	background:url(../images/bg_stripe.png);
}
img {
	border:none;
}

div#clearFix, p#clearFix, .clearFix {
	clear:both;
	margin:0;
}

#invisible {
	display:none;
}

/**************************** Page Layout */

#wrapper {
	width:798px;
	margin:0px 0px 0px 0px;
	text-align:left;
	background: #fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#wrapper .navBar {
	height:200px;
	width:600px;
	padding:0px 0px 0px 0px;
	float:left;
}

#wrapper .navRight {
	height:200px;
	width:198px;
	padding:0px 0px 0px 0px;
	float:right;
	background:#0066CC;
}

#wrapper .navLink {
	height:30px;
	width:100%;
	padding:3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

#wrapper .content {
}

#wrapper .topBar {
	height:190px;
	padding:10px 0px 0px 10px;
	clear:left;
	position:relative;
}

#wrapper .weboffice {
	height:110px;
	width: 270px;
	padding:10px 0px 0px 10px;
	background: #fff;
	border-left:1px solid #00A950;
	border-right:1px solid #00A950;
	border-top:1px solid #00A950;
	border-bottom:1px solid #00A950;
}

#wrapper .navBar img {
	float:left;
}

#wrapper .topBar img {
	float:left;
}

#wrapper .topBar div.contact {
	width:500px;
	float:right;
	text-align:right;
	padding:0px 10px 10px 0px;
	position:absolute;
	bottom:0;
	right:0;
}

#wrapper .content .top_shadow {
	height:10px;
	width:798px;
	padding:0px 0px 10px 0px;
	background:url(../images/down_shadow.jpg) repeat-x;
	float:right;
}

#wrapper .content .text {
	padding:0px 0px 10px 20px;
	width:500px;

}

#wrapper .content .full_text {
	padding:10px 0 10px 20px;
	width:800px;
}

#wrapper .content .rightColumn {
	float:right;
	width:200px;
	margin:0px 10px 10px 5px;
	padding:0px 0px 0px 5px;
	border-left:1px solid #333;
}

#wrapper .footer {
	text-align:center;
	color:#cacaca;
	clear:both;
	border-bottom:1px solid #000;
	padding:0px 0 10px 0px;

}

/************************************ Menu CSS */

#wrapper .navRight ul {
	padding:0;
	margin:0;
	list-style:none;
	float:none;
}

#wrapper .navLink a {
	font-family:Helvetica;
	height: 25px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	padding:5px 0px 0px 15px;
	text-decoration:none;
	color:white;
}

#wrapper .navLink a:hover {
	color:yellow;
}
/* form elements */

.input {
	color:#00A950;
	border:1px solid #00A950;
	width:220px;
	margin:5px 0px 0px 0px;
}
.largeinput {
	color:#00A950;
	border:1px solid #00A950;
	width:451px;
	height:120px;
	margin:5px 0px 0px 0px;
}