* { margin: 0; padding: 0; }
body { font: 14px/1.4 Arial, Helvetica, sans-serif; }

article, aside, figure, footer, header, nav, section { display: block; }

h1 {
	font-weight:lighter;
	color:#999;
	font-size:18px;
	text-transform:uppercase;	
	padding-bottom:10px;

}


h2 {
	font-weight:lighter;
	color:#781d7e;
	font-size:14px;
	text-transform:uppercase;	
	padding-bottom:10px;
	padding-top:20px;

}

h3 {
	font-weight: bold;
	color:#781d7e;
	font-size:14px;
	padding-top:10px;
}



p {
	padding-bottom:5px;
	
}

ul {
	margin-left:12px; 	
}

img {
	border:none;
	
}
	


/*HEADER STYLES*/

#header {
	position: relative;
	width:100%;
	height: 175px;
	vertical-align:middle;
	position:relative;
}


#logo {
	width:860px;
	height: 75px;
	padding: 50px;
	margin:auto;
}

#logo p {
	text-align:right;
	font-size:35px;
	color:#781d7e;
	margin-top:20px;
}


/*NAVIGATION MENU STYLES*/

#navigation {
	clear:both;
	background-color: #781d7e;
	width: 100%;
}


#navigation ul {
	list-style-type: none;
	height: 30px;
	width: 960px;
	margin: auto;
	padding: 0px 50px;
	text-align:center	
}


#navigation li {
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-collapse:collapse;
}


#navigation ul a {
	padding: 0px 45px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}


#navigation li a:hover {
	background-color: #954e9a;
}

.homepage-buttom {
	background-color: #8a8c8e;
	color:#666;
}



/*MAIN CONTENT STYLES*/

#main-content {
	width: 100%;
	padding: 15px 0px;
	background-image: url(../images/background_graphic.png);
	background-position: center -30px;
	background-repeat: no-repeat;
	background-color: #e7e7e8;
	background-attachment: scroll;
}

#content-wrap {
	width: 860px;
	margin:auto;
	padding: 0px 50px;
	
	
}


#content-wrap table #home-main-talbe td {
	padding: 15px 0px;
}

#content-wrap .table_header {
	padding: 5px 10px;
	color:#FFF;
	font-size:18px;
	margin: 5px 0px;
}

#content-wrap .table_body {
	padding: 0px 10px;
	color:#000;
	font-size:14px;
}

#content-wrap .table_header_margin {
	margin-bottom: 5px;
}

#content-wrap .table_body_margin {
	margin-bottom: 10px;
}

#content-wrap .table_body p {
	margin-bottom:5px;
}

#content-wrap a {
	text-decoration:none;
	color:#666;	
}

#content-wrap a:hover {
	text-decoration:underline;
	color:#999;
	
}

#map_table td{
	padding-top:10px;
	padding-bottom:10px;
}

/*FOOTER STYLES*/

#footer {
	width:860px;
	padding:35px 50px;
	text-align:right;
	margin:auto;
	font-size:30px;
	color:#781d7e;
}
