/* @group Structure */

body {
	background: #4a4a4a;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #000;
	padding-top:23px;
}

a {
	color: #4e73a6;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;	
}

h1 {
	font-size: 26px;
	color: #4e73a6;
}

h2 {
	font-size: 16px;;
	color: #000;
}

h3 {
	font-size: 14px;
	color:#999;
}

ul.list_block li {
	padding: 0;
	list-style: none;
	background-image: none;
}

#header {
	position: relative;
	height: 100px;
	margin: 0;
	background: #fff url(header_bg.gif) top no-repeat;
}




#header_logo {
	width:356px;
	height: 54px;
	margin: 13px 0 0;
	padding: 0 0 0 16px;
	background: url(logo.gif) bottom right no-repeat;
}

#pre-content {
	position: relative;
	margin: 0 0 -27px;
	padding-left: 16px;
	background:#fff;
	
}

#container {
	width: 760px;
	padding: 0 0 84px;
	background: url(content-bottom_bg.gif) bottom center no-repeat;
}



#container_hook {

	width:760px;

}



#content {
	padding: 43px 0 0;
	background: #fff;
}

#content,
.title_block {
	*zoom: 1; /* fix IE6/7 height/floated elements issue */
}



#content_hook {
	padding: 0 16px;
	
}

.link_bullet {
	background: none;
	padding-left: 0;
}

#footer_banner {

	background: #fff;
	width:728px;
	padding-left:16px;
	padding-right:16px;
}
	
#footer {
	width: 728px;
	padding: 12px 29px;
	margin-top: 0px;
	color:#ccc;

}	


#copyright          {font-size: 11px;float: right;}
#footer_links       {float: left;}
#footer_links a     {font-size: 11px;margin-right: 0px;color: #ccc;border-left:1px solid #ccc;padding-left:10px;text-decoration:none;}
#footer_links a:hover	{text-decoration:underline;}
	
#footer_logo {
	display:  none;
}

#footer_links a.firstlink	{border-left:none;padding-left:0px;}



/* @end */

/* @group Page Parts */


/* @end */

/* @group Hidden Items */

#header_link, #header_image_wrap {
	display: none;
}

#footer_fineprint, #footer_links_top {
	display: none;
}

/* @end */


