@charset "utf-8";

/* BEGIN: HTML Tag Style */
body
{
	background-color: #aed9f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color: #000;
}

.h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color: #000;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 0;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #92007c;
	text-decoration: none;
	margin-bottom: 0px;

}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #92007c;
	text-decoration: none;
	margin-bottom: 0px;
}


/* END: HTML Tag Styles */
.clear
{
	clear: both;
}

#body-container
{
	margin: 0 auto;
	width: 1000px;
}

/* BEGIN: Header Styles */
#header
{
	position: relative;
}
#header input.search
{
	width: 138px;
}
#header table
{
	bottom: 2px;
	position: absolute;
	right: 15px;
}
/* END: Header Styles */

/* BEGIN: Banner Styles */
#banner
{
	height: 237px;
}
#banner-left
{
	background-image: url(../images/global/banner-left.jpg);
	background-position:top;
	float: left;
	height: 237px;
	width: 694px;
}
#banner-right
{
	background-image: url(../images/global/banner-right.gif);
	float: right;
	height: 237px;
	width: 306px;
}

#banner-right p {
	font-family:"Arial Narrow";
	font-size:22px;
	color:#92007c;
	font-style:italic;
	text-align:center;
	padding-top:50px;	
}

/* END: Banner Styles */

/* BEGIN: Navigation Styles */
#navigation
{
	background-image: url(../images/global/nav-background.png);
	height: 48px;
	overflow: hidden;
	padding-left: 30px;
}
#navigation a
{
	background-position: top;
	display: block;
	float: left;
	height: 33px;
	margin-top: 8px;
	color:#000;
	font-family:"Arial Narrow";
	font-size:14px;
	text-align:center;
	text-decoration:none;
	line-height:30px;
}
#navigation a.selected
{
	background-position: bottom;
}
#navigation a:hover.selected
{
	background-position: bottom;
}
#navigation a:hover
{
	background-position: center;
}
#nav-home
{
	background-image: url(../images/global/nav-btn-home.png);
	width: 61px;
}
#nav-topicsCovered
{
	background-image: url(../images/global/nav-btn-topicsCovered.png);
	width: 105px;
}
#nav-aboutUs
{
	background-image: url(../images/global/nav-btn-aboutUs.png);
	width: 74px;
}
#nav-takeTour
{
	background-image: url(../images/global/nav-btn-takeTour.png);
	width: 88px;
}
#nav-agentsBrokers
{
	background-image: url(../images/global/nav-btn-agentsBrokers.png);
	width: 114px;
}
#nav-employers
{
	background-image: url(../images/global/nav-btn-employers.png);
	width: 80px;
}
#nav-associations
{
	background-image: url(../images/global/nav-btn-associationsChambers.png);
	width: 153px;
}
#nav-awards
{
	background-image: url(../images/global/nav-btn-employers.png);
	width: 80px;
}
#nav-companynews
{
	background-image: url(../images/global/nav-btn-agentsBrokers.png);
	width: 114px;
}

/* END: Navigation Styles */

/* BEGIN: Content Styles */
#content
{
	background-image: url(../images/global/content-background.gif);
	background-repeat: repeat-y;
	padding: 1px 0;
}
.content-wrapper
{
	clear: both;
	margin: 0 auto;
	padding: 10px 50px;
}
/* END: Content Styles */

/* BEGIN: Footer and Footer Navigation Styles */
#footer
{
	font-size: 10px;
	text-align: center;
}
#footer a
{
	color: #000;
}
#footer ul
{
	margin: 0;
	padding: 0;
}
#footer li
{
	display: inline;
	padding: 8px;
}

/* END: Footer and Footer Navigation Styles */
