@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f2f2e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	}

p {
	color: #666;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	}
	
blockquote {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	}
ul {
	margin: 0px;
	list-style-type: disc;
	color: #666699;
}
.ul-2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}

a:link {
	color: #6666CC;
	text-decoration: none;
	}
a:visited {
	color: #6666CC;
	text-decoration: none;
	}
a:hover   {
	color: #6666CC;
	text-decoration: underline;
	}
a:active {
	color: #6666CC;
	text-decoration: underline;
	}

h1 {
	color: #666699;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	}

h2 {
	color: #666699;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

h3 {
	color: #666699;
	font-size: 14px;
	}
h4 {
	color: #666699;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#callooutbox-1 {
	padding: 10px;
	float: right;
	width: 160px;
	margin-left: 10px;
	background-image: url(../images/callout_box_fade.gif);
	background-repeat: repeat-x;
	border: 1px solid #bdbddf;
}
#clear {
}

#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px;
	} 
	
#contact_form {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	background-color: #edecf9;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
}
#home_contact_form {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	padding: 5px;
	background-color: #edecf9;
	border: 1px solid #ccc;
	color: #666;
}

#footer {
	background:#FFFFFF;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
	padding: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #777777;
	} 
#google_icon {
	margin-left: 20px;
}
	
#header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
	} 
	
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding: 0;
	background-color: #FFFFFF;
	} 
	
#menu {
	background-color: #FFFFFF;
	padding: 0;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	} 
	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
#sidebar_connect {
	padding: 12px;
	border: 1px solid #bfbfbf;
	margin: 0px;
	position: relative;
}
#sidebar_newsletter {
	padding: 12px;
	border: 1px solid #9999cc;
	position: relative;
}
#social_icons {
	text-align: center;
}

#teaser {
background:transparent url(../images/teaser.gif) no-repeat scroll left bottom;
	width:175px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10;
	padding-right: 10;
	padding-bottom: 14px;
	padding-left: 10;
}
	
.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: 10px;
	}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	}
	
.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;
	}
.contact_form_txt_field {
	width: 140px;
}
	
.top_nav {
	font-size: 10px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	}
	
.img-top {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
	
.body_text_9 {
	font-size: 9px;
	line-height: 11px;
	}	

	
.body_text_10 {
	font-size: 10px;
	color: #777777;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
	}
.body_text_11 {
	font-size: 11px;
	color: #777777;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.body_text_12 {
	margin: 0px;
	padding: 0px;
	}
.callout_box {
	background-color: #EDECF9;
	display: block;
	padding: 10px;
	float: right;
	margin-left: 10px;
}
 
.menu {
	margin: 0px;
	}
.quotes {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9999cc;
	font-size: 11px;
}
/* end round corner box bfbfbf */
.quotes2 {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666699;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}

.teaser {
	width:175px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/teaser.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}
.teaser h3 {
background:transparent url(../images/teaser.gif) no-repeat scroll left top;
margin:0;
padding:7px 10px 3px;
}
.teaser p, .teaser a.more {
background:#e5e5ea none repeat scroll 0 0;
border-color:#e5e5ea;
border-style:solid;
border-width:0 1px;
margin:0;
padding:0 10px 3px;
}

.t {background: url(../images/round_corners/dot_bdbddf.gif) 0 0 repeat-x; width: 160px}
.b {background: url(../images/round_corners/dot_bdbddf.gif) 0 100% repeat-x}
.l {background: url(../images/round_corners/dot_bdbddf.gif) 0 0 repeat-y}
.r {background: url(../images/round_corners/dot_bdbddf.gif) 100% 0 repeat-y}
.bl {background: url(../images/round_corners/bl.gif) 0 100% no-repeat}
.br {background: url(../images/round_corners/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/round_corners/tl.gif) 0 0 no-repeat}
.tr {
	background: url(../images/round_corners/tr.gif) 100% 0 no-repeat;
	padding:12px
}

/* this is the rounded corner box for the sidebar 1 */

.roundedcornr_box_932965 {
	background: url(../images/sidebar_round_corners/roundedcornr_932965_tl.png) no-repeat top left;
}
.roundedcornr_top_932965 {
	background: url(../images/sidebar_round_corners/roundedcornr_932965_tr.png) no-repeat top right;
}
.roundedcornr_bottom_932965 {
	background: url(../images/sidebar_round_corners/roundedcornr_932965_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_932965 div {
	background: url(../images/sidebar_round_corners/roundedcornr_932965_br.png) no-repeat bottom right;
}
.roundedcornr_content_932965 {
	background: url(../images/sidebar_round_corners/roundedcornr_932965_r.png) top right repeat-y;
}

.roundedcornr_top_932965 div,.roundedcornr_top_932965,
.roundedcornr_bottom_932965 div, .roundedcornr_bottom_932965 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_932965, .roundedcornr_bottom_932965 {
}
.roundedcornr_content_932965 {
	margin-right: 10px;
	margin-left: 10px;
}
/* end 932965 rounded corner box for the sidebar */

/* round corner box bfbfbf begins */
.rcb_bfbfbf_l {background: url(../images/rcb_bfbfbf/dot_bfbfbf.gif) 0 0 repeat-y;}
.rcb_bfbfbf_r {background: url(../images/rcb_bfbfbf/dot_bfbfbf.gif) 100% 0 repeat-y}
.rcb_bfbfbf_bc {background: url(../images/rcb_bfbfbf/botcap_bfbfbf.gif) 0 100% no-repeat}
.rcb_bfbfbf_tc {background: url(../images/rcb_bfbfbf/topcap_bfbfbf.gif) 0 0 no-repeat}
.rcb_bfbfbf_tr {
	background: url(../images/rcb_bfbfbf/tr.gif) 100% 0 no-repeat;
	padding:12px
}
.img-ctr {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

