html, body{
	padding:0;
	margin:0;
}

html{
	background: #747474 url("../images/drop_shadow.png") repeat-y top center;
	text-align:center;
}

body{
	background: #000;
	width:981px;
	margin:0 auto;
	text-align:left;
	padding-bottom:20px;
}

.clear{clear:both;}
a {border:none}

h2 {
	color:#900;
	font-family:arial;
	font-size:20px;
	margin:10px;
}

h3 {
	font-size:17px;
	margin:10px;
}

h4
{
	font-size: 16px;
	margin: 10px;
	color: #222222;
	font-style: italic;
	font-family: times, times roman, times new roman;
}

h5 {
	font-size:13px;
	margin:10px;
}

p {	line-height:16px;
	padding-bottom:8px
}

.clearit {
padding:0px;
margin:0px;
border:0px;
}


/******************\
*    Navigation    *
\******************/

#Navigation{
	margin:0;
	padding:0;
	background:url("../images/bg_nav.png") center center;
	height:44px;
	position:relative;
}

#Navigation li{
	list-style-type:none;
	background:url("../images/nav_divider.png") no-repeat center left;
	float:left;
	margin:0 1px 0 -1px;
	padding:0;
	text-align:center;
	position:relative;
}

#Navigation li:first-child{
	background:none !important;
}

#Navigation li a{
	color:#FFF;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:12px;
	display:block;
	height:44px;
	line-height:44px;
	width:110px;
}
#AboutTheMainLine a{
	width:153px !important;
}

#Navigation li a:hover{
	background:url("../images/nav_hover.png") center center;
}

#Navigation #Prudential{
	background:none;
	position:absolute;
	top:0;
	right:-2px;
}

#Navigation #Prudential a{
	background:url("../images/button_prudential.png") center center;
	text-indent:9999px;
	overflow:hidden;
	margin-right:0;
	width:170px !important;
}

/*******************************\
*      Navigation Submenus      *
\*******************************/

#Navigation li ul{
	background:#800;
	display:none;
	width:100%;
	position:absolute;
	top:43px;
	left:0;
	z-index:1000;
	padding:0;
}
#Navigation li:hover ul{
	display:block;
	z-index:1000;
	margin-left:0;
	overflow:hidden;
}

#Navigation li ul li{
	background:none;
	border-top:1px solid #700;
}
#Navigation li ul li a{
	height:30px;
	line-height:30px;
}

#Navigation li ul li a:hover{
	background:#535353;
}

/******************\
*      Header      *
\******************/

#Header{
	height:140px;
	/*background:url("../images/header.png") center center;*/
	background: url(/graphics/bg2.jpg) repeat-x;
	background-position:left;
	position:relative;
	z-index:0;
}

#Header #LogoLink{
	position:absolute;
	width:97px;
	height:100px;
	top:15px;
	left:55px;
}

#Header #FlashBanner{
	position:absolute;
	width:785px;
	height:139px;
	top:0px;
	left:0px;
}

#ContactInfo{
	position:absolute;
    right:15px;
    top:20px;
    font-size:8pt;
    font-family:arial;
}

#ContactInfo td{vertical-align:top;}

/* Main */
 
#Home #Main
{
	/*		background:url("../images/main.png") center center;  */
	background-image: url("../images/main2b.jpg");
	background-position: center bottom;
	min-height: 330px;
}
#Main, #Main table{
	margin:0;
	padding:0;
	display:block;
}
#Main table, #Main td{ margin:0; padding:0;}
#Main
{
	position: relative;
	font-family: arial;
	font-size: 12px;
	background-image: url("../images/main_bg_2-long.jpg");
}
#Main h1
{
	background: url("../images/bg_nav.png") center center;
	height: 35px;
	margin: 0 0 10px -2px;
	line-height: 35px;
	color: #000000;
	padding-left: 10px;
	font-size: 22px;
}

#Main_Welcome, #Main_About, #Main_Picks, #Main_All
{
	border-color: gray;
	border-width: 0px 1px 1px 0px;
	position: absolute;
	min-height: 265px;
	top: 35px;
	background-color: #ffffff;
	opacity: .75;
	filter: alpha(opacity=75); ;zoom=1;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	border-style: solid;
}
#Main_Welcome{
	left:27px;
	width: 285px;
}
#Main_About{
	left:347px;
	width: 285px;
}
#Main_Picks{
	left:664px;
	width: 285px;
}

#Main_All{
	left:27px;
	width: 920px;
}

#Main_Welcome h2, #Main_About h2, #Main_Picks h2, #Main_All h2{
	color:#900;
	font-family:arial;
	margin-top:10px;
	font-size:18px;
}

#Main p{
	text-align:justify;
	margin:5px 11px;
	font-weight:normal;
	font-size:12px; 
}

#Main_Column{
	background:#E5E5E5;
	width:740px;
	vertical-align:top;
}

#Main_Column img
{
	float: right;
	margin: 7px;
	border-width: 2px 2px 2px 2px;
	border-color: gray;
	border-style: solid;
}

#Main a{
	color: #a31a1a;
	font-weight: bold;
}

#Main a:hover{
	color:#606060;
}

#Main a:active{
	color:#FFFFff;
}

#Main p.pull-left
{
	display: block;
	float: left;
	padding: 5px 10px 5px 15px;
	margin: 2px 10px 2px 0px;
	width: 200px;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	color: #ffffff;
	background-color: black;
	background-image: url('../images/pullquotes.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	border-width: 0px 3px 3px 0px;
	border-color: gray;
	border-style: solid;
}

#Main p.credits {
	font-size:10px;
}


#Sidebar_Column{
	width:241px;
	
}

#Sidebar_Column img
{
	border: none;
}

#Sidebar_Column p{
	text-align:left;
	font-size:11px;
}

#Sidebar_Column li{
	text-align:left;
	font-size:11px;
}

#Sidebar_Column a, #ContactInfo a{
	color: #505050;
}

#Sidebar_Column a:hover, #ContactInfo a:hover{
	color:#a31a1a;
}

#Sidebar_Column a:active, #ContactInfo a:active{
	color:#FFFFff;
}


/* Listings */

#Listings{
	background:#1F1F1F;
	border-top:0px solid white;
	color:#FFF;
	padding:10px 15px;
}

#Listings img {border:none}

#Listings h3{
	font-size:16px;
	margin:10px 10px 10px 0;
}

.listing{
	float:left;
	width:210px;
	padding:0 12px;
	font-family:Arial;
	/*border-right:1px dashed #2e2e2e;*/
	background:url("../images/list_divider.png") repeat-y center right;
}

.listing.last{
	border:none;
	background:none;
}

.thumb_link{
	display:block;
	height:167px;
	width:211px;
	background:url("../images/listing_thumb.png");
	padding-top:3px;
}

.thumb_link img{
	display:block;
	width:205px;
	height:164px;
	margin:0 3px 3px;
}
.listing h4{
	font-size:85%;
	letter-spacing:1px;
	color:#a31a1a;
	margin-left:0px;
	font-style: normal;
	font-family: Arial;
}
.listing p{
	text-align:left;
	font-size:75%;
	line-height:17px
}
.listing .more_link{
	float:right;
	color:#a31a1a;
	font-weight:bold;
	font-size:85%;
	text-decoration:none;
}
.listing .more_link:hover{
	color:#AAA;
}

.listing a{
	color:#FFFF70;
}

.listing a:hover{
	color:#AAA;
}

.listing a:active{
	color:#a31a1a;
}

/* Footer */

#Footer{
	padding-top:15px;
	text-align:center;
	color:#AAA;
	font-family:Arial;
	font-size:8pt;
}

#Footer a{color:#606060}
#Footer a:hover{color:#AAA}

#FooterNavigation{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	font-size:10pt;
}
#FooterNavigation li{
	display:inline;
}
#FooterNavigation li a{
	text-decoration:none;
	padding:.1em 1em;
	color:#CCC;
	border-right:1px solid #333;
}
#FooterNavigation li a.last{border:none;}
#FooterNavigation li a:hover{
	color:#AAA;
}


