/*
Theme Name: Declaire
Theme URI: http://www.declaireassociates.com/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.0
Author: Arden Waters
Tags: simple, fresh, fixed width, three columns, widgets

Declaire Theme by Arden Waters || http://ardenwaters.com
*/

@charset "UTF-8";

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	/* line-height: 1.25em; */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background: #FFFFFA; /*#B2CCD1; #F0F0EF;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*font-size: 1em; /*100%;*/
} 

.twoColFixLtHdr #header {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	width: 383px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 15px 15px 50px;
}

.twoColFixLtHdr #mainContent {
	float: right;
	width: 420px;
	padding: 0px 15px 15px 15px;
} 

.twoColFixLtHdr #footer {
	padding: 0 0px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#caeefc;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header {
	padding: 0px;
}
.twoColFixLtHdr #container #banner_contact {
	background-color: #caeefc;
	text-align: right;
	padding: 10px 11px 10px 0;
	color: #69C;
}
.twoColFixLtHdr #container #banner_contact p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em; /*16px;*/
	margin: 0 auto;
}
.twoColFixLtHdr #container #header #main_nav {
	padding-left: 28px;
}
.twoColFixLtHdr #container #header #main_image {
	padding-left: 50px;
}
.twoColFixLtHdr #container #banner_contact p a {
	color: #69C;
}
.twoColFixLtHdr #container #header #main_nav #logo {
	margin: 30px 0 20px 0;
	float: left;
}
.twoColFixLtHdr #container #header #main_nav #nav {
	text-align: right;
	padding: 80px 0px 15px 0;
	float: right;
	visibility:visible;
}
.twoColFixLtHdr #container #header #main_nav #nav p {
	padding-top: 0px;
	padding-bottom: 0px;
}




/*#mainContent p {
	/*font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 0.875em; /*14px;
	line-height: 1.25em; /*20px;
	color: #666;
}*/

.text-gray-normal {
	color: #666; 
	font-size: 0.875em; /*14px;*/
}




#footer p {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 0.8em; /*13px;*/
	line-height: 2.15em; /*2.15 * 13px = 28px;*/
	color: #36C;
}

#footer p a {
	color: #36C;
}


#mainContent ol ul li {
	list-style-type: disc;
}


#form-logo {
	/*position: absolute;*/
	text-align:center;
	top: 10px;
	/*left: 170px;*/
	/*width: 133px;*/
	/*height: 61px;*/
	z-index: 1;
	margin: 0;
	padding: 0;
	border-width: 0;
}
#form-header {
	/*position: absolute;*/
	top: 70px;
	left: 25px;
	/*width: 425px; /*343px;*/
	/*height: 28px;*/
	text-align:center;
	z-index: 1;
	margin: 0;
	padding: 0;
	border-width: 0;
}
#form-table { 
	/*position: absolute;*/
	/*top: 115px; */
	/*left: 0px;*/
	z-index: 1;
	text-align: center;
}

td.td-left {
	text-align: right;
	width: 135px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.625em; /*10px;*/
	color: #666;
}

td.td-right {
	text-align: left;
	/*width: 135px;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.625em; /*10px;*/
	color: #36C;
}

.form-text { background-color: #e4e7e7; height: 16px; border-width: 0; }

.form-textarea { background-color: #e4e7e7; border-width: 0; }

#form-header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em; /*0.8 * 16px = 13px;*/
	line-height: 1.23em; /* 1.23 * 13px = 16px;*/
	color: #36C;
	text-align: center;
}


/* #sidebar1_col_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*line-height: 1.125em; /*18px;
}*/

p.sidebar {
	margin: 0;
	line-height: 1.25em; /*20px;*/	
}

.sidebar-text-gray-normal {
	color: #666;
	font-size: 0.8em; /*0.8 * 16px = 13px */
	line-height: 1.39em; /* 1.39 * 13px = 18px; */
}

.sidebar-text-gray-normal a {
	color: #666;
	text-decoration: underline;
}

.sidebar-text-orange-normal {
	color: #C63;
	font-size: 0.875em; /*0.75em; /*12px*/
}

.sidebar-text-orange-emphasis {
	font-size: 1em; /*0.95em; /*15px; 0.95 * 16px = 15px */ 
	color: #C63;	
}


#sidebar1_col_left ul, ul li ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#sidebar1_col_left ul li {
	font-size: 1em; /*0.95em; /*15px;*/
	color: #C63;
	list-style-type: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#sidebar1_col_left ul li ul li {
	font-size: 0.8em; /*12px; 0.8 * 15px (0.95em) = 12px */
	color: #666;
	list-style-type: none;
	text-decoration: underline;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#sidebar1_col_left ul li ul li a {
	color: #666;
}

#sidebar1_img {
	width: 383px;
	padding-bottom: 10px;
}

#sidebar1_col_right {
	background-color: #fafcbd;
	float: right;
	width: 165px;
	margin-left: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#sidebar1_col_left {
	background-color: #fafcbd;
	width: 165px;
	margin-right: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#sidebar1_col_wrap {
	padding-top: 10px;
	width: 383px;
}




#single-title {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.25em; /*20px;*/
	line-height: 1em; /* 1 * 20px = 20px;*/
	color: #06C;
}

p a {
	color: #C63;
}




#title-orange {
	color: #C63; 
	font-size: 2.35em; /*38px;*/ 
	line-height: 1.1em; /* 1.1 * 38px = 42px;*/
}

#title-orange-small {
	color: #C63; 
	font-size: 1.25em; /*20px;*/ 
	line-height: 1.6em; /* 1.6 * 20px = 32px;*/
	text-transform:uppercase;
}

.subtitle-orange {
	color: #C63; 
	font-size: 1.125em; /* 1.125 * 16px = 18px;*/ 
	line-height: 1.33em; /* 1.33 * 18px = 24px;*/
}

#title-bottom-spacing {
	font-size: 0.375em; /*6px;*/ 
	line-height: 1em; /* 1em * 6px = 6px */
}

.text-blue-emphasis {
	color: #36C; 
	font-size: 1.25em; /*20px;*/ 
	line-height: 1.6em; /*1.6 * 20px = 32px;*/
}

.text-gray-emphasis {
	color: #666; 
	font-size: 1.125em; /*18px;*/
}



#credential-logo {
	float: right; 
	padding-top: 15px; 
	padding-right: 10px;
}

