@charset "UTF-8";
/* CSS Document */

body{
	background:#4A0B97 url(../images/bg.png) repeat-x;
}

h1{
	color:#177F17;
	}
h2{
	 color:#8B5BB3;
	 }

h3{
	color:#C29A45;
	}
h4{
	color:#024D07;
	}
h5{
	color:#582d05;
	}

.container{
	background-color:#666;
	width:750px;
}

#wrapper{
	background:transparent url(../images/wrapperBg.png) repeat-y;
}

#header{
	height:175px;
	background:transparent url(../images/header.png) repeat;
}

#topNav{
	height:36px;
	background:transparent url(../images/navBg.png) repeat-x;
}

#topNav ul{
	height:49px;
	margin:0 10px;
	list-style:none;
}

#topNav ul li {
	position:relative;
	float:left;
	padding:5px 5px 0 10px;
	list-style-type:none;
	font-size:16px;
	color:#fff;
	font-family:verdana;
}



#topNav ul li a{
	height:49px;
	color:#fff;
	text-decoration:none;
}

#topNav ul li.highlight{
	background:transparent;
	color:#B095D1;
	}

#topNav ul li a:hover{
	color:#B095D1;
	text-decoration:none;
	background:transparent url(../images/navBgRoll.png) repeat-x;
}

#topNav ul li a:active{
	color:#000;
	text-decoration:none;
}

#topNav ul li.highlight a{
	color:#B095D1;
	}

#topNav ul li.highlight ul li a{
	color:#fff;
	}

#topNav ul li ul li a{
	background-color:#c3541a;
	padding:0 5px;
	color:#fff;
	}
	
#topNav ul li ul{
	margin:0;
	}
	
#topNav ul li ul li{
	padding:0;
	color:#fff;
	}

#topNav ul li ul li a:hover{
	background-color:#c3541a;
	color:#000;
	}
	
ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul { display:block; }
ul li.highlight ul { display:block; }

ul li.highlight li.haschildren ul { display:none; }
ul li.hasvisiblechildren ul li.haschildren ul { display:none; }

ul li.hasvisiblechildren ul li.highlight ul { display:block; }
ul li.hasvisiblechildren ul li.hasvisiblechildren ul { display:block; }


#mainContent{
	height:auto;
	background-color:#fff;
	padding:10px 20px;
	width:710px;
}

#footer{
	height:30px;
	background:transparent url(../images/footerBg.png) repeat-y;
	color:#fff;
	padding: 10px 0 0 10px;
}


#body #contact-form-container div.input, #contact-form-container div.submit{
	background:#fff;
	}
	
#body #contact-form-container div.input label{
	color:#177F17;
	}