@charset "utf-8";
html {
height : 100%;
}
body {
margin : 0;
background-color: #30587f; 
height : 100%;

}

.outside {
height : auto;
width : 1024px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
background-image : url(../images/repeat.jpg);
background-repeat : repeat-y;

}
#container {
margin-top:0px;
height : 100%;
width : 1024px;
margin-right : auto;
margin-left : auto;
background-image : url(../images/container.jpg);
background-repeat: no-repeat;
font-family: Verdana, Geneva, sans-serif;
font-size : 13px;

}
#header {
height : 189px;
padding-top:50px;
text-align:center;
margin-left:240px;
}
img {
border : 0;
}
.plusone-div {
clear:both;
padding-bottom:10px;
width:100px;
}
#nav {
float : left;
height : 100%;
width : 269px;
padding :120px 20px 10px 120px;
line-height : 20px;
font-size : 10px;
text-transform:capitalize;
}
#nav ul {
margin-left : -30px;
list-style : none;
}

.form1 {
	width:350px;
}

.contact {
padding : 10px;
font-size : 12px;
margin-top : 10px;
color : #000;
border-radius : 20px;
height:470px;
}
.contactform{
	min-width: 280px;  
	max-width: 280px; 
	min-height: 60px; 
	max-height: 60px;
	width:280px;
	float:right;
	margin-bottom:20px;
}
form input {
	float:right;
	margin-right:0px;
}
.input1 {
	width:280px;
}
.required {
	
	font-size: 11px; 
	float:left;
	margin-top:0px;
}
h1 {
color : #18401d;
font-size : 16px;
text-transform : uppercase;
}
h2 {
color : #18401d;
font-size : 14px;
text-transform : uppercase;
}
strong {
color : #18401d;
}

#content {
background-image : url(../images/content.jpg);
background-position : top;
background-repeat : no-repeat;
width : 401px;
float : right;
min-height : 500px;
height : 100%;
padding : 50px 200px 30px 00px;
}
#footer {
clear : both;
text-align : center;
padding : 20px;
background-color : #30587f;
color : #000;
font-size : 10px;
}
#nav a:link {
text-decoration : none;
color : #18401d;
}
#nav a:visited {
text-decoration : none;
color : #18401d;
}
#nav a:hover {
text-decoration : underline;
color : #18401d;
}
#nav a:active {
text-decoration : none;
color : #18401d;
}
a:link {
color : #18401d;
text-decoration : underline;
}
a:visited {
text-decoration : underline;
color : #18401d;
}
a:hover {
text-decoration : none;
color : #18401d;
}
a:active {
text-decoration : underline;
color : #18401d;
}
#footer a:link {
color : #000;
text-decoration : underline;
}
#footer a:visited {
text-decoration : underline;
color : #000;
}
#footer a:hover {
text-decoration : none;
color : #000;
}
#footer a:active {
text-decoration : underline;
color : #000;
}