/* Some funky reset action Eric Meyer style */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1.3em;
	padding-top: 0;
	padding-bottom: 0;
	color: #333;
	text-align: left;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* Lazy floats and hide */
.clear-left {
	clear:left;
	font-family: "Trebuchet MS";
}
.clear-right {
    clear:left;
}
.clear-both {
    clear:both;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.hide {   
   display:none;
}

body {
	line-height: 1;
	background: #fff url(../images/sm-bg-body.gif) repeat-x 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: none;
}                                                                         

ol, ul {
    list-style: none;
}

/* Setup Defaults */

html {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 65%;
}

h1 {
	line-height: 1;
	color: #a10730;
	text-align: center;
}

h2 {
	color: #a10730;
}

h3{
	line-height: 22px;
	color: #1376b5;
	font-size: 16px;
}

h4 {
    line-height: 1;
    color: #a10730;
}

h1 {
	font-size: xx-large;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}

h2 {
	font-size: 1.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
}

h3 {
	font-size: 15pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h4 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 0.8em 0 .45em;	
}

p {
	font-size: 13px;
	padding-bottom: 0.2em;
	color: #292929;
	padding-top: 0.2em;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

p.intro{
	padding-bottom: 0.3em;
	color: #292929;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight:normal;
	margin: 0px;
}

span.enjoy {	
	font-weight: 500;	
}

span.bold {    
	font-weight: bold;	
}

span.white {
	color: #fff;
}

p+p {
	padding-bottom: 0.7em;
	font-family: "Trebuchet MS";
}

a {
	color: #a10730;
	text-decoration: none;
	font-size: 12px;
	font-family: "Trebuchet MS", helvetica, arial;
}

a:hover {
    text-decoration: none;	
}

#content a:hover {
	text-decoration: none;
	color: #1376b5;
	font-family: "Trebuchet MS", helvetica, arial;
	font-size: 12px;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 0 1.7em 2em;
    color: #555;
	}

ul {
	padding: 0;
	color: #292929;
	font-size: 8px;
}

ul li {
    padding:4px 0 4px 0;
}

ul.inline-list li.first {
    border-left: 0;	
}

ul.inline-list li {
	background: none;
}

span.heading3 {
	line-height: 1;
	color: #a10730;
	font-size: 1.1em;
	font-weight: bold;
	margin: .85em 0 .6em;
}

/* General classes */
.left {
    float: left;
}
 
.right {
    float: right;	
}

.inline, .inline-list li {
    display: inline;	
}

.inline-list li li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.access {
    position: absolute;
    left: -9999px;
    width:1px;
}

.clear {
    height: 1%;	
}

.clear:after {
    display: block; 
    visibility: hidden; 
    clear: both; 
    height: 0; 
    content: "."; 
}

#spacer {
	clear:both;	
}

.flushtop {
    margin-top: 0;
    padding-top: 0;
}

/* Basic Layout elements */


#wrapper, #footer-bottom, #footer-links ul, #meta-links ul {
	margin: 0 auto;
	width: 975px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h1 {
	margin:0;
	height: auto;
	width: 975px;
}

#shadow-wrapper {
	padding:0;
	position: relative;
	width: 975px;
	left: 0;
	top: 120;
}

#content {
    padding: 0;
}

/* Specific Styles */
#meta-links {
	background: #c8ccce;
	color:#6c7173;
	border-top: none;
	min-height: 2em;
	_height: 2em;
	font-size: 8px;
}

#meta-links ul {
	padding: 4px 0;
	line-height:0;
	font-size: 8px;
}

#meta-links li {
	border-left: 1px solid #b8bcbe;
	font-size: 8px;
	line-height: 2em;
	font-weight: bold;
}

#meta-links li.first {
	border-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#meta-links li.active a{
    color: #007ac4;
}

#meta-links a {
    color:#6c7173;
    padding:0 0.7em;
    text-decoration:none;
}

#meta-links a:hover {
	text-decoration:none;
	color:#007ac4;
	font-size: 9px;
}

#header img {
    margin: 15px 0;
	padding-left:2px;
}

#header img.right {
    margin: 0;
}

#header-right {
 	float: right;
	text-align:right;
	margin-top: 15px;	
	padding-right:2px;
	padding-bottom:0;
 }
 
 #header-right p {
 	text-align:right;
	color: #adadad;
	padding-top: 1em;	
 }

/**************************************************
****************************** Primary Navigation * 
**************************************************/

#nav-pri-list {
	clear: both;
	color: 14;
	text-transform: uppercase;
	padding: 0 0 2px 0;
	margin:0px;
	position:relative;
	z-index:1;
	font-size: 0.5em;
	font-weight:600;
	min-height: 30px;
	_height: 41px;
	height: 1;
	background-color: #a10730;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav-pri-list a {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#nav-pri-list a:hover {
	text-decoration: underline;
	margin-left: 10px;
	margin-right: 10px;
}

#nav-pri-list li.first {
    border-left: 0;	
	background: url(../images/nav-bg-active.gif) no-repeat 0 0;
}

#nav-pri-list li {
	position: relative;
	line-height: 0;
	float:left;
	font-size: 0.8em;
	background: #a10730 url("../images/sm-nav-pri-divider.gif") repeat-y top left;
	background-color: #a10730;
}

* html #nav-pri-list li {
    display:inline;
}

/**************************************************
********************************* Homepage styles *
**************************************************/


#hp-leftcol, #hp-rightcol {
	padding-bottom:1em;
}

#hp-leftcol {
	width:647px;
	float:left;
	font-weight: normal;
}

#hp-rightcol {
	width:310px;
	float:right;
	margin-left: 10px;
}

#home-register {
	padding:15px;
	padding-top:5px;
	border:1px solid #efefef;
	margin-top:1.1em;
}

#home-register p {
	font: helvetica, arial;
	
}

#home-member {
	border:0;
	margin-top:0.5em;
	padding:15px;
}

#home-member p {
	

}

#survey{
	padding:15px;
	text-align: left;
}

.hp-feature {
    position:relative;
    width:647px;
    height:260px;
	padding: 1em 0;
    overflow:hidden;
	text-align:left
}

.hp-title {
	position: absolute;
	top: 0.8em; 
	right: 1.5em; 
	width: 90%;
	height: 85%;
	padding: 8px; 	
}

.hp-title h1{	
	font-size:2.1em;    
	color: #1376b5;
	padding: 0.4em 0 0 0;
	width: 17em;
	margin: 0.5em 0 0 3em;
	text-align:left;
}

.hp-title p.intro{
	position: relative;	
	color: #a10730;
	margin:0 2em;
	padding: 1.2em 0 0 0;
	font-size: 1.2em;
	text-align:right;
}

.hp-title hr {	
	margin: 1.2em 2.4em 10px 72px;	
	border: 1px solid #adadad;
}

#content ul.member-feature-list {
	padding-top: 10px;
	
}

#content ul.member-feature-list li {
	background-position: 0 15px;
    line-height: 2.0em;
    border-bottom: 2px solid #dedede;	
	font-size: 1.2em;		
	margin-left:0;
	margin-right:0;
}

#content ul.member-feature-list li.first {
    border-top: 2px solid #dedede;	
}

#content ul.member-feature-list li a {
	color: #292929;		
}

#content ul.member-feature-list li:hover {	
    background: #f5f5f6  url("../images/sm-icon-female.gif") no-repeat right;	
	padding-right: 10px;		
} 

h3#facets-header {
	margin-left:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
}

/* Footer */

#wrapper-footer {
	clear: both;	
	background: #383838;	
	margin: 0 auto;
	line-height:normal;
}

#footer-bottom {	
	background-color: #383838;		
}

#footer-links {
    clear: both;
	margin: 0 auto;
	background: #c8ccce;
}

#footer-links ul {    
    line-height: 2.5em;    
}

#footer-links li {
    margin: 0 .1em;
	padding:0 .3em;
	border-left: 1px solid #1376b5;	
	font-size: 1.2em;	
}

#footer-links li.first {
    border-left: 0;	
}

#footer-links a {
    color: #007ac4;
	padding:0 .5em;
    text-decoration: none;	
}

#footer-links a:hover {
    text-decoration: underline;
	color:#a10730;
}

.footer-information {
    width:320px;	
    float:left;
	height:auto;
}

.footer-information {    
	padding-top: 2em;
	padding-bottom: 2em;	
}

#second {
    padding-top: 0em;
	padding-left: 1em;
	background-position: 20px 10px;	
	background: #383838  url("../images/sm-footer-bg-dividers.gif") repeat-y scroll 0 0;
	margin: 2em 0 1em 0;
}

#third {
    width:300px;	
    float:left;
	height:auto;
}

.footer-information h4{
	margin: 0;
	padding: 0 1em 0 0.9em;
	color: #fff;
	text-align: left;	
	font-size: 1.4em;
	
}

.footer-information p{
	margin: 0;
	padding: 1em 0.7em 0.4em 1em;
	color: #ced0d4;
	text-align: left;
}
.footer-information a{	
	color: #fff;
	text-decoration: underline;
}

.footer-information a:hover {	
	color: #a10730;
	text-decoration: underline;
}

.footer-information img{
    padding: 1em;
}

/* Button */

.join { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 50%;
	clear:both;
}

.join span.text {
	float:left;
	color: #1376b5;
	font-size: 1.4em;	
	font-size: 1.4em;	
	font-weight: bold;		
	margin: 15px 0 4px 18px; 	
}

a.button {
    background: #A10730 url('../images/sm-button-default.gif') no-repeat scroll top right;
    display: block;
    float: left;    
	font-size: 1.1em;	
    height: 29px;
    margin-right: 6px;
	margin-top: 12px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
	margin-left: .7em;
}


a.button span {
    background: #A10730 url('../images/sm-button-default.gif') no-repeat;
    display: block;
    line-height: 17px;
	color: #fff;
    padding: 6px 0 6px 12px;
	font-weight:bold;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: top left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#content a.button:hover {
	 background: transparent url('../images/sm-button-default.gif') no-repeat scroll top right;   
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	text-indent: 0px;
	margin: 4px;
}
.lefttext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-align: left;
	padding-right: 120px;
	padding-left: 120px;
	margin-right: 10px;
	margin-left: 10px;
}
.textleft {
	text-align: left;
	font-family: "Trebuchet MS";
	font-weight: normal;
}
#home #wrapper #shadow-wrapper #content #hp-rightcol #cre8ive {
	text-align: center;
	clear: both;
	float: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.centred {
	text-align: center;
	margin: auto;
}

