/* @override http://www.designbyjack.co.uk/css/jack_v4.css */

/* 
http://www.designbyjack.co.uk/
*/


@import url("reset.css");

/* @group Standard settings */

body {
	margin: 0;
	padding: 0;
	/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	color: #fff;
	background: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body#homepage {
	background: #000 url(../images_jack/Home_1.jpg) no-repeat center 0;
}
body#lomo {
	background: #000 url(../images_jack/Coming_soon.jpg) no-repeat center 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;}
	
a {
	color: #333;
	background: none;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}
	
a:hover {
	color: #333;
	text-decoration: none;
}

a:visited {}

p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

strong, b {
	font-weight: bold;
	color: #fff;
}

em, i {
	color: #fff;
	font-style: italic;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

/*blockquote {
	font-weight: bold;
	font-style: italic;
}*/

.hidden, hr, .titles, #controls {
	display: none;
}
	
/* @end */

/* @group Main layout areas */

#body_container {
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	/*background: #000;*/
	/*background: url(../images_css/grid12.png) repeat-y center 0;*/
}

#footer_container {
	/*width: 945px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	color: #333;
	float: left;
	position: relative;*/
	/*background: url(../images_css/grid12.png) repeat-y center 0;*/
}

#clear_footer {
	height: 1px;
	clear: both;
}

#central_container {
	color: #000;
	margin: 140px auto 0 auto;
	padding: 0;
	width: 975px;
	
}

#main_area {
	margin: 0;
	padding: 15px 15px 0 15px;
	max-width: 945px;
	/*background: #fff url(../images_css/grid12.png) repeat-y center 0;*/
	/*background: #fff;*/
}

/*This is a purely decorative item*/

.make_fit {
	clear: both; 
}



/* @end */



/* @group Banner */
#banner {
	position: absolute;
	top: 0;
	margin: 0 auto;
	padding: 0;
	width: 975px;
	height: 150px;
	z-index: 100;
}

#banner h1 a {
	margin: 0 0 0px 0;
	padding: 0px 0 0 15px;
	height: 127px;
	display: block;
	font-size: 35px;
	/*line-height: 1.3em;*/
	font-weight: normal;
	color: #fff;
	width: 440px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	float: left;
	text-indent: -9999px;
	background: url(../images_logo/Jack_wht.png) no-repeat 20px bottom;

}

/*#banner #established {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0px;
	height: 30px;
	display: block;
	font-size: 35px;
	line-height: 1.3em;
	font-weight: normal;
	color: #fff;
	width: 200px;
	text-decoration: none;
	text-transform: lowercase;
	float: left;
	text-indent: -9999px;
	background: url(../images_logos/Established.png) no-repeat left 30px;
}*/

#banner h2 {
	margin: 0;
	color: #fff;
	text-indent: -9999px;
	padding: 0;
}

#established {
	/*padding: 57px 0 0 0;*/
	float: right;
	color: #333333;
	position: absolute;
	right: 0;
	top:49px;
	/*border: 1px solid #ff0000;*/
}

#established p {
	display: block;
	width: 200px;
	height: 30px;
	color: #fff;
	font-size: 23px;
	background: url(../images_logos/Established.png) no-repeat 0 0px;
	text-indent: -9999px;
}


/* @end */

/* @group Content and column widths */

.col2 {
	width: 145px;
	margin: 0 15px 0 0;
	float: left;
	/*background: #e0e0e0;*/
	/*border-top: 1px solid #f00f00;*/
}

.col3 {
	width: 225px;
	margin: 0 0px 15px 0;
	float: left;
	
	/*border-top: 1px solid #f00f00;*/
}

.col4 {
	width: 305px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}

.col5 {
	width: 385px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}

.col6 {
	width: 465px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}

.col7 {
	width: 545px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}

.col8 {
	width: 625px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}

.col9 {
	width: 705px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}

.col10 {
	width: 78px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}

.col12 {
	width: 945px;
	margin: 0 15px 15px 0;
	float: left;
	/*border-top: 1px solid #f00f00;*/
}


.last {
	margin: 0 0px 15px 0;
}

.work_thumb {
	margin: 0 15px 15px 0;
}

.az {
	/*border-top: 1px solid #fff;*/
}

/* @end */

/* @group Main area and copy area */

#content {
	min-height: 400px;
}

#main_area p {
	margin: 0;
	padding: 0 0 10px 0px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

#main_area p.last_para {
	border-bottom: 1px solid #bbb;
}

#homepage #main_area .copy p {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

#main_area a {
	color: #eeb794;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	background: url(../images_css/bbb.gif) repeat-x 0 bottom;
}

#main_area a.lightbox-enabled {
	font-size: 16px;
}

#main_area #content a {
	color: #eeb794;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main_area a:hover {
	color: #eeb794;
	background: none;
	text-decoration: none;
}

#main_area #content a:hover {
	color: #fff;
	background: none;
	text-decoration: none;
}

#main_area li {
	color: #fff;
	margin: 0;
	float: none;
	padding: 0 25px 0px 0px;
	line-height: 17px;
	font-size: 13px;
	/*background: url(../images_css/list_bullet.gif) no-repeat 0 4px;*/
}

#main_area li a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}



#main_area li a:hover {
	color: #eeb794;
	/*text-decoration: underline;*/
}

#main_area #banner h1 {
	margin: 0 0 20px 0;
	padding: 10px 0 9px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	width: 745px;
	float: right;
	background: #333333;
}

#main_area h1 {
	margin: 0 0 0px 0;
	padding: 0px 0 15px 0px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #eeb794;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #bbb;
}

#news #main_area h1 {
	margin: 0 0 15px 0;
}

#lomo #main_area h1,
#error #main_area h1 {
	border-bottom: none;
	padding: 0px 0 15px 0px;
}

#past #main_area h1,
#work #main_area h1,
#work #main_area #supp_items h2 {
	margin: 0 0 15px 0;
}


#main_area h2 {	
	margin: 7px 0 2px 0;
	padding: 5px 0 5px 0px;
	font-size: 16px;
	color: #eeb794;
	line-height: 20px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

#main_area h2 a {
	font-weight: normal;
}

#past #main_area h2 {
	color: #eeb794;
	padding: 5px 0 0px 0px;
	margin: 7px 0 0px 0;
	font-style: italic;
}

#main_area h2.blue_sub {
	color: #ff6600;
}

#main_area h3 {	
	margin: 0 0 2px 0;
	padding: 0px 0 3px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #eeb794;
	line-height: 20px;
	text-transform: none;
}
	
#main_area h4 {
	margin: 0 0 2px 0;
	padding: 5px 0 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#main_area h4.date {
	margin: 0 0 2px 0;
	padding: 5px 0 5px 0px;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

#main_area blockquote {
	font: italic 16px/18px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0;
}

#main_area #content ul, #main_area #content ol {
	padding: 0;
	margin: 0 0 10px 0px;
}

div.pagination {
	padding: 10px 0 0px 0;
}

#main_area a.button_link {
	color: #fff;
	font-size: 13px;
	background: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 12px 7px 12px;
	margin: 5px 7px 7px 0;
	float: left;
}

#main_area a:hover.button_link {
	background: #333333;
	color: #fff;
}

#main_area a.back {
	color: #777;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	margin: 15px 0 0 0;
	float: left;
	clear: both;
}

#main_area a:hover.back {
	color: #333333;
}

#main_area a.thickbox {
	background: none;
}

#contact #main_area a.thickbox {
	background: url(../images_css/bbb.gif) repeat-x 0 bottom;
}

.featured {
	background: #bbb;
	/*height: 200px;*/
	position: relative;
	/*display: block;*/
}

.featured_copy {
	background: #333;
	color: #fff;
	position: absolute;
	bottom: 0;
}

.featured_image {
	border: 2px solid #333;
	color: #fff;
	overflow: hidden;
}

#main_area .featured_copy p, #main_area .featured_copy h2 {
	color: #fff;
	padding: 3px 10px 3px 10px;
}

/* @end */

/* @group Quicklinks */

#main_area #quick_links ul {
	margin: 10px 0 0 0;
}

#main_area #quick_links li {
	background: none;
	padding: 0 25px 0px 0px;
	
}

#main_area #quick_links li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0px 0px 0px;
	background-image: url(../images_css/home_page_quicklinks.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 30px;
}

#main_area #quick_links li a.quick_b_shop {
	background-position: 0 -30px;
}

#main_area #quick_links li a.quick_parts {
	background-position: 0 -60px;
}

#main_area #quick_links li a.quick_v_hire {
	background-position: 0 -90px;
}

#main_area #quick_links li a.quick_signs {
	background-position: 0 -120px;
}



/* @end */

/* @group Main and supp items */

#main_items {
	margin: 15px 0 0 0;
	clear: both;
}

#supp_items {
	margin: 15px 0 15px 0;
	/*clear: both;*/
	padding: 0;
	float: left;
}

#jacks #supp_items {
	margin: 15px 0 15px 0;
}

.entry_container {
	background: #fff;
	width: 455px;

}

.entry_area {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

#main_area .entry_area h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 0px 0px;
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #bbb;
}

#main_area .entry_area h1.most_recent_headline {
	border-top: none;
	padding: 0px 0 0px 0px;
}

.additional_information {
	padding: 0;
	margin: 0;
}

#teasers {
	margin: 15px 0 15px 0;
	/*clear: both;*/
	padding: 15px 0 0 0;
	float: left;
}

#main_area #teasers h2 {	
	margin: 0px 0 2px 0;
	padding: 0px 0 5px 0px;
	border-top: none;
}

#supp_items.sidebar {
	width: 305px;
	margin: 0px 0px 15px 0;
	float: right;
	/*border-top: 1px solid #ff0000;*/
	/*background: #000;*/
}

#supp_items.sidebar .thumbnails {
	padding: 0 0 0 10px;
}

#supp_items.sidebar img a {
	margin: 0px 5px 7px 0;
	border: none;
}

#supp_items.sidebar p.more_portfolio  {
	padding: 5px 0 10px 10px;
}




#about_us #supp_items.sidebar img {
	margin: 0px 5px 0px 0;
	border: 1px solid #bbb;
}



#main_area .additional_information p {
	color: #333;
}


#main_area #supp_items h2 {
	margin: 0 0 15px 0;
	padding: 0px 0 15px 0px;
	font-size: 18px;
	line-height: 18px;
	color: #eeb794;
	border-bottom: 1px solid #bbb;
	font-style: italic;
}


#main_area a.read_more {
	color: #333333;
	font-size: 13px;
	padding: 0 15px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images_css/more_arrow_blue.gif) no-repeat right 3px;
}

#main_area a:hover.read_more {
	background: url(../images_css/more_arrow_green.gif) no-repeat right 3px;
}

#main_area a.read_more_2 {
	text-decoration: none;
	color: #333333;
}

#main_area a:hover.read_more_2 {
	text-decoration: underline;
}

#main_area .additional_information p,
#main_area .even p {
	color: #fff;
}

.news_snippet {
	background: #e1e1e1;
	padding: 0 10px 10px 10px;
	border-bottom: 2px solid #fff;
}

#main_area .news_snippet p {
	padding-bottom: 2px;
	color: #555	;
}

#main_area .news_snippet p.read_more a {
	padding: 0 0 0 0px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	
}

#main_area p.more_news {
	padding: 10px 0 10px 10px;
	background-color: #333;
}

#main_area p.more_news a {
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: none;
}

#main_area .news_snippet p.read_more a:hover,
#main_area p.more_news a:hover,
#main_area .featured p.services_link a:hover {
	text-decoration: underline;
}

#main_area .news_snippet h3 {
	margin: 0 0 5px 0;
	padding: 0px 0 6px 0px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #222;
	background: none;
	display: block;
}

#main_area p.date {
	/*display: block;*/
	/*width: 40px;*/
	/*height: 30px;*/
	margin: 0 10px 0 0px;
	padding: 5px 0 0px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #777;
	font-weight: normal;
	/*float: left;*/
}

#main_area .featured p.services_link a {
	padding: 0 0 0 0px;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}


#main_area #supp_items ul {
	margin: 0 0 30px 0;
}

#main_area #supp_items li {
	color: #333;
	margin: 0;
	float: none;
	padding: 0 25px 7px 0px;
	line-height: 19px;
	font-size: 14px;
	background: none;
}

#main_area #supp_items li a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#main_area #supp_items li a.current {
	color: #eeb794;
}

#jacks #main_area #supp_items li a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16p5;
}

.vcard {
	font-size: 13px;
	line-height: 16px;
}

#main_area #contact_supp.additional_information p {
	/*padding: 0 10px 10px 10px;*/
}

.p-02, .p-03, .p-04, .p-05 {
	display: none;
}

/* @end */


/* @group Brand messaging */

#brand_messaging {
	width: 945px;
	height: 334px;
	color: #fff;
	clear: both;
	margin-bottom: 20px;
}

#main_area #brand_messaging p {
	color: #fff;
	font-size: 20px;
	padding: 15px;
}

.sidebar #brand_messaging {
	width: 295px;
	height: 150px;
	background: #0D1627;
	color: #fff;
	margin-bottom: 15px;
}

#main_area #brand_messaging img {
	padding: 1px;
	border: 1px solid #bbb;
}




/* @end */

/* @group Search tab */

#search_the_site {
	padding: 0px 15px 0 15px;
	width: 240px;
	height: 19px;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0px;
	background: #fff;
}

/* @end */



/* @group Hero nav (nav_1) */
#hero_nav {
	/*border-bottom: 1px solid #7faa4d;*/
	margin: 0;
	padding: 0;
	position: absolute;
	top: 83px;
	left: 170px;
	width: 500px;
	z-index: 200;
	display: block;
	/*float: left;*/
	/*width: 250px;*/
	/*height: 41px;*/
	/*background: #000;*/
}

ul#nav_1 {
	list-style: none;
	margin: 5px 0px 0px 15px;
	padding: 0 0 0 0px;
	/*height: 40px;*/
	overflow: hidden;
}

#nav_1 li {
	padding: 0;
	margin: 0px 20px 0 0;
	line-height: 16px;
	/*background: #f4f4ee;*/
	list-style-type: none;
	float: left;
}

#nav_1 li a {
	color: #fff;
	text-decoration: none;
	height: 18px;
	margin: 0px 0 0 0;
	float: left;
	padding: 4px 0px 7px 0px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}


#nav_1 li a:hover {
	color: #eeb794;
	/*background-color: #fff;*/
}

#nav_1 li.current {
	
}

#nav_1 li.current a {
	color: #eeb794;
}

#nav_1 li.current a:hover {
	/*font-weight: bold;*/
	/*background-color: #dce97f;*/
	color: #eeb794;
}

/* @end */

/* @group Specific nav (nav_2) */


#banner #specific_nav {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 25px;
	clear: both;
	z-index: 1;
}

#banner ul#nav_2 {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0 0 0 0px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #bbb;
}

#banner #nav_2 li {
	padding: 0;
	margin: 0px 2px 0 0;
	line-height: 16px;
	background: #fff;
	list-style-type: none;
	float: left;
}

#banner #nav_2 li a {
	color: #777;
	/*background: url(../images_css/nav_2_gradient.png) repeat-x 0 bottom;*/
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	height: 14px;
	margin: 0px 0 0 0;
	float: left;
	padding: 4px 18px 12px 0px;
	display: block;
}

#banner #nav_2 li a:hover {
	color: #333333;
	background-color: #fff;
}

#banner #nav_2 li.current,
#banner #nav_2 li.current a {
	/*font-weight: bold;*/
	background: #fff;
	color: #0D1627;
}

#banner #nav_2 li.current a:hover {
	/*font-weight: bold;*/
	/*background-color: #dce97f;*/
	color: #333333;
}


/* @end */



/* @group Services nav (nav_3) */


#main_area #specific_nav {
	margin: 0;
	padding: 0;
	width: 780px;
	clear: both;
	z-index: 1;
}


/* @end */

/* @group Footer */

/*#footer_wrap {
	position: relative;
	float: left;
	width: 945px;
	margin-top: 20px;
}*/

#homepage #main_area p.h_copyright {
	font-weight: normal;
	font-size: 12px;
}

#footer {
	margin: 15px 0 0 0;
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #bbb;
	/*position: absolute;
	bottom: 0px;*/
	width: 945px;
}

#homepage #footer {
	position: absolute;
	bottom: 10px;
}

#homepage #footer,
#lomo #footer {
	display: none;
}

#main_area p.plaxton {
	display: block;
	width: 250px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 5px;
	background: url(../images_css/plaxton.gif) no-repeat;
	text-indent: -9999px;
}

#main_area p.copyright {
	font-size: 11px;
	color: #fff;
	float: left;
	/*clear: both;*/ 
	
	margin: 0;
	padding: 0 12px 10px 0px;
	line-height: 20px;
	
}

#main_area p.copyright a {
	font-size: 11px;
	color: #777;
	font-weight: normal;
	float
}
	
/* @end */

/* @group Footer nav (nav 4) */

#footer_nav #nav_4, #footer_nav #nav_4a {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
	overflow: hidden;
}

#footer_nav #nav_4 li, #footer_nav #nav_4a li {
	margin: 0;
	display: inline;
	background: none;
	
	color: #fff;
	float: none;
	padding: 0 10px 0px 0px;
	line-height: 12px;
	font-size: 11px;
}

#footer_nav #nav_4 li a, #footer_nav #nav_4a li a {
	font-size: 11px;
	text-decoration: none;
	background: none;
}

#footer_nav #nav_4a li a {
	border-left: 1px solid #fff;
	padding-left: 10px;
}


#footer_nav #nav_4a li a:hover {
	color: #eeb794;
	background: none;
	text-decoration: underline;
}

#footer_nav #nav_4a li a.rss_link {
	color: #fff;
	background: url(../images_css/feed-icon-10x10.png) no-repeat 10px 1px;
	padding-left: 24px;
	margin-left: 0px;
}

#footer_nav #nav_4a li a:hover.rss_link {
	color: #eeb794;
}


/* @end */



/* @group Form page variants */

#main_area form li {
	color: #333;
	margin: 0;
	float: none;
	padding: 0 25px 0px 20px;
	line-height: 17px;
	font-size: 13px;
	background: none;
}


form {
	margin: 20px 0 10px 0;
	padding: 0;
}

fieldset {
	border: none;
	width: 100%;
	margin-bottom: 15px;
}

legend {
	margin: 0;
	padding: 0 0 10px 0;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
}

label {
	margin: 0;
	padding: 0px 5px 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	clear: right;
}

input {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 3px 0 8px 0;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #bbb;
}

input[type="text"], input[type="password"] {
	width: 95%;
}

input[type="checkbox"] {
	border: none;
	padding: 0;
}

select {
	color: #333;
	font-size: 13px;
	padding: 3px;
	/*text-align: right;*/
	margin: 0;
	border: none;
	background: #fff;
}

input.button {
	padding: 0;
	width: 140px;
	height: 26px;
	font-size: 13px;
	color: #333333;
	border: none;
	font-weight: bold;
	text-align: center;
	background: #333333 url(../images_css/button_140.gif) no-repeat;
}

#search_the_site legend,
#search_the_site label {
	display: none;
}

input.search_button {
	width: 25px;
	height: 16px;
	padding: 0;
	margin: 6px 0 0 0;
	float: right;
	border: 0;
}

input#search_site {
	width: 180px;
	font-size: 11px;
	color: #777;
	background-color: #fff;
	margin: 5px 0 8px 0;
	padding: 1px;
	font-size: 11px;
	border: 1px solid #bbb;
	float: left;
}

input:focus, textarea:focus {
	background-color: #FAF2B2;
	width: 100%;
}

#main_area p.supplemental_info {
	margin: 0;
	padding: 0 0 10px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #777;
}

.checkbox_list {
	float: left;
	padding: 0 0 10px 0;
	width: 100%;
}

span.checkbox_area {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	vertical-align: text-top;
}


/* @end */

/* @group News and Statuses */

.entry {
	border-bottom: 1px solid #777;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#news #main_area p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	color: #eeb794;
	font-style: italic;
	font-weight: normal;
}

#news #main_area p.entry_date {
	font-size: 11px;
	padding: 0;
}

#news #main_area p.entry_details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 0;
	color: #777;
	font-style: italic;
}

#news #main_area p.entry_details a {
	color: #777;
	font-weight: normal;
	text-decoration: underline;
}

#news #main_area p.entry_details a:hover {
	color: #fff;
}

#news #main_area h2 a {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.news_Pending {
	color: #ff6600;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

.news_open {
	color: green;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

.news_closed {
	color: red;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

.start_date, .end_date {
	color: #777;
}

.to {
	font-size: 12px;
}



/* @end */
