/*********** RESET***********/

body, h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	border:none;

}

/* *,
*:before,
*:after {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
} */


:focus {
outline: 0;
}

/********** GLOBAL **********/

a:link{
	color:#1e1e1e;
	text-decoration:none;
}
a:visited{
	color:#1e1e1e;
	text-decoration:none;
}
a:hover{
	color:#15a79c;
}
a:active{
}
a:focus{
}



/* One column and new!! */
/* 
#one-block #block1 {
	display: none;
}
#one-block #block2 {
	float: left;
	width: 737px;		
	padding: 20px;
}
#one-block #block3 {
	display: none;
}
 */

/* Two columns */

/* #two-blocks #content {
}
#two-blocks #block1 {
	float: left;
	padding: 0px;
	width: 160px;			
	margin-right: 0px;
	margin-left: 7px;
}
#two-blocks #block2 {
	float: left;
	width: 580px;			
	padding: 10px 6px 20px 10px;
}
#two-blocks #block3 {
	display: none;
}
 */

/* Three columns */

#three-blocks #content {
}
#three-blocks #block1 {
	float: left;
	padding: 0px;
	width: 160px;			/* Width - (left + right padding) */
	margin-right: 0px;
	margin-left: 7px;
}
#three-blocks #block2 {
	float: left;
	width: 405px;			/* Width - (left + right padding) */
	padding: 10px 6px 20px 10px;
}
#three-blocks #block3 {
	float: left;
	padding: 0px;
	width: 182px;
}



/* CSS
----------------------------------------------------------------------------- */

/********* TYPOGRPAHY ********/

body{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#4b5659;
	text-align:left;
	background-repeat:no-repeat;
	background-position:top center; 
	background-color:#fff;
	margin:0;
	padding:0;
	border:none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

body.homepage {
	font-size:12px;
	line-height:18px;
	background-image:url('../nav/bkg.jpg');
}

body.homepage p {
	line-height:18px;
}

h1, h2, h3, h4, h5{
	font-weight:300;
	color:#15a79c;
}
h1{
	font:30px/36px "Lato";
	margin:10px 0 10px 0;
	font-weight:300;
}
h2{
	font-size:20px;
	line-height:24px;
	font-weight:400;
	margin:10px 0 10px 0;
}
h3{
	font-size:14px;
	color:#1e1e1e;
	font-weight:bold;
	margin:10px 0 5px 0;
}
p{
	line-height:20px;
	margin:15px 0px;
}

/********* STRUCTURE *********/

#wrapper{
	margin:auto;
	width:1003px;
}


/********* HEADER & NAV *********/

#header{
	width:1003px;
	height:113px;
	margin:auto;
}
.logo{
	float:left;
	margin-top:10px;
}
#login_join{
	float:right;
	width:150px;
	margin-top:0px;
	height:32px;
	clear:both;
	overflow:hidden;
}
.login_join_btn{
	width:71px;
	height:24px;
	padding:8px 0 0 0;
	text-align:center;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height:100%;
}
.login_join_btn.left{
	float:left;
	clear:none;
	background-color:#15a79c;
	margin-right:5px;
}
.login_join_btn.right{
	float:left;
	background-color:#bdd331;
	text-align:center;
}
.login_join_btn a{
	color:#fff;
	font-size:12px;
}
#site_nav{
	float:right;
	overflow:hidden;
	width:550px;
}
#site_nav ul{
	list-style:none;
	overflow:hidden;
}
#site_nav ul li{
	float:left;
	width:100px;
	height:30px;
	margin-left:5px;
	text-align:center;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	font-size:12px;
	line-height:100%;
}
#site_nav ul li.one{
	border-left:2px solid #ec5f1a;
	border-right:2px solid #ec5f1a;
	border-bottom:2px solid #ec5f1a;
	padding-top:7px;
	height:23px;
}
#site_nav ul li.two{
	border-left:2px solid #1e7c50;
	border-right:2px solid #1e7c50;
	border-bottom:2px solid #1e7c50;
}
#site_nav ul li.three{
	border-left:2px solid #6a6a6a;
	border-right:2px solid #6a6a6a;
	border-bottom:2px solid #6a6a6a;
}
#site_nav ul li.four{
	border-left:2px solid #008eb0;
	border-right:2px solid #008eb0;
	border-bottom:2px solid #008eb0;
	padding-top:7px;
	height:23px;
}
#site_nav ul li.five{
	border-left:2px solid #2c4b94;
	border-right:2px solid #2c4b94;
	border-bottom:2px solid #2c4b94;
	padding-top:7px;
	height:23px;
}

#nav{
	width:1003px;
	height:35px;
	padding-bottom:5px;
	margin:auto;
	background-image:url('../nav/nav_bkg.jpg');
	background-repeat:no-repeat;
	background-position:bottom; 
}
#nav ul{
	list-style:none;
	margin:0;
}
#nav ul li{
	float:left;
	display:inline;
	position:relative;
	background-image:url('../nav/nav_spacer.jpg');
	background-repeat:no-repeat;
	z-index:2;
}
#nav ul a{
	float:left;
	display:inline;
	height:auto;
	line-height:25px;
	text-decoration:none;
	font-size:11px;
	position:relative;
	padding:0 10px 0 10px;
	margin:0 3px 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
	word-wrap: break-word;
}
#nav ul li p {
	margin: 0;
}
#nav ul li.home{
	background-image:none;
}
#nav ul a:hover, #nav ul a.selected{
	background-color:#15a79c;
	color:#fff;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/*** NAV HOVER MENUS ***/
#nav ul li.selected ul a{ /* Turn off the selected state for children of the selected page */
	background:none;
	color:#000;
}
#nav ul li ul{
	display:none;
	position:absolute;
	top:100%;left:0px;
	z-index:2;
	background: #fff;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px#888;
	box-shadow: 0 3px 5px #888;
	margin-left:2px;
}
#nav ul li ul li{
	margin-top:4px;
	background:none;
	padding-bottom:4px;
	border-bottom:1px solid #e4e4e4;
	float:left;
	display:block;
}
#nav ul li ul, #nav ul li ul li{
	width:200px;
}
#nav ul li ul li a:hover{
	background-color:#fff;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#15a79c;
	text-decoration:underline;
}
#nav ul > li.hover > ul, /*IE < 7*/
#nav ul > li:hover > ul{
	display:block;
}

#nav ul > li > ul > li ul {
	position:absolute;
	left:99.5%;
	top:-5px;
}

/*** END NAV HOVER MENUS ***/
#search_form{
	float:right;
	margin:40px 10px 0px 0px;
	margin-top: 0;
}

#search_form p {
	margin:0;
}

body.homepage h1 {
	font-size:25px;
	margin:10px 0px 10px 0px;
}

body.homepage p {
	margin:0;
}


input[type=text],
input[type=password] {

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f5f5f5;
	border: solid 1px #dedede;
}


/********* FOOTER *********/

#footer{
	background:url("../nav/nav_bkg.jpg") top no-repeat;
	width:1003px;
	margin:auto;
	padding:20px 0 10px 0;
	overflow: hidden;
	font-size:11px;
	clear:both;
	float:left;
	margin-top: 20px;
}
#footer_logos{
	height:70px;
	float:right;
}
#footer_logos p{
	float:left;
	font-size:17px;
	color:#585858;
	font-style:italic;
	margin:28px 0 0 0;
}
#footer_logos img{
	float:left;
	margin-left:20px;
}
#footer_bottom{
	overflow:hidden;
	clear:both;
	border-top:1px solid #e4e4e4;
}
#footer_bottom p.footer_left{
	float:left;
}
#footer_bottom p.footer_right{
	float:right;
	text-align:right;
}
#footer_bottom p.footer_right img{
	margin:0 0 5px 5px;
}

/********* SEARCH FORM *********/

#search_form form{
	overflow:hidden;
}
#search_form form input{
	width:200px;
	height:25px;
	line-height:25px;
	text-indent:6px;
	color:#1e1e1e;
	background-color:#fff;
	font-size:11px;
	border:1px solid #dfe2e4;
	-moz-border-radius: 8px;
	border-radius: 8px;
	float:left;
	display:inline;
	margin-right:5px;
}
#search_form form input#search_submit{
	width:67px;
	height:29px;
	color:#1e1e1e;
	background:#dfe2e4;
	text-indent:0;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}
#search_form form input#submit:hover, #sidebar form.filter input.submit:hover{
	background:#f0f3f4;
}

/********* LOGIN FORM *********/

#login_form form{
	overflow:hidden;
}
#login_form form input{
	width:220px;
	height:25px;
	line-height:25px;
	text-indent:6px;
	color:#1e1e1e;
	background-color:#fff;
	font-size:11px;
	border:1px solid #dfe2e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	display:inline;
	margin-right:5px;
}
#login_form form input#submit{
	width:67px;
	height:29px;
	color:#fff;
	background:#bdd331;
	text-indent:0;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#basket-nav .button-normal {
	margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

#nav ul li:first-child {
	background: none;
}

.news_list p {
	margin-top: 0;
}

.accessibility {
	display: none;
	/* Hides from IE 5 Mac */
	/* \*/
	display: inline;
	position: absolute;
	left: -999em;
	/* */
}
.accessibility hr {
	width: 100px;		/* Fixes a display issue in IE */
}

table th {
	text-align: left;
	padding: 5px 0px;
}
table td {
	padding: 5px 0px;
	text-align: left;
}
table td.centre {
	text-align: center;
}
table td.right {
	text-align: right;
}


body.shop_home #standardpage-content a.button-normal {
	color: #FFF;
}

body.shop_home .category-row {
	overflow: hidden;
}

body.basket h1 {
	margin-top:20px;
}

#basket-table {
	background-color: #EBF2F5;
	width: 100%;
	margin-top:30px;
}

#basket-table td,
#basket-table th {
	text-align:center;
} 

#basket-table th {
	padding: 10px;
	background-color: #15a79c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFF;
}
#basket-table td {
	padding: 10px;
	vertical-align: top;
}

#basket-table td.no-padding-right {
	padding-right:0px;
}

#basket-table td.right,
#basket-table th.right { 
	text-align:right;
}

#basket-table td.left,
#basket-table th.left {
	text-align:left;
}



#basket-table td.center {
	text-align: center;
}
#basket-table td.remove a:link {
	color: #15a79c;
	text-decoration: none;
	font-size:26px;
	border:none;
}
#basket-table td.remove {
	padding-right:0px;
}

#basket-table input[type="text"] {
	padding: 8px;
    text-align: center;
    font-size: 17px;
}

#discount-code {
	padding:10px;
	background-color:#EBF2F5;
	font-size:14px;
}
#discount-code input#apply-voucher {

	cursor:pointer;
}
#discount-code input#discountcode {
	width:100px;
	padding:6px;
	height:auto;
}
#discount-code #message_failure{
	width:auto;
}
.pixels-11 td {
	font-size: 11px;
}
.pixels-12 td {
	font-size: 12px;
}
.pixels-13 td {
	font-size: 13px;
}
.pixels-14 td {
	font-size: 14px;
}

.info-panel {
	border-radius: 2px;
	background-color: #F9FDFF;
	border: 1px solid #97BBB7;
	padding: 0px 15px;
	margin:20px 0 40px 0px;
}


#standardpage-content table#basket-nav  tr:first-of-type td {
	background-color:#eaeaea;
}


/* Tabs Menu CSS
----------------------------------------------------------------------------- */

#tabs {
	float: left;
	height: 32px;
	font-weight: lighter;
	padding-left: 2px;
}
#tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	font-size: 12px;
}
#tabs li {
	float: left;
	margin-right: 0px;
	background-image: url(../nav/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tabs a {
	display: block;					/* Enable padding on links so the whole tab is clickable. */
	padding: 10px 12px;
	text-decoration: none;
	width: auto;						/* Fixed for IE 5 mac. */
	/* Hides from IE 5 Mac */
	/* \*/
	width: auto;					/* Corrected from IE 5 mac fix. */
	/* */

	text-align: center;
	background-image: url(../nav/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #E6DAD0;
}
#tabs a:link, #menu a:visited {
	color: #E6DAD0;
}
#tabs a:hover {
	color: #FFFFFF;
}
#tabs .selected {
	background-image: url(../nav/selectedtabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#tabs .selected a {
	background-image: url(../nav/selectedtableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004742;
}
#tabs .selected a:hover {
	background-image: url(../nav/selectedtableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004742;
}


/********* CONTENT *********/

#content{
	width:1003px;
	margin:auto;
}
#banner, 
#banner .banners li {width:1003px;}
#banner, 
#banner .banners li, 
.main_left, 
.main_left a span, 
.main_right, 
.main_right a span {height:283px;}
#banner {
	margin-top:15px;
	position:relative;
	overflow:hidden;
}
#banner .banners {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 10000px;
    /*z-index: 500;*/
}
#banner .banners li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.main_left,
.main_left a span{width: 403px;}
.main_left{
	float:left;
}
.main_left a span{
	border-top-left-radius:20px;	
	-moz-border-radius-topleft:20px;
	position:absolute;
}
.main_right,
.main_right a span{width: 600px;}
.main_right{
	float:right;
}
.main_right a span{
	border-top-right-radius:20px;	
	-moz-border-radius-topright:20px;
	position:absolute;
}
#intro_left{
	background-color:#f2f5f7;
	clear:both;
	float:left;
	height:155px;
	width:335px;
	padding:5px 0 0 25px;
	border-bottom-left-radius:20px;	
	-moz-border-radius-bottomleft:20px;
}
#intro_left_text{
	height:130px;
	padding-right:10px;
	line-height:250%;
	border-right:1px solid #c7c7c7;
}
#intro_right{
	background-color:#f2f5f7;
	float:right;
	height:155px;
	width:643px;
	padding:5px 0 0 0;
	border-bottom-right-radius:20px;	
	-moz-border-radius-bottomright:20px;
}
#intro_right_text{
	height:130px;
	line-height:250%;
	padding:0 30px;
}
#login_form{
	margin-top:5px;
}
a.password{
	font-size:10px;
	text-decoration:underline;
	margin:0 0 0 350px;
	padding:0;
	line-height:20px;
}
.content_box{
	width:460px;
	height:225px;
	padding:10px 15px;
	border:1px solid #f0f0f0;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:20px 0 0 0;
	float:left;
	background-color:#fff;
}
.content_box h2,
.content_box h3{
	text-transform:uppercase;
	font-weight:bold;
	color:#15A79C;
	font-size:12px;
}
.content_box.right{
	float:right;
}
.content_box a.image{
	display:block;
	height:170px;
	float:left;
}
.content_box img{
	float:left;
	margin-right:10px;
}
.content_box.right img {
	margin:0;
}

#module h3 a {
	color:#15A79C;

}
ul.twitter{
	list-style:none;
	margin:10px 0;
}
ul.twitter li{
	background:#F2F5F7 url(../nav/twitter-bird.png)  410px center no-repeat;
    -moz-border-radius: 10px;
	border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px 60px 5px 10px;
	overflow:hidden;
}
ul.twitter li span{
	font-weight:bold;
	color:#15A79C;
}
#bottom_section{
	width:1003px;
	height:auto;
	border-top:1px solid #eaeaea;
	clear:both;
	float:left;
	background-color:#fff;
	margin-top:20px;
}
#bottom_section h2{
	background-image:url(../nav/dot_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px 0 10px 0;
	font-size:14px;
	margin-left:15px;
	width:300px;
}
#news{
	width:334px;
	height:auto;
	float:left;
	background-image:url(../nav/right_spacer.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#news ul{
	list-style:none;
	width:289px;
	margin:0 25px 0 20px;
}
#news ul li{
	border-bottom:1px solid #e4e4e4;
	padding:10px 0 10px 0;
	height:80px;
}
#news ul li.no_border{
	border:0;
}
#news ul li div {
	float:left;
	margin-right:10px;
	height:80px;
	width:94px;
	border:1px solid #e4e4e4;
	overflow:hidden;
	position:relative;
}
#news ul li img{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	max-height:80px;
	max-width:94px;
}
#news ul li h3{
	font-weight:normal;
	margin:0;
	font-size:12px;
	font-weight:bold;
}
#news ul li p{
	font-size:11px;
	line-height:15px;
}
#news ul li a{
	color:#15a79c;
	font-size:11px;
}
#mspotlight{
	width:284px;
	height:auto;
	float:left;
	padding:20px 25px 20px 25px;
}
#mspotlight h2{
	width:274px;
	height:25px;
	background-image:none;
	background-color:#15a79c;
	margin:0;
	padding:5px 0 0 10px;
	color:#fff;
}
#mspotlight_txt{
	width:264px;
	padding:5px 10px 10px 10px;
	background-color:#f2f5f7;
	margin:0;
}
#mspotlight_txt p a{
	color:#15a79c;
}

/********* POLL *********/

#poll{
	width:334px;
	height:380px;
	float:left;
	background-image:url(../nav/left_spacer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#homepoll {
	width:240px;
	height:244px;
	margin:0 17px 0 17px;
	padding:20px 30px;
	background-image:url(../nav/poll_bkg.jpg);
	
}
#homepoll #pollanswers {
	border-top:1px solid #e4e4e4;
	padding:10px 0;
}
#homepoll #pollanswers ul{
	list-style:none;
}
#homepoll #pollanswers ul li{
	background-color:#f2f5f7;
	padding:5px 10px;
	margin-bottom:5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#homepoll #pollanswers input {
	border: 0px;
	background-color: #fff;
	margin: 0 5px 0 0;
	padding: 0;
}
#homepoll #pollanswers input#vote {
	background-color: #15A79C;
    width:67px;
	height:29px;
	color:#fff;
	text-indent:0;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	margin-top:10px;
}
#poll-results img.percentImage {
	background: white url(../nav/percent_image_back.png) top left no-repeat;
	padding: 0;
	margin: 5px 0 0 0;
	background-position: 1px 0;
}
#poll-results p {
	padding: 0;
	margin: 0 0 5px 0;
	color: #735032;
}




/* Design specific CSS
============================================================================= */
#breadcrumb {
	padding-top: 0px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfe2e4;
	color: #4b5659;
	margin-bottom: 20px;
	font-weight:400;
	margin-top:40px;
}
#breadcrumb a {
	color: #4b5659;
	text-decoration: none;
	font-size:13px;
	line-height:18px;
	font-weight:700;
}
#breadcrumb a:hover,
#breadcrumb a.selected {
	color: #15a79c;
	text-decoration: none;
}

#breadcrumb span {
	margin:0 4px 0px 6px;
}

#left-content {
	float:left;
	width:765px;
	padding-bottom: 10px;
	margin-right:40px;
}

ul.nobullet-list {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
}

#standardpage-content a {
	line-height:20px;
	color:#1e1e1e;
	font-weight: 500;
}

#standardpage-content blockquote {
	font-style:italic;
	font-size:18px;
	line-height:24px;
	color:#15a79c;
	border-left:solid #15a79c 4px;
	padding-left:30px;
	margin:30px 0px;
}

#standardpage-content blockquote a {
	color:#15a79c;
}

#standardpage-content ul {
	list-style-image: url('../nav/bullet-point.png');
	padding-left:15px;
}
#standardpage-content ul li {
	padding-left:28px;
	line-height:20px;
	margin-bottom:8px;
}



#standardpage-content .intropara {
	padding-bottom: 20px;
	border:none;
	margin-bottom: 20px;
	font-size:14px;
}

#right-column {
	float:left;
	width:198px;
}

#right-column .emblem-list {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#right-column #file-download-table {
	width:198px;
	background:#f2f5f7;
	padding:10px 17px 10px 17px;
	border-top:none;
	border:#dfe2e4 solid 1px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	table-layout:fixed;

}

.emblem-list h3,
.emblem-heading h3 {
	font-size:18px;
	line-height:38px;
	background:#4b5659;
	position:relative;
	color:#FFF;
	font-weight:400;
	min-height:39px;
	border-top-right-radius: 20px;
	text-indent:43px;
	margin-bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.emblem-list.large {
	background:#f2f5f7;
	border-radius: 20px;
	border:#dfe2e4 solid 1px;
	overflow:hidden;

}

.emblem-list.large h3 {
	color:#15a79c;
	background:#f2f5f7;
	text-indent:0px;
	font-size:20px;
	line-height:100%;
	margin:0;
}

.emblem-list.large td.file-name span.file-size {
	display:block;
}

.emblem-list.large td {
	padding:10px 0px;
}

#standardpage-content .emblem-list {
	margin-top:30px;
	padding:16px;
}

.emblem-list h3::before,
.emblem-heading h3::before {
	content:'';
	display:block;
	background:url('../nav/heading-emblem.png') no-repeat;
	height:77px;
	width:66px;
	position:absolute;
	left:-25px;
	top:50%;
	margin-top:-39px;
}
.emblem-list.large h3::before {
	display:none;
}

#subpage-list .emblem-list h3,
#related-pages .emblem-list h3,
.jump-to-event li h3,
.emblem-list.indent h3 {
	margin-left:12px;
}

.emblem-list td.file-icon {
	padding-right:10px;
	width:40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#standardpage-content .emblem-list td.file-name a,
.emblem-list td.file-name {
	font-weight:700;
	line-height:18px;
	word-break: break-all;
}

#standardpage-content .emblem-list td.file-name span.file-size,
.emblem-list td.file-name span.file-size {
	font-size:11px;
	font-weight:700;
}

.emblem-list td.file-name span.file-size .file_id {
	color:#15a79c;
	font-weight:900;
}

#subpage-list .page-listing-table,
.emblem-list.indent .page-listing-table  {
	margin:20px 0px 0px 53px;

}
#standardpage-content .emblem-list.indent {
	padding:0px;
}


#related-pages ul {  
	list-style:none;
	margin-left:63px;
}

#related-pages ul li {
	margin:20px 0px;
}

#related-pages ul li a,
#subpage-list a {
	color:#15a79c;
	font-weight:300;
	font-size:18px;
}

#subpage-list td {
	vertical-align:middle;
}

#right_images {
	border:#dfe2e4 solid 1px;
	padding:15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:15px;
    background:#f2f5f7;
    margin-bottom:48px;

}

#right_images a img {
	width:100%;
	margin-top: 0px;
	border: 1px solid #e0e3e5;
}



#right_images a:hover img {
	border: 1px solid #A6511A;

}



#right_images .caption {
	font-size: 0.8em;
	text-align: right;
}



#right_images .caption a {
	border-bottom: 1px dotted #C6D1E9;
}

.download_box {
	border-radius:20px;
	clear: right;
	background-color: #f2f5f7;
	border: 1px solid #dfe2e4;
	padding:0px 17px;
	margin: 20px 0 20px 0;
}
.download_box h2 {
	margin:14px 0 20px 0px;
}
.download_box p {
	font-weight: normal;
	color: #15A79C;
	padding: 0;
	margin: 0 0 10px 15px;
}

.download_box p.normal-margin {
	margin:auto;
}

.download_box ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding-left: 15px;
}
.download_box ul li {
	list-style: none;
	padding-bottom: 5px;
}
 .download_box ul li a {
	text-decoration: none;
	border: none;
	color:#4b5659;
}
.download_box ul li img {
	vertical-align: bottom;
	padding-right: 5px;
}
.download_box #file-download-table {
}
.download_box #file-download-table td {
	padding: 0 7px 20px 0;
	vertical-align: middle;
	line-height: 1.5em;
}

#standardpage-content .download_box a {
	color:#4b5659;
	line-height:100%;
}

#standardpage-content p.back-link {
	margin-top: 30px;
	margin-bottom: 60px;
}

#standardpage-content p.back-link a {
	font-size:16px;
	color:#15a79c;
	font-weight: 700;
}

a.book-event-link {
	margin-top: -8px;
}

.download_box #file-download-table td img {
	vertical-align: middle;
}

.download_box span.file-size,
.download_box span.file-id {
	font-size:11px;
	font-weight:900;
}
.download_box span.file-id {
	color:#15a79c;
}

.page-listing-table {
	border-collapse: collapse;
	margin-left: 5px;
}
.page-listing-table tr td {
	padding: 0 7px 7px 0;
	vertical-align: top;
	line-height: 1.5em;
}
.page-listing-table tr td img {
	vertical-align: middle;
}

/* member login
----------------------------------------------------------------------------- */

#memberlogin {
	background-image: url(../nav/login_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #AFCAE2;
	width: 174px;
	height: 165px;
	margin-left: 8px;
	font-size: 10px;
	padding: 10px 0px 10px;
}
#memberlogin input {
	margin-bottom: 4px;
}
#memberlogin #loginform {
	font-size: 10px;
	color: #392819;
	margin-bottom: 0px;
	padding: 10px 0px 10px 14px;
	width: 145px;
}
#memberlogin #loginform strong {
	font-size: 9px;
	color: #23517F;
	padding-right: 20px;
}
#memberlogin #loginform a {
	color: #046866;
	text-decoration: underline;
	float: right;
}
#memberlogin #loginform a:hover {
	text-decoration: none;
}
#memberlogin #loggedform {
	color: #392819;
	margin-bottom: 0px;
	padding: 10px 0px 10px 10px;
	width: 145px;
}
#memberlogin #loggedform p {
	margin: 3px 0 ;
	font-size: 9px;
	color: #23517F;
}
#memberlogin #loggedform strong {
	padding-right: 20px;
}

#memberlogin #loggedform a {
	font-size: 10px;
	color: #046866;
	text-decoration: underline;
}
#memberlogin #loggedform a:hover {
	text-decoration: none;
}
#memberlogin #loggedform .button {
	margin: 10px 0 5px 0;
	padding-top: 9px;
	text-align: center;
	border-top: 1px solid #D3E2E5;
}
#memberlogin h3 {
	font-size: 10px;
	font-weight: bolder;
	color: #E9e9e9;
	padding-top: 0px;
	padding-left: 28px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* login form CSS
----------------------------------------------------------------------------- */

.loginform label {
	font-weight: bold;	/* */
	text-align: left;
	font-size: 9px;
	color: #004742;
	padding-left: 1px;
}
.loginform input {
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699C9D;
	border-right-color: #699C9D;
	border-bottom-color: #699C9D;
	border-left-color: #699C9D;
	height: 14px;
	color: #004742;
	width: 140px;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 5px;
}
.loginform .loginbutton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 24px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.seriffontgreen {
	font-size: 12px;
	color: #15A79C;
	font-weight: bold;
}
.seriffontbrown {
	font-size: 12px;
	color: #15A79C;
	font-weight: bold;
}

#standardpage-content .jump-to-event {
	list-style:none;
	padding:0;
	margin:0;
}

#standardpage-content .jump-to-event li {
	float:left;
	width:230px;
	margin-right: 10px;
	line-height:1;
}

.jump-to-event li h3 {
	border-bottom-right-radius: 20px;
}

#standardpage-content .jump-to-event li h3 a {
	display:block;
	color:#FFF;
	line-height:inherit;
}

#event-listings > div:last-child {
	margin-bottom:100px;
	border-bottom:nonef;
}

.listings {
	margin-bottom: 10px;
	padding:10px 0 5px;
	overflow:hidden;
}
.listings div {
	overflow:hidden;
}

.listings .book-event-link {
	float:right;
}

.listing-image{
	display:block;
	width:150px;
	float:left;
	/* float:right; */
	/* margin:0 5px 15px 15px; */
	margin:0 25px 0px 0px;
	text-align:center;
}
.listing-image img{
	float:none;
	display:inline;
	margin:0;
	padding:0;
}
.listings h2{
	margin:0;
	color:#15a79c;
	font-weight:400;
}
#standardpage-content .listings h2 a {
	color:#15a79c;
	font-weight:400;
}

#standardpage-content .listings .infoheading {
	font-size:12px;
	text-transform:none;
	margin:0;
}

.listings .description {
	float:left;
	width:490px;
	margin-right:108px;
}
.listings .date-venue {
	float:left;
	width:238px;
}


.listings .date{
	margin-top:0;
	color:#15a79c;
	margin-bottom:0px;
}
.listings .label {
	font-weight:900;
	margin-right: 5px;
}

.listings.events p{
	margin:8px 0 2px;
}
.listings.events h3{
	margin:3px 0 8px;
	font-size:12px;
}
.listings.events h3 a{
	text-decoration:none;
	color:#aa5a26;
}
.listings.events p.event-info{
	margin:0;
	color:#046866;
	font-size:10px;
	position:relative;
}
.listings.events p.event-info a.view{
	position:absolute;
	right:10px;
	top:10px;
}
.listings.events p.align-right{
	text-align:right;
}

#eauc-events, #other-events,
#webinar-events {
	border-bottom:solid 1px #dfe2e4;
	margin-bottom:25px;
}

#add-package input.submit-button{
	background: none repeat scroll 0 0 #BDD331;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 0;
    text-indent: 0;
	height: 23px;
	padding:0;
	font-size:11px;
}
#add-package input.submit-button#submit-button-lrg{
	background: none repeat scroll 0 0 #BDD331;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 10px 0 0 0;
    text-indent: 0;
	height: 23px;
	padding:0;
	font-size:11px;
}
#add-package input.checkbox{
	width:12px;
	height:12px;
	border:none;
	margin:0 4px 0 0;
}
#add-package input.radio{
	width:12px;
	height:12px;
	border:none;
}
#add-package input, #add-package select{
	width:170px;
}
.date {
	font-size: 12px;
	font-weight: normal;
}
#standardpage-content .buttonadd {
	font-family: 'Source Sans Pro', sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_basket.gif);
	height: 27px;
	width: 85px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-normal {
 	border:none;
	border-bottom: 0 !important;
 	font-family: 'Source Sans Pro', sans-serif;
	color: #fff !important;
	text-shadow: 0 1px rgba(103,43,6,.75);
 	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #15a79c;
	-webkit-box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	-moz-box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	font-weight:700;
	font-size:14px;
	padding:5px 10px;
}
 .button-blue-normal {
 	font-family: 'Source Sans Pro', sans-serif;
	background: none repeat scroll 0 0 #15a79c;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 0;
    text-indent: 0;
	padding: 10px;
	font-size:11px;
}
 .button-turq-normal {
 	font-family: 'Source Sans Pro', sans-serif;
	background: none repeat scroll 0 0 #BDD331;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 0;
    text-indent: 0;
	height: 23px;
	padding:0;
	font-size:11px;
}
 .button-turq-large {
 	font-family: 'Source Sans Pro', sans-serif;
	background: none repeat scroll 0 0 #BDD331;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 0;
    text-indent: 0;
	height: 23px;
	padding:0;
	font-size:11px;
}
 .button-turq-onwhite {
 	font-family: 'Source Sans Pro', sans-serif;
	background: none repeat scroll 0 0 #BDD331;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 0;
    text-indent: 0;
	height: 23px;
	padding:0;
	font-size:11px;
}
 .button-error {
 	font-family: 'Source Sans Pro', sans-serif;
	background: none repeat scroll 0 0 #BDD331;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 0;
    text-indent: 0;
	height: 23px;
	padding:0;
	font-size:11px;
}
 .button-warning {
	background: none repeat scroll 0 0 #BDD331;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 0;
    text-indent: 0;
	height: 23px;
	padding:0;
	font-size:11px;
}
 .button-success {
 	font-family: 'Source Sans Pro', sans-serif;
	background: none repeat scroll 0 0 #BDD331;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
	margin: 0;
    text-indent: 0;
	height: 23px;
	padding:0;
	font-size:11px;
}
 .button-small {
 	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 0 1px rgba(103,43,6,.75);
 	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #15a79c;
	-webkit-box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	-moz-box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	color: #FFF;
	border:none;
}
 .button-large {
 	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px rgba(103,43,6,.75);
 	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #15a79c;
	border: 0;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
textarea {
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699C9D;
	border-right-color: #699C9D;
	border-bottom-color: #699C9D;
	border-left-color: #699C9D;
	color: #004742;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.required {
	color: #15A79C;
}
#contact_address {

	margin-bottom: 10px;
	padding-bottom: 10px;
	float:left;
	width:50%;
}

#standardpage-content #contact-form.main  table tr:first-of-type td {

}

#standardpage-content #contact-form.main table {
	width: 100%;
}

#contact-form .form-errors,
#contact-form .form-errors h3 {
	color:#e30000;
}

#contact-form .form-errors h3 {

}

.contact-wrapper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBF2F5;

}

.input-medium {
	width: 200px;
}
#directions {
	float: left;
	clear:both;
	width: 100%;
	margin:10px 0 30px 0px;
}



/* *** message box styles ************************************* */

div#message_success, div#message_failure {
	padding: 20px 5px 20px 80px;
	width: 318px;
	margin: 1em 0 2em;
}

/* pass height to IE - it treats it somewhat like min-height */
* html #message_success, * html #message_failure {
	height: 50px;
}

div#message_success {
	background: #EAFEE2 url(../nav/green_tick.gif) no-repeat 15px center;
	border: 1px solid #BAFEA3;
}

div#message_failure {
	background: #fcc url(../nav/error.gif) no-repeat 15px center;
	border: 1px solid #f99;
}

div#message_failure ul {
	margin-left: 0;
	padding-left: 1.2em;
	margin-top: 0.7em;
	list-style-type: square;
}

/****** Bunch of shop related styles *******************/

div.checkout_membership_choice {
	float: left;
	width: 240px;
	padding-right: 10px;
}

div.checkout_membership_choice.right-box {
	border-left: 1px solid #699C9D;
	padding-left: 20px;
}

#fade {
	background-color: #DDFFCF;
	padding: 5px;
}

div#print-order {
	float: right;
	margin-left: 30px;
	text-align: center;
}

div#print-order a {
	text-decoration: none;
}


.payment-method {
	position:relative;
	float:left;
	width:33%;
	padding-right:3%;
	box-sizing:border-box;
	min-height:280px;
	margin-bottom:40px;
}

.payment-method .button-normal {
	position:absolute;
	bottom:0px;
	width:90%;
}

table td.submit-row,
#standardpage-content table tr:first-of-type td.submit-row {
	background:#FFF;
	text-align:right;
	padding:10px 0px;
}

#standardpage-content table tr:first-of-type td.submit-row {
	text-align:left;
}

#hidden-delivery-form {
	display:none;
}

body.checkout_address .info-panel {
	margin-bottom:0px;
}

#toggle-address {

}

#standardpage-content table#basket-table td.delivery-cell {
	padding:0px;
}

#standardpage-content table#basket-table td.delivery-cell p {
	margin:0px 0 10px 0px;
}

/* Product Detail Styles
----------------------------------------------------------------*/
section.divider {
	margin:20px 0px;
}

section.divider p {
	margin:0;
}

section.divider .catering-opt-group {
	margin:10px 0px;
}

section.divider .catering-opt-group input[type=checkbox] {
	margin:5px 5px 0px 0px;
}


section.divider .catering-opt-group h4 {
	margin-bottom:5px;
}

/* Single Event Styles
----------------------------------------------------------------*/

body.mms_single_event .date,
body.mms_single_event .infoheading {
	font-size:18px;
	line-height:100%;
	font-weight:300;
	margin:0;
}

body.mms_single_event .date {
	margin-top:25px;
	margin-bottom: 5px;
}

body.mms_single_event .infoheading {
	margin-bottom:25px;
}

body.mms_single_event .date span.label,
body.mms_single_event .infoheading span.label {
	display:inline-block;
	width:70px;
	font-weight:500;
}

#standardpage-content .cs div.event-package {
	margin-bottom:50px;
}


#standardpage-content .event-package .prices {
	position:relative;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border:#dfe2e4 solid 1px;
	background:#f2f5f7;
	float:right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width:315px;
    font-size:16px;
    padding:15px;
    margin-right: 40px;
    margin-left: 20px;
}

#standardpage-content .event-package .prices.reduced {
	min-width:0px;
	text-align:right;
	background:none;
	border:none;
	margin-right: 0px;
	padding-right:0px;
}

#standardpage-content .event-package .prices.reduced a {
	position:static;
}

#standardpage-content .event-package .prices p {
		font-size: 16px;

	margin:0;
}

#standardpage-content .event-package p {
	margin:10px 0;
}

#standardpage-content .event-package h2 {
	margin-bottom:0px;
}

#standardpage-content .event-package a.book-now-link {
	position:absolute;
	top:-1px;
	right:-40px;
	text-decoration: none;
	border: none;
}

#standardpage-content .event-package .prices p span {
		font-size: 16px;

	display:inline-block;
	width:160px;

}

/* .event-package .prices .member-price {
	font-weight: 700;
	font-size: 16px;
	color: #15a79c;
} */

#standardpage-content .event-package .prices p:first-child {
	color:#15a79c;
	font-weight:700;
	margin-bottom:5px;
}

#event-terms .text {
	font-style:italic;
	font-weight:600;
}


/* Popup styles
----------------------------------------------------------------*/

#popup-text {

	background-color: #FFF;
	text-align: left;
	padding: 10px;
}


/* Gallery styles */

.gallery-images{
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EBF2F5;
	width: 170px;
	height: 290px;
	font-size: 10px;
	margin:5px;
	overflow:hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.gallery-images .gallery-image-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	padding:6px 9px 9px;
}

.gallery-images img{
	display: block;
	border:1px solid #d4e1e7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.gallery-images h3 {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #4b5659;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	padding:10px;
	margin:0;
}
.gallery-images .caption{
	font-weight:bold;
	color:#AE6119;
	margin:0 0 4px 0;
}

a.brown-link {
	color: #15a79c;
}

p.red-message {
	border: 1px solid #ff9999;
	padding: 15px;
	background-color: #ffcccc;
}

/**************** MEMBERS 2011 ******************/

/* blockquote#myeauc-quote{
	background:url('../nav/quote.gif') 0 0 no-repeat;
	margin:20px 0 25px;
	padding:10px 0 0 20px;
	overflow:hidden;
	clear:both;
}
blockquote#myeauc-quote p{
	font-size:14px;
	color:#7e7e7e;
	background:url('../nav/quote2.gif') bottom right no-repeat;
	padding:0 20px 10px 0;
	margin:0;
} */
blockquote#myeauc-quote p span{
	display:block;
	text-align:right;
	color:#307671;
	font-weight:700;
	font-size:11px;
}
ul#box-list{
	list-style:none;
	margin:20px 0;
	zoom:1;
	clear:both;
	padding:15px 0 15px 0;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
}
ul#box-list > li{
	width:30%;
	float:left;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-right:5%;
}
ul#box-list > li:last-child {
	margin-right:0px;
}

ul#box-list > li.no-margin{
	margin:0;
}

ul#box-list > li.emblem-list {
	padding:0px;
}

ul#box-list li h3.box-title a,
ul#box-list li h3.box-title  {
	color:#FFF;
}

ul#box-list li h3.box-title a {
	line-height:38px;
}

ul#box-list li div.box-text {

	background:#f2f5f7;
	padding:10px 17px 10px 17px;
	border-top:none;
	border:#dfe2e4 solid 1px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;

}

ul#box-list li div.box-text h3 {
	background:none;
	height:auto;
	min-height:0;
}
ul#box-list li div.box-text h3::before {
	display:none;
}

ul#box-list li img{
	width:100%;
	margin:0px;
	display:block;
}

ul#box-list ol{
	margin:10px;
	padding:0;
}


#latest-news{
	width:285px;
	float:left;
	display:inline;
}
#hot-topic{
	width:285px;
	float:right;
	display:inline;
}
#latest-news h2, #hot-topic h2{
	font-size:22px;
	color:#00433e;
}
#latest-news ul{
	list-style:none;
	margin:0;
}
#latest-news ul li{
	border-bottom:1px dashed #94bcbd;
	padding:0 0 10px;
	margin:0 0 10px;
}
#latest-news ul li h3, #hot-topic h3{
	font-size:14px;
	margin:0;
	font-weight:400;
}
#latest-news ul li h3 a, #hot-topic h3 a{
	color:#1e1e1e;
	text-decoration:none;
}
#latest-news ul li div, #hot-topic div{
	margin:0 0 5px;
	font-size:9px;
	color:#646464;
}
#latest-news ul li a.read-more, #hot-topic a.read-more{
	display:block;
	text-align:right;
}
#hot-topic img{
	width:280px;
	border:1px solid #dbdbdb;
	margin:10px 0;
}
#hot-topic a.read-more img{
	width:auto;
	border:none;
	margin:0;
}

body.my_eauc_home #latest-news,
body.my_eauc_home #hot-topic {
	display:inline-block;
	width:48%;
}

body.my_eauc_home #latest-news h2,
body.my_eauc_home #hot-topic h2 {
	color:#15a79c;
}

body.my_eauc_home #latest-news ul {
	padding-left:0px;
}

#members-box {
	float:right;
	margin-left:20px;
}

#members-box h2{
	font-size:16px;
	font-weight:700;
	margin:0px 5px 10px;
}
#members-box h3{
	font-size:11px;
	margin:0 5px 5px;
	color:#0d3f3b;
}
#members-box p{
	margin:0 5px 5px;
	color:#0d3f3b;
	font-size:10px;
	line-height:16px;
}
#members-box img{
	width:150px;
	margin:0 0 10px 4px;
	border:1px solid #deeded;
}
#member-info{
	border-bottom:1px solid #a8c8c7;
	padding:0 0 10px;
}

p#left-advert{
	margin:0 0 0 5px;
}
p#left-advert img{
	border:none;
	margin:0 0 4px;
}
.members-area #right_images{
	width:239px;
	float:right;
	display:inline;
	margin:0 0 10px 20px;
}
.members-area #right_images img{
}
input#login-input{
	width:14px;
	height:14px;
	margin:0 6px 0 2px;
	border:none;
}

/**************** DIRECTORY ******************/

#directory-search{
	background:#f2f5f7;
	border:none;
	padding:17px;
	border-radius:20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
#directory-search fieldset{
	border:none;
	margin:0;
	padding:0;
}
#directory-search input[type="text"]{
	width: 762px;
	height: 62px;
	-webkit-border-radius: 3px 4px 4px 3px/4px;
	-moz-border-radius: 3px 4px 4px 3px/4px;
	border-radius: 3px 4px 4px 3px/4px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px rgba(255,255,255,.65), inset 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px rgba(255,255,255,.65), inset 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px rgba(255,255,255,.65), inset 0 1px 2px rgba(0,0,0,.15);
	border: solid 1px rgba(220,220,220,.54);
	font-size:21px;
	text-indent:23px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
#directory-search input.go{
	font-family: 'Source Sans Pro', sans-serif;
	width: 190px;
	height: 60px;
	-webkit-border-radius: 3px 4px 4px 3px/4px;
	-moz-border-radius: 3px 4px 4px 3px/4px;
	border-radius: 3px 4px 4px 3px/4px;
	background-color: #15a79c;
	-webkit-box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	-moz-box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
	border:none;
	margin-left:13px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px rgba(103,43,6,.75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#alphabet-list {
	text-align:justify;
	display:table;
	width:100%;
}

#alphabet-list .row {
	display:table-row;
}

#alphabet-list a,
#alphabet-list span {
	display:table-cell;
	padding: 10px 0px 20px 0px;
	font-size:30px;
	font-weight:500;
	color:#15a79c;
	width:43px;
	text-align:center;
}

#alphabet-list a {

}

#alphabet-list a.selected {
	font-weight:900;
	text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
	text-decoration:underline;
}


#alphabet-list span {
	color:#1e1e1e;
}

#companies-list {
	margin:10px 0;
}

#companies-list .emblem-heading {
	margin-bottom:23px;
}

#companies-list .image,
#companies-list .text {
	float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

#companies-list .text {
	padding-left:20px;
	width:878px;
}


#companies-list .image {
	width:125px;
}

#companies-list .company {
	margin-bottom:40px;
}

#companies-list h2{
	margin:0 0 10px;
}
#companies-list h2.with-tags{
	margin:0;
}
#companies-list h2 a{
	text-decoration:none;
	color:#15a79c;
}


#companies-list .tags{
	font-size:11px;
	margin:3px 0px 4px 0px;
}

#companies-list .tags span {
	font-weight:900;
	color:#15a79c;
}

#companies-list p{
	margin:0 0 10px;
}
#companies-list img{
	display:block;
	margin:0;
	padding:0;
	max-width:100%;
}



#companies-list .text a.website-link{
	font-size:14px;
	color:#15a79c;
}

/**************** MEMBER LOGIN ******************/

#login-form,
#member-signup-form { 
	float:left;
	width:50%;
	margin-bottom:40px;
}


#login-form label {
	display:inline-block;
	width:80px;
}


#login-form input[type=text],
#login-form input[type=password] {
	min-height:32px;
	line-height:20px;
	text-indent:7px;
}

#login-form div {
	margin-bottom:20px;
}

#login-form input[type=submit] {
	margin-left:83px;
}

#member-signup-form input {
	margin-top:9px;
}




/**************** INPAGE BASKET ******************/

#inpage-basket{
	float:right;
	clear:right;
	margin:0 7px 0 0;
	height:32px;
	width:594px;
	background-color:#F2F5F7;
}
#inpage-basket p{
	margin:0 0 0 32px;
	line-height:32px;
	color:#646464;
	font-size:10px;
}
#inpage-basket p strong{
	color:#15A79C;
	padding:0 8px 0 0;
}
#inpage-basket p a{
	color:#646464;
	padding:0 0 0 5px;
}

#new-error div#message_failure{
	width:594px;
	padding:20px 0;
	float:right;
	clear:right;
	margin:0 7px 0 0;
	text-indent:55px;
}

div.product-list {
	margin-bottom:60px;
}

#standardpage-content div.product-list a {
	display:inline-block;
	color:#FFF;
}



/**************** STAFF MEMBER Listings ******************/


#staff-list {
	margin-top:40px;
}

.staff-member .description,
.staff-member .picture {
	display:inline-block;
	vertical-align:middle;
}


.staff-member .picture {
	width:25%;
	text-align:right;
}

.staff-member {
	margin:0 0 25px 0px;
}

.staff-member .description {
	width:74%;
}

.staff-member .description em {
	font-size:16px;
}

.staff-member .description h2 {
	margin-top:0px;
}

.staff-member h3 {
	margin:0;
}

.staff-member h4 {
	margin-bottom:5px;
}


/**************** FULL WIDTH RELATED PAGES ******************/

ul#related-pages li a{
	width:auto;
}

/***** Button Boxes Used Outside Member Dir **************/

a.menu-button-box, a.menu-button-box-compact {
	background-color: #EFF4F8;
	border-top: 1px solid #ececec;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ececec;;
	width: 130px;
	padding: 9px 14px 17px 14px;
	vertical-align: top;
	margin: 15px;
	float: left;
	color: #757575;
}

a.menu-button-box-compact {
	min-height: 120px;
	height: 120px;
}

/* reduce bottom margin in IE */

* html a.menu-button-box,
* html a.menu-button-box-compact {
	margin-bottom: 0;
}

a.menu-button-box, a.menu-button-box-compact {
	text-decoration: none;
	display: block;
}

a.menu-button-box span.button-title,
a.menu-button-box-compact span.button-title {
	font-size: 20px;
	font-weight: normal;
	color: #005854;
}

a.menu-button-box span.button-description,
a.menu-button-box-compact span.button-description {
	font-size: 11px;
	margin-top: 10px;
}

a.menu-button-box:hover,
a.menu-button-box-compact:hover {
	background-color: #F7E2CD;
	border-top: 1px solid #F7E2CD;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #F7E2CD;
}

#module ul.twitter{
	margin:5px 0 15px 0px;
}
#module ul.twitter li{
	line-height:16px;
}
#module .twitter a{
	color:#0d5cab;
	font-style:italic;
}
#module .twitter a:hover{
	text-decoration:none;
}




/* Select Box Styles */
.selectBox-dropdown {
    min-width: 161px;
    position: relative;
    border: solid 1px #BBB;
    margin-top: 0;
    line-height: 1.6;
    text-decoration: none;
    text-align: left;
    color: #717171;
    outline: none;
    vertical-align: middle;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,e9e9e9+100 */
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f9f9 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15); 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    font-size: 13px;
    clear: none !important;
    font-family: 'Lato',sans-serif;
}

#basket .selectBox-dropdown {
    /*width: 100% !important;*/
    float: left !important;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing {
	background-color: #606060;
	-webkit-box-shadow: 0 1px #fff, inset 0 1px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px #fff, inset 0 1px 5px rgba(0,0,0,.4);
	box-shadow: 0 1px #fff, inset 0 1px 5px rgba(0,0,0,.4);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
	background-image: linear-gradient(to top, rgba(0,0,0,.09), rgba(255,255,255,.09));
}

.selectBox-dropdown .selectBox-label {
    padding: 4px 20px 4px 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    border-right:solid 1px #FFF;
}

.selectBox-label {
    width: 100%;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: url("../nav/sortby-arrow.png") 50% center no-repeat;
    border-left: solid 1px #d2d2d2;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
	border-left: solid 1px #575757;
	background: url("../nav/sortby-arrow-white.png") 50% center no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-label {
	border-right: solid 1px #6e6e6e;
	font-weight: normal;
	color: #FFF;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;

}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
    margin-top:1px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
    border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options li a {
    line-height: 1.5;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Lato',sans-serif;

}

.selectBox-options li.selectBox-hover a {
	color:#FFF;
	background-color: #15a79c;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.17);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.17);
	box-shadow: 0 1px 4px rgba(0,0,0,.17);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: linear-gradient(to top, rgba(0,0,0,.25), rgba(255,255,255,.25));
}

.selectBox-options li.selectBox-disabled a {
    color: #888;
    background-color: transparent;
}

.selectBox-options li.selectBox-selected a {
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}


/*Custom Label Styles*/

.sort-select label { margin:  8px 8px 0 0; width: auto; font-size: 15px; float: left; font-weight: 700;}




/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after  {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


/* Styles - SP */
.col2Layout {

}

.col2Layout .col2col1 {
	float: left;
	width: 50%;
	padding-right: 15px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    border-right: solid 1px #15a79c;
}

.col2Layout .col2col2 {
	float: right;
	width: 50%;
	padding-left: 15px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

.restricted #right-column {
	display: none;
}

.restricted #left-content {
    max-width: 100%;
}

.homepage #footer_bottom {
	padding-top: 15px;
}

p.welcomeBackName {
    float: right;
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    line-height: 20px;
}

.homepage p.welcomeBackName {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
}

#related-pages ul li a, #subpage-list a {
	border-bottom: 0;
}

big {
	color: #108f90;
    line-height: 25px;
    font-weight: 600;
}

p{
	line-height:20px;
	margin:15px 0px;
}


#joinChooser {
    margin-bottom: 15px;
    margin-top: 10px;
}

#joinChooser > .col2col1,
#joinChooser > .col2col2  {
	position: relative;
	padding-bottom: 60px;
}

#joinChooser a.joinButton {
    display: block;
    margin-top: 20px;
    border: 0 !important;
    background-color: #15a79c;
    color: #fff !important;
    padding: 5px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
	width: 88%;
}

#joinChooser a.joinButton:hover {
	opacity: 0.9;
}

#nav > ul > li > a {
    width: auto;
    text-transform:uppercase;
}

.members_nav {
	list-style: none;
    padding: 0;
    width: 100%;
    background-color: #15a79c;
    margin-top: 20px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: -20px;
}

.members_nav li {
	display: inline-block;
	display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.members_nav li:hover {
	background-color: #169289;
}

.members_nav li a {
	color: #fff;
	padding: 6px;
}

.cancel-button {
	border: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff !important;
    text-shadow: 0 1px rgba(103,43,6,.75);
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #a71515;
    -webkit-box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
    -moz-box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
    box-shadow: -1px 1px rgba(0,0,0,.45), inset -1px 1px rgba(255,255,255,.42);
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
}

ol {
	margin-left: 20px;
    margin-bottom: 10px;
}

.google_search .listings h2 a {
	border-bottom: 0 !important;
	font-weight: 600 !important;
}

#search-box input[type="text"] {
	padding: 6px;
}

a.searchNextPrevLink {
    background-color: #15a79c;
    padding: 10px;
    color: #fff !important;
    display: block;
    border-bottom: 0 !important;
    font-weight: 700 !important;
    text-transform: capitalize;
}


/**
 * Client Styling (CS) Overide
 * These styles are automatically applied to all user editable content.
 */

/* RESET */
#standardpage-content .cs, #standardpage-content .cs div, #standardpage-content .cs span, #standardpage-content .cs applet, #standardpage-content .cs object, #standardpage-content .cs iframe,
#standardpage-content .cs h1, #standardpage-content .cs h2, #standardpage-content .cs h3, #standardpage-content .cs h4, #standardpage-content .cs h5, #standardpage-content .cs h6, #standardpage-content .cs p, #standardpage-content .cs blockquote, #standardpage-content .cs pre,
#standardpage-content .cs a, #standardpage-content .cs abbr, #standardpage-content .cs acronym, #standardpage-content .cs address, #standardpage-content .cs big, #standardpage-content .cs cite, #standardpage-content .cs code,
#standardpage-content .cs del, #standardpage-content .cs dfn, #standardpage-content .cs em, #standardpage-content .cs img, #standardpage-content .cs ins, #standardpage-content .cs kbd, #standardpage-content .cs q, #standardpage-content .cs s, #standardpage-content .cs samp,
#standardpage-content .cs small, #standardpage-content .cs strike, #standardpage-content .cs strong, #standardpage-content .cs sub, #standardpage-content .cs sup, #standardpage-content .cs tt, #standardpage-content .cs var,
#standardpage-content .cs b, #standardpage-content .cs u, #standardpage-content .cs i, #standardpage-content .cs center,
#standardpage-content .cs dl, #standardpage-content .cs dt, #standardpage-content .cs dd, #standardpage-content .cs ol, #standardpage-content .cs ul, #standardpage-content .cs li,
#standardpage-content .cs fieldset, #standardpage-content .cs form, #standardpage-content .cs label, #standardpage-content .cs legend,
#standardpage-content .cs table, #standardpage-content .cs caption, #standardpage-content .cs tbody, #standardpage-content .cs tfoot, #standardpage-content .cs thead, #standardpage-content .cs tr, #standardpage-content .cs th, #standardpage-content .cs td,
#standardpage-content .cs article, #standardpage-content .cs aside, #standardpage-content .cs canvas, #standardpage-content .cs details, #standardpage-content .cs embed, 
#standardpage-content .cs figure, #standardpage-content .cs figcaption, #standardpage-content .cs footer, #standardpage-content .cs header, #standardpage-content .cs hgroup, 
#standardpage-content .cs menu, #standardpage-content .cs nav, #standardpage-content .cs output, #standardpage-content .cs ruby, #standardpage-content .cs section, #standardpage-content .cs summary,
#standardpage-content .cs time, #standardpage-content .cs mark, #standardpage-content .cs audio, #standardpage-content .cs video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#standardpage-content .cs article, #standardpage-content .cs aside, #standardpage-content .cs details, #standardpage-content .cs figcaption, #standardpage-content .cs figure, 
#standardpage-content .cs footer, #standardpage-content .cs header, #standardpage-content .cs hgroup, #standardpage-content .cs menu, #standardpage-content .cs nav, #standardpage-content .cs section {
	display: block;
}
#standardpage-content .cs body {
	line-height: 1;
}
#standardpage-content .cs blockquote, #standardpage-content .cs q {
	quotes: none;
}
#standardpage-content .cs blockquote:before, #standardpage-content .cs blockquote:after,
#standardpage-content .cs q:before, #standardpage-content .cs q:after {
	content: '';
	content: none;
}

/* TABLES */
#standardpage-content .cs table {
	border-collapse: collapse;
	border-spacing: 0;
}

#standardpage-content .cs table {
	width: 100% !important;
	margin-bottom: 15px;
}

#standardpage-content .cs table td, #standardpage-content .cs table th {
	padding: 10px;
	background-color: #eaeaea;
}
#standardpage-content .cs table td {
	border-bottom: solid 1px #ffffff;
}

#standardpage-content .cs table thead th {
	background-color: #15a79c;
    color: #fff;
	font-weight: 700;
}

/* HEADINGS */

#standardpage-content .cs h1, #standardpage-content .cs h2 {
	font-weight: 400;
    color: #15a79c;
}

#standardpage-content .cs h3, #standardpage-content .cs h4, #standardpage-content .cs h5 {
    font-weight: 600;
    color: #4b5659;
}

#standardpage-content .cs h1 {
	font-size: 30px;
	line-height: 45px;
}

#standardpage-content .cs h2 {
	font-size: 24px;
	line-height: 39px;
}

#standardpage-content .cs h3 {
	font-size: 19px;
	line-height: 34px;
}

#standardpage-content .cs h4 {
	font-size: 18px;
	line-height: 33px;
}

#standardpage-content .cs h5 {
	font-size: 16px;
	line-height: 34px;
}


/* PARAGRAPHS */

#standardpage-content .cs p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
	color: #4b5659;
}

#standardpage-content .cs p a,
#standardpage-content .cs a,
#standardpage-content .cs ul li a,
#standardpage-content .cs ol li a {
	font-weight: 700;
	border-bottom: dotted 1px #000;
}

#standardpage-content .cs p a:hover {
	border-bottom: 0;
}

#standardpage-content .cs p strong {
	font-weight: 700;
}

/* LISTS */

#standardpage-content .cs ol, #standardpage-content .cs ul {
	margin-bottom: 15px;
}

#standardpage-content .cs ol {
	padding-left: 15px;
}

#standardpage-content .cs ul {
    list-style-image: url('../nav/bullet-point.png');
    padding-left: 15px;
}

#standardpage-content .cs ul li, #standardpage-content .cs ol li {
	margin-bottom: 3px;
    font-size: 14px;
    padding-left: 30px;
}

/* Block Quotes */
#standardpage-content .cs blockquote, #standardpage-content .cs q {
	border-left: solid 4px #15a79c;
	padding-left: 30px;
	font-style: italic;
	font-weight: 700;
}

#standardpage-content .cs blockquote p {
	font-size: 18px;
    color: #15a79c;
    font-weight: 400;
    line-height: 24px;
}

/* Horizontal Line */
#standardpage-content .cs div[style="page-break-after: always"] {
	border-bottom: solid 2px #15a79c;
    margin-top: 20px;
    margin-bottom: 20px;
}

#standardpage-content .cs input[type="submit"] {
	background-color: #15a79c;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    border: 0;
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
}


/** Pagination **/
.pagination { 
    overflow: hidden;
    margin: 0;
    font: 300 13px/1.2 "Lato";
    text-align:right;
    width:100%;
    text-transform:uppercase;
    color:#15a79c;
    font-weight:900;
}

.pagination.alpha {
    text-align: right;
}
.pagination.alpha a {
    color: #82bf19;
    text-decoration: none;
}
.pagination.alpha a.selected {
    font-weight: bold;
    text-decoration: underline;
}

.displaying {
    float: right;
    font-size: 14px;
    font-weight: 400;
    clear: both;
    margin-bottom: 10px;
    margin-right: 5px;
}
#standardpage-content .displaying a {
    color: #15a79c;
    text-decoration: none;
}

.pagination .pager {
    clear: both;
    margin-bottom: 10px;
}

.pagination a.per_page {
    color: #f3c500;
    font-size: 12px;
    float:right;
    text-decoration: none;
    font-weight: 600;
}



#standardpage-content a.page-btn,
#standardpage-content span.page-btn,
.page-btn {
    font-family: "Lato",sans-serif;
    display: inline-block;
    height: 32px;
    min-width: 32px;
    border: solid #c9c9c9 1px;
    background: url('../nav/pagination-btn-bg.png') repeat-x;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14);
    color: #656565;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    line-height: 32px;
    cursor: pointer;
    margin-right: 2px;
    overflow: hidden;
}

.page-btn.prev,
.page-btn.next {
    position: relative;
}

.page-btn.prev span,
.page-btn.next span {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('../nav/pagination-btn-arrows.png');
    background-repeat:none; 
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
}

.page-count {
    vertical-align:top;
    display:inline-block;
    line-height:32px;
    margin-right:6px;
}

.page-btn.next span {
    background-position: -11px 0;
}

#standardpage-content a.page-btn.active,
#standardpage-content span.page-btn.active {

	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.39);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	background-color: #6a6a6a;
	-webkit-box-shadow: 0 1px #fff, inset 0 1px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px #fff, inset 0 1px 5px rgba(0,0,0,.4);
	box-shadow: 0 1px #fff, inset 0 1px 5px rgba(0,0,0,.4);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.09), rgba(255,255,255,.09));
	background-image: linear-gradient(to top, rgba(0,0,0,.09), rgba(255,255,255,.09));
}

.userActionIcon {
    font-size: 20px;
    display: inline-block;
    color: #4b5659;
    margin-top: 5px;
}

.userActionIcon:hover {
	color: #15a79c;
}

.pageHasBeenUpdated {
    position: fixed;
    top: 0;
    left: 10px;
    background-color: #15a79c;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.pageHasBeenUpdated:hover {
	opacity: 0.9;
}

.ShopCategoryList {
    margin-bottom: 30px;
    margin-top: 30px;
}

.ShopCategoryList .category {
    display: inline-block;
    width: 179px;
    margin-right: 10px;
    text-align: center;
    border: solid 2px #dadada;
    padding: 10px;
    color: #15a79c;
    float: left;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ShopCategoryList .category:hover {
	background-color: #15a79c;
	border-color: #15a79c;
	color: #fff;
}

.ShopCategoryList .category p {
    color: #a5a5a5;
}

.ShopCategoryList .category:hover h2, .ShopCategoryList .category:hover p {
	color: #fff;
}

.ShopCategoryList .category h2 {
	
}

.ShopCategoryList .category h3 {
	font-weight: 900;
    font-size: 18px;
}

.ShopCategoryList .category .icon {
	font-size: 35px;
}

.ShopCategoryList a.matchHeightItem {
    display: inline-block;
}

.headerBasket {
	float: right;
    margin-top: -12px;
}

.headerBasket .icon {
    float: left;
    margin-top: 3px !important;
}

.headerBasket a {
	margin-left: 7px;
    color: #15a79c;
}

.sidebarBannerContainer {
	
}

.sidebarBannerContainer .sidebarHeading {
	padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sidebarBannerContainer .sidebarContent {
	padding: 10px;
}

.sidebarBannerContainer .sidebarContent h1, .sidebarBannerContainer .sidebarHeading h1 {
	color: inherit;
	font-weight: 500;
}

div#member_main .info-panel .actions {
	height: 60px;
    padding-top: 20px;
}

.signupIcon {
	float: left;
    margin-right: 6px;
    margin-top: 3px;
}

.backIcon {
    float: left;
    margin-right: 0px;
    margin-top: 7px;
}

.directorySearchSorry {
	color: red;
    background-color: #ececec;
    padding: 10px;
    font-weight: 600;
}

.emblem-list.large h3, .emblem-list.large img {
	float: left;
}