* {
	font-family:Arial, Helvetica, sans-serif;
}

html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:url(images/bkgrd.jpg) top no-repeat fixed;
	background-size:cover;
	height:100%;
	position:relative;
}

#content {
	overflow:auto;
	padding-bottom:60px;
}

#logo {
	width:288px;
	height:89px;
	background:url(images/logo.png);
	margin:0 auto;
}

#row {
	width:97%;
	height:33px;
	margin:0 auto;
}

#menubtn {
	display:none;
	width:37px;
	height:37px;
	float:left;
	background:url(images/menubtn.png);
}

#phone {
	margin:0 auto;
	display:block;
	width:258px;
	height:33px;
	background:url(images/phone.png);
}

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

#nav li.navitem {
	margin:0;
	padding:0;
	list-style:none;
}

#nav a {
	text-decoration:none;
}


h1 {
	font-size:.9em;
}

h2 {
	text-align:justify;
	padding:0 10px;
	font-size:1.1em;
	color:#000;
	text-shadow:1px 1px 2px rgba(0,0,0,.5)
}

footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:50px;
	padding:5px 0;

}
#social {
	margin-left:5%;
	height:50px;
	width:92%;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#social a {
	height:50px;
	width:50px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#social a img{
	width:100%;
	height:100%;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.button{
	color:#000c6d;
	display:block;
	margin:4px auto;
	width: 97%;
	height: auto;
	text-align:center;
	padding:.4em 0;
	font-size:1.2em;
	font-weight:bold;
	border-radius:8px;
	border: 0;
	filter: none; /*IE6-9 */
	background:#FFF url(images/btn.gif) repeat-x top;
	-moz-box-shadow:
	0px -1px 3px rgba(180,255,180,0.5), /*top external highlight*/
	2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
	inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
	inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
	-webkit-box-shadow:
	0px -1px 3px rgba(180,255,180,0.5), /*top external highlight*/
	2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
	inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
	inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
	box-shadow:
	0px -1px 3px rgba(180,255,180,0.5), /*top external highlight*/
	2px 3px 3px rgba(0,0,0,0.2), /*bottom external shadow*/
	inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/
	inset 0 1px 1px rgba(255,255,255,1); /*top internal highlight*/
}

.button:hover {
	background:#000c6d;
	color:#FFF;
}