/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

body {
	color: black;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site {
	margin: 0 0 50px 0;
	background: #fff url(../images/content-bg.gif) 0;
}

h1 {
	color: #13007d;
	margin: 0.5em 0 0.5em 0;
	padding: 0 10px;
	font-size: 130%;
	line-height: 150%;
}

h2 {
	color: #13007d;
	margin: 0.5em 0 0.5em 0;
	padding: 0 10px;
	font-size: 130%;
	line-height: 150%;
}

h3 {
	color: #f00;
	margin: 0.5em 0 0.5em 0;
	font-size: 90%;
}

hr {
	background: #f00;
	color: #f00;
}

p {
	margin: 0.5em 0;
	padding: 0 0px;
	line-height: 150%;
}

li {
	line-height: 150%;
}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

th {
	background: #f00;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #f00;
	text-decoration: underline;
}

a:visited {
	color: #f00;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #f00;
	text-decoration: none;
}

a:active {
	color: white;
	background: #f00;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #f00;
	text-decoration: none;
}

a.blue:link {
	color: #33318F;
	text-decoration: underline;
}

a.blue:visited {
	color: #33318F;
	text-decoration: underline;
}

a.blue:hover {
	color: white;
	background: #33318F;
	text-decoration: none;
}

a.blue:active {
	color: white;
	background: #33318F;
	text-decoration: none;
}

a.blue:focus {
	color: white;
	background: #33318F;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

label {
	cursor: pointer;
	color: #fd0002;
	font-size: 90%;
	font-weight: bold;
	display: block;
}

form {
	padding: 0;
	margin: 0;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #ebebeb;
	padding: 4px;
	font-family: arial, helvetica;
	margin-bottom: 8px;
	font-family: 1em;
}

* html input.textbox {margin-bottom: 4px;}

input.imgButton {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

p.noMargin {
	margin: 0;
	padding: 2px 10px;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#container {
	width: 774px;
	background: #fff;
	margin: 0 auto;
	padding: 0 18px;
}

#header {
	height: 123px;
	border-bottom: 4px solid #33318F;
}

#header p {
	margin: 0;
	float: left;
}

#header a:hover, p.bu-logo a:hover {
	background: transparent;
}
	
#body {
	width: 774px;
	clear: both;
	margin-top: 10px;
	}
	
#leftside {
	float: left;
	width: 140px;
	padding: 0px;
	}
	
#rss {
	float: left;
	clear: both;
	width: 128px;
	margin: 10px 5px 0 2px;
	padding: 0;
	border: 1px solid #E8E9EC;
	background: #fff;
	color: #FFFFFF;
	}
	
#rss p {
	display: block;
	background: #7C7C7C;
	margin: 2px;
	padding: 0px;
	}
	
#rss img {
	float: left; 
	margin: -1px 5px 0 0; 
	padding: 1px 0 0 0;
	border-right: 2px solid #fff;
	background: #fff;
	}
	
#newsletter {
	float: left;
	margin: 6px 0px 0px 2px;
	width: 128px;
	border: 1px solid #E8E9EC;
	background: #fff;
	color: #FFFFFF;
	}

#newsletter h3 {
	color: #FFFFFF;
	text-align: center;
	display: block;
	background: #7C7C7C;
	margin: 2px;
	padding: 2px 1px;
	}

#newsletter p {
	display: block;
	background: #7C7C7C;
	margin: 2px;
	padding: 0 5px;
	}
	
#newsletter label {
	cursor: pointer;
	color: #fff;
	font-size: 90%;
	display: block;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 0px;
}

#newsletter .textbox {
	width: 110px;
	padding: 1px;
	margin: 0px;
}

p.bu-logo {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	}

#rightside {
	float: left;
	width: 634px;
	margin: 0 0 0 0;
	}

#menu {
	float: left;
	margin: 20px 0 0 0;
	width: auto;
	text-transform: uppercase;
	}

#footer {
	width: 624px;
	border-top: 2px solid #33318F;
	border-bottom: 2px solid #33318F;
	}
	
#footer  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 5px 3px 5px 10px;
	background: url(../images/footer-split.gif) 1px 8px no-repeat;
}

#footer li.first {
	background: transparent;
	padding-left: 0;
}

#footer a {
	text-decoration: none;
}

/* END PAGE SPECIFIC STYLES */











/* START INNER TEMPLATE STYLES */
div.col-1, div.col-2 {
	float: left;
	width: 240px;
	margin: 0px 5px 6px 0px;
	padding: 0px;
	}
	
div.col-3 {
	float: left;
	width: 143px;
	margin: 0 0px 6px 0px;
	padding: 0px;
	}
	
div.col-double {
	float: left;
	width: 485px;
	margin: 0px 5px 6px 0px;
	}	
	
div.content-box-green, div.content-box-red, div.content-box-blue, div.content-box-purple, div.content-box-orange {
	float: left;
	padding: 0px;
	margin: 0 0 6px 0;
	width: 240px;
	background: #E8E9EC;
	}

div.content-box-wide, div.content-box-wide-red, div.content-box-wide-blue, div.content-box-wide-orange, div.content-box-wide-green, div.content-box-wide-purple {
	float: left;
	padding: 0px;
	margin: 0 0 6px 0;
	width: 485px;
	background: #E8E9EC;
	}

div.col-1-inner, div.col-2-inner {
	float: left;
	width: 240px;
	padding: 0px;
	}
	
div.col-1-inner {
	margin-right: 5px;
}
	
div.col-1 p, div.col-2 p, div.col-double p, #commentForm p {
	margin: 0.5em 0;
	padding: 0 5px;
	line-height: 150%;
}

div.col-3 p {
	margin: 0px;
	padding: 0 0 0 7px;
	}
	
div.content-box-wide h1, div.content-box-wide-red h1, div.content-box-wide-blue h1, div.content-box-wide-orange h1, div.content-box-wide-green h1, div.content-box-wide-purple h1, div.content-box-green h2, div.content-box-red h2, div.content-box-blue h2, div.content-box-purple h2, div.content-box-orange h2 {
	display: block;
	margin: 0px;
	padding: 1px 0 1px 10px;
	border-bottom: 2px solid #33318F;
	color: #FF0000;
	font-size: 1.1em;
}

div.content-box-wide h3, div.content-box-wide-red h3, div.content-box-wide-blue h3, div.content-box-wide-orange h3, div.content-box-wide-green h3, div.content-box-wide-purple h3, div.content-box-green h3, div.content-box-red h3, div.content-box-blue h3, div.content-box-purple h3, div.content-box-orange h3 {
	font-size: 1.1em;
	color: #33318F;
	padding: 0 0 0 7px;
}

div.content-box-wide h1 {
	background: transparent url(../images/content-box-wide.gif) 0 no-repeat;
	}

div.content-box-wide-red h1 {
	background: transparent url(../images/content-box-wide-red.gif) 0 no-repeat;
	}

div.content-box-wide-green h1 {
	background: transparent url(../images/content-box-wide-green.gif) 0 no-repeat;
	}

div.content-box-wide-blue h1 {
	background: transparent url(../images/content-box-wide-blue.gif) 0 no-repeat;
	}

div.content-box-wide-orange h1 {
	background: transparent url(../images/content-box-wide-orange.gif) 0 no-repeat;
	}

div.content-box-wide-purple h1 {
	background: transparent url(../images/content-box-wide-purple.gif) 0 no-repeat;
	}
	
div.content-box-green h2 {
	background: transparent url(../images/content-box-green.gif) 0 no-repeat;
	}
	
div.content-box-red h2 {
	background: transparent url(../images/content-box-red.gif) 0 no-repeat;
	}
	
div.content-box-blue h2 {
	background: transparent url(../images/content-box-blue.gif) 0 no-repeat;
	}

div.content-box-purple h2 {
	background: transparent url(../images/content-box-purple.gif) 0 no-repeat;
	}

div.content-box-orange h2 {
	background: transparent url(../images/content-box-orange.gif) 0 no-repeat;
	}	
	
div.search {
	float: right;
	margin: 0;
	width: 134px;
	padding: 0px 4px 0 0;
	}

div.search p {
	margin: 0;
	padding: 0 0 0 5px;
}

div.search .textbox {
	padding: 2px;
	margin: 0px;
	width: 126px;
	height: 16px;
	border: 1px solid #E8E9EC;
	}
	
div.search-revised {
	margin: 0;
	width: 130px;
	padding: 0;
	}

div.search-revised p {
	margin: 0;
	padding: 0;
}

div.search-revised .textbox {
	padding: 2px;
	margin: 0px;
	width: 126px;
	height: 16px;
	border: 1px solid #E8E9EC;
	}

#btnSearch-revised {
	padding-left: 85px;
}

div.quick-links {
	float: right;
	width: 130px;
	margin: 0 0px 0 5px;
	clear: both;
	}
	
div.quick-links h3 {
	color: #FF0000;
	margin: 0 0 8px 0;
	padding: 4px 0 0 0px;
	border-top: 2px solid #33318F;
	}

div.quick-links ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	width: 128px;
	border-top: 1px solid #fff;
}

div.quick-links li {
	border-top: 2px solid #EBEBEB;
	width: 128px;
}

div.quick-links li a {
	display: block;
	background: #fff;
	color: #ff0000;
	text-decoration: none;
	padding: 2px 0 2px 10px;
}

div.quick-links li a:hover, div.quick-links li a:active, div.quick-links li a:focus { 
	color: #fff; 
	background: #f00;
}

div.latest-issue {
	float: right;
	border: 1px solid #E8E9EC;
	text-align: left;
	padding: 2px;
	width: 130px;
	text-align: center;
	margin-top: 4px;
}

div.latest-issue p {
	margin: 0;
	padding: 0;
}

div.latest-issue p.noMargin {
	margin: -4px;
}

div.latest-issue a:hover, div.latest-issue a:active, div.latest-issue a:focus { 
	color: #fff; 
	background: #f00;
}

div.extra-content {
	float: right;
	border: 1px solid #E8E9EC;
	background: #E8E9EC;
	padding: 2px;
	width: 130px;
	margin-top: 4px;
}

div.adwords {
	float: right;
	border: 1px solid #E8E9EC;
	padding: 2px;
	width: 130px;
	margin-top: 4px;
}	

table.maincontent-temp1, table.maincontent-temp2, table.maincontent-temp3, table.maincontent-temp4 {
	margin:0;
	padding:0;
}

table.maincontent-temp1 td.left {
	padding:10px;
	background-color:#E8E9ED;
}

table.maincontent-temp1 td.left h1 {
	margin: 0;
	margin-bottom:15px;
	padding:5px;
	color:#FFFFFF;
	background-color:#4AA347;
	line-height:1;
	display:block;
}

table.maincontent-temp1 td.left h2, table.maincontent-temp2 td.left h2, table.maincontent-temp3 td.left h2, table.maincontent-temp4 td.left h2 {
	color: #13007d;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

table.maincontent-temp1 td.left p.author, table.maincontent-temp3 td.left p.author {
	font-style: italic;
	font-size:90%;
}

table.maincontent-temp1 td.left img, table.maincontent-temp3 td.left .article img {
	border:1px solid #000000;
	float:right;
	margin-left:30px;
	margin-bottom:30px;
}

table.maincontent-temp1 td.quick-links, table.maincontent-temp2 td.quick-links, table.maincontent-temp3 td.quick-links, table.maincontent-temp4 td.quick-links {
	margin: 0;
	padding-left:17px;
	background-color:#FFFFFF;
	}
	
table.maincontent-temp1 td.quick-links h3, table.maincontent-temp2 td.quick-links h3, table.maincontent-temp3 td.quick-links h3, table.maincontent-temp4 td.quick-links h3 {
	color: #FF0000;
	margin: 0 0 8px 0;
	padding: 4px 0 0 0px;
	border-top: 2px solid #33318F;
	}

table.maincontent-temp1 td.quick-links ul, table.maincontent-temp2 td.quick-links ul, table.maincontent-temp3 td.quick-links ul, table.maincontent-temp4 td.quick-links ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	width: 128px;
	border-top: 1px solid #fff;
}

table.maincontent-temp1 td.quick-links li, table.maincontent-temp2 td.quick-links li, table.maincontent-temp3 td.quick-links li, table.maincontent-temp4 td.quick-links li {
	border-top: 2px solid #EBEBEB;
	width: 128px;
}

table.maincontent-temp1 td.quick-links li a, table.maincontent-temp2 td.quick-links li a, table.maincontent-temp3 td.quick-links li a, table.maincontent-temp4 td.quick-links li a {
	display: block;
	background: #fff;
	color: #ff0000;
	text-decoration: none;
	padding: 2px 0 2px 10px;
}

table.maincontent-temp1 td.quick-links li a:hover, table.maincontent-temp1 td.quick-links li a:active, table.maincontent-temp1 td.quick-links li a:focus, table.maincontent-temp2 td.quick-links li a:hover, table.maincontent-temp2 td.quick-links li a:active, table.maincontent-temp2 td.quick-links li a:focus, table.maincontent-temp3 td.quick-links li a:hover, table.maincontent-temp3 td.quick-links li a:active, table.maincontent-temp3 td.quick-links li a:focus, table.maincontent-temp4 td.quick-links li a:hover, table.maincontent-temp4 td.quick-links li a:active, table.maincontent-temp4 td.quick-links li a:focus { 
	color: #fff; 
	background: #f00;
}

table.maincontent-temp2 td.left .heading, table.maincontent-temp3 td.left .heading, table.maincontent-temp4 td.left .heading {
	background-color:#E8E9ED;
}

table.maincontent-temp2 td.left .heading h1, table.maincontent-temp3 td.left .heading h1, table.maincontent-temp4 td.left .heading h1 {
	margin:0;
	padding:5px;
	color:#FFFFFF;
	background-color:#000000;
	line-height:1;
	display:block;
}

table.maincontent-temp2 td.left .image, table.maincontent-temp3 td.left .image, table.maincontent-temp4 td.left .image {
	background-color:#E8E9ED;
	margin-top:-5px;
}

table.maincontent-temp2 td.left .image img, table.maincontent-temp3 td.left .image img, table.maincontent-temp4 td.left .image img {
	border:#000000 5px solid;
}

table.maincontent-temp2 td.left .article, table.maincontent-temp3 td.left .article, table.maincontent-temp4 td.left .article {
	background-color:#FFFFFF;
	margin-top:5px;
}

table.maincontent-temp2 td.left .article td.left, table.maincontent-temp2 td.left .article td.right {
	background-color:#E8E9ED;
	padding:10px;
	width:230px;
	text-align:left;
}

table.maincontent-temp2 td.left .article td.middle {
	padding:0;
	margin:0;
	width:5px;
}

table.maincontent-temp3 td.left .article td.left, table.maincontent-temp4 td.left .article td.left {
	background-color:#E8E9ED;
	padding:10px;
	text-align:left;
}


table.maincontent-temp2 td.left p.author {
	font-size:100%;
	font-weight:bold;
	text-decoration:underline;
}

table.maincontent-temp4 td.left p.author {
	font-size:100%;
}


/* END INNER TEMPLATE STYLES */













/* START COMMENTS STYLES */

#comments {
	float: left;
	padding: 0px;
	width: 485px;
	}

#comments ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments li {
	padding: 5px 50px 5px 25px;
	border-top: 2px solid #33318F;
	background: url(../images/comment-bullet.gif) 0 12px no-repeat;
}

#comments .grey {
	color: #999;
}

#commentForm {
	float: left;
	width: 485px;
	background: #E8E9EC;
	border-top: 2px solid #33318F;
}

#commentForm label {
	padding: 2px 0;
	display: block;
	color: #666;
	font-size: 100%;
}

#commentForm .button {
	background: #f20000;
	color: #fff;
	border: solid 1px #f20000;	
}

#txtName, #txtEmail, #txtComment {
	color: #000;
	border: solid 1px #ddd;
	font-family: arial, helvetica;
	font-size: 100%;
	width: 200px;
	padding: 2px;
}

#txtComment {
	width: 460px;
	height: 100px;
}
/* END COMMENTS STYLES */








/* START VERTICAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 			/* all lists */
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 135px;			/* width of first-level anchors */
	border-top: 2px solid #EBEBEB;
	z-index:1000; 
}

#nav li ul { 				/* second-level lists */
	position : absolute;
	left: -999em;
	width: 135px;			/* width of second-and-above-level anchors */
	margin-top: -23px;		/* height offset of second-and-above-level lists */
}

#nav li ul ul {				/* third-and-above-level lists */
	left: -999em;
}

#nav li { 				/* all list items */
	position : relative;
	float : left;
	border-bottom: 2px solid #EBEBEB;
}

#nav li a {				/* first-and-above-level anchors */
	width: 125px;
	w\idth: 125px;
	padding: 2px 0 2px 10px;
	display: block;
	background: #fff;
	color: #ff0000;
	text-decoration: none;
}

#nav li ul li a {			/* second-and-above-level anchors */
	width: 135px;
	w\idth: 135px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	margin-left: 135px;		/* width + padding of first-level anchors */
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 145px;		/* width + padding of second-and-above-level anchors */
	left: auto;
}

#nav li.navdrop li a, #nav li li.navdrop li a, #nav li li li.navdrop li a, #nav li li li li.navdrop li a {
	background: #fff url(../images/spacer.gif) no-repeat;			/* hides the drop down image from non-drop down list items */
}

#nav li.navdrop a, #nav li li.navdrop a, #nav li li li.navdrop a, #nav li li li li.navdrop a, #nav li li li li li.navdrop a{
	background: #fff url(../images/arrowright.gif) right no-repeat;		/* image used to indicate a drop down list item */
}
 
#nav li a:hover, #nav li a:active, #nav li a:focus, #nav li.navdrop a:hover, #nav li.navdrop a:active, #nav li.navdrop a:focus { 
	color: #fff; 
	background: #f00;
}

/* END VERTICAL MENU STYLES */













/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */