
/* --- AB-NEW.CSS - AFTER CHANGES, MINIFY WITH cssminifier.com AND SAVE AS AB-NEW-MIN.CSS --- */





/*   Copyright Excelsior Information Systems Ltd 2004-2021. All Rights reserved
     No part of this file may be copied, modified, used or reproduced outside 
     AboutBritain.com without prior written approval of Excelsior Information Systems Ltd   */



/* -----------   Contents of File responsivegridsystem.css   ------------ */











/* LINKS =============================================================================  */



a:hover, 
a:active { 
outline : 0;
text-decoration: underline;
color : #0000ff;
}



/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: static!important;
    top: 0px;
	text-align: left;
	z-index: -1;
}

	#headcontainer {
		width: 100%;
/*		background: url(/images/headerback.png) no-repeat center top; */
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 130px 0px 10px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}
 
 
		

	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.33);
		}
		
			#maincontent{
				clear: both;
				width: 80em; /* 1000px / 1250px */
			/*  font-size: 0.8125em; /* 13 / 16 */
				max-width: 97%; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80em; /* 1000px / 1250px */
			/*	font-size: 0.8125em; /* 13 / 16 */ 
				max-width: 97%; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

	

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  SAMPLE  ============================================================================= */

#sample .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  CALCUATIONS  ============================================================================= */

#calculated .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
/*	background: url(/images/bodyback.png);  */
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
/*	background: transparent url(/images/stripe-bg.png);  */
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
/*	background: #bbb url(/images/stripe-bg.png);  */
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
/*	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;   */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;
				
}
.button:hover {
/*	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;    */
	color: #fff;
	text-decoration: none;
}
.button:active {
/*	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;     */
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }




/* -----------   End of Contents of File responsivegridsystem.css   ------------ */






























html {
    background: #FFFFFF
}


/* -----------   Old Menu styles  -----------------  */

  HR.vlinered {
    color:           #CE0000; 
    height:          100%; 
    width:           1px
   }

  HR.hlinered {
    color:           #CE0000; 
    height:          1px; 
    width:           100%
   }

  HR.vlineblue {
    color:           #095BA6; 
    height:          100%; 
    width:           1px
   }

  HR.hlineblue {
    color:           #095BA6; 
    height:          1px; 
    width:           100%
   }


  A.apnav:link {
    font-size:       11px; 
    font-family:     Arial, Helvetica, sans-serif; 
    text-decoration: none; 
    font-weight:     normal; 
    color:           #FFFFFF
   }

  A.apnav:visited {
    font-size:       11px; 
    font-family:     Arial, Helvetica, sans-serif; 
    text-decoration: none; 
    font-weight:     normal; 
    color:           #FFFFFF
   }

  A.apnav:active {
    font-size:       11px; 
    font-family:     Arial, Helvetica, sans-serif; 
    text-decoration: none; 
    font-weight:     normal; 
    color:           #FFFFFF
   }

  A.apnav:hover {
    font-size:       11px; 
    font-family:     Arial, Helvetica, sans-serif; 
    text-decoration: underline; 
    font-weight:     normal; 
    color:           #FFFFFF
   }




  TD.leftnav {
    text-align:          left; 
    border-style:        solid; 
    border-color:        #095BA6; 
    padding-left:        15px; 
    border-bottom-width: 0px; 
    border-top-width:    0px; 
    border-left-width:   0px; 
    border-right-width:  0px; 
    vertical-align:      middle; 
    HEIGHT:              18px; 
    background:          #849CB5; 
    font-size:           11px; 
    font-family:         Arial, Helvetica, sans-serif; 
    text-decoration:     none; 
    color:               #FFFFFF; 
    font-weight:         normal; 
    cursor:              pointer;
    line-height:         20px;
   }


  TD.leftnavh {
    text-align:          left; 
    border-style:        solid; 
    border-color:        #095BA6; 
    padding-left:        8px; 
    border-bottom-width: 0px; 
    border-top-width:    0px; 
    border-left-width:   0px; 
    border-right-width:  0px; 
    vertical-align:      middle; 
    HEIGHT:              18px; 
    background:          #849CB5; 
    font-size:           11px; 
    font-family:         Arial, Helvetica, sans-serif; 
    text-decoration:     none; 
    color:               #FFFFFF; 
    font-weight:         normal; 
    cursor:              pointer;
    line-height:         20px;
   }


  TD.leftnavhead {
    text-align:          left; 
    border-style:        solid; 
    border-color:        #000000; 
    padding-left:        6px; 
    border-bottom-width: 1px; 
    border-top-width:    1px; 
    border-left-width:   0px; 
    border-right-width:  0px; 
    vertical-align:      middle; 
    HEIGHT:              20px; 
    background:          #5175A1; 
    font-size:           11px; 
    font-family:         Arial, Helvetica, sans-serif; 
    text-decoration:     none; 
    color:               #FFFFCE; 
    font-weight:         bold;
    cursor:				 default;
    line-height:         20px;
   }

  TD.leftnavstripe {
    text-align:          left; 
    border-style:        solid; 
    border-color:        #095BA6; 
    padding-left:        5px; 
    border-bottom-width: 0px; 
    border-top-width:    0px; 
    border-left-width:   0px; 
    border-right-width:  0px; 
    vertical-align:      middle; 
    HEIGHT:              2px; 
    background:          #849CB5; 
    font-size:           12px; 
    font-family:         Arial, Helvetica, sans-serif; 
    text-decoration:     none; 
    color:               #FFFFFF; 
    font-weight:         normal; 
    cursor:              default
   }


  TD.leftnavspace {
    text-align:          left; 
    border-style:        solid; 
    border-color:        #095BA6; 
    padding-left:        6px; 
    border-bottom-width: 0px; 
    border-top-width:    0px; 
    border-left-width:   0px; 
    border-right-width:  0px; 
    vertical-align:      middle; 
    HEIGHT:              4px; 
    background:          #849CB5; 
    font-size:           12px; 
    font-family:         Arial, Helvetica, sans-serif; 
    text-decoration:     none; 
    color:               #FFFFFF; 
    font-weight:         normal; 
    cursor:              pointer;
    line-height:         20px;
   }

TD.detaill   {background: #FEFEEC;
              font-size: 13px;
              font-family: Verdana, Arial, Helvetica, sans-serif;
              text-decoration: none;
              color: #000000;
              font-weight: normal;
              padding: 0px;
              border-bottom-width: 0px;
              border-top-width: 0px;
              border-left-width: 0px;
              border-right-width: 0px;
              border-color:#FEFEEC}


TD.detaild   {background: #FFFFCC;
              font-size: 13px;
              font-family: Verdana, Arial, Helvetica, sans-serif;
              text-decoration: none;
              color: #000000;
              font-weight: normal;
              padding: 0px;
              border-bottom-width: 0px;
              border-top-width: 0px;
              border-left-width: 0px;
              border-right-width: 0px;
              border-color:#DEEFFF}

/* -----------    End of Old Menu styles  -----------------  */


/* -----------    Page Template Styles  ---------------  */

body {margin: 5px;}
	
div#logo {position: absolute; top: 100px; left: 5px; width: 370px; height: 57px; background-color: #849CB5;}

div#search {position: absolute; top: 100px; left: 375px; width: 380px; height: 57px; background-color: #849CB5;}
	
div#container {position: absolute; top: 152px; left: 5px; width: 760px; background-color: white;}
	
div#leaderboard {position: absolute; top: 5px; left: 0px; width: 750px; background-color: white;}
	
div#menu {float: left; width: 115px; background-color: #849CB5;}
	
div#content {background-color: white; padding: 30px; border-radius: 15px;}

div#righthandcolumn {padding: 15px; border-radius: 15px; height: 1500px;}

/* Un-comment this to make right hand column disappear below a certain width */
/*
@media screen and (max-width: 600px) {
div#righthandcolumn {display:none}
}
*/


/* -----------    End of Page Template Styles  ---------------  */ 


/* -----------   Main Text Styles   ------------ */


body {

	background-color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:13px
}

div.main-text {

	background-color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height:37px;
	paragraph-spacing:24px;
	font-size:21px
}


h1 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:26px;
	text-align:center;
	color:#ffffce;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border:0px;
	margin:0px;
	background-color:#cc3300;
	line-height:120%
}

h2 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:#ffffce;
	width:100%;
	padding:1px;
	border:0px;
	margin:0px;
	background-color:#cc3300
}

h3 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	font-weight:bold;
	line-height:38px;
	font-size:28px;
    margin-top:1.9em;
	margin-bottom:1em;
}

h4 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	font-weight:bold;
	line-height:28px;
	font-size:23px;
    margin-top:1.9em;
	margin-bottom:1em;
}

div.highlight {
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	color:#cc3300;
	background-color:#ffffce;
	line-height:26px;
	font-size:16px
}

div.highlight-black {
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	color:#000000;
	background-color:#ffffce;
	line-height:26px;
	font-size:16px
}

div.breadcrumbs {
    font-size:10px
}

div.smallprint {
	font-size:10px
}

div.smallgray {
	font-size:10px;
	color:gray
}

div.smallheader {
	font-size:10px;
	color:#ffffce;
	font-weight:bold
}

textarea {
	font-family:verdana,arial,helvetica,sans-serif;
	font-style:normal;
	color:#000000;
	line-height:28px;
	font-size:18px
}


/* -----------   End of Main Text Styles   ------------ */


/* -----------   Styles for Boxes on Right Hand Side   ------------ */

ul.rhs 
{
    list-style-type:none;
    padding:0px;
    padding-left:0px;
    width:350px
}


li.rhs
{
    background-color:#ffffce;
    margin-bottom:5px;
    height:115px;
    font-size:12px;
    overflow:hidden;
    color:black
}

.rhs-text
{
	
	float:left;
	margin:4px;
	width:180px;
	font-size:11px
}

.rhs-text-name
{
    font-weight:bold;
    color:blue;
    text-decoration:underline;
    font-size:12px
}

.rhs-text-distance
{
    font-size:10px;
    font-weight:normal;
    color:gray;
    text-decoration:none
}


/* -----------   End of Styles for Boxes on Right Hand Side   ------------ */

/* -----------   Styles for Lists   ------------ */

ul.list
{
    list-style-type:none;
    padding:0px;
    padding-left:0px;
    width:690px
}


li.list
{
    background-color:#ffffce;
    margin-bottom:5px;
    height:115px;
    overflow:hidden;
    color:black
}

.list-text
{
	float:left;
	margin:4px;
	width:520px;
	line-height:22px;
	font-size:14px
}

.list-text-name
{
    font-weight:bold;
    color:blue;
    text-decoration:underline;
    font-size:13px
}

.list-text-distance
{
    font-size:10px;
    font-weight:normal;
    color:gray;
    text-decoration:none
}

ul
{
list-style-type: disc;
padding:0px;
padding-left: 48px;
margin:0px;
}

ul li
{
padding-left: 0px;
margin: 1em 0;
}

ol li
{
padding-left: 0px;
margin: 1em 0;
}


/* -----------   End of Styles for Lists   ------------ */


/* -----------   Styles for Images   ------------ */

img.with-border {
	padding:0px; 
	border: 0px solid #DDDDDD;
	vspace:10px;
	background-color:#FFFFFF;
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}


/* -----------   End of Styles for Images   ------------ */




/* -----------  Styles for Top Menu  -------------- */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #3b5998;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #3b5998;;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}



/* -----------  End of Styles for Top Menu ------------ */





/* -----------   Contents of File col.css   ------------ */


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}


/* -----------   End of Contents of File col.css   ------------ */







/* -----------   Contents of File 2cols.css   ------------ */
/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
	font-size:16;
	font-weight: bold; 
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
}
/* -----------   End of Contents of File 2cols.css   ------------ */




/* -----------   Contents of File 3cols.css   ------------ */
/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%;
	font-size:16;
	font-weight: bold; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}
/* -----------   End of Contents of File 3cols.css   ------------ */



/* -----------   Contents of File 4cols.css   ------------ */
/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
/* -----------   End of Contents of File 4cols.css   ------------ */


/* =================================================================
   = CSS For Column Numbers of 5 - 12 Included Here For Reference  =
   = But Commented Out Since We Don't Use Them.                    =
   = They'll Be Removed When This File Is Minified                 =
   = So It's Not Inefficient To Leave Them In This Source File     =
   =================================================================


/* -----------   Contents of File 5cols.css (Commented Out)  ------------ 

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS 

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}
/* -----------   End of Contents of File 5cols.css   ------------ */

/* -----------   Contents of File 6cols.css (Commented Out)  ------------ 

.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS 

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}
/* -----------   End of Contents of File 6cols.css   ------------ */

/* -----------   Contents of File 7cols.css (Commented Out)  ------------


.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.94%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 12.91%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS

@media only screen and (max-width: 480px) {
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
}
/* -----------   End of Contents of File 7cols.css   ------------ */

/* -----------   Contents of File 8cols.css (Commented Out)  ------------



	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%; 
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.1%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS

@media only screen and (max-width: 480px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
}

/* -----------   End of Contents of File 8cols.css   ------------ */

/* -----------   Contents of File 9cols.css (Commented Out)  ------------


.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.71%;
}

.span_7_of_9 {
	width: 77.42%; 
}

.span_6_of_9 {
	width: 66.13%; 
}

.span_5_of_9 {
	width: 54.84%; 
}

.span_4_of_9 {
	width: 43.55%; 
}

.span_3_of_9 {
	width: 32.26%;
}

.span_2_of_9 {
	width: 20.97%; 
}

.span_1_of_9 {
	width: 9.68%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS

@media only screen and (max-width: 480px) {
	.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
}
/* -----------   End of Contents of File 9cols.css   ------------ */

/* -----------   Contents of File 10cols.css (Commented Out)  ------------


.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 89.84%;
}

.span_8_of_10 {
	width: 79.68%;
}

.span_7_of_10 {
	width: 69.52%; 
}

.span_6_of_10 {
	width: 59.36%; 
}

.span_5_of_10 {
	width: 49.2%; 
}

.span_4_of_10 {
	width: 39.04%; 
}

.span_3_of_10 {
	width: 28.88%;
}

.span_2_of_10 {
	width: 18.72%; 
}

.span_1_of_10 {
	width: 8.56%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS

@media only screen and (max-width: 480px) {
	.span_10_of_10 {
		width: 100%; 
	}
	.span_9_of_10 {
		width: 100%; 
	}
	.span_8_of_10 {
		width: 100%; 
	}
	.span_7_of_10 {
		width: 100%; 
	}
	.span_6_of_10 {
		width: 100%; 
	}
	.span_5_of_10 {
		width: 100%; 
	}
	.span_4_of_10 {
		width: 100%; 
	}
	.span_3_of_10 {
		width: 100%; 
	}
	.span_2_of_10 {
		width: 100%; 
	}
	.span_1_of_10 {
		width: 100%; 
	}
}

/* -----------   End of Contents of File 10cols.css   ------------ */

/* -----------   Contents of File 11cols.css (Commented Out)  ------------

.span_11_of_11 {
	width: 100%;
}

.span_10_of_11 {
	width: 90.76%;
}

.span_9_of_11 {
	width: 81.52%;
}

.span_8_of_11 {
	width: 72.29%;
}

.span_7_of_11 {
	width: 63.05%; 
}

.span_6_of_11 {
	width: 53.81%; 
}

.span_5_of_11 {
	width: 44.58%; 
}

.span_4_of_11 {
	width: 35.34%; 
}

.span_3_of_11 {
	width: 26.1%;
}

.span_2_of_11 {
	width: 16.87%; 
}

.span_1_of_11 {
	width: 7.63%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS

@media only screen and (max-width: 480px) {
	.span_11_of_11 {
		width: 100%; 
	}
	.span_10_of_11 {
		width: 100%; 
	}
	.span_9_of_11 {
		width: 100%; 
	}
	.span_8_of_11 {
		width: 100%; 
	}
	.span_7_of_11 {
		width: 100%; 
	}
	.span_6_of_11 {
		width: 100%; 
	}
	.span_5_of_11 {
		width: 100%; 
	}
	.span_4_of_11 {
		width: 100%; 
	}
	.span_3_of_11 {
		width: 100%; 
	}
	.span_2_of_11 {
		width: 100%; 
	}
	.span_1_of_11 {
		width: 100%; 
	}
}
/* -----------   End of Contents of File 11cols.css   ------------ */

/* -----------   Contents of File 12cols.css (Commented Out)  ------------

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%; 
}

.span_6_of_12 {
	width: 49.2%; 
}

.span_5_of_12 {
	width: 40.73%; 
}

.span_4_of_12 {
	width: 32.26%; 
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%; 
}

.span_1_of_12 {
	width: 6.86%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS

@media only screen and (max-width: 480px) {
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
}
/* -----------   End of Contents of File 12cols.css   ------------ */








/* -----------  Styles to Make Layout Responsive at 1024px for Smaller Screens  ------------- */

@media only screen and (max-width: 1024px) and (min-width: 769px) {

	
		header {
			width: 93.75%; /* 960px / 1024px */
		}

		#maincontent{
					width: 93.75%; /* 960px / 1024px */
		}
		
		.maincontent{
			width: 93.75%; /* 960px / 1024px */
		}

		footer {
			width: 93.75%; /* 960px / 1024px */
		}
}	

/* -----------  End Of Styles to Make Layout Responsive at 1024px ------------- */





/* -----------  Styles to Make Layout Responsive at 768px for iPad Portrait  ------------- */

@media only screen and (max-width: 768px) and (min-width: 481px) {
	
		header {
			width: 93.75%; /* 720px / 768px */
		}

		#maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		.maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		footer {
			width: 93.75%; /* 720px / 768px */
		}
		
}


/* -----------  End of Styles to Make Layout Responsive at 768px ------------- */



/* -----------  Styles to Make Layout Responsive at 480px for iPhone Landscape ------------- */


@media only screen and (max-width: 480px)  {
	
		header {
			width: 93.75%; /* 450px / 480px */
		}


		#maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
	
		.maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
		
		footer {
			width: 93.75%; /* 450px / 480px */
		}
		
		

/*  GRID OF EIGHT TURNS INTO A GRID OF FOUR */

.span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}

.span_7_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_6_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_5_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_4_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_3_of_8 {
	width: 74.2%;
	margin: 1% 0 1% 3.2%;
}

.span_2_of_8 {
	width: 48.4%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8 {
	width: 22.6%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}
		
/*  Except in the Example and in the Sample */

#example .maincontent .span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}
#example .maincontent .span_7_of_8 {
	width: 100%; 
	margin-left: 0;
}
#example .maincontent .span_6_of_8 {
	width: 100%;
	margin-left: 0; 
}
#example .maincontent .span_5_of_8 {
	width: 100%; 
	margin-left: 0;
}
#example .maincontent .span_4_of_8 {
	width: 100%; 
	margin-left: 0;
}
#example .maincontent .span_3_of_8 {
	width: 100%;
	margin-left: 0; 
}
#example .maincontent .span_2_of_8 {
	width: 100%%; 
	margin-left: 0;
}
#example .maincontent .span_1_of_8 {
	width: 100%; 
	margin-left: 0;
}

#sample .maincontent .span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}
#sample .maincontent .span_7_of_8 {
	width: 100%; 
	margin-left: 0;
}
#sample .maincontent .span_6_of_8 {
	width: 100%;
	margin-left: 0; 
}
#sample .maincontent .span_5_of_8 {
	width: 100%; 
	margin-left: 0;
}
#sample .maincontent .span_4_of_8 {
	width: 100%; 
	margin-left: 0;
}
#sample .maincontent .span_3_of_8 {
	width: 100%;
	margin-left: 0; 
}
#sample .maincontent .span_2_of_8 {
	width: 100%%; 
	margin-left: 0;
}
#sample .maincontent .span_1_of_8 {
	width: 100%; 
	margin-left: 0;
}

}

/* -----------  End of Styles to Make Layout Responsive at 480px ------------- */





/* -----------  Contents of Shadowbox.CSS File -------------*/

#sb-container,#sb-wrapper{text-align:left;}#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}body>#sb-container{position:fixed;}#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:10px solid #FFFFFF;}#sb-body-inner{position:relative;height:100%;}#sb-content.html{height:100%;overflow:auto;}#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}#sb-body,#sb-loading{background-color:#060606;}#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}#sb-title-inner,#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}#sb-title,#sb-title-inner{height:26px;}#sb-title-inner{font-size:16px;padding:5px 0;color:#fff;}#sb-info,#sb-info-inner{height:20px;}#sb-info-inner{font-size:12px;color:#fff;}#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}#sb-nav-close{background-image:url(/shadowbox/resources/close.png);background-repeat:no-repeat;}#sb-nav-next{background-image:url(/shadowbox/resources/next.png);background-repeat:no-repeat;}#sb-nav-previous{background-image:url(/shadowbox/resources/previous.png);background-repeat:no-repeat;}#sb-nav-play{background-image:url(/shadowbox/resources/play.png);background-repeat:no-repeat;}#sb-nav-pause{background-image:url(/shadowbox/resources/pause.png);background-repeat:no-repeat;}#sb-counter{float:left;padding:2px 0;width:45%;}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}#sb-counter a.sb-counter-current{text-decoration:underline;}div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* ------------  End of Contents of Shadowbox.CSS File ------------- */





a img {border: 0px }





/* Mediavine mobile fix CSS */
@media only screen and (max-width: 425px) {
body {
    margin-left: unset;
    margin-right: unset;
}
.main-text a {
    word-wrap: break-word;
}
}
/*End Mediavine CSS */








