@charset "utf-8";
/* CSS Document */

#masthead {
	background-image: url(../images/masthead.png);
	height: 82px;
	width: 983px;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	background-image: url(../images/menu_bg.gif);
	height: 26px;
	width: 970px;
	font-size: 1.25em;
	font-weight: bolder;
	margin-left: 13px;
}
#page_shadow {
	background-image: url(../images/page_shadow.png);
	width: 993px;
}

#main_content {
	width: 983px;
	/* min-height: 400px; */ /* removed to fix ff container problem */
	margin-left: 13px;
}
#banner {
	width: 983px;
	margin-left: 13px;
}
#footer {
	background-image: url(../images/footer.png);
	height: 60px;
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #224998;
	font-weight: bolder;
	text-align: right;
}
#small-print {
	margin-right: 25px;
	padding-top: 10px;
	font-size: 0.8em;
}

#breadcrumbs {
	font-size: .8em;
	padding-bottom: 10px;
}

.left {
	float: left;
	width: 235px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.middle {
	top: 10px;
	margin-left: 240px;
	margin-right: 255px;
}

.right {
	float: right;
	width: 235px;
	padding: 0px;
	margin-right: 14px;
}
.left img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#box {
	background-image: url(../images/panels/box_bg.gif);
	width: 235px;
	min-height:100px;
	padding-top:1px;
}


#box_content a {
	color: #333333;
}
#box_content p {
	color: #333333;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 0.8em;
}
#box_link    {
	width: 204px;
	background-image: url(../images/panels/box_buttongif.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 5px;
	color: #FFFFFF;
	height: 23px;
}

#box_link:hover   {
	width: 204px;
	background-image: url(../images/panels/box_button_over.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 5px;
	color: #FFFFFF;
	height: 23px;
}

#box_link a:link {
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	width: 195px;
}
#box_link a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#box_link a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
#box_content img {
	padding-left: 13px;

}

#box_link a:active {
	text-decoration:underline;
	color: #FFFFFF;
}



#box_content {
	background-image: url(../images/panels/box_base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 50px;
	width: 235px;
	margin-top: 0px;
	padding-top: 10px;
}
#box_content h2 {
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 1em;
}
#box_content li {
	font-size: .9em;
	margin-right: 20px;
	list-style-image: url(../images/bullett_arrow.png);
	margin-left: 10px;
}
#box_base {
	background-image: url(../images/panels/box_baseline.gif);
	height: 5px;
	width: 235px;
}
#second_menu li {
	list-style-image: url(../images/bullets-second_menu.png);
	padding-left: 0px;
	padding-top: 5px;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5em;
	text-decoration: none;
	list-style-position: outside;
	margin-left: 5px;
	vertical-align: middle;
	letter-spacing: -.05em;
}
#second_menu {
	padding-top: 5px;
}


#second_menu a:link {
	color:#333333;
}

#second_menu a:visited {
	color:#006699;
}

#second_menu a:hover {
	color:#006699;
}

#second_menu a:active {
	color:#006699;
}

.image_gallery img {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}

/* accordian */
.toggler  {
	cursor:pointer;
	font-weight:bold;
	color:#000;
	font-size:16px;
	font-family:Arial, sans-serif;
	background-image: url(../images/bullets-second_menu.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}   
.toggler:hover   {
	background-color: #eee;
	color:#FF6600;
	background-image: url(../images/bullets-second_menu.png);
}   
.element     { padding:0 5px; }
#form tr {
	background-image: url(../images/form_row_bg.gif);
	background-repeat: repeat-x;
}
#form td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.middle ul {
	list-style-image: url(../images/bullett_arrow.png);
}
.middle li {
	padding-bottom: 10px;
}

.subtext {
	font-size: .8em;
}
.advise {
	color: #FF0000;
	text-decoration: blink;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
