body {
   margin:0;
   padding:0;
   height:100%;
   font-size:16px
   background:white;
}
h1{
font-size:2em;
}

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }

a {
color: #fff
}
a:hover{
color:#EE2A7B
}
#header{
height: 150px;
}


#main{
	background: rgba(0,0,0,0.95);
	font-size: 35px;
	font-weight: bold;
	color:white;
	padding:40px;
	line-height: 40px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4), -1px -1px 4px rgba(0,0,0,0.4)	;
}

#footer {
height:100%:

   width:100%;
 	background:rgb(0,0,0);   
   background:rgba(0,0,0,0.80);
    clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -3em;
   
}
#footer_content{
margin-top:50px;
margin-right:20px;
margin-bottom: 20px;
text-align: right;
font-size: 12px;
color:#555;
}

.button{
	background: #00AEEF;
	color: white;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-size:16px;
	font-weight: bold;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5)	;
	
}


.button:hover{
background: #EE2A7B;
color: white;
}

#services{
	display: block;
}
#content{
padding-bottom: 3em; 
}


#inner_content{
	background:rgb(0,0,0);   
	background: rgba(0,0,0,0.95);
	font-size: 15px;
	color:white;
	padding:40px;
	height:auto;
}

.bg_grey{
background:  #231F20 !important;
}



.services_content_summary{
	font-size:31px;
	line-height: 40px;
	font-weight: bolder;
}

blockquote {
background-image: url(img/quotes_open.gif);
background-repeat: no-repeat;
background-position: left 5px;

}

.quote{
text-indent: 50px;
}

blockquote span {
background-image: url(img/quotes_close.png);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
}

.services_content_content{
/* 		font-family: ff-meta-serif-web-pro-1, ff-meta-serif-web-pro-2, Cambria, Georgia, serif; */

	font-size: 15px;
	line-height: 17px;
	font-style: normal;
font-variant: normal;
font-weight: normal;
}

.services_content_content li{
	margin-bottom: 10px;
}

.sub_summary{
	margin-top:30px;
	font-size:15px;
	line-height: 20px;
}

#services_submenu{
margin-bottom: 30px;
}

#services_submenu .button{
margin-left: 2px;
}

#header .button{
margin-left: 2px;
}

#logo{
	background:rgb(255,255,255);   
	background: rgba(255,255,255,0.00);

}