
a:link {
    text-decoration: none;
}



.myclass:hover {
background: url(img/submit_down.png)  no-repeat; border: none;
width: 178px;
height: 62px;
}




a.nav:link {color:#000; text-decoration: none}
a.nav:active {color:#000; text-decoration: none}
a.nav:visited {color:#000; text-decoration: none}  
a.nav:hover {color:#000; text-decoration: none}  

a.email:link { color: #294e56; text-decoration: none }
a.email:active { color: #294e56; text-decoration: none }
a.email:visited { color: #294e56; text-decoration: none }
a.email:hover { color: #000000; text-decoration: none }

a.email1:link { color: #666666; text-decoration: none }
a.email1:active { color: #666666; text-decoration: none }
a.email1:visited { color: #666666; text-decoration: none }
a.email1:hover { color: #e9c44b; text-decoration: none }

.navbar {
	font-size: 20px;
	text-align: center;
	font-family: verdana;
	font-weight: 200;
}



.home_header2 {
	font-size: 60px;
	font-family: verdana;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 1.0px;
	color: #000;
}



.home_header {
	font-size: 28px;
	font-family: verdana;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 1.0px;
	color: #ffffff;
}

.header3 {
	font-size: 30px;
	font-family: verdana;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 1.1px;
	color: #5f1354;
}

.header {
	font-size: 28px;
	font-family: verdana;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 1.0px;
	color: #ffffff;
}


.header2 {
	font-size: 40px;
	font-family: verdana;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 1.0px;
	color: #000;
}

.text2 {
	font-size: 22px;
	font-family: verdana;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 1.0px;
	color: #000;
}

.text {
	font-size: 21px;
	font-family: verdana;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 1.0px;
	color: #000;
}

.form {
	font-size: 18px;
	font-family: verdana;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 1.0px;
	color: #ffffff;
}

.phone {
	font-size: 28px;
	font-family: verdana;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: .2px;
	color: #000;
}

.footer {
	font-size: 8px;
	font-family: verdana;
	font-weight: 200;
	line-height: 1.2em;
	letter-spacing: 1.0px;
	color: #000;
}


.box2 {
	padding: 10px 10px 30px 30px;
	text-align: center;
	background-color:#5f1354;
	width: 370px;
	line-height: .9em;
	border-width: thin;
	border-style: double;
	border-color: #ffffff;
	border-radius: 2px;
	
}


.box3 {
	padding: 15px 20px 15px 20px;
	text-align: center;
	background-color:#ffffff;
	width: 870px;
	line-height: 1.2em;
	border-width: thin;
	border-style: double;
	border-color: #acacac;
	border-radius: 2px;
	
}



.box {
	padding: 20px 20px 20px 20px;
	background-color:#5f1354;
	width: 890px;
	line-height: .9em;
	border-width: thin;
	border-style: solid;
	border-color: #5f1354;
	border-radius: 20px;
	
}

hr.white {
 height: 2px;
 border: 0;
 color: #ffffff;
 background-color: #ffffff;
 width: 950px;
 }
 
