/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #888;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 0.4em 0px;
        padding: 0;
}

p {
	margin: 0px 0px 0.4em 0px;
    padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label {
	display: block;
	float: left;
	width: 100px;
}

.radio {
	width: auto;
}

fieldset {
	border: none;
}
form input, textarea {
	font-size: 100%;
	width: 180px;
}
img {
	border: 0px none;
}

a {
	text-decoration: none;
	color: #888;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #355f8e;
}

/* custom styles */

.container {
	margin: 0px auto;
	width: 696px;
	text-align: left;
}

.panelRed, .panelRed a, .panelRed h1, .panelBlue, .panelBlue a, .panelBlue h1 {
	color: #fff !important;
	font-weight: bold;
	margin-bottom: 0px !important;
}

.panelWhite, .panelWhite a, .panelWhite h1, .panelGrey, .panelGrey h1, .panelGrey a {
	color: #355f8e !important;
	font-weight: bold;
	margin-bottom: 0px !important;
}

.panelGrey {
	background: url(/custom/images/greyfadebox.jpg) no-repeat;
	width: 227px;
	height: 114px;
	float: left;
	margin-right: 4px;
}

.panel {
	width: 196px;
	height: 196px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

.panelRedLeft {
	width: 228px;
	height: 228px;
	background-image: url(/custom/images/panel_10.jpg);
}

.panelInner {
	padding: 10px 12px;
}

.panelNews {
	width: 228px;
	height: 228px;
}
.panelNews p {
	height: 46px;
	overflow: hidden;
}

.panelLower {
	margin-top: 6px;
}

/* internal pages */

.banner {
	margin: 16px 0 6px 0;
	background-image: url(/custom/images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 694px;
	height: 235px;
}


.left {
	float: left;
	width: 228px;
}

.navTop {
	height: 2px;
	overflow: hidden;
	width: 228px;
	background-image: url(/custom/images/nav_top.gif);
	background-position: top;
	background-repeat: no-repeat;	
}

.navRpt {
	width: 228px;
	background-image: url(/custom/images/nav_rpt.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.navRpt a {
	display: block;
	height: 20px;
	width: 202px;
	background-image: url(/custom/images/nav_item.gif);
	background-repeat: repeat-x;
	margin: 0 2px;
	color: #355f8e;
	padding: 5px 11px 0 11px;
	font-size: 13px;
	font-weight: bold;
}

.navRpt a:hover {
	background-image: url(/custom/images/nav_item_on.gif);
	color: #fff;
}

.navBottom {
	height: 2px;
	overflow: hidden;
	width: 228px;
	background-image: url(/custom/images/nav_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;	
}

.dropDown {
	position: absolute;
	display: none;
}

.right {
	float: left;
	margin-left: 6px;
}

.mainContent {
	margin-left: 11px;
	width: 449px;
}

.mainBoxes {
	padding-top: 5px;
	clear: left;
	height: 114px;
}

.newsItem {
	margin-bottom: 5px;
}

.newsTable td {
	padding-bottom: 6px;
}

/* blue foot */

.blueFoot {
	margin-top: 6px;
	clear: left;
	float: left;
	background-image: url(/custom/images/foot_rpt.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.blueFootLeft {
	background-image: url(/custom/images/foot_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.blueFootRight {
	background-image: url(/custom/images/foot_right.jpg);
	width: 695px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	padding-top: 39px;
}

.blueFootRight img {
	margin: 0 11px;
}

.extraFooter {
	text-align: center;
	color: #9d9d9d;
	font-size: 11px;
}

.extraFooterText {
	margin-bottom: 5px;
}

/* footer */

.footer {
	clear: left;
	text-align: center;
	padding: 12px 0;
	color: #9d9d9d;
	font-size: 11px;
	margin: 0px 8px;
}

.footer a {
	color: #9d9d9d;
	font-size: 11px;
}

/**  HOME  **/

#homeRpt {
	background: url(/custom/images/homebgrpt.gif) repeat-y;
	margin-top: 13px;
}
#home {
	background: url(/custom/images/homebg.jpg) no-repeat;
	zoom: 1;
}
#homeTop {
	height: 245px;
}
#homeLHS {
	float: left;
	width: 232px;
	margin-right: 10px;
}
#homeLHSInner {
	padding-left: 16px;
	height: 450px;
}
#homeLHSBottom {
	background: url(/custom/images/homebgbottom.gif) no-repeat left bottom;
	width: 696px;
}
#homeMain {
	float: left;
	width: 454px;
}
#homeLogo {
	float: left;
}
.clearer {
	clear: both;
}

#homeTop .panel {
	margin: 25px 14px 0 26px;
	float: left;
	padding: 0 !important;
}
#homeLHS .panel {
	padding: 0 !important;
}

#homeSmallBoxes {
	padding-top: 20px;
	padding-left: 12px;
	zoom: 1;
}
#homeSmallBoxes .panel {
	float: left;
	width: 194px;
	height: 94px;
	margin-bottom: 10px !important;
	overflow: hidden;
	background-position: top;
	padding: 0 !important;
}
#homeSmallBoxes .panelLeft {
	margin-right: 37px;
	clear: left;
}
#homeSmallBoxes .panelInner {
	padding: 7px 10px;
}

/** END HOME **/