/* CSS Document */

@import "/css/reset.css";
@import "/css/generic.css";
@import "/css/tables.css";

/*=============================================
                STRUCTURE
==============================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header_background.png);
	background-repeat: repeat-x;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 185px;
	background-image: url(/images/header.png);
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(/images/faux_background2.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 760px;
	float: left;
}
#left {
	width: 200px;
	float: left;
	color: #666666;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: #ccc 1px 1px 1px;
}
#left a:link {
	color: #666666;
	text-decoration: none;
	text-shadow: #ccc 1px 1px 1px;
}
#left a:visited {
	color: #CCCCCC;
	text-shadow: #ccc 1px 1px 1px;
}
#left a:hover {
	color: #FFCC66;
	text-shadow: #ccc 1px 1px 1px;
}
#right a:link {
	color: #006699;
	text-decoration: none;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #FFFFFF;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #666666;
	padding: 0 0 0 6px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #DBE0E2;
}
#wrapper .menulist a:hover {
	border-color: #AAB7BB;
	color: #009999;
}
.p7uberlink {
	/*font-weight: bold !important;*/
	/*letter-spacing: 0.15em;*/
	border-color: #00CCCC !important;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 106%;
	color: #CCCCCC;
	margin-bottom: 1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	margin-top: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 9px;
}
h1 {
	font-size: 140%;
	color: #333333;
	margin-bottom: 1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 9px;
	text-shadow: #ffffff 1px 1px 1px;
}
/*#right .content p:first-child {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #0033FF;
	font-weight: bold;
}
#right .content p:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 500%;
	color: #003399;
	font-weight: lighter;
}*/
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #CCCCCC;
	margin-bottom: -0.8em;
	letter-spacing: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 9px;
}
h4 {
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 5px;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: dotted;
	padding-right: 5px;
}
#footer a:link {
	color: #006699;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
#p7bod #wrapper #column_wrapper #right .content ul {
	color: #666666;
	font-size: 12px;
	width: 720px;
}
.holidays {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E8B5BB;
	padding-left: 10px;
}
.bankholidays {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00CCCC;
	padding-left: 10px;
}
/*=========== STICKY BOTTOM ===================*/

html, body, #wrapper {
	height: 100%;
	background-color: #C1C1C1;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
	background-image: url(/images/faux_background2.gif);
	background-repeat: repeat-y;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#column_wrapper {
	padding-bottom: 85px;
}  /* must be same height as the footer */
#footer {
	color: #333333;
	background-color: #DBE0E2;
	text-align: center;
	line-height: 1.5em;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	position: relative;
	margin-top: -85px; /* negative value of footer height */
	height: 85px;
	clear:both;
	background-image: url(/images/footer_background.png);
	background-repeat: repeat-x;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*=========== PACKAGING UL ===================*/

#display {
	list-style-type: none;
	margin-top: 20px;
	width: 680px;
}
#display li {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: center;
	height: 150px;
	font-size: 10px;
	line-height: 16px;
	display: block;
	width: 150px;
	background-image: url(/images/frame.png);
	background-repeat: no-repeat;
}
#display img {
	display: block;
	border: 1px solid #CCCCCC;
	margin-top: 16px;
	margin-left: 16px;
	height: 117px;
	width: 117px;
}
#display a img {
	border: 1px solid #999999;
}
#display a:hover img {
	border: 1px solid #FF9933;
	position: relative;
}

/*=========== TWITTER ===================*/

#twitter_div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 40px;
	list-style-type: none;
}
twitter-div a {
	color: #0099CC;
}
#twitter_div ul {
	list-style-type: none;
}
#display img {
	border: 1px solid #FF9933;
}
/*#right .content .about li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -0.5em;
	margin-left: 10px;
	list-style-type: square;
	padding-left: 10px;
}
*/
.big-text {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 50px;
	text-shadow: #ffffff 1px 1px 1px;
	color: #666;
}
.med-text {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 50px;
	text-shadow: #ffffff 1px 1px 1px;
	color: #666;
}
.small-text {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 50px;
	text-shadow: #ffffff 1px 1px 1px;
	color: #666;
}
.reuters {
	height: 100px;
	width: 200px;
}
