/* CSS Document */

html,body{
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	font-weight: normal;
	margin:0;
	padding:0;
	border:0;
	background-color:#e2e3e4;
	color:#7c7c7c;
}

#page
{
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-top:5px solid #5a5b5f;
} 

/*****HEADER: LOGO + SEARCH *****/

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

#header img
{
	float:left;
	border: 0;
}

#search
{
	background-color:#5a5b5f;
	width:190px;
	float:right;
	padding:5px;
	margin-top:25px;
	color:#7c7c7c;
}

#search .image-button
{
	margin-left:5px;
}




/*****END HEADER*****/


/*****MENU*****/
#menu-container
{
	width: 960px;
	margin:10px auto;
	background:#eaeaec;
}

#menu
{
	position: relative;
	width: 100%;
	height: 3.25em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu li
{
	float: left;
	margin: 0px;
	border: none;
	list-style-type: none;
}

#menu li a
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 5px 1.5em;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eee;
	color: #777;
	text-align: center;
	text-decoration: none;
}

#menu li a:hover
{
	color: #fff;
	text-decoration: none;
	background: #e31937;
	border-bottom:2px solid #e31937;
	border-right:1px solid #fff;
}

#menu li#active a
{
	background-color: #e31937;
	color: #fff;
	border-bottom:2px solid #e31937;
	border-right:1px solid #fff;
}

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

#menu ul.submenu
{
	position: absolute;
	width:960px;
	left: 0;
	top: 3.35em;
	height: 2em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background:#e31937;
	display:none;
}


#menu li#active ul.submenu
{
	display:block;
}

#menu ul.submenu li
{
	margin: 4px 0px 0px 0px;
	border: 0;
}

#menu ul.submenu li a
{
	width: auto;
	padding: 0.1em 2em 0;
	border: 0;
	border-right:1px solid white;
	font-size: 0.95em;
}

#menu ul.submenu li a:hover
{
	text-decoration: underline;
	font-weight: 400;
	/* IE5/Mac disappearing item fix */
}


/*****END MENU*****/


/*****MAIN PAGE CONTENT*****/
#content
{
	margin:0 auto;
	width:960px;
}

#votingDiv {
	font-size:1.7em;
	margin-left: 0px;
	margin-top: 0px;
}

#votingDivsm {
margin:0 auto;
	width:700px;
	padding-left:400px;
	padding-top:10px;
}



#main-content
{
	float:left;
	width: 940px;
	padding: 0px;
	margin: 0px;
	border:1px solid #bbb;
	min-height:500px;
}


#content h1
{
	color:#fff;	
	font-size:18px;
	font-weight:normal;
	background:#e31937;
	margin: 0px;
	padding:10px 0px 10px 15px;
	border-bottom:4px solid #bbb;
}

#main-content div.wrapper
{
	width: 550px;
	margin:0 auto;
	font-size:11.5px;
	padding:15px 0px;
}

#main-content h3
{
	font-size:12px;
	font-weight:normal;
	color:#e31937;
	padding:0px;
	margin:0px;
}

#main-content a, #main-content a:hover,#main-content a:active
{
	color:#e31937;
	text-decoration:underline;
	text-transform:none;
}

#main-content img.left
{
	float:left;
	padding:5px 10px 5px 0px;
}

#main-content img.right
{
	float:right;
	padding:5px 0px 5px 10px;
}

#main-content ul
{
	margin:0 auto;
	list-style:none;
	padding:0px;
}

#main-content ul li
{
	margin-top: 15px;
}

#main-content ul li a
{
	text-transform:uppercase;
	color: #e31937;
	margin-bottom:5px;
	text-decoration:none;
}

#main-content ul li a:hover
{
	text-decoration:underline;
	
}


/*** right hand side divs ****/

#side-content
{
	width:377px;
	float:right;
	border:1px solid #bbb;
	min-height:150px;
	margin: 15px 0px;
}

#side-content div.mini-wrapper
{
	
}


/****tabbed div****/

#news-tabs
{
	width: 380px;
	float:right;
}


#news-tabs ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
}
    
#news-tabs ul li 
{
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
}
    
#news-tabs a 
{
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	background: #e31937;
	padding: 0.5em 0.13em;
	margin:0px;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size:10px;
}

#news-tabs a:hover 
{
	color:#000;
	background: #eee;
	cursor:pointer;
}
	
#news-tabs .selected-tab 
{
	border-color: #bbb;
}
	
#news-tabs .selected-tab a 
{
	position: relative;
	top: 1px;
	background: white;
	color: #5a5b5f;
}	

.tab-content 
{
	border: 1px solid #bbb;
	margin-top: 23px;
	padding: 0 1em;
	width:350px;
	height:175px;
}

.tab-article-content {
	
	padding-top: 30px;
}

.ui-tabs-hide { display: none; }


/*****************/


.service-dir-image
{
	margin:15px 0px 0px 7px;
	border:none;
}

/*****END MAIN PAGE CONTENT*****/

#circles 
{
	margin:0 auto;
	width: 960px;
	padding:10px 0 10px 0;
}

#traffLogos
{
	margin:0 auto;
	width:960px;
	text-align:center;
	margin-top:60px; 
	margin-bottom:5px;
}

#footer
{
	background:#5a5b5f;
	height:25px; 
}

#footer p 
{
	text-align:center; 
	font-size:10px; 
	color:#FFF; 
	padding:5px 0 10px 0;
}

.clear-both
{
	clear:both;
}

.clearer 
{
	clear:both;
	margin:7px 0px;
}

.alignCenter{text-align:center;}

.floatLeft{float:left;}

.floatRight{float:right;}



/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/

/* Commissioning, Performance and Strategy, and Business Support Section theme: GREY */


/*****MENU*****/

body.commissioning #menu li a:hover
{
	color: #fff;
	background: #5a5b5f;
	border-bottom:2px solid #5a5b5f;
}

body.commissioning #menu li#active a
{
	background-color: #5a5b5f;
	border-bottom:2px solid #5a5b5f;
}

body.commissioning #menu ul.submenu
{
	background:#5a5b5f;
}



/*****END MENU*****/


/*****MAIN PAGE CONTENT*****/


body.commissioning #content h1
{
	background:#5a5b5f;
	border-bottom:4px solid #bbb;
}


/****tabbed div****/
    
body.commissioning #news-tabs a 
{
	background: #5a5b5f;
}

	
body.commissioning #news-tabs .selected-tab a 
{
	background: white;
	color: #5a5b5f;
}	

/*****************/


/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/


/* EDUCATION SECTION theme: CREAM */


/*****MENU*****/

body.education #menu li a:hover
{
	color: #777;
	background: #E7DECF;
	border-bottom:2px solid #E7DECF;
	border-right:1px solid #7c7c7c;
}

body.education #menu li#active a
{
	background-color: #E7DECF;
	color: #777;
	border-bottom:2px solid #E7DECF;
	border-right:1px solid #7c7c7c;
}

body.education #menu ul.submenu
{
	background:#E7DECF;
}

body.education #menu ul.submenu li a
{
	border-right:1px solid #777;
}


/*****END MENU*****/


/*****MAIN PAGE CONTENT*****/


body.education #content h1
{
	color:#777;	
	background:#E7DECF;
	border-bottom:4px solid #bbb;
}


/****tabbed div****/
    
body.education #news-tabs a 
{
	background: #E7DECF;
	color: #777;
	width: 120px;
}

	
body.education #news-tabs .selected-tab a 
{
	background: white;
	color: #5a5b5f;
}	

.ui-tabs-hide { display: none; }



/*********************************************************************************/
/***************** UKYP 2009 VOTING SECTION ***************************************/
/*********************************************************************************/

.left-col, .right-col
{
	width: 425px;
	padding:10px;
	margin:10px;
	float:left;
}

#candidate
{
	margin-bottom:30px;
}

#candidate h3
{
	font-weight:bold;
	font-size:15px;
}


#candidate img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 4px;
}


#candidate p
{
	margin-top:5px;
	margin-bottom:5px;
}



