@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
		} /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	background-color: #FFFFFF;
}
.mainpage #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 30px;
} 
.mainpage #container1 {
	position: relative;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	top: 20px; /* this overrides the text-align: center on the body element. */
} 
.mainpage #header1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	height: 160px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	border: 0px none #EBEBEB;
	background-image: url(../images/headerbackground.png);
	background-repeat: no-repeat;
}
.mainpage #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #666666;
}
.mainpage #mainContent {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 560px;
}
.mainpage #mainContent2 {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 500px;
	background-color: #FFFFFF;
	z-index: 0;
}
.mainpage #mainContent3 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 20px;
}
.mainpage #features {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #E4E4E4;
	border: 1px solid #666666;
	position: relative;
	width: 460px;
	font-size: 14px;
	color: #4C609A;
	list-style-image: url(../images/listarrowgreen.jpg);
	line-height:25px;
	vertical-align: text-bottom;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 0px;
}
.mainpage #features p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
}

.mainpage #footer {
	top: 41px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/footerbackgrnd.png);
} 
.footer {
	width: 800px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/footerbackgrnd.png);
} 
.footer p {
	
	padding-right: 0px;
	padding-left: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color: #005EBD;
	margin: 0;
	line-height: 40px;
} 
.mainpage #footer p {
	
	padding-right: 0px;
	padding-left: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color: #005EBD;
	margin: 0;
	line-height: 40px;
} 
.mainpage #logoholder {
	width: 150px;
	height: 151px;
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	background-image: url(../images/logopink.png);
	background-repeat: no-repeat;
}
.mainpage #headertextholder {
	width: 300px;
	top: 0px;
	height: 151px;
	float: left;
	background-image: url(../images/logo-title-pink.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	z-index: 2;
}
.mainpage #navbar {
	top: 0px;
	height: 30px;
	background-color: #5162DD;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.mainpage #navbarmenu {
	top: 0px;
	height: 79px;
	padding-left: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.mainpage #headerslogan {
	width: 250px;
	top: 5px;
	position: absolute;
	height: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	color: #E477F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E477F9;
	right: 0px;
	z-index: 2;
	font-weight: 100;
	line-height: 30px;
	margin-right: 10px;
}
.headerslogannew1 {
	width: 250px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	color: #E477F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E477F9;
	right: 0px;
	z-index: 2;
	font-weight: 100;
	line-height: 30px;
	margin-left: 30px;
	margin-top: 5px;
}
.headerslogannew2 {
	width: 220px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	color: #E477F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E477F9;
	z-index: 2;
	font-weight: 100;
	line-height: 30px;
	margin-left: 60px;
	margin-top: 5px;
}
.headerslogannew3 {
	width: 190px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	color: #E477F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E477F9;
	z-index: 2;
	font-weight: 100;
	line-height: 30px;
	margin-left: 90px;
	margin-top: 5px;
}
.headerslogannew4 {
	width: 160px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	color: #E477F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E477F9;
	z-index: 2;
	font-weight: 100;
	line-height: 30px;
	margin-left: 120px;
	margin-top: 5px;
}
.mainpage #headerslogan2 {
	width: 220px;
	top: 40px;
	position: absolute;
	height: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	color: #E477F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E477F9;
	right: 0px;
	z-index: 2;
	line-height: 30px;
	margin-right: 10px;
}

.mainpage #headerslogan3 {
	width: 190px;
	top: 75px;
	position: absolute;
	height: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	color: #E477F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E477F9;
	right: 0px;
	z-index: 2;
	line-height: 30px;
	margin-right: 10px;
}

.mainpage #headerslogan4 {
	width: 160px;
	top: 110px;
	position: absolute;
	height: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 18px;
	color: #E477F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E477F9;
	right: 0px;
	z-index: 2;
	line-height: 30px;
	margin-right: 10px;
}
.mainpage #maincontent {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	height: 650px;
	left: 0px;
	top: 152px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	width: 510px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 16px;
	color: #555555;
}
.mainpage #mainContentthanks {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	height: 650px;
	left: 0px;
	top: 152px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	width: 460px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 16px;
	color: #555555;
}

.menu{
	margin:0;
	width:180px;
	list-style:none;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.menu li{
	padding:0;
	margin:0 0 1px 0;
	height:50px;
	display:block;
}
.menu li a{
	text-align:justify;
	height:40px;
	padding:0px 20px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-image: url(../verMenuImages4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.menu li a:hover{
	color:rgb(235,235,235);
	background-image: url(../verMenuImages4.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
.menu li a.active, .menu li a.active:hover{background:url('../verMenuImages2.png') 0px -80px no-repeat; color:rgb(235,235,235);}
.menu li a span{
	line-height:40px;
}
.menu #span2{
	line-height:40px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	vertical-align: 60%;
	position: absolute;
	left: 130px;
}
.stylecontact {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	text-align: left;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration:none
}
.stylecontact a{
	
	text-decoration:none
}
.headersloganwrapper {
	float: left;
	width: 320px;
}
