* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff; 

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color : #CCC;
}

#wrap {
width: 700px;
margin: 40px auto;
}

#header {
height: 40px;
}

#header h1 {
padding: 0 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #199948;
}
#header h2 {
padding-left: 21px;
font-size: 14px;
color: #666;
font-weight: 100;
}

#top {
	background: #fff url(images/top.gif) no-repeat;
	padding: 5px 0 22px;
	text-align: center;
}
#menu {
	height: 50px;
	line-height: 50px;
	background: #33BFEB url(images/menu.gif) no-repeat;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu ul {
	padding-left: 20px;
	list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
}

#content {
padding: 10px 10px;
background: #fff url(images/content.gif) repeat-y;
}
	#contact-area {
		width: 425px;
		float: left;
		font-size: 1.2em;
	}
	
	#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 355px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 1.5px solid #ccc;
	}
	#contact-area textarea {
	height: 80px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1.5px solid #ccc;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-top: 30px;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
	
.wide  {
	padding-left: 90px;
	list-style-type: none;
}
.bold {
	padding-left: 28px;
	list-style-type: none;
	font-size: 20px;
	font-weight: bolder;
	color: #FFF;
}

.right {
	float: right;
	width: 480px;
	text-align: justify;
	padding: 15px 20px 10px 10px;
	font-size: 17px;
	color: #199948;
	font-weight: 400;
}
.right h2 {
color: #B4241B;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}
.left {
	float: left;
	width: 140px;
	border-right: 1px solid #199948;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.left h2 {
	font-size: 13px;
	color: #199948;
	padding: 5px 0 2px 10px;
	font-weight: 400;
}
.left_images {
	float: left;
	width: 129px;
	padding: 0px;
	height: 90px;
}

.left ul {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}
.left ul li {
padding: 2px 20px;
background: transparent url(images/apple.gif) no-repeat;
}


.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #199948;
}

#bottom {
	background: #fff url(images/bottom.gif) no-repeat;
	padding: 10px;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer  a { color: #666; }
.main_content {
	font-size: 12px;
	color: #393C39;
}
#menu2 {
	height: 30px;
	line-height: normal;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	border-left: 2px solid #199948;
	border-right: 2px solid #199948;
	margin-left: 9px;
	margin-right: 9px;
	clear: both;
}
