@import url('fonts/francois-one-fontfacekit/stylesheet.css');
@import url('fonts/PT-Sans-fontfacekit/stylesheet.css');
@import url('fonts/bevan-fontfacekit/stylesheet.css');



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

body {
	background-color: #e0e0e0;
	font-family: PTSansRegular, "Lucida Grande", sans-serif;
}

header {
	display: block;
	margin-bottom: 0px;
}
h1 {
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 100px;
	font-size: 53px;
	text-shadow: 0px 1px 2px #fff;
	font-weight: normal;
	font-family: BevanRegular, Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	margin-top: 40px;
	line-height: 1em;
	font-size: 2em;
	margin-left: 20px;
	text-shadow: 0px 1px 0px #e9e9e9;
	font-style: normal;
	font-weight: normal;
	font-family: FrancoisOneRegular, Helvetica, Verdana, Arial, sans-serif;
}


h3 {
	text-shadow: 0px 1px 0px #e9e9e9;
	font-style: normal;
	font-weight: normal;
	font-family: FrancoisOneRegular;
}

#main {
	line-height: 1.6em;
	margin-right: auto;
	margin-left: auto;
	width: 1040px;
}

.boxFull {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	width: 1000px;
}

.boxHalf {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	width: 470px;
}

.boxFull h2 {
	margin-top: 20px;
	margin-left: 0px;
}

.boxHalf h2 {
	margin-top: 20px;
	margin-left: 0px;
}

.tagline {
	margin-bottom: 10px;
	text-shadow: 0px 1px 0px #fff;
	color: #0153e2;
	margin-top: 20px;
	font-family: BevanRegular;
	font-size: 40px;
}

.logo {
	border-style: none;
	margin-right: 20px;
	margin-top: -80px;
	float: left;
}

.footer .boxFull {
	min-height: 200px;
	color: #fff;
	background-color: #333333;
	border-width: 1000px;
}

.footer h2 {
	font-size: 1.5em;
	text-shadow: 0px 0px;
}

#mapviewer {
	float: right;
}

.footer .boxFull a {
	text-decoration: none;
	color: #00b5ff;
}

.footer .boxFull a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #0500c1;
}

a:hover {
	text-decoration: underline;
}

.lightBlue {
	color: #00b5ff;
}

.normal {
	font-family: PTSansRegular;
	font-size: 14px;
}

#news_box {
    	background-image: url(/img/separator_1.png);
    	background-repeat: no-repeat;
    }

#apps_box {
    }

.menuAppIcon {
}

.menuAppIcon img {
	border-style: none;
	height: 75px;
	width: 75px;
}

.menuAppIconSelected {
}

.menuAppIconSelected img {
	border-style: none;
	height: 100px;
	width: 100px;
	
}
