#phone_number { position: absolute; left: 300px; top: 0; background: transparent url("/images/1850-320-920.jpg") 50% 50% no-repeat; width: 192px; height: 69px; display: block; }

/* APPLICATION FORM */
		.container table { width: 95%; }
		.container tr { vertical-align: top; }
		.appform label {
			display: block;
			margin-top: 6px;
			font-size: 11px;
		}
		
		.appform .formcol1 {
			float: left;
			width: 49%;
			margin-right: 10px;
		}
		
		.appform fieldset {
			padding: 10px;
			border: 1px #0071d1 solid;
			margin-top: 10px;
		}
		
		.appform legend span {
			text-align: center;
			display: block;
			padding: 4px 10px;
			background-color: #0071d1;
			color: white;
			font-weight: bold;
			font-size: 1.1em;
		}
		
		.appform input[type="text"], .appform textarea, .appform select {
			border: 1px #c0c0c0 solid;
			padding: 2px;
		}
		
		.appform input[type="radio"] {
			margin: 2px 0;
		}
		
		.appform textarea {
			height: 4.4em;
		}
		
		.appform sup {
			position: absolute;
		}
	.terms label { font-variant: small-caps; margin-left: 6px; font-weight: bold;}
	.terms em.warning { text-align: center; background-color: #0071d1; color: white; display: block; border: 1px #004181 solid; font-weight: bold; padding: 4px 2px; }
	.terms h2 { text-align: center; }
	.terms .container { margin: 10px; background-color: #e0e0e0; border: 1px #c0c0c0 solid; padding: 6px 4px; }
	.terms .container ul { list-style-type: square; }

/* CONVENIENCE CLASSES */

.centeralign, .centrealign { text-align: center; }
div.clear { clear: both; height: 0; font: 0/0; }
.floatright { float: right; clear: right; }

/* GENERIC RULES */
a img {
	border: none;
}

body {
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
#content h3 { font-size: 100%; margin: 10px 0; }
#content h4 { font-size: 100%; }
dt {font-weight: bold;}
p { margin: 4px 0; line-height: 135%; font-size: 95%; }
li { margin: 4px 20px; font-size: 95%; }
a { text-decoration: underline; color: #0071d1; }

#content a:hover {
	text-decoration: none;
	color: #ff00ee;
}

/* PAGE TEMPLATE */

#breadcrumbs {
	font-size: 85%;
	margin: 5px 0 5px 30px;
	color: #5d5d5d;
}

#breadcrumbs a {
	color: #5d5d5d;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: black;
}

#sidebar {
	width: 200px;
	float: left;
}

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

#sidemenu li {
	background: transparent url("/images/bullet_blue.gif") left 50% no-repeat;
	margin: 0;
	padding: 0 0 0 16px;
	font-size: 85%;
	margin: 8px 0;
}

#sidemenu a {
	color: white;
	text-decoration: none;
}

#sidemenu a:hover {
	color: #0071d1;
}

#sidemenu {
	background: #22184c url("/images/bg_sidebar.jpg") left top no-repeat;
	padding: 10px 10px 10px 15px;
	color: white;
	font-weight: bold;
}

#sidead {
	background: #22184c url("/images/sister.png") 50% 50% no-repeat;
	height: 200px;
	margin: 10px 0;
	text-align: center;
	color: #a0a0a0;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}

#navigation ul {
	height: 25px;
	background: #50438b url("/images/bg_mainmenu.jpg") left top repeat-x;
}

#navigation ul li {
	line-height: 25px;
	list-style: none;
	display: inline;
}

#navigation ul li a {
	margin: 0 5px;
	text-decoration: none;
	color: white;
	display: block;
	padding: 0 4px;
	float: left;
}

#navigation ul li a:link { color: white; }
#navigation ul li a:visited { color: white; }
#navigation ul li a:link:hover, #navigation ul li a:visited:hover { color: white; }

#navigation ul li a.selected {
	background: #22184c;
	border-left: 1px #606060 solid;
	border-right: 1px #606060 solid;
}

#footmenu {
	background-color: #22184c;
	color: white;
	height: 31px;
}

#footmenu li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
}

#footmenu a {
	display: block;
	line-height: 31px;
	color: white;
	text-decoration: none;
	text-align: center;
	width: 180px;
	font-weight: bold;
}


#footmenu2 ul {
	height: 31px;
	text-align: center;
}

#footmenu2 li {
	display: inline;
	list-style-type: none;
	margin: 0 5px;
}

#footmenu2 a {
	line-height: 31px;
	text-decoration: none;
	color: black;
}

#footmenu .left_item {
	background: #22184c url("/images/bg_footer_l.png") left top no-repeat;
}

#footmenu .current a {
	background: transparent url("/images/bg_footer_hi.png") 50% bottom no-repeat;
}

#footmenu .right_item {
	background: #22184c url("/images/bg_footer_r.png") right top no-repeat;
}

#footer {
	text-align: center;
	padding-top: 5px;
	margin-top: 20px;
	font-size: 10px;
}

#header {
	background: transparent url("/images/bg_header.png") left top repeat-x;
/*	margin-bottom: 10px; */
	position: relative;
}

#header h1 {
	background: transparent url("/images/bg_header2.jpg") right top no-repeat;
	height: 69px;
	padding-left: 10px;
}

#header h2 {
	height: 58px;
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 1.8em;
	line-height: 58px;
}

#h2wrapper {
	background: #22184c url("/images/bg_h1.jpg") left bottom no-repeat;
	color: white;
	padding-left: 30px;
}

#h2wrapper .type1 { background-image: url("/images/bg_h1_1.jpg"); }
#h2wrapper .type2 { background-image: url("/images/bg_h1_2.jpg"); }
#h2wrapper .type3 { background-image: url("/images/bg_h1_3.jpg"); }

#linkcontainer_wrapper, #featurecontainer_wrapper {
	float: right;
	clear: right;
	width: 200px;
	margin: 0 0 10px 10px;
}

.linkcontainer {
/*	background: #cccccc url("/images/bg_links.gif") right top no-repeat; */
	background-color: #cccccc;
	color: #22184c;
}

.linkcontainer h4, #quickcontact_wrapper h4 {
	color: #22184c;
	font-weight: bold;
	padding: 6px;
}

.linkcontainer dt {
	background: transparent url("/images/bullet_pink.gif") left 50% no-repeat;
	padding-left: 12px;
}

.linkcontainer dl {
	padding: 6px;
}

.linkcontainer dd {
	margin-bottom: 10px;
}

.linkcontainer a {
	color: #22184c;
	text-decoration: none;
	font-weight: normal;
}

#content {
	margin-left: 215px;
	background-color:#fff;

}

#content h1 {
	font-style: italic;
	color: #0071d1;
	font-weight: normal;
}

#column1 {
	width: 340px;
	float: left;
	margin-left: 10px;
}

#column2 {
	width: 340px;
	float: left;
	margin-left: 10px;
}

#column1 h1, #column2 h1 {
	color: #0071d1;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.welcome_wrapper {
	padding: 1px;
	border: 1px #b0b0b0 solid;
}

.welcome {
	background: #fbfbfb url("/images/bg_infobox.jpg") right bottom no-repeat;
	padding: 6px;
	font-size: 12px;
	line-height: 18px;
}



/* HOME PAGE LAYOUT */

td.homepage {  }
td.homepage h3 { text-align: center; border-bottom: 1px white solid; padding-bottom: 6px; margin-bottom: 6px; font-weight: normal; font-size: 12px; }
td.homepage li { list-style-type: none; background: transparent url("/images/checkbox-checked.gif") left 50% no-repeat; font-size: 12px; line-height: 25px; padding-left: 28px; margin-left: 0; }

.homepage_bigbox { width: 570px; float: left; background: #0071d1 url("/images/bg_calculator.jpg") right bottom no-repeat; color: white; height: 240px; margin-bottom: 10px; }






/* More buttons */
.button1 {
	background: transparent url("/images/bg_button1.gif") left 50% no-repeat;
	line-height: 24px;
	height: 24px;
	width: 147px;
	display: block;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 10px;
	color: white;
	text-decoration: none;
}


dl.fixed_20em dt {
	display: block;
	width: 20em;
	float: left;
	margin-bottom: 4px;
	clear: left;
}

dl.fixed_20em dd {
	margin-left: 21em;
	display: block;
	margin-bottom: 4px;
}

dl.fixed_20em {
	clear: left;
}


/* SPECK CONTENT */

#speck_content h1, #speck_content h2 {
	color: #0071d1;

	margin: 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
	font-family: "Verdana", sans-serif;
}

#speck_content h3{
		color: #0071d1;
	
}

#speck_content em {
	font-size: 120%;
	line-height: 150%;
	display: block;
	margin-bottom: 20px;
}

#speck_content li {
	margin-left: 30px;
}

#speck_content {
	
}


.force_white_links a { color: white; text-decoration: none; }
.force_white_links a:hover { color: white; text-decoration: underline; }



/** Squash the title on the article_single template **/
h2.article_display_title {
	display: none;
}

.article_display_image { float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 2px;
	border: 1px solid #b0b0b0}
	
	
.article_display_widgets {
	padding: 0 0 15px 0;
	margin: 0;
	margin-right: 15px;
	}
	
.article_display_pubdate { display: none; }
.article_display_print { background: transparent url("/images/printer.gif") left 50% no-repeat; padding-left: 12px; }
.article_display_email { background: transparent url("/images/email.gif") left 50% no-repeat; padding-left: 12px; }

p.form_errors {
	color: red;
	font-weight: bold;
}

ul.form_errors li {
	color: red;
}



/** ADMIN AREA **/

ul.admin_summary {  }
ul.admin_summary li { list-style-type: none; padding-left: 18px; background: transparent url("/images/ico_edit.gif") left 50% no-repeat; }
ul.admin_summary .add_new { background-image: url("/images/ico_add.gif"); margin: 12px 0; }

.cf_admin_form label { font-weight: bold; font-size: 85%; margin: 6px 0 1px 0; display: block; }
.cf_admin_form input[type="text"], .cf_admin_form select, .cf_admin_form textarea { border: 1px #b0b0b0 solid; padding: 2px; }





* {
	margin: 0;
	padding: 0;
}

