/* CSS Document */

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend, caption, 
tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
#mainContent .table
{
	
}
caption, th, td {
	text-align: left;
	font-weight: normal;	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#container ul, #container li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

/* END RESET */

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center; 
	color: #333333;
	background: #EEEEEE;
}
h1 {
	font-size: 2.2em;
	font-weight: bold;
	padding: 0 0 .4em 0;
	color: #1E59A9;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 0 .4em 0;
	color: #1E59A9;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 0 0 .4em 0;
	color: #1E59A9;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 .4em 0;
}

p {
	font-size: 1.2em;
	padding-bottom: .8em;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #D6D6D6;
	background: #FFFFFF;
} 
#header {
	background: url(../images/header_img.jpg) no-repeat right;
	height: 140px;
	position: relative;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#header #logo {
	background: url(../images/logo.gif) no-repeat right top;
	height: 140px;
	width: 385px;
}
#navBar {
	background: #d6d6d6;
	height: 42px;
}

#sidebar1 {
	float: right; 
	width: 270px;
	border-left: 1px dashed #CCCCCC;
}
#sidebar1  h2 {
	padding: 5px 20px 0 20px;
}

#sidebar1 li {
	/*border-bottom: 1px dashed #CCCCCC;*/
	padding: 5px 0;
}
#sidebar1 li.last {
	border-bottom-style: none;
}
#sidebar1 a {
	font-size: 1.2em;
}
#sidebar1 a:hover {
	text-decoration: underline;
}

a.readMore    {
	background: url(../images/readmore.gif) no-repeat left center;
	color: #1E59A9;
	float:right;
	padding: 0 20px 0 14px;
}
.homePage #mainContent {
	margin: 0;
	padding: 5px 10px 0 10px;
	/*border-right: 1px dashed #d6d6d6;*/
} 
#mainContent {
	/*margin: 0 270px 0 0;*/
	padding: 5px 10px 0 10px;
	float:left;
	width:655px; /* JS 16/10/2009 Added */
	/*border-right: 1px dashed #d6d6d6;*/
} 
#mainContent a {
	color: #0099CC;
}
#mainContent a:hover {
	background: #1E59A9;
	color: #FFF;
}
.promobox {
	width: 318px;
	float: left;
	padding: 10px;
	position: relative;
}
.promobox img {
	float: right;
	border: 1px solid #1E59A9;
	margin: 0 0 5px 5px;
}


#footer {
	background: url(../images/footer_img.gif) no-repeat left bottom;
	height: 73px;
	text-align: right;
	padding-right: 20px;
	border-top: 1px dashed #d6d6d6;

} 
#footer p {
	padding: 20px 0 0 0;
	font-size: 1.4em;
	font-style: italic;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}

.alt {
	position: absolute;
	left: -10000px;
}
.clear {
	color: #1E59A9;
	font-style: italic;
	font-weight: bold;
}
.link {
	color: #AAB6DE;
	font-style: italic;
	font-weight: bold;
}
#blackBoxControls {
    float: left;
}

/* Float clearer with no markup */

.clearfix:after, #sidebar1 li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:after, #sidebar1 li:after {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html #sidebar1 li {height: 1%;}
/* End hide from IE-mac */

#mainContent ul {
	list-style-type: disc;
	padding: 15px;
}
