/**
 * Main CSS File for CBAN website
 * Version 1.0b
 *
 * CBAN Bespoke Development Project
 *
 * By David Rushton (david@ginandtonics.co.uk)
 * @copyright (c) Ginandtonics (ginandtonics.co.uk) 2009
 * @license http://isis.ginandtonics.co.uk/cban/license.txt
 */
 
 
body
{
	margin: 0;
	font-family: Helvetica;
	font-size: 11px;
}

a
{
	color: red;
	text-decoration: underline;
}

img
{
	border: 0;
}

.labelify_title
{
	color: #ccc;
}

.alert
{
	color: red;
}

.right
{
	float: right;
}

p.larger
{
	font-size: 17px;
}

p.bold
{
	font-size: 16px;
	font-weight: bold;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 40px 40px 40px;
}

#header
{
	width: 920px;
	margin: 0 auto;
}

#header .logo
{
	width: 250px;
	float: left;
}

#header .right
{
	width: 670px;
	float: right;
}

#header .search
{
	width: 440px;
	padding-top: 40px;
	padding-left: 40px;
	float: left;
}

#header #search_box
{
	width: 264px;
	height: 29px;
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 5px;
	background: url(../images/search_box.jpg) no-repeat;
	float: left;
}

#header #search_box #search_text
{
	border: none;
	background: transparent;
	width: 250px;
	height: 25px;
}

#header #search_button
{
	border: none;
	width: 22px;
	height: 22px;
	background: url(../images/search_button.jpg) no-repeat;
	float: left;
}


#header .links
{
	width: 180px;
	float: right;
}

#user_menu
{
	width: 850px;
	height: 28px;
	margin-top: 20px;
	margin-right: 30px;
	float: right;
}

#menu
{
	width: 920px;
	height: 28px;
	margin: 0 auto;
}

#user_navbar 
{
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	white-space: nowrap;    
}
#user_navbar li 
{
    list-style: none;
    float: left;
    height: 28px;
    padding-right: 1px;
}
#user_navbar li a 
{
    display: block;
    color: #fff;
    width: 125px;
    padding-top: 8px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    background: url(../images/tab_user_off.jpg) no-repeat center;
}

#user_navbar li a:hover
{
	background: url(../images/tab_user_on.jpg) no-repeat center;
}

#user_navbar li ul
{
    margin: 0;
    padding: 0;
    display: none;
    width: 125px;
    height: 70px;
}

#user_navbar li ul li
{
	height: 20px;
}

#user_navbar li ul li a
{
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	width: 125px;
	height: 15px;
	background: url(../images/dropdown_user_repeat.gif) repeat-y;
}

#user_navbar li ul li a:hover
{
	background: url(../images/dropdown_user_hover_repeat.gif) repeat-y;
}

#user_navbar li ul li.top
{
	width: 125px;
	height: 5px;
	background: url(../images/dropdown_user_repeat.gif) repeat-y;
}

#user_navbar li ul li.bottom
{
	width: 125px;
	height: 21px;
	display: block;
	background: url(../images/dropdown_user_bottom.gif) no-repeat;
}


#user_navbar li:hover ul, #user_navbar li.hover ul
{
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
}
#user_navbar li:hover li, #user_navbar li.hover li
{
    float: none;
    padding: 0;
}
#user_navbar li:hover li a, #user_navbar li.hover li a 
{
   	width: 125px;
   	padding-bottom: 5px;
	background: url(../images/dropdown_user_repeat.gif) repeat-y;
	font-size: 11px;
	font-family:  Helvetica, arial;
	font-weight: normal;
}

#user_navbar li:hover li a:hover, #user_navbar li.hover li a.hover
{
    background: url(../images/dropdown_user_hover_repeat.gif) repeat-y;
}


#navbar 
{
	float: right;
	margin: 20px 20px 0 0;
    padding: 0;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	white-space: nowrap;    
}
#navbar li 
{
    list-style: none;
    float: left;
    height: 28px;
}
#navbar li a 
{
    display: block;
    color: #fff;
    width: 125px;
    padding-top: 8px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    background: url(../images/tab_off.jpg) no-repeat center;
}

#navbar li a:hover
{
	background: url(../images/tab_on.jpg) no-repeat center;
}

#navbar li ul
{
    margin: 0;
    padding: 0;
    display: none;
    width: 135px;
    height: 70px;
}

#navbar li ul li
{
	height: 20px;
}

#navbar li ul li a
{
	text-align: left;
	padding-top: 3px;
	padding-left: 10px;
	width: 135px;
	height: 15px;
	background: url(../images/dropdown_repeat.gif) repeat-y;
}

#navbar li ul li a:hover
{
	background: url(../images/dropdown_hover_repeat.gif) repeat-y;
}

#navbar li ul li.top
{
	width: 135px;
	height: 5px;
	background: url(../images/dropdown_repeat.gif) repeat-y;
}

#navbar li ul li.bottom
{
	width: 135px;
	height: 21px;
	display: block;
	background: url(../images/dropdown_bottom.gif) no-repeat;
}


#navbar li:hover ul, #navbar li.hover ul
{
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
}
#navbar li:hover li, #navbar li.hover li
{
    float: none;
    padding: 0;
}
#navbar li:hover li a, #navbar li.hover li a 
{
   	width: 135px;
   	padding-bottom: 5px;
	background: url(../images/dropdown_repeat.gif) repeat-y;
	font-size: 11px;
	font-family:  Helvetica, arial;
	font-weight: normal;
}

#navbar li:hover li a:hover, #navbar li.hover li a.hover
{
    background: url(../images/dropdown_hover_repeat.gif) repeat-y;
}


/*
#menu ul
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu ul li 
{
	display: inline;
	margin-right: 3px;
}

#menu ul li a
{
	color: #fff;
	float: left;
	width: 131px;
	height: 28px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	background: url(../images/tab_off.jpg) no-repeat center;
}

#menu ul li a:hover
{
	background: url(../images/tab_on.jpg) no-repeat center;
}

#menu li ul
{
	display: none;
	width: 135px;
}

#menu li.hover ul
{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

#menu li.hover li
{
	float: none;
}

#menu li.hover li a
{
	color: #fff;
	
}

*/

.red { color: red; }
.bold-normal { font-weight: bold; }

#main
{
	width: 920px;
	margin: 0 auto;
}

#main .left_col
{
	width: 465px;
	padding: 10px 30px 10px 25px;
	float: left;
}

#main .right_col
{
	padding-height: 10px;
	width: 390px;
	float: right;
}

#main .col_all
{
	width: 890px;
	padding: 10px 30px 10px 25px;
}

#main .title
{
	margin-bottom: 10px;
}

#main p
{
	line-height: 18px;
}

#home
{
	width: 950px;
	margin: 0 auto;
}

#home .left
{
	width: 250px;
	float: left;
	margin-top: 3px;
}

#home .right
{
	width: 680px;
	float: right;
}

#home .left #new_cban
{
	width: 230px;
	padding: 10px;
	background: #000;
	margin-top: 5px;
	margin-bottom: 10px;
}

#home .left #new_cban hr
{
	height: 1px;
	color: #868686;
	background: #868686;
	border: 1px #868686;
	margin-bottom: 5px;
}

#home .left #new_cban strong
{
	color: #e20a16;
	font-size: 150%;
	font-family:"Arial Rounded MT Bold", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

#home .left #new_cban p
{
	font-size: 130%;
	color: #fff;
	font-weight: 300;
	margin: 5px 0 0 0;
}

#home .left #new_cban a
{
	color: #fff;
	text-decoration: none;
}

#home .left #feeds
{
	width: 230px;
	background: #e20a16;
	margin-top: 5px;
	margin-bottom: 10px;	
	padding: 10px;
}

#home .left #useful_links
{
	width: 220px;
	padding: 15px;
	background: #666666;
	margin-top: 5px;
	margin-bottom: 10px;
}

#home .left #useful_links hr
{
	height: 1px;
	color: #e20a16;
	background: #e20a16;
	border: 1px #e20a16;
	margin-bottom: 5px;
}

#home .left #useful_links strong
{
	color: #ffffff;
	font-size: 140%;
	font-weight: 500;
}

#home .left #useful_links p
{
	font-size: 90%;
	color: #ffffff;
	font-weight: 300;
	margin: 5px 0 0 0;
}

#home .left #useful_links a
{
	color: #fff;
	text-decoration: none;
}

#home .left .grey_btn
{
	background: #b2b2b2;
	width: 230px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	display: block;
	letter-spacing: -1px;
}

#home .left .black_box
{
	background: #000000;
	width: 230px;
	padding: 5px 10px;
	color: red;
	font-weight: bold;
	font-size: 120%;
	display: block;
	letter-spacing: -1px;
}

#home .left #updates_form
{
	margin: 5px 0 5px 0;
}

#home .left .email 
{
	width: 150px;
	height: 20px;
	font-size: 110%;
}

#home .right .flash_wrapper
{
	width: 680px;
	height: 400px;
	background: #000;
	margin: 0;
}

#home .right .callouts
{
	width: 680px;
	margin-top: 10px;
	padding: 5px 0 5px;
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;	
}

#home .right .callout
{
	width: 160px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #e1e1e1;
	color: #b9b9b9;
	font-size: 100%;
	float: left;
}

#home .right .callout-last
{
	width: 165px;
	color: #b9b9b9;
	font-size: 100%;
	float: left;
}

#home .right .callout strong, #home .right .callout-last strong
{
	display: inline;
	color: #000;
	font-weight: bold;
}

#corners_top_b
{
	margin: 0 auto;
	width: 920px;
	height: 22px;
	background: url(../images/corners_top_b.jpg) no-repeat;
}

#corners_bottom_b
{
	margin: 0 auto;
	width: 920px;
	height: 22px;
	background: url(../images/corners_bottom_b.jpg) no-repeat;
}

#home_corners_top
{
	margin: 0 auto;
	width: 680px;
	height: 16px;
	background: url(../images/corners_top_home.jpg) no-repeat;
}

#home_corners_bottom
{
	margin: 0 auto;
	width: 680px;
	height: 16px;
	background: url(../images/corners_bottom_home.jpg) no-repeat;
}

#corners_top
{
	margin: 0 auto;
	width: 920px;
	height: 22px;
	background: url(../images/corners_top.jpg) no-repeat;
}

#corners_top_r
{
	margin: 0 auto;
	width: 920px;
	height: 22px;
	background: url(../images/corners_top_r.jpg) no-repeat;
}

#corners_bottom
{
	margin: 0 auto;
	width: 920px;
	height: 22px;
	background: url(../images/corners_bottom.jpg) no-repeat;
}

.plain_form tr
{
	vertical-align: top;
}

.plain_form label
{
	font-weight: bold;
	color: #999999;
	font-size: 13px;
	line-height: 20px;
}

.plain_form input, .plain_form textarea, .plain_form select
{
	margin: 0 0 5px 0;
	display: block;
}

.plain_form .submit
{
	border: none;
	width: 98px;
	height: 21px;
	background: url(../images/form_button.jpg) no-repeat;
	color: #fff;
}

.plain_form label.error img
{
	border: 1px solid red;
}
.plain_form label.error
{
	color: red;
}

.plain_form .radio
{
	display: inline;
}

.plain_form .radio_text
{
	color: #999999;
	font-size: 14px;
}

#error_box
{
	border: 1px solid #000;
	width: 500px;
	height: 60px;
	padding: 10px 0 10px 10px;
	display: none;
}

#error_box strong
{
	color: red;
	font-weight: bold;
}


#contact_form
{
	margin-top: 40px;
	font-size: 10px;
	color: #444444;
	font-weight: bold;
	background: url(../images/contact_form_bg.jpg) no-repeat;
	width: 405px;
	height: 310px;
	padding-top: 20px;
}

#contact_form .left
{
	float: left;
	width: 160px;
	padding-left: 20px;
}

#contact_form .right
{
	float: left;
	width: 180px;
	padding-left: 20px;
}

#contact_form .textbox
{
	width: 155px;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	background: url(../images/contact_form_text.jpg) no-repeat;
	float: left;
}

#contact_form .textbox .input
{
	color: #000;
	font-size: 10px;
	border: none;
	background: transparent;
	width: 140px;
	height: 15px;
}

#contact_form .textarea
{
	width: 180px;
	height:140px;
	background: url(../images/contact_form_textarea.jpg) no-repeat top;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}

#contact_form .textarea .input
{
	color: #000;
	width: 170px;
	height: 130px;
	background: transparent;
	border:  none;
	font-size: 10px;
}

#contact_form .submit
{
	border: none;
	width: 98px;
	height: 21px;
	background: url(../images/contact_form_button.jpg) no-repeat;
	float: right;
	color: #fff;
}

#form_instructions
{
	width: 860px;
	margin: 0 auto;
}

#form_instructions p.header
{
	width: 100px;
	float: left;
	color: #e20a17;
	font-size: 14px;
	font-weight: bold;
}

#form_instructions p.instructions
{
	width: 750px;
	float: right;
	color: #b0b0b0;
	font-size: 11px;
}

#box_top_grey
{
	width: 920px;
	margin-top: 15px;
	height: 22px;
	background: url(../images/box_top_grey.jpg);
}

#box_bottom_grey
{
	width: 920px;
	margin-bottom: 20px;
	height: 22px;
	background: url(../images/box_bottom_grey.jpg);
}

#box_grey
{
	width: 900px;
	background: url(../images/box_repeat_grey.jpg);
	padding: 10px 10px 10px 10px;
}

#box_grey label
{
	margin-top: 5px;
	display: block;
	font-size: 15px;
}

#box_grey input,#box_grey textarea
{
	width: 600px;
}

#box_grey .pay_securely
{
	width: 130px;
	height: 30px;
	background: url(../images/button_pay_securely.gif) no-repeat;
	border: 0;
}

#box_grey .left
{
	width: 650px;
	float: left;
	border-right: #e20a17 1px solid;
}

#box_grey .right
{
	width: 240px;
	float: right;
	margin-right: 5px;
}

#box_grey .right h2
{
	color: #e20a17;
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 60px;
}

#box_top_grey_light
{
	width: 920px;
	margin-top: 15px;
	height: 22px;
	background: url(../images/box_top_grey_light.jpg);
}


#box_bottom_grey_light
{
	width: 920px;
	margin-bottom: 20px;
	height: 22px;
	background: url(../images/box_bottom_grey_light.jpg);
}

#box_grey_light
{
	width: 900px;
	background: url(../images/box_repeat_grey_light.jpg);
	padding: 10px 10px 10px 10px;
}

#box_grey_light label
{
	margin-top: 5px;
	display: block;
	font-size: 15px;
}

#box_grey_light input,#box_grey_light textarea
{
	width: 600px;
}

#box_grey_light .pay_securely
{
	width: 130px;
	height: 30px;
	background: url(../images/button_pay_securely.gif) no-repeat;
	border: 0;
}

#box_grey_light .left
{
	width: 650px;
	float: left;
	border-right: #e20a17 1px solid;
}

#box_grey_light .right
{
	width: 240px;
	float: right;
	margin-right: 5px;
}

#box_grey_light .right h2
{
	color: #e20a17;
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 60px;
}

/* Style for user panel */
.welcome
{
	margin: 10px 10px 10px 10px;
	width: 850px;
}

.welcome p
{
	font-size: 22px;
	display: inline;
}

.list
{
	width: 450px;
	min-height: 100px;
	margin-left: 10px;
	margin-top: 10px;
}

.list .entry
{
	width: 450px;
	border-bottom: #ccc 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.list .entry .title
{
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}

.list .entry .content
{
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}

.plans
{
	width: 540px;
	min-height: 300px;
	border-right: #ccc 1px solid;
}

.results .result
{
	width: 400px;
	margin-left: 10px;
}

.results .result .title
{
	width: 400px;
	border-bottom: 1px #ccc solid;
}

.results .result .title p
{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 320px;
	margin: 5px 0 2px 0;
}

.results .result .title p.readmore
{
	color: #ccc;
	text-transform:  uppercase;
	text-decoration: none;
	font-size: 9px;
	float: right;
	width: 70px;
	margin: 5px 0 2px 0;
}

.results .result .body
{
	width: 400px;
	color: #ccc;
	font-size: 10px;
}

#footer
{
	width: 910px;
	margin: 0 auto;
	padding: 15px 0 20px;
}

#footer a
{
	color: #000;
	text-decoration: none;
}
