html, body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
	background: #fff url('../images/topliner_bg.gif') repeat-x 0 0;
}

/**	 page top (menu) **/
#top {
	overflow: hidden;
	width:997px;
	height:93px;
}
#top_left {
	float:left;
	width:129px;
	height:93px;
}

#top_right {
	position: relative;
	float: left;
	margin:0;
	padding:0;
	height:93px;
	width:868px;
	background: transparent url('../images/topliner_left.gif') no-repeat;
}
#top_right_content {
	position: relative;
	height: 30px;
}
#top_right_menu {
	margin: 0;
	width:868px;
	padding: 30px 0 0;
}

#wwwnissanee {
	position:absolute;
	top:8px;
	left:40px;
	width: 114px;
	height: 14px;
}
#top_right_menu ul {
	list-style-type:none;
	margin:5px 0px 5px 15px;
	padding:0;
	width:850px;
}
#top_right_menu li {
	display:inline;
	margin:5px 27px 0px 0px;
	padding:0px;
}
#top_right_menu a {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#666;
}
#top_right_menu a span {
	padding:5px 0;
	margin:0px;
	color:#666;
	font-weight:normal;
}
#top_right_menu a:hover {
	color:#2A2A2A;
}
#top_right_menu a:hover span {
	color:#2A2A2A;
}
/** /page top **/

/**  page header (left box & main image) **/

#header {
	width:100%;
	min-width:1000px;
	height:250px;
	background: url('../images/middle_bg.gif') repeat-x;
}
#header_inner {
	position:relative;
	padding:0;
	margin:0;
	height:250px;
	width:997px;
	background: #fff url('../images/subheader.jpg') no-repeat;
}
#header_inner_content {
	position:relative;
	width:245px;
	height:186px;
	margin:0;
	padding:125px 0 0 0;
	font-size:10px;
	line-height:12px;
	color:#fff;
}
#header_inner_content p {
	padding-left:10px;
	padding-right:5px;
}
/** /page header **/

/**  page content **/
#content {
	overflow: auto;
	width:930px;
}
#content_left {
	float:left;
	width:310px;
	min-width:310px;
}
#content_main {
	float: right;
	margin:0;
	padding:0;
	width:620px;
}
#content_left_content {
	margin:22px 0 45px 24px;
	text-align:left;
	padding:22px 28px 22px 32px;
	background:#f3f3f3;
}
#content_main_content {
	width:580px;
	padding:20px;
}
/** /page content **/

/**  page footer **/
div#footer {
	width:100%;
	min-width:1000px;
	background: #fff url('../images/footer_bg.gif') repeat-x;
}
div#footer_content {
	padding:10px 0px;
	text-align:left;
	margin-left:330px;
	font-size:10px;
	color:#aaa;
	width: 620px;
	
}
/** /page footer **/

/**  text & common styles **/
img {margin:0;padding:0;}
.head {
	font-size:12px;
	font-weight:bold;
	margin:0px;	
}
.subhead {
	font-size:12px;
	font-weight:normal;
	margin:0px 0px 5px 0;
}
.strong {
	font-weight:bold;
	margin:0px;
}
p {
	margin:0 0 10px 0;
}

ul {
	list-style:outside;
	padding:0 10px 6px 10px;
	margin:3px;
}
li {
	margin:2px 0;
}
ul#insurance {
	margin-top:8px;
}

a {
	color: #323232;
}
a:hover {
	color:#C71444;
	text-decoration:underline;
}
#footer_content a {
	color:#aaa;
}
/** /text & common styles **/

