@charset "utf-8";
* {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;

}
img {
	border-style: none;
}
h1 {
	/*color: #7BADCB;*/
	color: #90895A;
	font-size: 22px;
	margin-bottom: 22px;
}
h2 {
	font-size: 20px;
	color: #90895A;
	margin-bottom: 22px;
}
h3 {
	font-size: 16px;
	color: #41748F;
	margin-bottom: 22px;
	line-height: 24px;
}
hr {
	color: #BAB783;
	background: #BAB783;
	border-style: none;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #A5C700;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	behavior:url("scripts/csshover.htc");
}
.container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.header {
	padding-left: 30px;
	padding-bottom: 10px;
} 
#img_homeIcon {
	position: absolute;
	top: 1px;
	left: 45px;
}

#img_kellyRamsdaleLogo {
	margin-top: 45px;
	margin-left: 35px;
	margin-right: 38px;
}
#home_appMarket {
	top: 581px;
	left: 50px;
	position: absolute;
}


.headerNav {
	text-align: left;
	margin: 12px 40px 12px 55px;
}
.headerNav_home {
	text-align: left;
	margin-top: 12px;
	margin-right: 40px;
	margin-bottom: 12px;
}
.headerNav p, .headerNav_home p {
	text-transform: uppercase;
	display: inline;
	font-size: 16px;
	margin-right: 15px;
	color: #7BADCB;
}
.headerNav a, .headerNav_home a {
	color: #90895A;
	text-decoration: none;
}
.headerNav a:hover, .headerNav_home a:hover {
	color: #7BADCB;
}
#img_kellyRamsdaleLogo_home {
	position: absolute;
	left: 28px;
	top: 460px;
}

.mainContent {
	margin-left: 300px;
	margin-right: 20px;
	border-left: 1px solid #BAB783;
	padding: 8px 25px 25px 15px;
	margin-top: 10px;
} 
.mainContent_home {
	margin-left: 265px;
	margin-right: 50px;
	padding: 8px 25px 200px 12px;
	margin-top: 10px;
}
.mainContent_home p, .mainContent p  {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 22px;
}
.mainContent ul {
	/*margin-bottom: 22px;*/
	list-style: none;
	padding-left:20px;
}
.mainContent li {
	font-size: 12px;
	line-height: 18px;
	background: url(../images/int_ulBullet.gif) no-repeat 0px 5px;
	padding-left: 20px;
}
.home_contact {
	float: right;
	width: 180px;
	padding-left: 15px;
	margin-top: 10px;
	padding-top: 10px;
}
.sideBar {
	float: left;
	width: 260px;
	padding-left: 40px;
	padding-top: 20px;
}
.sideBar h1 {
	color: #90895A;
	background: url(../images/int_sidebarBullet.gif) no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 25px;
	margin-bottom: 12px;
}
.sideBar h1 a{
	color: #90895A;
	text-decoration: none;
}
.sideBar h1 a:hover{
	color: #2B4E5F;
}
.sideBar p {
	font-size: 11px;
	display: block;
	padding-left: 25px;
	padding-bottom: 12px;
}
.sideBar p a {
	color: #2B4E5F;
	text-decoration: none;
}
.sideBar p a:hover {
	color: #90895A;
}
.sideBar hr {
	width: 95%;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 12px;
}


.contact {
	float: left;
	width: 180px;
	padding-left: 50px;
	margin-top: 155px;
	padding-top: 10px;
}
.home_contact h1, .contact h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
.home_contact p, .contact p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 25px;
}
.home_contact a, .contact a {
	color: #000;
	text-decoration: none;
}
.home_contact a:hover, .contact a:hover  {
	color: #7BADCB;
}


.footer {
	padding-right: 10px;
	padding-left: 30px;
	height: 250px;
	margin-top: 50px;
} 
#table_footerMenu td {
	padding-left: 12px;
	border-left: 1px solid #90895A;
}
.footer h1 {
	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 */
	font-size: 13px;
	color: #90895A;
	text-transform: uppercase;
} 
.footer a {
	color: #000000;
	text-decoration:none;
} 
.footer a:hover {
	color: #90895A;
}
.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 */
	font-size: 11px;
	line-height: 18px;
}

.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;
}
.headshot_table {
	margin-bottom: 12px;
}
.headshot_table td {
	padding-right: 25px;
}
.sideBar_trusts {
	float: left;
	width: 260px;
	padding-left: 40px;
	padding-top: 20px;
}
.sideBar_trusts p {
	font-size: 11px;
	display: block;
	padding-left: 25px;
	padding-bottom: 12px;
}
.sideBar_trusts a {
	color: #2B4E5F;
	text-decoration: none;
}
.sideBar_trusts a:hover {
	color: #A5C700;
}
.sideBar_trusts p {
	font-size: 12px;
	position: relative;
}
.sideBar_trusts span {
	font-size: 24px;
}
.sideBar_trusts .plusBullet {
	position: absolute;
	left: 0px;
	top: 5px;
}
.sideBar_trusts hr {
	width: 95%;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 12px;
}
.instructions {
	font-size: 10px;
	color: #41748F;
	margin: 0px;
	padding: 0px;
}
.textField01 {
	font-size: 11px;
	color: #666;
}

