@charset "UTF-8";
/* CSS Document */

#megacontainer {
	background-image:url(assets/shadow.png);
	position: relative;
	height: 640px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	position: absolute;
	height: 640px;
	width: 1080px;
	left: 110px; 
}
#navcontainer {
	background-image: url(assets/navbar.png);
	position: absolute;
	width: 645px;
	height: 40px;
	left: 435px;
}

#navcontainer ul {
	margin: 0;
	padding-top: 10px;
	list-style-type: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	text-align: center;	
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	color: #888888;
	width: 635px;
	height: 82px;
}

#active a:link, #active a:visited, #active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	text-decoration: none;
}
#active a:link, #active a:visited, #active a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#leftcolumn {
	background-color: #662D91;
	position: absolute;
	height: 600px;
	width: 455px;
	top: 40px;
}
#logodiv {
	background-color: #FFFFFF;
	position: absolute;
	height: 95px;
	width: 455px;
}
#imagediv {
	background-color: #662D91;
	position: absolute;
	height: 430px;
	width: 425px;
	top: 100px;
	left: 15px;
}
#contactdiv {
	position: absolute;
	height: 70px;
	width: 455px;
	top: 530px;
}
#maincolumn {
	position: absolute;
	height: 600px;
	width: 625px;
	top: 40px;
	left: 455px;
}

#animation {
	background-color: #FFFFFF;
	position: absolute;
	height: 100px;
	width: 625px;
	top: 60px;
}
#homeheader {
	position: absolute;
	height: 80px;
	width: 625px;
	top: 160px;
}
#bodycopy {
	position: absolute;
	height: 330px;
	width: 525px;
	left: 50px;
	top: 260px;
}

/* CSS Classes */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 19pt;
}

.text_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 19pt;
	text-align: center;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1pt;
}
.img {
	border: 0;
}

/* contacts page */

#contact_content {
	position: absolute;
	height: 220px;
	width: 575px;
	left: 30px;
	top: 40px;
}

#contact_header {
	position: absolute;
	height: 40px;
	width: 625px;
	top: 10px;
}
#contact_animation {
	background-color: #FFFFFF;
	position: absolute;
	height: 100px;
	width: 625px;
	top: 155px;
	font:lighter 11pt Arial, Helvetica, sans-serif;
	color:#666;
}
#contact_animation label {
	float:left;
	width:230px;
	padding-right:10px;
	text-align:right;
	line-height:18px;
	margin-bottom:10px;
}
#contact_animation input, select {
	margin-left:20px;
	border:1px solid #B3B3B3;
	width:150px;
	margin-bottom:10px;
}
#contact_animation textarea {
	margin-left:20px;
	border:1px solid #B3B3B3;
	width:280px;
	height:75px;
	margin-bottom:10px;
}
.sent {
	font:lighter 11pt Arial, Helvetica, sans-serif;
	color:#000;
}
#contact_animation .radio {
	margin:0px;
	padding:0px;
	border:0px none;
}

