body
{
	background-image: url('content_bg.gif');
	background-color: #ececef;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px
}

#shadow
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('shadow.png');
	_background-image: url(blankyblank.gif);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='shadow.png',sizingMethod='scale')
}

#main
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
}

#header
{
	width: 640px;
	background-image: url('header.jpg');
	height: 170px;
	border-bottom: 1px solid black;
	position: relative

}

#header h1
{
	position: absolute;
	left: 8px;
	bottom: 8px;
	color: white;	
	font-size: 40px;
	margin-bottom: 0px;
}

#header h1.shadow
{
	bottom: 6px;
	left: 11px;
	color: black;
}

	

div#nav
{
	width: 640px;
	border-bottom: 1px solid black;
	height: 25px;
	background-image: url('nav_bg.jpg');
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 640px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid black;
	
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	
	display: block;
	color: black;
	text-decoration: none;
}

div#nav ul li.last
{
	border-right: 0px;
	width: 19%;
}

div#nav ul li a:hover
{
	color: white;
}

div#nav ul li a.orange:hover
{
	background-color: orange;
}

div#nav ul li a.blue:hover
{
	background-color: #7683bc;
}

div#nav ul li a.red:hover
{
	background-color: #cd0000;
}

div#nav ul li a.green:hover
{
	background-color: #61af46;
}

div#nav ul li a.gold:hover
{
	background-color: #c1c689;
}

div#contentAndSidebar
{
	width: 640px;
	background-color: white;
	
}

div#sidebar
{
	
	float: right;
	width: 18%;
	padding: 12px;
	background-image: url('dotted.gif');
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 20px
}

#sidebar h2
{
	font-size: 14px;
	color: #cccccc;
	background-image: url('dotted_h.gif');
	background-repeat: repeat-x;
	margin-bottom: 0px;
	padding-bottom: 2px; background-position-y:50%
}

#sidebar ul
{
	margin: 0px;
	padding: 0px;
	
}

#sidebar li
{
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url('dotted_h.gif');
	background-repeat: repeat-x;
	list-style-type:none; padding-left:0px; padding-right:0px; background-position-y:50%
}
	


div#content
{
	width: 90%;
	padding: 2%;
	padding-top: 20px;	
}

#content h1
{
	background-image: url('dotted_h.gif');
	background-repeat: repeat-x;
	font-size: 16px;
	color: #cccccc;
	margin-bottom: 0px; background-position-y:50%
}

#content h4
{
	margin-top: 0px;
	text-align: right;
	font-size: 11px;
	color: #cccccc;
	margin-bottom: 0px;
	background-image: url('h4_skyscrapers.gif');
	background-repeat: no-repeat;
	background-position:  left center;
}

#content h4.distrustful
{
	background-image: url('distrustful.gif');
}

#content a, #sidebar a, #footer a
{
	color: #7683bc;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position-y:50%
}

#content p
{
	margin-top: 4px;
	margin-bottom: 6px;
	text-indent: 2em;
	text-align: justify;

}



.italic
{
	font-style: italic;
}

.bluecode
{
	color: #0000ff;
}

.redcode
{
	color: #ee0000;
}

div.divider
{
	padding-bottom: 28px;
	background-image: url('divide.gif');
	background-repeat: no-repeat;
	border-top: 1px dotted #EFEFEF;
	color: #cccccc; background-position-y:center
}

div.pullquoteRight, div.pullquoteLeft
{
	background-image: url('pullquote.gif');
	width: 114px;
	height: 114px;
	margin: 10px;
	padding: 18px;
	font-size: 18px;
	float: right;
	text-align: center;
	border-left: 1px dotted #cccccc
}

div.pullquoteLeft
{
	float: left;
	border-left: 0px;
	border-right: 1px dotted #cccccc;
}

div.pullquoteRight div.small, div.pullquoteLeft div.small
{
	font-size: 11px;
	text-align: right;
	color: #cccccc;
	
}

#footer
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	clear: both;
	background-color: #fafafa;
	color: #cccccc;
	text-align: center;
}
	


/*---------------offer_box----------------------*/
.offer_box{
width:95%;

height:106px;
background-color:#fede81;
padding:10px;
margin:10px 0px 10px 0px;
}
.offer_box_wide{
width:95%;
height:106px;
float:left;
background-color:#fede81;
padding:10px;
margin:7px;
}
.offer_box_wide_style1{
width:95%;
float:left;
background-color:#fede81;
padding:7px;
margin:5px;
}
img.offer_box_wide_style1{
 float:left;
}

.offer_info span{
font-weight:bold;
color:#d8325d;
}
.more{
float:right;
padding:3px;
}
.more a, a.more{
color:#d8325d;
}
.more a:hover, a.more:hover{
text-decoration:none;
}
.big_pic{
text-align:center;
padding:5px 0 5px 0;
}
.pictures_thumbs{
padding-left:40px;
}
img.img_left{
float:left;
padding:0px 8px 8px 0px;
}
/*------------------table style---------------*/


a{
color:#d8325d;
}


	