/* This style sheet deals with all the content elements of the WN site. -Everything except the home page- */

/* --------------------  CONTENT CONTAINER -------------------- */

table#content-container{ /*this is the complete content holder*/
	width:800px;
}

table#content-container td{
	border-collapse:collapse;
	vertical-align:top;
}

td#left-cell{
	width:250px;
}

td#right-cell{
	width:550px;
}

/* ####  RIGHT CELL #### */

table#content-holder{
	width:548px;
	font-family:verdana;
	font-size:11px;
}


table#content-holder td{
	border-collapse:collapse;
	vertical-align:top;
}

td#content-top {
	background-image:url(../images/main/content_top_bg.jpg);
	background-repeat:no-repeat;
	width:548px;
	height:9px;
}

td#content-middle{
	background-image:url(../images/main/content_bg.jpg);
	background-repeat:y-repeat;
	width:548px;
	padding-bottom:15px;
	height:300px;
}

td#content-bottom {
	background-image:url(../images/main/content_bottom_bg.jpg);
	background-repeat:no-repeat;
	width:548px;
	height:9px;
}

/*  ------------------ HEADERS ------------------*/

h1,h2,h3,h4,h5,h6{
	font-family:verdana;
}

h1{
	font-size:20px;
	color:#16325C;
	font-style:italic;
	margin-left:15px;
}

h2{
	color:#CE1725;
	font-size:18px;
	font-style:italic;
}


h3{ 
	color:#CE1725;
	font-size:14px;
	margin-bottom:10px;
}

h6{ /*h6 is for the main left hand side elements*/
	color:#CE1725;
	font-size:12px;
}

/*  ------------------ CONTENT ------------------*/

.content_div{
	font-family:verdana;
	font-size:11px;
	padding-right:15px;
	padding-left:15px;
	line-height:20px;
	text-align:justify;
}

.content_div ul{
	margin-left:15px;
}
	
.content_div ul li{
	list-style:url(../images/main/icon.jpg);
}

.content_div a{
	color:#16325C;
}

.content_div a:hover{
	color:white;
	background-color:#16325C;
}

/*  ------------------ CONTENT LINKS ------------------*/


table.content-links td{
	padding-right:6px;
}




table.content-links td.link_call{
	width:200px;
	height:20px;
}

table.content-links td.link_call a{
	background-image:url(../images/main/broker_up.png);
	width:200px;
	height:22px;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:18px;
	padding-right:18px;
	color:#cd162c;
	text-decoration:none;
	}
	
table.content-links td.link_call a:hover{
	background-image:url(../images/main/broker_o.png);

	}
	
	
	
	
table.content-links td.link_apply{
	width:139px;
	height:22px;
}

table.content-links td.link_apply a{
	background-image:url(../images/main/apply_up.png);
	width:139px;
	height:22px;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:33px;
	padding-right:34px;
	color:#cd162c;
	text-decoration:none;
	}
	
table.content-links td.link_apply a:hover{
	background-image:url(../images/main/apply_o.png);
	}
	
	
	

table.content-links td.link_download{
	width:139px;
	height:22px;
}

table.content-links td.link_download a{
	background-image:url(../images/main/downloads_up.png);
	width:139px;
	height:22px;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:26px;
	padding-right:26px;
	color:#cd162c;
	text-decoration:none;
	}
	
table.content-links td.link_download a:hover{
	background-image:url(../images/main/downloads_o.png);

	}
	
	
	
	
table.content-links td.download{
	width:200px;
	height:22px;
}

table.content-links td.download a{
	background-image:url(../images/main/dwn_up.png);
	width:200px;
	height:22px;
	padding-top:3px;
	padding-bottom:4px;
	padding-left:26px;
	padding-right:22px;
	color:#cd162c;
	text-decoration:none;
	}
	
table.content-links td.download a:hover{
	background-image:url(../images/main/dwn_o.png);

	}



/* ------------- LEFT HAND SIDE BELOW SUB NAVIGATION ------------- */

table#quote-left{
	width:200px;
	border-collapse:collapse;
	margin-top:20px;
}

table#quote-left td{
	vertical-align:top;
}

td#quote-top{
	background-image:url(../images/main/quote_top_2.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:40px;
}

td#quote-middle{
	background-image:url(../images/main/quote_middle.jpg);
	background-repeat:y-repeat;
	width:200px;
}

div#quote-con{
	width:185px;
	margin-left:auto;
	margin-right:auto;
	font-family:verdana;
	font-size:11px;
	text-align:justify;
	margin-top:5px;
	margin-bottom:5px;
}

td#quote-bottom{
	background-image:url(../images/main/quote_bottom.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:8px;
}


div#quote-con a{
color:#DB361C;
}

div#quote-con a:hover{
background-color:#DB361C;
color:white;
}

