﻿@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none;

	}
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

img {
	border: 0;
}

.clearfloat {
	clear: both;
}

body {
	background-position: right;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b3b81;
	line-height: 1.16;
	background-image: url('../images/fadelogo.png');
	background-repeat: no-repeat;
}
#outsidetop {
	width: 100%;
	background-color: #390060;
	height: 30px;
}

#maincontainer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topcontainer {
	width: 940px;
	height: 83px;
}

#mainlogo {
	width: 500px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px
}

#topright {
	vertical-align: bottom;
	float: right;
	margin-top: 60px;
}

#topnav li {
	display: inline;
}

#topnav {
	float: right;
}

#topnav li a {
	float: left;
	color: #aeaeae;
	font-size: 10px;
	text-decoration: none;
	border-right: 1px solid #aeaeae;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 8px;
}

#topnav .lasttab a {
	border-right: 0px;
	padding-right: 0px;
}

#topnav li a:hover {
	text-decoration: underline;
}

#topcontact {
	padding-top: 26px;
	color: #2a397d;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: right;
}

#topcontactphone {
	font-size: 20px;
}

#mainnav {
	width: 100%;
	height: 40px;
	float: left;
	list-style-type: none;
	border-radius: 7px;
	font-size: 11px;
	margin-bottom: 5px;
	background: url("../images/nav/main.png") center center repeat-x;
}

#mainnav>li{
	float: left;
	display: inline;
	position: relative;
}

#mainnav>li>a{
	display: block;
	color: #390060;
	letter-spacing: 1px;
	border-right: 1px solid #7c8fe6;
	border-left: 1px solid white;
	text-decoration: none;
	height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	background: url("../images/nav/main.png") center center repeat-x;
	outline: none;
}

#mainnav>li:first-child>a {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-left: none;
}

#mainnav #mainnavlasttab {
	height: 40px;
	border-left: 1px solid white;
}

#mainnav>li>a:hover{
	color: white;
	background: url("../images/nav/main-hover.png") center center repeat-x;
}

#mainnav>li>a.selected {
	color: white;
	background: url("../images/nav/main-selected.png") center center repeat-x;
}
#maintext {
	padding: 10px;
	width: 500px;
	float: left;
	background-color: #390060;
	height: 300px;
	margin-top: 5px;
	margin-left: 0px;
	color: #ffffff;
	border-radius: 7px;

}
#keypoints {
	padding: 10px;
	background-color: #e7e4e8;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	height: 300px;
	width: 385px;
	color: #390060;
	border-radius: 7px;
	font-size: medium;
}
#footer {
	margin-top: 10px;
	text-decoration: none;
}
#outsidebottom {
//	width: 100%;
	background-color: #ffffff;
	border: 1px #390060 solid;
	height: 90px;
	text-align: center;
	vertical-align:middle;
	text-align: center;
}
#outsidebottom a {
	color: #2b3b81;
	text-decoration: none;
}
#outsidebottom a:hover {
	text-decoration: underline;
}
