@charset "utf-8";
/* CSS Document */

html, head, body, p, img, span, h1, h2, h3, h4, td, ul, li, input, form, a, table, td, tr, thead, select, option, form, textarea 	{
	
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Geneva, sans-serif; 
	border: 0px solid; 
	color:#FFF;
	
}

h1 { font-size: 22px; font-weight: normal; }

p { font-size: 13px; } 

li { font-size: 13px; } 

h3 { font-size: 13px; font-weight: bold; } 

cite { font-size: 13px; } 

h2 { font-size: 22px; font-weight: normal; }

.clearme {

	clear: both;

}

div.container {

	width: 1000px; 
	margin: auto;
	background: #333;
	position: relative;
	
}

div.container div.top_bar {

	background: #1A1A1A;
	height: 40px;
	position: relative;
	
}

div.container div.top_bar div.menu_holder {

	position: absolute;
	width: 230px;
	left: 27px;
	
}

div.container div.top_bar div.menu_holder ul {

	background: url(images/menu_y_list.png) repeat-y center;
	padding: 10px 17px 20px 13px;
	
}

div.container div.top_bar div.menu_holder ul li {

	list-style: none;
	text-align: center;
	
	font-size: 15px;
	
	
}



div.container div.top_bar div.menu_holder ul li a {

	text-decoration: none;
	color: #1A1A1A;
	display: block;

	background: url(images/menu_separator.png) bottom center no-repeat #E6E6E6;
	padding: 3px 0px 4px 0px;
	outline: none; 
	
}


div.container div.top_bar div.menu_holder ul li a:focus { outline: none; }


div.container div.top_bar div.menu_holder ul li.last a {

	background:  #E6E6E6;
	
}


div.container div.top_bar div.menu_holder ul li a:hover {

	background: url(images/menu_separator.png) bottom center no-repeat #FFF;
	
}


div.container div.top_bar div.menu_holder ul li.last a:hover {

	background: #FFF;
	
}


div.container div.top_bar div.menu_holder div.close_list {

	background: url(images/menu_close_list.png) center top no-repeat;
	height: 35px;
	
}


div.container div.top_bar div.menu_holder ul li.logo {

	background:  #E6E6E6;
	margin-bottom: 10px;
	
}


div.container div.top_bar div.menu_holder ul li.logo a {

	background:  #E6E6E6;
	
}

div.container div.top_bar div.menu_holder ul li.logo a:hover {

	background: #E6E6E6;
	
}

div.container div.art_img {

	border: 10px solid #FFF;
	float: right;
	margin: 20px 40px 0px 0px;
	
}

div.container div.spacer_left {

	float: left;
	width: 10px;
	height: 310px;
	
}

div.container div.content_holder {

	background: url(images/contents_separator-05.png) no-repeat center bottom;
	margin: 30px 40px 0px 40px;
	padding-bottom: 30px;
	
}

div.container div.footer {

	background: none;

	
}

div.container div.content_holder p {

	margin: 20px 0px 0px 0px;
	
}

div.container div.footer_menu {

	padding-bottom: 0px;
	
}

div.container div.footer_menu a {

	border: 10px solid #FFF;
	width: 266px;
	margin: 0px 30px 30px 0px;
	display: block;
	float: left;
	text-decoration: none;
	text-align:center;
	font-size: 15px;
	position: relative;
	
}

div.container div.footer_menu a.margin_right {

	margin-right: 0px;
	
}


div.container div.footer_menu a span {

	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #333;
	background: url(images/white-90.png);
	width: 266px;	
	text-align: center;
	padding: 20px 0px;
	cursor: pointer;
	
}


div.container div.footer {

	text-align:center;
	padding-bottom: 20px;
	
}

div.container div.footer a {

	width: 25px;
	height: 25px;
	background-position: bottom;
	margin-right: 10px;
	display: inline-block;
	*zoom: 1;
	
}


div.container div.footer a.facebook {

	background: url(images/social/fb.png) no-repeat center bottom;
	
}

div.container div.footer a.twitter {

	background: url(images/social/tw.png) no-repeat center bottom;
	
}

div.container div.footer a.google {

	background: url(images/social/go.png) no-repeat center bottom;
	
}

div.container div.footer a.print {

	background: url(images/social/print.png) no-repeat center bottom;
	
}

div.container div.footer a.email {

	background: url(images/social/email.png) no-repeat center bottom;
	
}

div.container div.footer a:hover {

	background-position: top;
	
}

div.container div.top_bar div.search_box {

	float: right;
	margin: 8px 40px 0px 0px;
	background: url(images/search_source-02.png) center no-repeat;
	padding: 2px 5px;
	
}

div.container div.top_bar div.search_box input {

	vertical-align: middle;
	background: none;
		
}

div.container div.top_bar div.search_box input[type=submit] {

	width: 20px;
	height: 20px;
		
}

div.container div.top_bar div.search_box input[type=text] {

	width: 114px;
	height: 20px;
		
}

div.container div.content_holder div.floating_block {

	float:left;
	
}

div.container div.content_holder div.width_50per {

	width: 450px;
	
}


div.container div.content_holder div.width_33per {

	width: 293px;
	
}

div.container div.content_holder div.pad_left {

	padding-left: 20px;
	
}

div.container div.content_holder div.floating_block h3 {

	margin-bottom: 12px;
	
}

div.container div.content_holder ul {

	list-style-position:inside;
	
}

div.container div.content_holder ul li {

	margin-bottom: 10px;
	
}

div.container div.content_holder h3 {

	margin-bottom: 15px;
	
}

div.container div.content_holder cite {

	display: block;
	margin-bottom: 15px;
	
}

div.container div.content_holder div.signature {

	float: right;
	font-weight: bold;
	font-size: 13px;
	
}

div.container div.content_holder div.signature {

	float: right;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	
}

div.container div.content_holder h2 {

	margin: 10px 0px;
	
}

div.container div.contact_form div.input_holder {

	margin: 5px 0px;
	background: url(images/input_form_bg-01.png) no-repeat center;
	width: 512px;
	height: 21px;
	
}

div.container div.contact_form div.input_holder input[type=text] {

	vertical-align: middle;
	margin: 3px;
	width: 505px;
	background: none;
	
}

div.container div.contact_form div.textarea_holder {

	margin: 5px 0px;
	background:  url(images/textarea_bg-02.png) no-repeat center;
	width: 512px;
	height: 261px;
	
}

div.container div.contact_form div.textarea_holder textarea {

	vertical-align: middle;
	margin: 3px;
	width: 505px;
	height: 252px;
	background: none;
	color: #FFF;
	font-size: 12px;
	
}

div.container div.contact_form div.verification {

	margin: 5px 0px;
	background: url(images/verification_bg-02.png) no-repeat center;
	width: 168px;
	height: 21px;
	
}

div.container div.contact_form div.verification input[type=text] {

	vertical-align: middle;
	margin: 3px;
	width: 161px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	
}

div.container div.contact_form div.submit  {

	margin: 30px 0px 0px 0px;
	background: url(images/submit-03.png) no-repeat center;
	width: 119px;
	height: 21px;
	
}

div.container div.contact_form div.submit input[type=button] {

	vertical-align: middle;
	margin: 0px;
	width: 119px;
	height: 21px;
	background: none;
	cursor: pointer;
	
}

div.container div.search h1 {

	
	font-size: 15px;
	margin-left: 11px;
	
}


div.container div.search a.result {

	
	text-decoration: none; 
	display: block; 
	border: 1px solid #333;
	
	padding: 10px;
	
}

div.container div.search a.result:hover {

	background: #222;
	border: 1px solid #4A4A4A;
	
}


div.container div.search a.result img {

	height: 100px;
 
	border: 5px solid #FFF;	
	margin-right: 10px;
	
}

div.container div.search a.result p {


	margin: 0px;
	
	
}

div.container div.search a.result h2 {


	margin: 0px;
	font-size: 15px;
	
}

div.container div.c4d p {


	margin-top: 10px;
	
}

div.container div.c4d h2 {

	font-size: 20px;
	
}

