﻿/* HTML Elements */


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	color: #232323;
	height: 100%;
}

p {
	margin: 0.4em 0 0 0;
}

* {
	margin: 0;
	color: #000000;
}

a img {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

a:visited {
	color: #3c57a7;
	text-decoration:none
	}

a:link {
	color: #3c57a7;
	text-decoration: none;
	right: auto;
}

a:active {
	color: #3c57a7;
	text-decoration: none;
}
	
a:hover {
	color: #3c57a7;
	text-decoration: none;
}

/* Structure */

#header {
	background: #f2f2f2;
	width: 53.6em;
	height: 11.9em; 
	margin: 0.6em auto 0 auto;
}

#page {
	width: 52em;
	margin: 0 auto;
	padding: 0.8em;
	background-color: #FFFFFF;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

/* Navigation Bars*/
#navtop {
	margin: 0 auto 0 auto;
	padding: 0.5em 1.0em 0.5em 1.0em;
	text-transform: none;
	background: #232323;
	font-size: 0.7em;
	display: block;
	text-align: left;
	text-decoration: none;
	height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

#toppage-bar {
	width: 100%;
	height: 1.2em;
}
	
#navtop li {
	float: right;
	list-style: none;
	cursor: pointer;
	display: block;
	margin-right: 0.4em;
}

#navtop li:hover {
	background: #3c57a7;
	}


#navtop a:visited {
	color:#FFF;
	display:block;
	}

#navtop a {
	color: #FFF;
	display: block;
	padding: 0 0.8em 0 0.8em;
}

#navtop a:hover {
	text-decoration:none;
	display:block;
	}


#page-bar {
	width: 96.35%;
	height: 1.7em;
	padding: 0.3em 1.2em 0.3em 1.2em;
	float: left;
	background: #232323;
	font-size: 0.82em;
	
}
	
#page-bar li {
	float:left;
	cursor: pointer;
	display:block;
	}

#page-bar li:hover {
	background: #3c57a7;
	}

#page-bar a {
	padding: 0.3em 1.6em 0.3em 1.6em;
	font-weight: bold;
	color: #FFF;
	display: block;
}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}


/* Page and Survey Services */

#top {
	background: #FFFFFF;
}

#featured {
	width: 24.0%;
	background: #FFFFFF;
	float: right;
	padding: 0.4em;
}

#featured .title {
	font-size: 1.3em;
	font-weight: bold;
	color: #3c57a7;
	font: Verdana;
	text-align: left;
}

.toptitle {
	font-size: 1.5em;
	font-weight: normal;
    color: #3c57a7; 
    font: Verdana; 
    padding-bottom: 0.2em; 
    text-align: left;
}

#featured .clearfloat {
	margin-top:0.7em;
	margin-bottom:0.1em;
	width: 100%;
}

#featured .info {
	margin-top: 0.0em;
	padding-top: 0.0em;
	float: right;
	width: 65%;
	font-size: 0.72em;
}

#featured .divider {
	margin-left:20.0%;
	width: 100%;
	}


/* Content Page*/

#content {
	line-height: 1.5em;
	width: 70%;
	background: #ffffff;
	padding: 1.0em;
	float: left;
	font-size: 0.8em;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}

#headline {
	width: 100%;
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #3C57A7;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.4em;
}

#quoteheadline {
	width: 70%;
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #3C57A7;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.4em;
}


/* Survey Advice */
#featured-survey-advice {
	width: 98.5%;
	background: #f2f2f2;
	float: left;
	padding: 0.4em 0.5em 0.8em 0.6em;
	margin: 1.0em auto 0.4em 0.00;
}

.advicetitle {
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #3C57A7;
	height: 1.6em;
	font-weight: bold;
	text-align: left;
}

#cat-5 {border-top:0.7em solid #333333;}

#cat-3 {border-top:0.7em solid #333333;}

#cat-1 {border-top:0.7em solid #333333;}

#cat-4 {border-top:0.7em solid #3c57a7;}

#cat-2 {border-top:0.7em solid #3c57a7;}



#cat-5:hover {background:#333333; color:#fff; }

#cat-3:hover {background:#333333; color:#fff; }

#cat-1:hover {background:#333333; color:#fff; }

#cat-4:hover {background:#3c57a7; color:#fff; }

#cat-2:hover {background:#3c57a7; color:#fff; }

#cat-5:hover a {background:#333333; color:#fff; }

#cat-3:hover a {background:#333333; color:#fff; }

#cat-1:hover a {background:#333333; color:#fff; }

#cat-4:hover a {background:#3c57a7; color:#fff; }

#cat-2:hover a {background:#3c57a7; color:#fff; }


/* Survey Advice bottom block */

#survey-advice {
	font-size: 0.8em;
	width: 65.0em;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0.0em 1.0em 1.0em 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

#leftcol {
	width: 20em;
	float: left;
	padding: 0.4em;
	background: #ffffff;
}

#midcol {
	width: 20em;
	float: left;
	padding: 0.4em;
	background: #ffffff;
	margin-left:1.5em;
}

#rigcol {
	width:20em;
	float:right;
	padding: 0.4em;
	background: #fff;
	}

#rigcol a {
	color:#232323;
	}

#midcol a {
	color:#232323;
	}

#leftcol a {
	color:#232323;
	}

#rigcol ul {
	margin-top:0.2em;
	}

#midcol ul {
	margin-top:0.2em;
	}

#leftcol ul {
	margin-top:0.2em;
	}

#rigcol ul li {
	list-style:none;
	padding:0.25em;
	display:block;
	}

#midcol ul li {
	list-style:none;
	padding:0.25em;
	display:block;
	}

#leftcol ul li {
	list-style: none;
	padding: 0.25em;
	display: block;
	}



/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

.style1 {
	padding: 0 0 0.4em 0;
	text-align: center;
	font-size: 0.73em;
	color: #232323;
}

.style2 {
	font-size: 0.72em;
	text-align: center;
	background: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 100%;
	padding-top: 0.8em;
	padding-bottom: 0.8em;

}

.style4 {
	background: #FFFFAA;
	font-size: .72em;
	color: #000000;
	text-align: center;
}


.style8 {
	text-align: inherit;
	font-family: Verdana;
	font-size: 0.9em;
	color: #000000;
}

.style11 {
	float: left;
	text-align: center;
}

.style14 {
	font-size: 1.4em;
	font-weight: 500;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #3C57A7;

}

.style15 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	color: #000000;
}

.style16 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #3C57A7;
}

.style17 {
	margin:0.3em;
}

.style18 {
	margin-bottom: 10px;
}

.style19 {
	text-align: center;
	color: #000080;
}

.style22 {
	width: 18.3%;
	float: left;
	padding: 0.5em 0.5em 0.8em 0.5em;
	background: #fff;
	font: 0.85em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #3C57A7;
}




/* Side menu */

.style23 {
	width: 100%;
	float: left;
	padding: 0.5em 0.5em 0.8em 0.5em;
	background: #fff;
	font: 0.85em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3C57A7;
	font-weight: bold;
}

.style24 {
	font-size: 1.4em;
	font-weight: 500;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000000;
}

.style25 {
	padding: 0 1em 0 0;
	margin: 0.3em;
	text-align: left;
}

.style26 {
	font-size: 1.4em;
	font-weight: 500;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3C57A7;
}

#cat-2a {border-top:0.0em solid #3c57a7;}

#cat-2a:hover {background:#3c57a7; color:#fff; }

#cat-2a:hover a {background:#3c57a7; color:#fff; }

#featured .title2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: left;
}


