@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e7e7e7;
	background-image: url(../images/bodyback.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#container {
	background-image: url(../images/contentback.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	width: 922px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/headerback.png);
	background-repeat: no-repeat;
	height: 130px;
	padding-left: 40px;
}
#content {
	background-image: url(../images/contentbottomback.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 72px;
	padding-bottom: 70px;
}
p {
	font-size: 80%;
	padding-bottom: 20px;
}
h3 {
	letter-spacing: .1em;
	padding-bottom: 20px;
	font-size: 95%;
}
#footer {
	color: #666666;
	padding-bottom: 20px;
}
#footer p {
	font-size: 80%;
	padding-bottom: 5px;
}
#footer a {
	color: #006699;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#header h1 {
	background-image: url(../images/zovuelogo.png);
	text-indent: -9000px;
	height: 65px;
	width: 190px;
	background-repeat: no-repeat;
}
#header h2 {
	background-image: url(../images/createinspireshare.png);
	background-repeat: no-repeat;
	text-indent: -9000px;
	height: 20px;
	width: 190px;
	margin-bottom: 20px;
}
#main {
	width: 500px;
	padding-left: 80px;
	padding-top: 15px;
}
#mainwide {
	width: 770px;
	padding-left: 80px;
	padding-top: 15px;
}
td {
	font-size: 80%;
	padding: 10px;
}
#imagebullet {
	margin-left: 20px;
	list-style-type: none;
	padding-bottom: 20px;
}
#imagebullet li {
	font-size: 80%;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
#navigation {
	width: 225px;
	float: right;
	position: relative;
	top: -30px;
	background-image: url(../images/menufooterback.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}
ul#nav  {
	list-style-type: none;
}
ul#nav li {
	
}
ul#nav a {
	color: #70a322;
	text-decoration: none;
	display: block;
	height: 28px;
	background-image: url(../images/menuback.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 165px;
	padding-left: 60px;
	font-weight: bold;
	padding-top: 9px;
	font-size: 16px;
}
ul#nav li:hover {
	
}
ul#nav li:hover a{
	background-image: url(../images/menuback.png);
	background-repeat: no-repeat;
	background-position: top;
}
ul#nav li.active {
	background-position: 0 0px;
}
ul#nav li.active a{
	background-image: url(../images/menuback.png);
	background-repeat: no-repeat;
	background-position: top;
}
ul#nav li:hover.active a{
	text-decoration: none;
}

/*Form Styling*/
#formcontainer {
	width: 450px;
}
#contactForm div {
	clear: both;
	display: block;
	padding: 0.2em 0;
}

#name, #company {
	width: 180px;
}

#comments label {
	width: 200px;
}

#send input {
	border: 0;
	height: 22px;
	width: 61px;
	text-align: center;
	margin-left: 190px;
}

label {
	color:#000;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 21px;
	width: 180px;
}

#address p {
	color:#000;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 7px;
}

#address strong {
	color:#000;
	font-size: 1.2em;
	font-weight: bold;
}

input, select {
	background-color: #eff0f1;
	border: 1px solid #cdcdcd;
	float: left;
	height: 21px;
	width: 180px;
}
.radio {
	background-color: #FFFFFF;
	height: 21px;
	width: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
}
select {
	width: 182px;
}

textarea {
	background-image: url(../images/textarea_bg.gif);
	border: 0;
	clear: both;
	float: left;
	height: 108px;
	overflow: auto;
	padding: 5px;
	width: 427px;
}
.LV_validation_message{
	font-weight:bold;
	margin:0 0 0 5px;
	color: #CC0000;
	font-size: 80%;
}
