@import url('reset.css');

body {
	background-color: #281D28;
	margin: 0;
	padding: 0;
	font-family:'Geneva',Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}

h1 {
	font-size: 44px;
	color: #BD84B8;
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
	border-bottom: 1px solid #A1899F;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-weight: lighter;
}

h2 {
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
	font-size: 22px;
	color: #FFF;
	line-height: 1.3em;
	margin: 0 0 20px 0;
	font-weight: lighter;
}

h2.purple {
	color: #BD84B8;
}

h2.border {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #A1899F;
}

h3 {
	color: #BD84B8;
	font-size: 14px;
	font-weight: lighter;
}

h4 {
	color: #BD84B8;
	font-size: 14px;
	margin: 0 0 20px 0;
	font-weight: lighter;
}


ul, li {
	color: #BD84B8;
	font-size: 14px;
	margin: 0 0 20px 0;
	font-weight: lighter;
	list-style:disc;
}


p {
	font-size: 14px;
	color: #CBCCCC;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}


a {
	color: #BD84B7;
}

blockquote  {
	padding: 10px 0;
	background: url(../sitepix/structural/top-quote.png) no-repeat left top;
	margin: 0 0 20px 0;
}

blockquote p {
	font-size: 14px;
	font-style: italic;
	color: #BD84B8;
	line-height: 1.4em;
	padding: 0 0 10px 0;
	margin: 0;
	text-indent: 30px;
	background: url(../sitepix/structural/bottom-quote.png) no-repeat right bottom;
}

#left {
	width: 245px;
	float: left;
}

#middle {
	width: 260px;
	float: left;
	margin: 0 0 0 60px;
}

#right {
	width: 260px;
	float: right;
}


#site-holder {
	width: 960px;
	margin: 0 auto;
	background: url(../sitepix/background-images/city-scape.jpg) no-repeat left top;
	overflow: hidden;
}

#header {
	width: 960px;
	overflow: hidden;
	padding: 35px 0 0 0;
}

#header .logo-holder {
	background: url(../sitepix/structural/logo-bg.png) repeat-x left top;
	overflow: hidden;
	width: 100%;
	height: 90px;
}

#header .logo-holder img {
	margin: 13px 0 0 40px;
}

#nav {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	width: 960px;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav li a {
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 40px;
	height: 40px;
	width: 100%;
	display: block;
	font-size: 14px;
}

#nav li a:hover {
	background: url(../sitepix/nav/hover-bg.png) repeat-x left top;
}

#nav li a.active {
	background: url(../sitepix/nav/downstate-bg.png) repeat-x left top;
}

#text-holder {
	width: 880px;
	overflow: hidden;
	background: url(../sitepix/structural/main-area-bg.png) repeat left top;
	padding: 40px 40px 20px 40px;
}





#contact-form {
	width: 260px;
	float: left;
	margin: 0 0 0 60px;
}

#contact-form fieldset {
	margin: 0;
	padding: 0;
}

#contact-form legend {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

#contact-form label {
	width: 80px;
	display: block;
}

#contact-form input[type=text], textarea {
	width: 260px;
	-webkit-background-clip: padding-box;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	padding: 5px;
	
}

#contact-form input[type=submit] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin: 0;
	background-color:  #BD84B7;
	color: #000;
	font-weight: bold;
	text-shadow: 0 1px 1px #FFF;
	padding: 5px 15px;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

#contact-form input[type=submit]:hover {
	background-color: #000;
	color: #FFF;
	text-shadow: 0 1px 1px #000;
}


#address {
	width: 330px;
	float: left;
	margin: 0 0 0 45px;
}

#address small {
	font-size: 11px;
}



#footer {
	background: url(../sitepix/structural/bottom-logo.png) no-repeat right 70px;
	background-color: #402E40;
	padding: 50px 0 0 0;
	overflow: hidden;
	
}

#footer ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
	list-style: none;	
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	font-size: 13px;
	color: #DBDCDE;
	text-decoration: none;
	margin: 0 30px 0 0;
}

#footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}


#footer p {
	margin: 0 0 40px 40px;
	font-size: 12px;
	color: #FFF;
}


#footer a {
	color: #FFF;
	text-decoration: none;
}
