

#page {
	position: relative;
	min-height: 100%;
	width: 100%;
}

#container {
	background: #002278;
	min-height: 100%;
	height: expression( 
	    this.height < document.body.clientHeight ?
	        "100%":
	        this.height);

	width: 100%;
}
#footer {
	background: #003777;
	bottom: 0;
	left: 0;
	text-align: center;
	border-top: 4px solid #57A3E6;
}
#footer, #footer a {
	color: #fff;
	text-decoration: none;
}
#header {
	color: #fff;
	width: 100%;
	text-align: center;
	position: relative;
}

div.centercolumn {
	width: 942px;
	text-align: left;
	margin: 0 auto;
}

#content, div.content {
	display: block;
	text-align: left;
	font-size: 1em;
	margin-bottom:40px;
}
#main {
	background: #fff url(../img/bg.png) repeat-x top;
}
#copy {
	padding-top: 40px;
	text-align: left;
}



/*
 * Overload Static Elements
 */
* {
	margin: 0;
	padding: 0;
}
* html #page {
	height: 100%;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
}

a {
	text-decoration: underline;
}
a.anchor {
	padding-left: 20px;
	background: url(../img/anchor.png) left 50% no-repeat;
	text-decoration: none;
	color: #333;
}
a.anchor:hover {
	text-decoration: underline;
}



img {
	border: 0;
}


ul, ol{
	margin: 25px;
}
ul.list, ol.list {
	line-height: 1em;
	font-size: 1em;
	font-family: Verdana;
	margin: 0 25px 10px;
}
ul.list li, ol.list li {
	list-style-image: url(../img/bullet.gif);
	color: #7F7F7F;
	line-height: 1.5em;
}
ul.group, ol.group {
	line-height: 1em;
	font-size: 1em;
	font-family: Verdana;
	margin: 0 25px 10px;
}
ul.group li, ol.group li {
	list-style-image: url(../img/group_bullet2.gif);
	color: #7F7F7F;
	line-height: 1.5em;
	margin-bottom: 0;
}
ul.group li a, ol.group li a {
	color: #7F7F7F;
	text-decoration: none;
}
ul.group li a:hover, ol.group li a:hover {
	text-decoration: underline;
}





dl,dt,dd {
	text-indent: 0em;
	border:none;
	display: block;
} 
dt {
	margin-right: 20px;
	float: left;
	clear: left;
}

hr {
	border: 0;
	border-bottom: 2px dotted #ccc;
	margin: 20px 0;
}



blockquote {
	margin: 20px 0;
	padding: 5px 10px;
	background: #eee;
}
blockquote p {
	color: #333;
}
cite {
	font-weight: bold;
	margin: 20px 0 10px;
	display: block;
}


input, textarea, select {
	border: 1px solid #369;
	background: #fff url(/img/input_bg.jpg) repeat-x top;
	margin-bottom: 5px;
	color: #369;
	padding: 3px;
	font-size: 1em;
	margin: 0 0 20px;
	width: 100%;
}
textarea {
	height: 100px;
}
input.button {
	width: auto;
}

input.disabled, textarea.disabled, select.disabled {
	border: 1px solid #999;
	color: #999;
}

pre {
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
	margin-bottom: 20px;
	font-size: 13px;
}

/*
 * Overload mootools' tooltip styles
 */
.tool-tip {
	color: #fff;
	z-index: 13000;
	text-align: left;
	width: 200px;
}
.tool-tip .memo {
	color: #ccc;
}
.tool-title {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #ff9933;
	padding: 8px 8px 4px;
	background: #333;
}
.tool-text {
	font-size: 14px;
	padding: 4px 8px 8px;
	background: #333;
}




/*
 * Generic classes
 */
.error {
	color: #990000;
	padding: 0 10px;
	border: 1px solid #933;
}
.success {
	color: #006600 !important;
	padding: 0 10px;
	border: 1px solid #336633
}
.fail {
	color: #CC0000 !important;
	padding: 0 10px;
	border: 2px solid #CC0000 !important;
}
.small {
	font-size: 75%;
}
.disabled {
	color: #999;
}
.unsaved {
	border: 1px solid red;
}
.close {
	border: 0;
	position: absolute;
	top: 6px;
	right: 6px;
}
.movable {
	position: absolute;
	z-index: 500;
}
.movable .handle {
	cursor: move;
}
.clear {
	clear:both;
}

.super {
	font-size: 70%;
	position: relative;
	bottom: 5px;
}

ol.footnotes {
	margin: 0 0 20px 25px;
}
.footnote a {
	color: #6699cc;
	text-decoration: none;
	font-size: 70%;
	position: relative;
	bottom: 10px;
}


.two_column_left {
	width: 60%;
	float: left;
	border-right: 1px solid #d6d6d6;
	background: #fff;
	padding: 15px;
}

.two_column_right {
	width: 33%;
	float: left;
	margin-left: 3%;
	text-align: left;
}

.two_column_footer {
	clear: both;
}

.one_column {
	clear: both;
}



.two_column_left h3 a {
	color: #555;
	text-decoration: none;
}
.two_column_left h3 a:hover {
	text-decoration: underline;
}

.two_column_right img {
	margin-bottom: 20px;
}

.details a {
	color: #7F7F7F;
	text-decoration: none;
}
.details a:hover {
	text-decoration: underline;
}


/**************************************
 * Header Info
 */
#logo {
	background: url(/img/logo.png) no-repeat;
	text-decoration: none;
	float: left;
	margin-top: 10px;
	width: 332px;
	height: 78px;
}


#header_search {
	text-align: right;
	padding-top: 10px;
}
#header_search_input, .roundedInput {
	width: 172px;
	height: 22px;
	background: url(/img/search.png);
	background-repeat: no-repeat;
	border: none;
	color: #ccc;
	padding: 3px 10px;
	font-size: 14px; 
}
#header_search_submit {
	display: block;
	width: 22px;
	height: 22px;
	border: none;
	margin-left: 3px;
	background: url(/img/search_go.png) no-repeat;
	float: right;
	text-decoration: none;
}
#header_search_input.selected {
	color: #000;
}



#header_contact {
	text-align: right;
	font-family: Georgia, Helvetica;
}
#header_contact span {
	color: #899dbe;
	margin-left: 3px;
	font-size: 32px;
}
#header_contact a {
	color: #fff;
	text-decoration: none;
	font-size: 25px;
}
#header_contact a:hover {
	text-decoration: underline;
}

div#display {
	position: relative;
	background: url(/img/display.png) no-repeat top left;
	margin-top: 20px;
	height: 210px;
	width: 943px;
}

div#display p {
	position: relative;
	color: #fff;
	width: 555px;
	left: 350px;
	top: 15px;
	margin-bottom: 20px;
	font-size: 14px;
}
div#display img {
	position: absolute;
	top: 3px;
	left: 50px;
}

div#subdisplay {
	background: url(../img/sub-display.png) no-repeat top left;
	margin-top: 20px;
	height: 71px;
	width: 943px;
}



/*****************************************
* Login bar
************/
#loginBar {
	background: #000259;
	text-align: center;
	height: 30px;
}
#loginBar a {
	color: #3A8ED4;
	font-size: 13px;
	border-left: 1px dashed #3A8ED4;
	padding: 0 20px;
	text-decoration: none;
}
#loginBar a:hover {
	text-decoration: underline;
}

#loginBar a.first {
	border: 0;
}
#loginBarWrap {
	padding: 2px;
	margin: 0 auto;
	text-align: center;
}

#loginBar form.login {
	color: #3A8ED4;
	
}
#loginBar label {
	position: relative;
	top: 2px;
	padding-top: 0 10px;
}
#loginBar input.textbox {
	background: url(/img/input.gif) no-repeat;
	border: 0;
	color: #3A8ED4;
	height: 16px;
	width: 106px;
	font-size: 12px;
	padding: 1px 4px;
}
#loginBar .button {
	background: url(/img/button.gif) no-repeat;
	color: #fff;
	width: 54px;
	height: 18px;
	border: 0;
	font-size: 14px;
	padding: 0 0 2px;
}


/*
 * Site map
 */
#sitemap {
	margin: 0 auto 20px;
}
#sitemap ul {
	width: 184px;
	margin:0 0 0 40px;
	float: left;
	list-style: none;
}
#sitemap ul li {
	margin-bottom: 0;
}
#sitemap ul li a {
	border-top: 1px solid #0F4787;
	width: 100%;
	display: block;
	padding: 2px 0;
	font-size: 12px;
}
#sitemap h6 {
	color: #4885C8;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}
#sitemap .footer {
	clear: both;
}

/*
 * Tag Cloud
 */
#tagcloud {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #0F4787;
	height: 110px;
	display: none;
}
#tagcloud span.tag {
	margin-left: 5px;
}


/*
 * Copyright
 */
#footer_bottom {
	padding: 10px 0;
	background: #fff;
	border-top:4px solid #57A3E6;
	color: #999;
	font: 75% "times new roman";
	clear: both;
}
#footer_bottom a {
	color: #999;
	text-decoration: underline;
}
#copyright {
	width: 45%;
}
#trademarks {
	width: 45%;
	float: right;
}
#divTab {
	background:transparent url(/img/tabBg.png) no-repeat;
	font-weight:bolder;
	font-family: 'times New Roman';
	height:29px;
	color:#fff;
	clear: both;
	text-align: center;
	width: 345px;
	padding-top: 12px;
}






/**************************************
 * Other Pages
 */
table.tableform {
	width: 100%;
}
table.tableform td {
	padding: 0 4px;
}
table.tableform th {
	vertical-align: top;
	width: 100px;
}
table.tableform input {
	width: 100%;
}
table.tableform textarea {
	width: 100%;
	height: 300px;
}



.readmore {
	display: inline-block;
}