@charset "utf-8";
/* CSS Document */

body { margin: 0 auto; font: 14px/1.6 Verdana, Geneva, sans-serif; background-color: #000; color: #fff;
}

#container { width: 900px; margin: 0 auto;
}
#header-logo { width: 700px; height: 150px; float: left;
}
img { border: none;
}
#header-contact { float: right;
}
#header-contact p { text-align: right; line-height: 20px; padding-top: 15px; margin: 0px;
}

/*---------- nav ----------*/
#nav {
	float: left;
	width: 898px;
	height: 35px;
	border: 1px solid #fff;
	margin: 0px;
	background: #0d0d0d;
}
ul#list-nav {
    list-style:none;
    padding:0;
    width:940px;
    margin: 0;
}
ul#list-nav li {
    display:inline;
}
ul#list-nav li a {
	line-height: 35px;
    text-decoration:none;
    height: 35px;
    padding:0 36px 0 36px;
    color:#eee;
    float:left;
    text-align:center;
    border-right:1px solid #fff;
	font-weight: bold;
}
ul#list-nav li a:hover {
    background:#e11391;
    color:#000;
}
/*---------- end nav ----------*/

#main-img {
	float: left;
	height: 246px;
	width: 900px;
	margin-top: 20px;
}

/*---------- content ----------*/
.full-width {
	float: left;
	margin-bottom: 20px;
	width: 900px;
	color: #000;
	font-size: 18px;
}
.full-widthW {
	float: left;
	margin-bottom: 20px;
	width: 870px;
	background-color: #fff;
	color: #000;
	padding: 15px;
}
.whitewrap { 
float:left;
	background: #fff;
	color: #000;
	margin-bottom: 10px;
	clear:both;
	
}

.cont-gmaps {
	width: 510px;
	float: right;
}

.home-bpoints {
	width: 390px;
	float: left;
	letter-spacing: 1px;
}

.cont-450pxL {
	width: 430px;
	float: left;
	padding: 0 5px 0 0;
	font-size: 18px;
	
}
.cont-450pxLw {
	width: 415px;
	float: left;
	padding: 0 5px 0 15px;
	font-size: 18px;
	
}
.cont-450pxL img {
	width: 131px;
	height: 87px;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
	
}
.cont-450pxR {
	width: 415px;
	float: right;
	padding: 0 0 0 5px;
	font-size: 18px;
	
}
.cont-450pxRw {
	width: 430px;
	float: right;
	padding: 0 15px 0 5px;
	font-size: 18px;
	
}
.cont-450pxR img {
	width: 131px;
	height: 87px;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
	
}

p {
	margin: 0 0 10px 0;
}

/*---- PAGE LIST ----*/
ul.page-list {
	margin: 5px 0px 15px -25px;
	list-style: lower-alhpa; 
}

.page-list li {
	background: url(images/page-list-bullet.gif) no-repeat left center;
	display: block;
	padding: 5px 0 5px 25px;
	line-height: 15px;
	margin-top: 10px;
}

/*-- footer --*/
#footer {
	margin-top: 20px;
	margin-bottom: 35px;
	width: 880px;
	float: left;
	font-size: 11px;
	padding: 10px;
}

#footer-links {
	text-align: center;
	margin-bottom: 10px;
}

#footer-left {
	float: left;
	width: 500px;
	text-align: left;
}
#footer-right {
	float: right;
	width: 360px;
	text-align: right;
}

/*---------- TYPOGRAPHY ----------*/

h1 {
	font: 26px Verdana, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 40px;
}

h1.black {
	color: #000;
}

h1.title {
	color: #e11391;
}
h2 {
	font: 22px Verdana, Geneva, sans-serif;
	color: #e11391;
	font-weight: bold;
	margin: 0px 0 10px 0;
}
h3 {
	font: 22px Verdana, Geneva, sans-serif;
	color: #e11391;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

a:link, a:visited {
	color: #e11391;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}