@import url('reset.css');


* {
  margin: 0;
  padding: 0;
  border: none;
}

@font-face {
    font-family: 'AmienneRegular';
    src: url('amienne-webfont.eot');
    src: url('amienne-webfont.eot?#iefix') format('embedded-opentype'),
         url('amienne-webfont.woff') format('woff'),
         url('amienne-webfont.ttf') format('truetype'),
         url('amienne-webfont.svg#AmienneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background-color: #061f51;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

.container_holder {
	width:100%;
	margin:0 auto;
}
a{
	color:#000;
	text-decoration:none;
}

#logo {
	text-align:center;
	margin: 0 auto;
	width: 750px;
	padding-top: 20px;
}


#tagline {

text-align:center;
	margin: 0 auto;
	width: 770px;
	padding-top: 10px;

}

.holder {
	background: url(container.png) 0 0 no-repeat;
	width: 955px;
	height: 560px;
	margin: 30px auto 0;
	position: relative;
	
}

.container2 {
	background: url(container2.png) 0 0 no-repeat;
	width: 955px;
	height: 560px;
	margin: 30px auto 0;
	position: relative;
	
}

.nav {
	background: url(images/divider.png); background-repeat:no-repeat; background-position:20px center;
	display: block;
	left: 48px;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	width: 452px;
	padding-left: 340px;
}

.nav ul {
	margin: 0 auto;
	list-style-type: none;
	text-decoration: none;

}

.nav ul li {
	font-family: 'AmienneRegular', Helvetica, Arial ;
	font-size: 40px;
	padding: 10px;
	float: left;
	letter-spacing: normal;	
}


.nav ul li a{
	
	color: white;
	text-shadow: 1px 2px #000;
	text-decoration: none;
	
}


.nav ul li a:hover{
	color: #cb255f;
	text-decoration: underline;
	text-shadow: 1px 2px white;
	
}
	



.leftcolumn {
	float: left;
	width: 420px;
	margin: 50px 5px 0 60px;
	height: 470px;
}

.inner_wrapper {
	
width: 820px;
	padding: 50px 5px 0 60px;
	height: 470px;
}


.thumb { 
	width: 150px;
	float: left;
	margin: 20px 25px 10px 20px;
	height: 100px;
}


.thumb img{ 
	border: 3px solid #cb255f;
}

.thumb img:hover{ 
	border: 3px solid white;
}

.rightcolumn {
	float: left;
	width: 380px;
	margin: 50px 15px 0 30px;
	height: 450px;
}

.contactinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color:#FFF;
	line-height: 25px;
	padding: 10px;
	font-style: italic;
	font-weight: 100;
	text-shadow:1px 1px 2px #636363
}


.services {
	margin: 10px 0 0 0;
}


.services_spot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color:#FFF;
	line-height: 25px;
	padding: 10px;
	font-style: italic;
	font-weight: 100;
	height: 170px;
	
}
.services_spot ul {
	list-style-type: none;
	width: 400px;
}




.services_spot li {
    list-style-type: none;
	width: 135px;
    margin:15px 0 0 0;
    padding:0 5px 0 0;
    line-height: 5px;
    float:left;
	display: block;
	text-shadow:1px 1px 2px #636363;
	
}

.connect {
	text-align: left;
	height: 50px;
	width: 250px;
	
}
.connect_facebook {
	width: 50px;
	
	
}
 ul:hover li{ color: #e0dfe1; }
   ul:hover li:hover{ color: #ce0d50; text-shadow:1px 1px 1px #333; }
   
   
   .footer_bottom {
    clear: both;
    color: #FFFFFF;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
	
   }
