/* CSS Document */

body {
	background: #FFFFFF url(../images/bg_tile.gif);
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #666666;
}

/* ID divs */

#container {
	position: absolute;
	left: 50%;
	width: 970px;
	margin: 10px 10px 10px -485px;
	padding: 0;
}

.subcontainer {
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	width: 950px;
	padding: 10px;
	margin: 0 0 10px 0;
}

#topRow p {
	margin: 0;
	padding: 0;
}

#headerImg {
	border: 1px solid #F2F2F2;
	margin: 0 0 -1px 0;
}

#header {
	height: 290px;
	margin: 0 0 10px 0;
}

#mainmenu {
	background: url(../images/bg_mainmenu.gif) repeat-x;
	border: 1px solid #002654;
}

#breadcrumbs {
	font-size: 10px;
}

#content {
	margin: 10px 0;
}

#leftColumn {
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
	font-size: 11px;
	color: #000000;
}

#rightColumn {
	float: left;
	width: 550px;
}

#footer {
	background: url(../images/rainbow.gif) no-repeat;
	padding: 20px 0 0 0;
	font-size: 11px;
	color: #000000;
}

/* extra divs */

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
	margin-left: 20px;
}

.moduletable {
	margin: 0;
	padding: 0;
}

.headerimage {
	float: right;
}

/* basic text styles */

h1, .componentheading, .contentheading {
	font-size: 24px;
	font-weight: normal;
	color: #003678;
	margin: 25px 0;
	line-height: 1.2em;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003678;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

hr.item_divider {
	background: url(../images/divide_content.gif) repeat-x;
	height: 3px;
	border: none;
}

/* basic form styles */

form {
	border: none;
}

input, textarea {
	border: 1px solid #CECECE;
	font-size: 10px;
	color: #666666;
	padding: 1px 3px;
}

label {
	display: block;
	float: left;
}

/*fieldset {
border: 1px solid #CECECE;
margin-bottom: 10px;
padding: 5px;
}
*/

fieldset {
	border: none;
	margin-bottom: 10px;
	padding: 0;
}

fieldset div {
	display: block;
	float: left;
	clear: both;
}

fieldset label {
	width: 100px;
}

/* basic table styles */

table {
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
}

th {
	background: #F2F2F2;
	padding: 2px 5px;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	text-align: left;
}

td {
	padding: 2px 5px;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

/* extra text styles */

a.button {
	background: #FFFFFF url(../images/bg_button.gif) repeat-x;
	height: 13px;
	border: 1px solid #BFBFBF;
	display: inline-block;
	padding: 0px 5px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: none;
}

a.button:hover {
	border: 1px solid #000000;
	color: #000000;
}

th img {
	margin: 0 5px;
}

.date, .small {
	font-size: 10px;
}

/* main menu styles */

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

ul.menu li { /* all list items */
	float: left;
	margin: 0;
	position: relative;
}

ul.menu li ul { /* second-level lists */
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	display: none;
	left: 0;
	margin-top: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
	width: 110px;
}

ul.menu li ul li { /* second-level list items */
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	position: relative;
	padding: 0;
	width: 110px;
	font-size: 12px;
	list-style: none;
}

ul.menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	left: auto;
	top: auto;
}

ul.menu li:hover ul, .navi li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul.menu a {
	background: url(../images/divide_mainmenu.gif) repeat-y 100% 0;
	display: block;
	padding: 2px 12px 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menu .active a, ul.menu a:hover {
	color: #BAD9FF;
}

ul.menu li.active ul li a {
	color: #002654;
}

ul.menu li.active ul li a:hover {
	color: #0069E7;
}

ul.menu li ul a {
	background: none;
	display: block;
	padding: 2px 10px;
	color: #000000;
	text-decoration: none;
}

ul.menu li ul a:hover {
	color: #002654;
}

/* footer menu styles */

ul.menu_footer {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #000000;
	text-transform: lowercase;
}

ul.menu_footer li {
	display: block;
	float: left;
}

ul.menu_footer li a {
	display: block;
	padding: 0 3px;
	color: #000000;
	text-decoration: none;
}

ul.menu_footer li a:hover, ul.menu_footer li.active a {
	color: #003678;
}

/* modules */

.moduletable h3 {
	background: url(../images/bg_leftmodule_h3.gif) repeat-x;
	border: 1px solid #BFBFBF;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	height: 19px;
	padding: 2px 9px;
	margin: 0;
}

#leftColumn .moduletable {
	background: #F2F2F2;
	margin-bottom: 10px;
}

#leftColumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftColumn li {
	padding: 5px 10px;
	border-bottom: 1px solid #FFFFFF;
}

#leftColumn li p {
	margin: 0;
}

.moduletable div {
	padding: 5px 10px;
}

