
/* ----------------------------------- default ----------------------------------- */
html {
	margin: 0;
	padding: 0;
	height:100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width:975px;
	color:#333;
	font-size:13px;
	line-height:20px;
}

body {
	min-height:100%;
	margin:0;
	padding:0;
	text-align:left;
}



a {			color:#c60; text-decoration:underline; }
a:hover {	color:#0055a4; text-decoration:underline; }

strong, b { font-weight:bold;}
i, em { font-style:italic;}

blockquote { padding:0 25px;}

input, textarea {
	color:#666;
	border:1px solid #cecece;
	background:#fff url(../images/bg-input.gif) left bottom repeat-x;
}
input#submit {
	color:#fff;
	border-color: #ccc !important;
	background:#c60;
	width:auto !important;
	padding:3px 10px !important;
	font-size:12px !important;
	line-height:14px !important;
}


input.button {
	border-color: #ccc !important;
	background:#c60;
	color:#fff;
}

.radio {
	background:none;
	border:none;
}
.check {
	background:none;
	border:none;
}


.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}




/* ------------------------------------------------- header ------------------------------------*/
#header {
	position:relative;
	margin:0 auto;
	padding:0;
	width:975px;
	height:80px;
	z-index:5;
}



/* ------------------- logo ------------------- */
#header h1 {
	position:relative;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:225px;
	height:80px;
	z-index:100;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:225px;
	height:80px;
	margin:0;
	padding:0;
	display:block;
}
#header h1 a span {
	background:url(../images/bg.gif) 0 0 no-repeat;
	cursor:pointer;
}



/* ------------------- contact info ------------------- */
#header h2#address {
	float:right;
	display:inline;
	width:155px;
	height:45px;
	margin:10px 0 15px;
	padding:5px 5px 5px 15px;
	border-left:1px solid #e2e2e2;
	color:#124b74;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:15px;
}

#header h2#phone {
	float:right;
	display:inline;
	width:155px;
	height:45px;
	margin:10px 0 15px;
	padding:5px 5px 5px 15px;
	color:#c60;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:15px;
	text-align:center;
}
#header h2#phone span {
	font-size:18px;
	line-height:20px;
}




/* ------------------------------------------------- general layout divs ----------------------------------- */
#wrapper {
	width:975px;
	min-height:450px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:url(../images/bg.gif) center 0 no-repeat;
}

#sidebar {
	float:left;
	display:inline;
	width:224px;
	min-height:180px;
	margin:0;
	padding:40px 1px 25px 0;
	background:url(../images/bg-sidebar.jpg) right top no-repeat;
}

#content {
	float:right;
	display:inline;
	width:720px;
	margin:0;
	padding:15px 10px 0 20px;
	overflow:hidden;
}












/*---------------------- general subpage styles -------------------------*/
h1, h2, .heading2, h3, .heading3, h4, .heading4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	padding-left:40px;
	font-size:24px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:normal;
	color:#002d62;
	background:url(../images/bg-h1.gif) 0 0 no-repeat;
}

h2, .heading2 {
	font-size:21px;
	line-height:30px;
	margin-bottom:10px;
	color:#333;
	font-weight:normal;
}

h3, .heading3 {
	clear:left;
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#333;
	font-weight:normal;
}

h4, .heading4 {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#333;
	font-weight:bold;
}


hr {
	color:#cecece;
	background:#cecece;
	border:0;
	height:1px;
}

p,
ul,
ol { 
    margin-bottom: 20px; 
}

ol, ul {
    list-style:outside;
    margin-left: 2em;
}

#content ul li {
	list-style:none;
	background:url(../images/bullet-orange-square.gif) 0 8px no-repeat;
	padding-left:1em;
}


#content img {
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
	margin:10px;
}

#content form img,
#content form input.image {
	border:none;
	padding:0;
	background:none;
	margin:0;
}







/* ------------------------------------------------ sidebar ------------------------------------------------ */
#sidebar {
}

#sidebar .promo {
	clear:both;
	display:block;
	padding:20px 24px 0 0;
	text-align:right;
}
#sidebar .promo h2 {
	display:block;
	font-size:13px;
	line-height:18px;
	border-bottom:1px solid #cecece;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#sidebar .promo p {
	color:#777;
	font-size:10px;
	line-height:15px;
	margin:0 0 5px;
	padding:0;
}

/* ------------------- logos fugly -------------------
ul#logos {
	margin:0;
	padding:0;
	list-style:none;
}
ul#logos li {
	display:block;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}*/

/* ------------------- logos tooltip ------------------- 
ul#logos {
	position:relative;
	margin:0 auto;
	padding:0;
	list-style:none;
	z-index:10;
}
ul#logos li {
	display:block;
	float:left;
	list-style:none;
}
ul#logos li a {
	display:block;
	width:30px;
	height:30px;
	margin:1px 1px 1px 9px;
	padding:0;
}

ul#logos li a span.tooltip { 
	display:none;
}

ul#logos li a:hover {
	position: relative;
	text-decoration:none;
	border:1px solid #999;
	margin:0 0 0 8px;
	padding:0;
}

ul#logos li a:hover span.tooltip {	
	display: block;
   	position: absolute;
	width:auto;
	height:500px; 
	top: -506px; 
	left: 15px;
}

ul#logos li a:hover span.tooltip span {	
	position:absolute;
	bottom:0;
	left:0; 
}
ul#logos li a:hover span.tooltip img {	
	border:1px solid #999;
}*/





	



/* ------------------------------------------------ cms form styles ------------------------------------------------ */
#form1col div.formText { 
	width:100%;
	float:none;
	display:block;
 }
#form1col form table.cmsForm { 
	width:100%;
	float:none;
	display:table;
}
#form1col form table.cmsForm tr td.formName { 
	width:30%; 
	display:table-cell;
}


div.formText {
	width:55%;
	float:left;
	display:inline;
}

form table.cmsForm {
	width:45%;
	float:right;
	display:inline;
	margin:20px 0;
}

form table.cmsForm input, form table.cmsForm select {
	margin-right:5px;
}

form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
}

form table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.cmsForm .required {
	font-size:20px;
	color:#f33;
}

form table.cmsForm textarea {
	width:auto;
}
form table.cmsForm input {/*
	border:1px solid #999;*/
}
form table.cmsForm input.radio {
	background:none;
	border:none;
}
form table.cmsForm input.check {
	background:none;
	border:none;
}



table.cmsFormThanks {
	width:100%;
	margin:0;
	padding:0;
}
table.cmsFormThanks td.cmsFormThanksL {
	width:50%;
	text-align:right;
	font-weight:normal;
	padding-bottom:10px;
}
table.cmsFormThanks td {
	vertical-align:top;
	font-weight:bold;
	padding:0 15px 5px 0;
}





/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-weight:normal;
}
p.level1 a {
	font-weight:normal;
}













/*------------------------------------ footer ------------------------------------*/

#footer {
	position:relative;
	clear:both !important;
	margin:0 auto;
	padding:75px 25px 25px;
	width:925px;
	font-size:11px;
	color:#666;
	background:url(../images/bg-footer.gif) 0 0 no-repeat;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}


#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	display:inline-block;
}
#footer ul li {
	padding:0;
	width:100%;
}

#footer ul.links {
	width:730px;
}
#footer ul.links li { 
	margin:0 20px 0 0;
	display:inline;
}

#footer ul.copyright {
	width:195px;
	text-align:right;
}
#footer ul.copyright li { margin:0 0 0 10px; }

#footer ul li.masterlink,
#footer ul li.masterlink a { color:#999; }

#footer ul li.masterlink a:hover { color:#333; }


/* ------------------- logos fugly ------------------- */
ul#logos {
	width:980px;
	margin:0 auto 15px;
	padding:0;
	list-style:none;
	text-align:center;
}
ul#logos li {
	display:inline;
	float:none;
	margin:0 10px;
	width:auto;
	text-align:center;
}
