@charset "UTF-8";

body {
	margin: 0px;
	color: #333;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #FFF;
}

h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #000;
	margin-top: 18px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Verdana, Univers;
	font-size: 24px;
	font-weight: bolder;
	color: #900;
	font-style: italic;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-size: 14px;
}
a          {
	color: #36C;
}
a:visited  { color: black; }
a:hover    { color: #5872f4; }

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 180px;
	background-color: #4971a2;
	
}

.bannerArea .container {
	height:200px;
	background-image: url(images/banner_bkgd_test.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #ffffff; text-decoration: none; }
.bannernav a:visited { color: #ffffff; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-top: 0px;
	float: left;
	top: 130px;
	position: relative;
	visibility: visible;
}




/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #436d9c;
}

.topnavigationgroup {
	margin: 0px;
	float: right;
	p/adding-right: 40px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #f0eff0;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
	color: #000;
	
}


.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/content_bkgd_house.jpg);
	background-repeat: no-repeat;
}

.content_left {
	width: 650px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #009;
	clear: left;
}
.bannerArea .nys_broker_logo {
	float: left;
	height: 53px;
	width: 221px;
	clear: right;
	top: 105px;
	position: relative;
	left: 5px;
}


.content_right {
	padding-top: 10px;
	float: left;
	width: 221px;
	padding-right: 15px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	top: 30px;
	position: relative;
	border-top-color: #009;
	border-left-color: #009;
	border-top-width: 2px;
	border-top-style: solid;
}

.imageright {
	
	margin-left: 5px;
	
	float: right;
	
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #cfcfcf;
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;
	text-align: center;
	
}
.entry_field {
	float: left;
	width: 610px;
}


.footerArea .container {
	height: 30px;
	background-image: url(images/footer_bkgd.jpg);
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.Centered {
	text-align: center;
	color: #000;
}
.Align_right {
	float: right;
	background-color: #FFF;
	height: 53px;
	width: 101px;
	clear: both;
	border: 0px none #FFF;
	overflow: visible;
	text-decoration: none;
	position: relative;
}
.Red_Text {
	color: #F00;
	font-weight: bolder;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
#founder_photo {
	height: 120px;
	width: 105px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
}
.Head3_red_Centered {
	color: #F00;
}

