/* CSS Document */

body {
    font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif; 
    font-size:62.5%;
    margin: 0px 0 0;
	background-color: #EAEAEA;
}

a:link {
	color: #4F2C6A;
}
a:visited {
	color: #4F2C6A;
}
a:hover {
	color: #8CC340;
}

h1 {
	font-size: 1.3em;
	color: #4F2C6A;
}

h2 {
	font-size: 1.2em;
	color: #A3002B;
	margin-left: 10px;
}

h3 {
	font-size: 1.2em;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	background-color: #FFFFFF;
}

#header {
	padding: 0px;
	width: 850px;
	border: #FFFFFF;
	height: 178px;
}

#homeleft {
	padding: 0px;
	width: 192px;
	float: left;
	display: inline;
	clear: both;
}

#leftcol {
	padding: 0px;
	width: 192px;
	float: left;
	display: inline;
	clear: both;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4F2C6A;
}

#midcol {
	float: left;
	width: 465px;
	display: inline;
	vertical-align: top;
}

#widecol {
	float: left;
	width: 655px;
	display: inline;
	color: #333333;
}

#rightcol {
	color: #333333;
	height: 373px;
	width: 192px;
	float: left;
	display: inline;
}

#welcome {
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	height: 60px;
	margin-top: 4px;
}

#hptext {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 1.2em;
}

.maintext {
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	font-size: 1.2em;
	margin-top: 10px;
	color: #333333;
}

.formtable {
	font-size: 1.1em;
	color: #333333;
}

.purplebold {
	font-size: 1.5em;
	color: #4F2C6A;
	font-weight: bold;
}

/* contact */

#pg {
	float: left;
	width: 200px;
	height: 200px;
	display: inline;
	text-align: center;
}

#pw {
	display: inline;
	float: left;
	height: 200px;
	width: 200px;
	text-align: center;
}

#db {
	display: inline;
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
}

#address {
	display: inline;
	float: left;
	width: 150px;
	text-align: center;
	margin-left: 150px;
}

#tel {
	display: inline;
	float: left;
	width: 150px;
	text-align: center;
}




/* left navigation */

ul { margin:0; padding:0; }

#nav li { margin:0 0 3px; padding:0 0 0 15px; list-style:none;  background-repeat:no-repeat; background-position:2px 3px; }


#nav {
	width:192px;
	text-align:left;
	vertical-align:top;
	background-color:#4F2C6A;
	margin: 0;
	padding: 0;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul { margin:0; padding:0; }

#nav li { margin:0; padding:0; list-style:none;background-image:none;  }

#nav li a {
	color:#FFFFFF;
	text-decoration:none;
	width:142px;
	display:block;
	border-bottom:1px dotted #8CC340;
	padding: 6px 25px;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	margin:0;
	font-size: 1.1em;
	font-weight: bold;
}

#nav li a:hover {
	background-image: url(images/navbulletover.gif);
	border-bottom:1px dotted #999999;
	color: #8CC340;
	background-color: #6B3C8E;
}

#nav li a.active { border-top:1px solid #abacaa; border-bottom:1px solid #e6e6e2; font-weight:bold;  }


.new-home-content {
	height: 550px;
	margin-left: 20px;
	margin-right: 0px;
	text-align: justify;
	font-size: 1.2em;
	margin-top: 10px;
	color: #333333;
	overflow-x: hidden;
	overflow-y: auto;
	width: 635px;
}



.new-home-logo {
	display: inline;
	float: left;
	width: 280px;
	margin-top: 30px;
}

.new-home-synopsis {
	width: 280px;
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	vertical-align: top;
	font-size: 1.2em;
	font-weight: bold;
}

.new-home-description {
	clear: both;
	float: left;
	width: 600px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4F2C6A;
	padding-bottom: 20px;
	margin-right: 10px;
}

#footer {
	height: 49px;
	width: 850px;
	background-image: url(images/footerbg.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}


#footerleft {
	color: #4F2C6A;
	font-size: 1.1em;
	padding-top: 17px;
	padding-left: 10px;
	width: 550px;
	float: left;
}

#footerleft a:link, #footerleft a:visited {color: #4F2D69;}
#footerleft a:hover {color: #6B3C8E;}

#footerright {
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 17px;
	width: 190px;
	display: inline;
	float: right;
	text-align: right;
	padding-right: 15px;
}

#footerright a:link, #footerright a:visited {color: #FFFFFF;}
#footerright a:hover {color: #8CC340;}
