﻿/*Common Areas*/

html, body
{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #777777;
}

body
{
	background-color: #777777;
}
h1, h2, h3, h4, h5, h6, p, form
{
	margin: 0;
	padding: 0;
}
h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#b3151b;
	letter-spacing: -0.25pt;
}
input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

fieldset, img
{
	margin: 0;
	padding: 0;
	border: 0px none;
	font-size: 100%;
	display: block;
}

img.left
{
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #ccc;
}

img.right
{
	display: inline;
	float: left;
	margin: 0 0 1em 1em;
	border: 1px solid #ccc;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

a:link, a:visited
{
	color: #0053A1;
	text-decoration:none;
}

a:hover, a:focus
{
	color: #666;
	text-decoration:underline;
}

legend.hidden
{
	display: none;
}


/*Specific sections*/
#wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;

}
/*Header*/
#header
{
	width: 900px;
	position:relative;
	display: block;
	background: url('../images/header/header_bg.jpg') repeat-x left top;
}
#header h4
{
	position: absolute;
	right: 24px;
	top: 50px;
	font-size: 12px;
	color: #006699;
	display: inline-block;
	font-weight: lighter;
}
#header a.nolinkdeco:link , a.nolinkdeco:visited, a.nolinkdeco:hover, a.nolinkdeco:focus
{
	text-decoration: none;
}

#header img.leftbar
{
	position: relative;
	padding: 0px;
	margin: 0px;
	display: inline;
	vertical-align: bottom;
	left: 0px;
}
#header img.logo
{
	position: relative;
	left:0px;
	padding :0px;
	display:inline;
	vertical-align: bottom;
}
#header img.rightbar
{
	position:absolute;
	right:0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	display:inline;
	vertical-align: bottom;
}
.HeaderBG
{
	background-image: url('../images/header/header_bg.jpg');
	font-family: Arial;
	font-size: 12px;
	color: #006699;
	vertical-align: top;
	text-align: right;
}
.GreyBG
{
	background-color: #777777;
}

/*breadcrumb*/

#breadcrumb
{
	background-color: #0053A1;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	display:inline-block;
	position:relative ;
	z-index:10;
}


#breadcrumb ul#menu
{
	padding: 0px;
	margin:0px 0px 0px 0px;
	background-color: #0053a1;
}

	ul#menu li
	{
		list-style: none;
		background-color: #0053a1;
		float: left;
		position: relative;
		display: inline;
	}

	ul#menu li img
	{
		margin: 7px 0px 7px 0px;
	}
	/*Top level menu link items style*/
	ul#menu li a{
		display: block;
		/*width: 160px; Width of top level menu link items*/
		/*padding: 2px 8px;*/
		border-left-width: 0;
		text-decoration: none;
		color: #0053A0;
	}
	ul#menu img#leftmost
	{
		margin: 7px 0px 7px 20px;
	}

	/* Breadcrumb Dropdowns */
	ul#menu li.hover ul
	{
		display: block;
	}

	ul#menu li ul
	{
		display: none;
		position:absolute; 
		margin: 0px;
		padding: 0px;
		background: url(../images/header/dropdowndivider_rpt.gif) left top; /* instead of the background colour, a background image can be used*/
		border-right: #e5e5e5 5px solid;
		border-top: #e5e5e5 2px solid;
		border-left: #e5e5e5 5px solid;
		border-bottom: #e5e5e5 2px solid;
		width: 220px;

	}

	ul#menu li ul li
	{
		font-size: 100%;
		display: inline;
		float: none;
		background: transparent none;

	}
	ul#menu li ul li a:link, #breadcrumb ul li ul li a:visited
	{
		/*border-left: 1px solid #1a8eff;*/ /*width: 160px; width of sub menu levels*/
		font-weight: normal;
		color: #0053a0;
		font-size: 11px;
		padding-right: 5px;
		padding-left: 5px;
		padding-bottom: 6px;
		padding-top: 5px;
	}
	ul#menu li ul li a:focus,
	ul#menu li ul li a:hover,
	ul#menu li ul li a.active
	{
		color: #000000;
		font-size: 11px;
	}


/* Main section */
#main
{
	padding: 0 0 0 0;
	font-size: 70%;
	display:inline-block;
}
#content
{
	width: 590px;
	padding-bottom: 9px;
	margin: 0 8px 0 0;
	float: left;
	display: inline-block;
	background-color: #FFFFFF;
}
/* QL(Quick Links) section */
#QL
{
	background-color: #E6E7E8;
	margin : 23px 9px 9px 9px;
	width: 570px;
	height: auto;
	padding-bottom: 14px;
	display:inline-block;
}
#QLheader
{
	padding-top:10px;
	padding-left: 8px;
	background-color: #E6E7E8;
	display: inline-block;
	float: left;
}
.QLrow
{
	display: inline-block;
	float: left;
	background-color: #E6E7E8;
	width:inherit;
	width: 570px;
}
.QLitem
{
	margin: 7px;
	border-color: #C0C0C0;
	float: left;
	width: 268px;
	border-style: none none dotted none;
	border-width: thin;
	display: inline-block;
}
.QLitemimg
{
	display: inline-block;
	float:left;
}
.QLitemtxt
{
	margin: 0px 0px 8px 8px;
	padding-left:3px;
	display: inline-block;
	vertical-align:top;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
}
a.QLnolinkdeco:link , a.QLnolinkdeco:visited, a.QLnolinkdeco:hover, a.QLnolinkdeco:focus
{
	text-decoration: none;
	color: #5e5e5e;
}
.QLEditor
{
	position:relative;
	float:left;
	padding-left:10px;
	display:block;
}
/* Panel Section */
#panel
{
	width: 301px;
	float: left;
	display: inline;
}
#panel .feature
{
	border-style: solid;
	border-width: 10px 8px 15px 8px;
	border-color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 8px 0px;
	background-color: #FFFFFF;
}
#panel .feature_bottom
{
	border-style: solid;
	border-width: 10px 8px 15px 8px;
	border-color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
#panel .FeatureText
{
	padding: 4px 3px 3px 3px;
	color: #4a4a4a;
	font-family: arial;
	font-size: 11px;
	background-color: #FFFFFF;
}
#panel .FeatureLink
{
	background-position: 3px;
	font-family: Arial;
	font-size: 11px;
	color: #005daa;
	text-decoration: underline;
	background-color: transparent;
	vertical-align: middle;
	background-image: url('../images/icon/blue_arrow.jpg');
	background-repeat: no-repeat;
	text-indent: 15px;
}



/* Footer section */
#footer
{
	width: 900px;
	display: inline-block;
}
#footer #copyright
{
	padding: 8px 15px 8px 15px;
	margin-top: 9px;
	font-size: 10px;
	background-color: #0053A0;
	color: #FFFFFF;
	float: left;
	display: inline-block;
	width: 870px;
}

#footer #copyright a:link{
	color:#ffffff;
}
#footer #copyright a:visited{
	color:#ffffff;
}
#footer #copyright a:hover
{
	color:#ffffff;
}
#footer #copyright a:active
{
	color:#ffffff;
}
#footer #contacts
{
	margin: 8px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	width: 900px;
	background-color: #777777;
	text-align: center;
	float:left;
	display: inline-block;
}
#contacts .quicklinks{
	color:#0053A1;
}
#contacts .quicklinks a:link, #contacts .quicklinks a:visited{
	color:#0053A1;
}
#contacts .quicklinks a:hover, #contacts .quicklinks a:active{
	color:#0053A1;
	text-decoration: underline;
}
/*
#footer #contacts a:link, a:visited
{
	color: #FFFFFF;
	text-decoration:none;
	
}
#footer #contacts a:hover, a:focus
{
	color: #FFFFFF;
	text-decoration:underline;
}
*/
/* clear it section*/
.clearit:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearit 
{ 
	display: inline-block; 
}

html[xmlns] .clearit
{ 
	display: block;
}

/* Hides from IE-mac \*/
	.clearit { display: block; height: 1%; }
/* End hide from IE-mac */


 
