#preHome {
	background: #fff;
}

#holder {
	left:50%;
	width:766px;
	margin: 0 0 0 -383px;
	position: absolute;
	background: url("bck_main.png") repeat-y;
}

#logo {
	background: #fff url("logo.png") no-repeat 24px 11px;
	width: 100%;
	height: 58px;
	text-indent: -999em;
	margin: 0;
	display: none;
}

#home_logo {
	background:url("home_logo.png") no-repeat center 0;
	width: 100%;
	height: 58px;
	text-indent: -999em;
}

#home_slogan {
	background:url("home_gradient.jpg") repeat-x;
	height: 265px;
	width: 100%;
}

#home_slogan dl {
	margin: 0;
	padding: 0;
}

#home_slogan dt, #home_slogan dd {
	margin: 0;
	padding: 28px 2% 0;
	height: 58px;
}

#home_slogan dt{
	float: left;
	text-align: right;
	width: 71%;
	color: #fff;
	font-size: 1.5em;
}

#home_slogan dd {
	float: right;
	width: 20%;
	background: #000;
	border: 0;
}

#home_slogan dd a {
	background: url("bullet1.png") no-repeat 0 .2em;
	padding: 0 0 0 1em;
	display: block;
	color: #fff;
	font-size: 1.5em;
	float: left;
}

#footer, #footer_home {
	clear: both;
	background:#2e629d url("bck_footer.png") repeat-x;
	width: 100%;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	padding: .5em 0;
	margin: 0;
}

#footer ul{
	margin: .5em 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 .2em;
	margin: 0;
	list-style: none;
}

#footer p {
	margin: .5em 0;
}

#footer_home {
	margin-top: 5em;
}

#footer a, #footer_home a {
	color: #fff;
}

#content {
	width: 514px;
	float: left;
	background-color: #f3f3f3;
	padding-bottom: 2em;
}

#content h1 {
	background: url("bck_gradient.png") repeat-x;
	height: 104px;
	margin: 0;
	padding: 55px 0 0 36px;
	color: #fff;
	font-family: "arial black",helvetica,clean,sans-serif;
}

#content h1 small {
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 70%;
	font-weight: bold;
}

#content h1 small a{
	font-size: 90%;
	color: #93d8ff;
}

h3 {
	margin: .5em 0;
	padding: 0;
	border-bottom: 2px solid #999999;
	clear: both;
	color: #003399;
	font-family: arial,helvetica,clean,sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

h4 {
	color: #003399;
	font-weight: bold;
	font-size: 120%;
	clear: both;
	text-align: center;
	border: 2px solid #0066aa;
	background: #f0f0ff;
	padding: 10px 5px;
}

h4 a {
	color: #003399;
}

hr {
	clear: both;
}

h5 {
	color: #003399;
	font-weight: bold;
	font-size: 120%;
}

#subcontent {
	width: 252px;
	float: right;
	background-color: #d0d0d0;
}

#subcontent ul {
	overflow: hidden;
	border-bottom: 1px solid #f9f9f9;
	width: 252px;
	margin: 0 0 17px 0;
	padding: 0;
}

#subcontent li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subcontent li {
	float: left;
}

#subcontent li a, #subcontent li span {
	display: block;
	padding: 4px 25px 3px 41px;
	background: url("bullet2_n.png") no-repeat 18px center;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #d8d8d8;
	line-height: 16px;
	float: left;
	width: 186px;
	font-size: .9em;
}

#subcontent li a:hover, #subcontent li.selected span {
	text-decoration: none;
	background: #00326a url("bullet2_s.png") no-repeat 18px center;
	color: #fff;
	border-top: 1px solid #2d91ff;
	border-bottom: 1px solid #2d91ff;
}

#subcontent li span {
	font-weight: bold;
}

#subcontent li.selected span {
	text-align: right;
}

#subcontent p strong {
	color: #003399;
}

dt {
	color: #003399;
}

dd {
	border-top: 1px solid #b6cfe8;
	border-left: 8px solid #b6cfe8;
	margin: 0;
	padding: 2px 0 2px 4px;
}

.linklist li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.linklist li a{
	display: block;
	float: left;
	padding: 5px 0 5px 20px;
	width: 468px;
	background: url("world.png") no-repeat 0 center;
}

.linklist li a:hover {
	background-color: #b6cfe8;
}

.inputText, textarea, select {
	background: #e8e7e7 url("bck_forms.png") no-repeat;
	border: 1px solid #cccccc;
	padding: 2px 4px;
	margin-bottom: .5em;
	width: 354px;
}

.inputText:focus, textarea:focus {
	border: 1px solid #006699;
}

.inputButton {
	background: url("bck_button.png") repeat-x;
	border: 3px double #b2b2b2;
	padding: 0 8px;
	font-weight: bold;
	height: 24px;
}

textarea {
	overflow: auto;
}

label {
	float: left;
	width: 110px;
	padding: 2px 0 0 0;
	margin: 0 10px .5em 0;
	text-align: right;
}

.cpad {
	padding: 1em 1em 1em 1em;
}

.cpad2 {
	padding: 0 1em 1em 11px;
}

.vcard {
	display: none;
}


.button {
	float: left;
	margin: 8px;
	width: 228px;
}

.button p {
	float: left;
	padding: 8px 8px;
	width: 210px;
	text-align: center;
}

.button p strong {
	font-size: 150%;
	display: block;
}

.button input {
	display: block;
	margin: 0 auto;
}

.blue, .red {
	float: left;
	width: 226px;
}

.blue p{
	background-color: #26aafe;
	border: 1px solid #0033FF;
}

.red p{
	background-color: #fe6726;
	border: 1px solid #CC0000;
}

p.blue {
	color: #003399;
	font-size: 120%;
}

#content .notice {
	padding: 1em;
	background-color: #cfecff;
	border: 2px solid #007dcd;
	font-weight: bold;
	font-size: 120%;
}

#subcontent .notice {
	background-color: #cfecff;
	border: 2px solid #007dcd;
}

.notice p {
	padding-left: .7em;
	padding-right: .7em;
}

.notice img{
	display: block;
}

.notice .important {
	font-weight: bold;

}

.notice hr {
	border: 1px solid #007dcd;
	height: 0;
}

.notice strong {
	color: #003399;
}


#googlesearch {
	margin: 0;
	padding: 0;
}

#googlesearch label, #googlesearch .inputRadio {
	margin: 0;
	padding: 0;
}

#googlesearch label {
	display: block;
	float: none;
	width: auto;
	text-align: left;
}

#googlesearch div{
	border: 2px solid #007dcd;
	background-color: #cfecff;
	padding: 6px;
}

#googlesearch legend {
	margin: 0 0 .5em;
	padding: 0;
	text-align: center;
	font-weight: bold;
	display: block;
}

#googlesearch #sbi {
	width: 200px;
}

#googlesearch #sbb {
	display: block;
	margin: 0 auto;
}

#google_ads {
	display: none;
}

.quotes li {
	margin: 1em 0;
	padding: 0 0 1em 0;
	list-style: none;
	border-bottom: 1px dotted #000;
}

.quotes li blockquote{
	line-height: 1.3em;
	font-family: Cambria, Georgia, Palatino, "Times New Roman";
	font-size: 14px;
	font-style: italic;
	margin: 0;
}

.quotes li p {
	margin: 0;
	padding: 0;
}

.quotes li a {
	display: block;
	line-height: 1.3em;
	font-family: Cambria, Georgia, Palatino, "Times New Roman";
}

.quotes li a:hover {
	background-color: #b6cfe8;
	text-decoration: none;
}

.googlebutton {
	float: left;
	width: 226px;
}

.table_list li {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-position: inside;
}