/* CSS Document 

CONSERVATIVE COUNCILLORS' ASSOCIATION WEBSITE

CREATED BY: 

JON SHANKS
e: info@thegraphicalliance.co.uk
w: www.thegraphicalliance.co.uk

*/

/*
	BASIC HTML

*/
body
{
	margin:0px;
	padding:30px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	/*background-image:url(../../media/gif/cca_bg.gif);*/
	background-color:#8dc5d9;
	text-align:left;
}
p
{
	margin:0px;
	padding:0px 0px 14px 0px;
	/*font-size:65%;*/
	font-size:75%;
	font-weight:400;
	line-height:150%;
	/* color:#7880b1; OLD BLUE */
	color:#666666;
}
p a
{
	/* color:#333366; OLD DARK BLUE */
	color:#0281aa;
}
h1
{
	margin:0px;
	padding:0px 0px 14px 0px;
	font-size:115%;
	line-height:120%;
	color:#0281aa;
	font-weight:100;
	font-style:normal;
}
h1 b
{
	font-weight:100;
	font-style:normal;
}
h2
{
	margin:0px;
	font-size:90%;
	font-weight:100;
	line-height:120%;
	padding:0px 0px 2px 0px;
	color:#6FBC20;
}
ul li h2
{
	font-size:75%;
	font-weight:900;
	padding-bottom:5px;
}
h2 a
{
	color:#333333;
}
div
{
	margin:0px;
	padding:0px;
}
form
{
	margin:0px;
	padding:0px;
}
input
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:normal;
	color:#999999;
	border: 1px solid #cccccc;
	background:url(../../media/jpg/input_bg.jpg) repeat-x top left;
}
textarea
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:normal;
	color:#999999;
	border: 1px solid #cccccc;
	background:url(../../media/jpg/input_bg.jpg) repeat-x top left;
}
select
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:normal;
	color:#999999;
	border: 1px solid #cccccc;
}
img
{
	margin:0px;
	padding:0px;
}
table
{
	margin:0px;
	padding:0px;
}

/*
	PAGE HEADER

*/
.cca_header
{
	position:relative;
	width:740px;
	height:173px;
	background:url(../../media/gif/site_header.gif) no-repeat top left;
}
.cca_header_flash
{
	position:relative;
	width:740px;
	height:173px;
	background:url(../../media/gif/site_flash_header.gif) no-repeat top left;
}
.cca_header_bg
{
	width:754px;
	padding:7px 7px 0px 7px;
	background:url("../../media/gif/header_bg.gif") no-repeat top left;
}
.cca_header_img
{
	position:absolute;
	width:115px;
	height:173px;
	z-index:99;
	top:0px;
	left:187px;
}
.cca_header_flash_left
{
	position:absolute;
	width:302px;
	height:173px;
	z-index:99;
	top:0px;
	left:0px;
}
.cca_header_flash_logo
{
	position:absolute;
	width:216px;
	height:108px;
	z-index:98;
	top:0px;
	right:0px;
}

/*
	MEMBER LOGIN INTERFACE

*/
.cca_member_interface
{
	position:absolute;
	z-index:100;
	top:117px;
	right:10px;
	width:415px;
	height:53px;
	overflow:hidden;
}
.i_details
{
	width:215px;
	height:53px;
	float:left;
}
.i_details p
{
	width:215px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.i_details h1
{
	font-size:90%;
	width:215px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
.i_details h1
{
	color:#999999;
}
.i_form
{
	width:142px;
	float:left;
}
.i_form_sm
{
	width:110px;
	height:20px;
	float:left;
}
.i_form form
{
	width:142px;
	margin:2px 0px 0px 0px;
	padding:0px;
}

.i_form input
{
	width:135px;
	height:18px;
	border: 1px solid #cccccc;
	margin:0px 0px 1px 0px;
	padding:1px 2px 1px 2px;
	font-size:80%;
	color:#0281AA;
}


/*
	PAGE BODY

*/
.cca_body
{
	width:740px;
	padding-top:30px;
	background:url("../../media/jpg/cca_bodyBG_top.jpg") no-repeat top left;
	background-color:#FFFFFF;
}
.cca_body_bg
{
	width:754px;
	padding:0px 7px 0px 7px;
	background:url("../../media/gif/body_bg.gif") repeat-y top left;
}
.cca_body_bottom
{
	position:relative;
	width:740px;
	width:auto;
	padding-bottom:10px;
	clear:both;
	background:url("../../media/jpg/cca_bodyBG_bottom.jpg") no-repeat bottom left;
}

/*
	PAGE FOOTER

*/
.cca_footer
{
	width:740px;
	padding:0px 0px 0px 0px;
	height:38px;
	background:url("../../media/gif/cca_footer_bg.gif") no-repeat bottom left;
}
.cca_footer_bg
{
	width:754px;
	padding:0px 7px 7px 7px;
	background:url("../../media/gif/footer_bg.gif") no-repeat top left;
}

/*
	HTML NAVIGATION

*/
.nav
{
}
.nav p
{
	line-height:200%;
	font-size:65%;
}
.nav a
{
	color:#7d7d7d; /* GREY */
	padding-right:18px;
	display:block;
	text-decoration:none;
	background:url("../../media/gif/nav_pointer_default.gif") no-repeat right;
}
.nav a:hover
{
	color:#0281aa;
	text-decoration:underline;
}
.nav .secure_home
{
	color:#CC0000; /* RED */
	background:url("../../media/gif/nav_pointer_lock.gif") no-repeat right;
}
.nav .selected 
{
	/* color:#101c70; OLD DARK BLUE */
	color:#0281aa;
	background:url("../../media/gif/nav_pointer_select.gif") no-repeat right;
}
.nav .location 
{
	/* color:#101c70; OLD DARK BLUE */
	color:#0281aa;
	background:url("../../media/gif/nav_pointer_location.gif") no-repeat right;
}
.nav .option 
{
	/* color:#6e74a5; OLD BLUE */
	color:#0281aa;
}

/*
	PAGE COLUMNS

*/
.col_188
{
	text-align:right;
	width:188px;
	float:left;
}
.col_329
{
	width:329px;
	float:left;
}
.col_329 p, .col_329 h1, .col_329 h2
{
	width:329px;
}
.col_410
{
	width:427px;
	float:right;
}
.col_410 p, .col_410 h1, .col_410 h2
{
	width:410px;
}
.col_410 input
{
	width:190px;
	height:15px;
	margin-bottom:10px;
	padding:2px 0px 0px 2px;
}

.col_275
{
	width:275px;
	float:left;
}
.col_275 img
{
	margin-bottom:10px;
}
.col_275 p, .col_275 h1, .col_275 h2
{
	width:260px;
}
.col_426
{
	width:426px;
	float:left;
}
.col_213 p, .col_213 h1, .col_213 h2
{
	width:411px;
}
.col_213
{
	width:213px;
	float:left;
}
.col_213 p, .col_213 h1, .col_213 h2
{
	width:198px;
}
.col_207
{
	float:left;
	width:207px;
}
.col_space
{
	float:left;
	width:122px;
}
.col_space img
{
	padding:0px;
	margin-bottom:10px;
	margin-left:0px;
}
.col_205
{
	float:left;
	width:200px;
}
.col_220
{
	float:left;
	width:218px;
}
.col_205 p, .col_205 h2
{
	width:170px;
}
.col_220 p, .col_220 h2
{
	width:180px;
}

/*
	PAGE IMAGES

*/
.img_holder_190
{
	position:relative;
	margin-bottom:15px;
}
.img_holder_113
{
	position:relative;
	margin-bottom:15px;
}
.img_holder_260
{
	position:relative;
	margin-bottom:15px;
}
.img_holder_410
{
	position:relative;
	margin-bottom:15px;
}
.img_holder_190 img
{
	margin-left:17px;
}
.img_top
{
	position:absolute;
	height:15px;
	width:190px;
	background:url(../../media/gif/190_top.gif) no-repeat top left;
	top:0px;
	right:0px;
	z-index:2;
}
.img_holder_113 img
{
	margin:0px;
	padding:0px;
}
.img_holder_260 img
{
	margin:0px;
	padding:0px;
}
.img_holder_410 img
{
	margin:0px;
	padding:0px;
}
.img_holder_113 .img_top
{
	background:url(../../media/gif/190_top.gif) no-repeat top left;
	width:113px;
	left:0px;
}
.img_holder_260 .img_top
{
	background:url(../../media/gif/190_top.gif) no-repeat top left;
	width:113px;
	left:0px;
}
.img_holder_410 .img_top
{
	background:url(../../media/gif/190_top.gif) no-repeat top left;
	width:113px;
	left:0px;
}

.img_bottom
{
	position:absolute;
	height:15px;
	background:url(../../media/gif/190_bottom.gif) no-repeat top left;
	margin-top:-15px;
	width:190px;
	right:0px;
	z-index:3;
}
.img_holder_113 .img_bottom
{
	background:url(../../media/gif/113_bottom.gif) no-repeat top left;
	width:113px;
	left:0px;
}
.img_holder_410 .img_bottom
{
	background:url(../../media/gif/113_bottom.gif) no-repeat top left;
	width:113px;
	left:0px;
}
.img_holder_260 .img_bottom
{
	background:url(../../media/gif/260_bottom.gif) no-repeat top left;
	width:260px;
	left:0px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
*html .img_top
{
	right:-1px;
}
*html .img_bottom
{
	right:-1px;
	margin-top:-18px;
}
/* End hide from IE5/mac */


.col_205 .img_holder_190
{
	width:190px;
}
.col_205 .img_holder_190 img
{
	margin-left:0px;
}
.col_205 .img_bottom
{
	right:0px;
}
.col_205 .img_top
{
	right:0px;
}

/*
	SEARCH FORM

*/
.search_form_holder
{
	width:150px;
	margin:4px 10px 0px 30px;
}
.s_button
{
}
.s_form
{
	width:120px;
	float:left;
}
.s_form input
{
	width:100px;
	height:14px;
	margin:2px 0px 0px 0px;
	padding:1px 2px 1px 2px;
}
/*
	"HOW DO I..." FORM

*/
.how_form_holder
{
	width:170px;
	margin:2px 10px 0px 0px;
	text-align:right;
}
.how_form_holder select
{
	width:160px;
	height:17px;
	margin:5px 0px 2px 0px;
	padding:0px;
}
.how_to_ans
{
	width:180px;
	background:url(../../media/gif/info.gif) no-repeat bottom right;
	padding-bottom:10px;
	margin-right:0px;
}
.how_to_ans p
{
	width:170px;
	margin:5px 0px 0px 0px;
	padding-right:10px;
}
/*
	COLOURED SHAPES

*/
.shape_blue 
{
	padding:0px;
	margin:0px 0px 15px 0px;
	/*background-color:#d8dbeb; OLD LIGHT BLUE */
	background-color:#bbdde8;
}
.shape_blue input
{
	background-image:url(../../media/gif/blue_shape_bg.gif);
	border:0px;
	padding:0px;
	margin:0px;
}
.shape_blue label
{
	color:#0281aa;
	line-height:180%;
	vertical-align:baseline;
}
.col_220 .shape_blue 
{
	width:205px;
	background:url(../../media/gif/blue_shape_bottom.gif) no-repeat bottom right;
	/*background-color:#d8dbeb; OLD LIGHT BLUE */
	background-color:#bbdde8;
}
.col_220 .shape_blue .shape_top
{
	background:url(../../media/gif/blue_shape_top.gif) no-repeat top right;
	width:205px;
	height:11px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}


.col_207 .shape_blue 
{
	width:190px;
	background:url(../../media/gif/blue_shape_bottom_207.gif) no-repeat bottom right;
	/*background-color:#d8dbeb; OLD LIGHT BLUE */
	background-color:#bbdde8;
	margin-left:17px;
	
}
.col_207 .shape_blue .shape_top
{
	background:url(../../media/gif/blue_shape_top_207.gif) no-repeat top right;
	width:190px;
	height:11px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.col_207 .shape_blue p
{
	width:160px;
	padding-bottom:10px;
}
.col_207 .shape_blue h2
{
	width:180px;
	padding-bottom:10px;
}
.col_207 .shape_blue h1
{
	width:180px;
	padding-bottom:5px;
	
}

.shape_content
{
	margin:0px 5px 0px 5px;
}
.shape_content p
{
	width:auto;
	padding:0px 0px 0px 3px;
}
.shape_content h2
{
	width:auto;
	padding:0px 0px 0px 3px;
}
.shape_content label
{
	width:auto;
}
.shape_content label p
{
	width:160px;
	margin-left:15px;
}
.shape_content label input
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 2px;
	float:left;
	width:12px;
}
.shape_content img
{
	padding:0px;
	margin:0px;
}
.shape_content a
{
	padding:0px;
	margin:0px;
}
.shape_button
{
	margin-left:90px;
	padding-bottom:7px;
}
.col_207 .shape_button
{
	margin-left:75px;
	padding-bottom:7px;
}
.poll_graph
{
	background:url(../../media/gif/graph_bg.gif) no-repeat top left;
	margin:10px 0px 10px 0px;
}
.poll_graph img
{
	padding:0px;
	margin:0px;
}
.poll_r1
{
	background:url(../../media/gif/graph_r1.gif);
	width:18px;
}
.poll_r2
{
	background:url(../../media/gif/graph_r2.gif);
	width:18px;
}
.poll_r3
{
	background:url(../../media/gif/graph_r3.gif);
	width:18px;
}
.poll_r4
{
	background:url(../../media/gif/graph_r4.gif);
	width:18px;
}
.poll_r5
{
	background:url(../../media/gif/graph_r5.gif);
	width:18px;
}
.poll_r6
{
	background:url(../../media/gif/graph_r6.gif);
	width:18px;
}
/*
	BREADCRUMB TRAIL

*/
.breadcrumb
{
	width:540px;
	/*float:left;*/
	margin-top:15px;
}
.breadcrumb p
{
	color:#999999;
	padding-bottom:0px;
	line-height:220%;
	font-size:65%;
}
.breadcrumb p a
{
	background:url(../../media/gif/breadcrumb_point.gif) no-repeat top right;
	padding-top:6px;
	color:#999999;
	text-decoration:underline;
}
.breadcrumb .breadcrumb_loc
{
	background:url(../../media/gif/breadcrumb_loc.gif) no-repeat top right;
}

/*
	PARTY TAGS

*/.party_tag_con
{
	background:url("../../media/gif/party_tags/tag_con.gif") no-repeat right top;
}
.party_tag_lab
{
	background:url("../../media/gif/party_tags/tag_lab.gif") no-repeat right top;
}
.party_tag_lib
{
	background:url("../../media/gif/party_tags/tag_lib.gif") no-repeat right top;
}
.party_tag_oth
{
	background:url("../../media/gif/party_tags/tag_oth.gif") no-repeat right top;
}

/*
	FILE DOWNLOAD

*/
.file_download
{
	background:url("../../media/gif/download.gif") no-repeat left top;
}
.file_download h2
{
	color:#0281aa;
	padding-bottom:0px;
	padding-left:34px;
}
.col_329 .file_download h2, .col_329 .file_download p
{
	width:290px;
}
.col_410 .file_download h2, .col_410 .file_download p
{
	width:390px;
}
.col_275 .file_download h2, .col_275 .file_download p
{
	width:240px;
}
.col_426 .file_download h2, .col_426 .file_download p
{
	width:390px;
}
.col_213 .file_download h2, .col_213 .file_download p
{
	width:180px;
}
.col_207 .file_download h2, .col_207 .file_download p
{
	width:170px;
}
.col_205 .file_download h2, .col_205 .file_download p
{
	width:170px;
}
.col_220 .file_download h2, .col_220 .file_download p
{
	width:180px;
}
.file_download p
{
	padding-left:34px;
}

/*
	BULLETPOINTS

*/
ul
{
	padding:0px;
	margin:0px 0px 15px 0px;
}
li
{
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	background:url("../../media/gif/bullet.gif") no-repeat left top;
	list-style:none;
	/*list-style:disk;*/
	color:#0281aa;
}
li p
{
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	color:#0281aa;
}
li p span a
{
	color:#0281aa;
}
li h2
{
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#0281aa;
}
.col_329 li h2, .col_329 li p
{
	width:290px;
}
.col_410 li h2, .col_410 li p
{
	width:390px;
}
.col_275 li h2, .col_275 li p
{
	width:240px;
}
.col_426 li h2, .col_426 li p
{
	width:390px;
}
.col_213 li h2, .col_213 li p
{
	width:180px;
}
.col_207 li h2, .col_207 li p
{
	width:170px;
}
.col_205 li h2, .col_205 li p
{
	width:170px;
}
.col_220 li h2, .col_220 li p
{
	width:180px;
}

/*
	SITE MAP

*/
.site_map
{
	padding: 0px 0px 0px 10px;
	margin: 4px 0px 0px 0px;
	background:url("../../media/gif/page_group.gif") repeat-y left;
}
.site_map p
{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:270px;
}
.site_map_group
{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.site_map_group h2
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:270px;
}
.site_map_group a
{
	text-decoration:none;
}
/*
	CHUNKUNG

*/
.chunk
{
	width:380px;
	overflow:hidden;
}
.chunk_value_link
{
	margin-bottom:10px;
	background:url("../../media/gif/page.gif") no-repeat left top;
	width:405px;
	overflow:hidden;
}
.chunk_value_link P
{
	padding-bottom:0px;
	width:380px;
	padding-left:20px;
}

/*
	POLL

*/
.poll_value_link
{
	margin-bottom:10px;
	background:url("../../media/gif/poll_link.gif") no-repeat left top;
	width:405px;
	overflow:hidden;
}
.poll_value_link P
{
	padding-bottom:0px;
	width:380px;
	padding-left:20px;
}


/*
	MISC

*/
.faq
{
	background:url("../../media/gif/red_point.gif") no-repeat left top;
	margin-bottom:10px;
}
.faq p
{
	width:80%;
	padding-left:20px;
	padding-bottom:0px;
}
.faq_ans 
{
	margin-top:5px;
}
.faq_ans p
{
	width:80%;
	padding-left:20px;
}

.clear
{
	clear:both;
	padding-bottom:1px;
}
.left_col_divider
{
	width:188px;
	height:14px;
	background:url("../../media/gif/left_col_divider.gif") no-repeat left bottom;
}
.right_col_divider
{
	width:auto;
	height:10px;
	background:url("../../media/gif/right_col_divider.gif") no-repeat right top;
	padding-bottom:10px;
}
.col_213 .text_divide
{
	width:198px;
}
.col_275 .text_divide
{
	width:265px;
}
.text_divide
{
	width:auto;
	height:15px;
	background:url("../../media/gif/text_div_thin.gif") repeat-x right top;
	padding-bottom:10px;
}

.coll2_form 
{
	margin-bottom:10px;
}
.coll2_form p
{
	width:200px;
	padding-bottom:4px;
}
.coll2_form input
{
	width:190px;
	height:15px;
	margin-bottom:10px;
	padding:2px 0px 0px 2px;
}
.coll2_form select
{
	width:190px;
	margin-bottom:10px;
}
.coll2_form textarea
{
	width:190px;
	margin-bottom:10px;
	padding:2px 0px 0px 2px;
}

.profile_check
{
	width:13px; 
	height:13px; 
	margin:0px 5px 0px 0px; 
	border:0px; 
	background:transparent;
}

.whats_new
{
	background:url("../../media/gif/whats_new_top.gif") no-repeat left top;
}
.whats_new ul
{
	padding-top:35px;
	padding-left:5px;
}
.whats_new li
{
	background:url("../../media/gif/whats_new_bp.gif") no-repeat left top;
}



/*

2008 NAV

*/
.nav *
{
	padding:0px;
	margin:0px;
}
.nav
{
	text-align:left;
	width:170px;
	overflow:hidden;
	margin-left:5px;
	border-right:10px solid #fff;
	font-size:85%;
	padding-left:0px;
	list-style-position:outside;
}
.nav ul
{
	list-style-type:none;
}
.nav li
{
	/* light blue */
	background:url(../../media/menu/off_bg.jpg) top left;
	background-color:#8DC5D9;
	background-repeat:repeat-x;
}
.nav span
{
	width:170px;
	height:5px;
	overflow:hidden;
	background:url(../../media/menu/bottom.png) top left;
	background-repeat:no-repeat;
	display:block;
	border-bottom:2px solid white;
}
.nav a
{
	padding:5px 17px;
	padding-left:5px;
	padding-bottom:0px;
	background:url(../../media/menu/top.png) top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
.nav a:hover
{
	color:#333;
	text-decoration:none;
}
.nav a.on
{
	background:url(../../media/menu/on.png) top left;
	background-repeat:no-repeat;
	padding-bottom:2px;
	color:#000;
}
.nav a.open
{
	background:url(../../media/menu/open.png) top left;
	background-repeat:no-repeat;
	border-bottom:1px dotted white;
	padding-bottom:2px;
	color:#000;
}
.nav li.selected,
.nav li.selected_no_child_pages
{
	/* dark blue */
	background:url(../../media/menu/on_bg.jpg) top left;
	background-color:#1D8DB3;
	background-repeat:repeat-x;
}
.nav .selected li span
{
	height:2px;
	background:none;
	background-color:#8DC5D9;
	border:1px;/* !!!! */
}
.nav .selected li a
{
	background-image:none;
}


.nav .selected li a.on,
.nav #secure_area .selected li a.on
{
	background:url(../../media/menu/on_blank.gif) top right;
	background-repeat:no-repeat;
}
.nav .selected li a.open,
.nav #secure_area .selected li a.open
{
	background:url(../../media/menu/open_blank.gif) top right;
	background-repeat:no-repeat;
	border-bottom:1px dotted #fff;
}


.nav .selected li 
{
	background-image:none;
}
.nav .selected span
{
	/* light blue */
	background-color:#8DC5D9;
}


/* SECURE */
#secure_area
{
	/* DARK GREEN */
	background:url(../../media/menu/secure_on_bg.jpg) top left;
	background-repeat:repeat-x;
	background-color:#6CB51E;
	border-bottom:0px;
}
#secure_area a.open
{
	border-bottom:0px;
}
#secure_area .selected a.open
{
	border-bottom:1px dotted #fff;
}
#secure_area .selected a.on
{
	border-bottom:1px dotted #fff;
}
#secure_area li
{
	/* LIGHT GREEN */
	background:url(../../media/menu/secure_off_bg.jpg) top left;
	background-repeat:repeat-x;
	background-color:#B6DB8F;
}
#secure_area li.selected,
#secure_area li.selected_no_child_pages
{
	/* DARK GREEN */
	background:url(../../media/menu/secure_on_bg.jpg) top left;
	background-repeat:repeat-x;
	background-color:#6CB51E;
}
#secure_area .selected li span
{
	height:2px;
	border-bottom:0px;
	background-image:none;
}
#secure_area .selected li a
{
	background-image:none;
}
#secure_area .selected li 
{
	background-image:none;
}
#secure_area .selected span
{
	/* LIGHT GREEN */
	background-color:#B6DB8F;
}
#secure_area .selected .selected .selected ul a,
#secure_area .selected .selected .selected ul span
{
	background-color:#e5e5e5;
	color:#999;
}
#secure_area .selected .selected .selected ul a.on
{
	color:#000;
	background-color:#CCC;
}
#secure_area .selected .selected .selected ul a:hover
{
	color:#000;
}


#secure_area .selected li.selected 
{
	/* MID GREY DARK GREEN */
	background:url(../../media/menu/secure_mid_on_bg.jpg) top left;
	background-repeat:repeat-x;
	background-color:#739254;
}
#secure_area .selected li.selected span
{
	background-color:transparent;
}
#secure_area .selected .selected li
{
	/* MID GREY DARK GREEN */
	background:none;
	background-color:#739254;
}


.nav .selected li.selected 
{
	/* MID GREY DARK BLUE */
	background:url(../../media/menu/mid_on_bg.jpg) top left;
	background-repeat:repeat-x;
	background-color:#809EA7;
}
.nav .selected li.selected span
{
	background-color:transparent;
}
.nav .selected .selected li
{
	/* MID GREY DARK BLUE */
	background:none;
	background-color:#809EA7;
}




/*
.nav #secure_area li
{
	background:url(../../media/menu/secure_off_bg.jpg) top left;
}
.nav li.selected
{
	background:url(../../media/menu/on_bg.jpg) top left;
}
.nav #secure_area li.selected,
.nav #secure_area 
{
	background:url(../../media/menu/secure_on_bg.jpg) top left;
}
.nav a
{
	color:#FFF;
	background:url(../../media/menu/bottom.png) bottom left;
	background-repeat:no-repeat;
	padding:2px 5px 2px 5px;
}
.nav #secure_area a
{
	border-bottom:2px solid white;
}*/



/*

	CCA WALL POSTS

*/
.wall_post
{
	padding:5px 10px 5px 10px;
	background-color:#ededed;
	margin-bottom:10px;
	width:400px;
}
p.post_detail
{
	color:#333;
	margin-bottom:15px;
}
p.post_detail span
{
	margin-right:5px;
}
p.post_detail em
{
	color:#6FBC20;
}
p.post_text
{
	padding-bottom:0px;
}
.ccount
{
	color:#999;
}
.comment
{
	background:url(../../media/jpg/quote.jpg) top left;
	background-repeat:no-repeat;
	font-style:italic;
}
.comment p
{
	padding-left:25px;
	width:360px;
	padding-bottom:5px;
}
.add_comment
{
	border-top:1px solid #999;
}
.add_comment_form .submit
{
	color:#FFF;
	background-color:#6FBC20;
	background-image:none;
	cursor:pointer;
	width:160px;
	height:20px;
	border:0;
	vertical-align:middle;
	padding:0;
	margin:0;
}

#cca_news object,
#cca_news embed
{
	margin-left:15px;
}


.plus_size
{
	width:550px;
}
.plus_size h1,
.plus_size h2,
.plus_size p
{
	width:540px;
}

.plus_size2
{
	width:274px;
}
.plus_size3
{
	width:274px;
}

.plus_size2 h1,
.plus_size2 h2,
.plus_size2 p,
.plus_size3 h1,
.plus_size3 h2,
.plus_size3 p
{
	width:264px;
}

.plus_size .img_holder_190 img,
.plus_size2 .img_holder_190 img,
.plus_size3 .img_holder_190 img
{
	margin-left:0px;
}
.plus_size .img_holder_190 .img_top,
.plus_size2 .img_holder_190 .img_top,
.plus_size3 .img_holder_190 .img_top,
.plus_size .img_holder_190 .img_bottom,
.plus_size2 .img_holder_190 .img_bottom,
.plus_size3 .img_holder_190 .img_bottom
{
	display:none;
}

.plus_size .wall_post,
.plus_size .add_comment
{
	width:515px;
}
.plus_size .wall_post p,
.plus_size .wall_post h2,
.plus_size .comment p,
.plus_size .add_comment p
{
	width:500px;
}
.plus_size .comment p
{
	width:460px;
}
.plus_size .comment 
{
	background:transparent url(../../media/jpg/quote_big.jpg) no-repeat scroll left top;
}
