/* CSS Document */
body {
	font: normal 80%/160% Arial, Helvetica, sans-serif;
	margin: 0px; padding:0px;
	background: white url(../active_images/bg_repeat.gif) repeat-x top left;
	color:#002653;
}

a:link {color:#999; text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { color: #0099CC;}
a:active { text-decoration: none;}

.red {
	color:#FF3300;
}


.red a:link {color: #FF3300; text-decoration: underline;}
.red a:visited { color:#FF3300; text-decoration: underline;}
.red a:hover { text-decoration: underline; color:#FF6600;}
.red a:active { text-decoration: underline;}

/* headings */
#masthead h1 {
	display:none;
}

h2 {
	font-size: 125%; color:#002653;
	margin:20px 0px 20px 0px; padding: 20px 0px 5px 0px;
	border-bottom: 1px solid #eee;
	background: url(../active_images/cog_icon.gif) no-repeat 0 25%;
}	

h3 {
	font-size: 115%; color:#002653;
	margin:0px 0px 5px 0px; padding: 0px;
}

.white {
	color:#fff;
}

h4 {
	font-size: 105%; color:#002653;
	margin: 0px; padding: 0px;
}
h4.grey {
	color:#999;
	padding:7px 0px 7px 2px;
}
/* headings */


/* wrappers */

#pagewrap {
	width: 100%;
	margin: 0px auto 0px auto;
}

#masthead {
	width: 100%;
	height:162px;
	margin: 0px; padding:0px;
	background: url(../active_images/cogs.gif) no-repeat top left;
}
#masthead_inner {
	width: 762px; height:162px;
	margin: 0px auto 0px auto; padding:0px;
}

#navigation {
	height:31px; width: 740px;
	padding: 7px 22px 0px 0px; margin:0px;
	text-align:right;
}

#content {
	width: 762px;
	padding: 0px; margin: 0px auto 0px auto;
}

#footer {
	width: 100%; height: 144px;
	margin: 0px; padding-top: 60px;
	background: #002653 url(../active_images/footer_repeat.gif) repeat-x bottom left;
}

#footer_inner {
	width: 727px; height: 144px;
	margin: 0px auto 0px auto; padding:0px 0px 0px 35px;
}

/* wrappers end */

/* masthead elements */
#masthead_top {
	width: 741px; height: 22px;
	float:left;
	text-align:right;
	padding:4px 22px 0px 0px; margin:0px;
}

#masthead_search {
	width: 243px; height: 34px;
	float:left;
	text-align:right;
	padding-top:8px; margin:0px;
	background-color:#002653;
}

#masthead_bottom_left {
	width: 472px; height: 43px;
	padding:92px 0px 0px 112px; margin:0px;
	float:left;
}

#masthead_bottom_right {
	width: 130px; height: 130px;
	padding: 5px 0px 0px 45px; margin: 0px;
	float:left;
}

/* content elements */
#content_left {
	width: 443px;
	padding: 0px 35px 0px 35px; margin:0px;
	background-color:white;
	float:left;
}

#content_left_buyers_guide {
	width: 310px;
	padding: 0px 35px 0px 35px; margin:0px;
	background-color:white;
	float:left;
}

#content_right_buyers_guide {
	width: 310px;
	padding: 0px 35px 0px 35px; margin:0px;
	background-color: white;
	float:left;
}
#content_right {
	width: 245px;
	padding: 0px 0px 16px 0px; margin:0px;
	background: #002653 url(../active_images/bg.gif) repeat top left;
	float:left;
}
.features_div {
	width: 215px;
	padding: 0px 15px 0px 15px; margin: 5px 0px 5px 0px;
	background: url(../active_images/div_repeat.gif) repeat-x top left;
	float:left;
}



/* navigation elements */
ul.nav {
	margin: 0px; padding: 0px;
	display: inline;
}

ul.nav li{
	margin: 0px; padding: 0px;
	list-style-type:none;
	display: inline;	
}

.nav a {
	color:#002653;
	padding: 0px; margin:0px;;
}

.nav a:visited {
	text-decoration:none;
}

.nav a:hover {
	color:#0099CC;
	text-decoration:none;
}

.nav a:active, .nav a.selected {
	color:#FF3300;
}


.clear {
clear:both;
}

/* footer elements */

ul.footerlist {
	margin: 0px; padding: 0px;
	display: block;
	color:white;
}

ul.footerlist li{
	margin: 0px; padding: 0px;
	list-style-type:none;
	display: block;	
}

ul.footerlist a:link {color: white; text-decoration: none;}
ul.footerlist a:visited {color: white; text-decoration: none;}
ul.footerlist a:hover {color:#0099CC; text-decoration: none;}
ul.footerlist a:active {color: #eee; text-decoration: none;}
ul.footerlist a.selected {color:#0099CC; text-decoration: none;}

/* list elements */ 
ul.standard {
	margin: 0px; padding: 0px;
	display: inline;
}

ul.standard li{
	margin: 0px; padding: 0px;
	list-style-type:none;
	display: inline;
}

.standard a {
	color:#FFFFFF;
	padding: 0px; margin:0px;
}
	
.standard a:hover {
	color:#0099CC;
	text-decoration:none;
}

.standard a:active, .standard a.selected {
	color:#0099CC;
}

ul.general{
	list-style-image:url(../active_images/bullet.gif);
	padding: 0px 0px 15px 10px; margin: 0px 0px 0px 15px;
}

ul.general a:link {color:#999; text-decoration: none;}
ul.general a:visited {color: #999; text-decoration: none;}
ul.general a:hover {color:#0099CC; text-decoration: none;}
ul.general a:active {color: #999; text-decoration: none;}

ul.linksgeneral{
	list-style-image:url(../active_images/bullet.gif);
	padding: 0px 0px 15px 10px; 
	margin: 0px 0px 15px 15px;
}

/*forms*/

form.mainform {
	margin-bottom: 50px;
	}
textarea {
	width: 90%;
	border: 0px;
 	background:#eee;
	color: #080808;
	padding: 2px;
	margin: 2px 0 10px 0;
	font: normal 11px verdana, arial, geneva, helvetica, sans-serif;
	}
form {
	margin : 0px; padding : 0px;
}

fieldset {
margin : 0px; padding : 1em; border : 1px dotted #ccc;
}

fieldset div br {
	display : none;
}

.fieldset-details {
	width:210px;
}

/* Style the legend, labels and the div containing the submit button. */

legend {
	margin:0px; padding:0px;
	color:black;
}

label {
	display : block;
}



#fm-submit {
	clear : both;
	padding-top : 1em;
	text-align : center;
}



#fm-submit input {
	border: 1px dashed #333;
	padding: 0px;
	background: #fff;
	color: #333;
	font-size: 100%;
}



fieldset div {
	margin : 0px; padding : 0px;
}



fieldset div.fm-optional {
	display : block;
}

fieldset div input {
	width: 270px; /* Width for modern browsers */
	border : 1px dashed #0099CC;
	padding : 1px;
}

fieldset div select {
	font-family: Arial, Verdana, Helvetica, Lucida Grande, sans-serif;
	font-size : 100%;
	width: 270px; /* Width for modern browsers */
	border : 1px solid #8ED300;
	padding : 1px;
}

						

fieldset div label:before {
	content: "*";
}

fieldset div.fm-optional label:before {
	content: "";
}

	

/* Optional fields. */
.fm-optional input {
	border : 1px solid #ccc;
}

.divform {
	padding:0px 0px 20px 0px; margin:0px;
	line-height:1.2em;
}


.imagepad {
	padding:2px;
}


/* database elements. */
.divfeaturedmember {
	width:420px;
	background: #002653 url(../active_images/feature_repeat.gif) repeat-x top left;
	border : 1px dotted #ccc;
	padding:5px; margin:0px;	
}

.divfeaturedmemberimg {
	width:110px; height:110px;
	background-color: white;
	border : 1px dotted #ccc;
	padding:0px; margin:5px 0px 5px 5px;
	float:left;
}
.divfeaturedmemberdetails {
	width:280px; height:100px;
	padding:5px; margin:0px 0px 0px 0px;
	float:left;
}

.divfeaturedmember p {
	line-height:1.2em;	
}

.divgeneraltablewrap {
	float:left;	
	margin-top:20px;
	padding: 5px 0px 5px 0px;
}

.divgeneraltable {
	width:420px;
	background: #fff url(../active_images/feature_repeat.gif) repeat-x top left;
	border : 1px dotted #ccc;
	padding:5px; margin-bottom:16px;	
}

.divgeneraltableimg {
	width:110px; height:110px;
	background-color: white;
	border : 1px dotted #ccc;
	padding:0px; margin:20px 0px 0px 0px;
	float:left;
}
.divgeneraltabledetails {
	width:280px; height:100px;
	background-color: #002653;
	padding:5px; margin:20px 0px 0px 0px;
	float:left;
}

.divgeneraltable p {
	line-height:1.2em;	
}
.divsidebargeneraltablewrap {
	float:left;	
	margin-top:20px;
	padding: 5px 0px 5px 0px;
}

.divsidebargeneraltable {
	width:243px;
	background: #fff url(../active_images/feature_repeat.gif) repeat-x top left;
	border : 1px dotted #ccc;
	padding:5px; margin-bottom:16px;	
}

/* add by carl 25032007 */
.imageslist ul {
	margin: 0px; 
	padding: 0px;
	list-style-type:none;
}

.imageslist li{
	margin: 0px; 
	padding: 0px;
	list-style-type:none;	
}