/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
body, html, h1, h2, h3, h4, h5, h6, h7, form, ul, li, ol, p, img, a, fieldset, label{
	padding:0px;
	margin:0px;
}

* {
	margin: 0;
	padding: 0;
}

body, html{
	height:100%;
}

body {
	background: #03111f url(../images/bg.png) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif, "Palatino Linotype";
	line-height:20px;
	font-size:.8em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clearing{
	clear:both;
	line-height:0;
	font-size:0;
	height:0px;
}

a img{
	border:0 none;
}

ul{
	list-style:none;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
	background-color:#0099CC;
}

a{
	text-decoration:none;
	color:#666666;
}

a:hover{
	color:#000000;
}

.padTop{
	padding-top:20px!important;
}

/* CONTAINER
----------------------------------------- */
#Container { 
	width:860px;
	background:url(../images/page_bg.png);
	margin:0 auto;
	padding:0px 40px 0px 40px;
}

#Content{
	padding:20px 0px 30px 0px;
}

/* HEADER */
#Header{

}

#Header #Logo{
	float:left;
	padding-left:2px;
}

#Header .rightSide{
	float:right;
	width:680px;
}

/* MAIN MENU */

#Header ul{
	float:right;
	clear:both;
	width:680px;
	padding:45px 0px 10px 0px;
}

#Header ul li{
	float:left;
	padding:0px 40px 0px 0px;
}

#Header ul li a{
	float:left;
	border-bottom:2px solid #afc4d7;
	font-size:1.3em;
	line-height:25px;
}

#Header ul li a.current,
#Header ul li a.section{
	border-bottom:2px solid #5788a8;
}

#Header ul li a:hover,
#Header ul li a.section{
	color:#000000;
}

#Header ul li.rightIcon{
	float:right;
	padding:10px 0px 0px 10px;
}

#Header ul li.rightIcon a{
	border:0px none;
	padding:0px;
}

/* BANNER */

#Banner{
	clear:both;
	padding:0px;
	margin-top:15px;
	height:248px;
}

/* COLS */
.typography{
	clear:both;
	padding:25px 0px 0px 0px;
}

#MainCol{
	width:570px;
	float:left;
	padding-bottom:40px;
	padding-left:1px;
}

#RightCol{
	float:right;
	width:260px;
}

/* RIGHT COL */

#RightCol ul{
	padding-top:20px;
	padding-bottom:10px;
}

#RightCol ul li{
	border-bottom:1px solid #999999;
}

/* Service List */
#RightCol li.sideListHeading{
	background:url(../images/side_menu_head_bg.png) repeat-x;
}

#RightCol li.sideListHeading a{
	padding:13px 0px 13px 43px;
}

#RightCol #ServiceMenu li.sideListHeading a{
	background:url(../images/service_icon.png) no-repeat;
	background-position:5px 5px;
}

#RightCol #ServiceMenu li.sideListHeading a:hover{
	background-position:5px 5px!important;
}


#RightCol li a{
	padding:10px 0px 10px 43px;
	display:block;
	font-size:1.4em;
	background:url(../images/service_menu_bullets.png) no-repeat;
	background-position:11px 10px;
}

#RightCol li a:hover{
	background-position:11px -98px;
}

#RightCol li a.current{
	background: #f7f5e6 url(../images/service_menu_bullets_current.png) no-repeat 11px 10px;
}

#RightCol li.sideListHeading a.current{
	background:transparent url(../images/service_icon.png) no-repeat;
	background-position:5px 5px;
	color:#000000;
}

#RightCol #LatestNews li.sideListHeading a{
	background:url(../images/news_icon.png) no-repeat;
	background-position:5px 5px;
}

#RightCol #LatestNews li.sideListHeading a:hover{
	background-position:5px 5px!important;
}

#RightCol #LatestNews li.newsItem a{
	padding-left:20px;
	background:url(../images/bullet_bg.png) no-repeat;
	background-position:10px 20px;
	font-size:.9em;
	color:#575757;
}

#RightCol #LatestNews li.newsItem a:hover{
	color:#000!important;
}

/* NEWS */

#NewsList{
	padding-bottom:20px;
	margin:0px;
}

#NewsList li ul{
	float:left;
	border-bottom:1px solid #E8E8E8;
	padding-top:20px;
	margin:0px;
}

#NewsList li{
	list-style:none;
	padding:0px;
	margin:0px;
}

#NewsList .newsDateTitle,
#NewsList .newsSummery{
	float:left;
}

#NewsList .newsDateTitle{
	width:100px;
}

#NewsList .newsSummery{
	width:470px;
}

/* PAGING */

.paging{
	clear:both;
	border-bottom:1px solid #ccc;
}

.paging .inner{
	padding:0px 0px 0px 0px;
	height:40px;
}

.paging .inner .right{
	float:right;
}

.paging .inner .left{
	float:left;
}

.paging .next{
	float:right;
}

.paging .prev{
	float:left;
}

.paging .inner .right .next,
.paging .inner .right .prev{
	float:none;
}

.paging .inner .right .next{
	border-left:1px solid #CCCCCC;
	padding-left:10px;
	margin-left:9px;
}

.articlePaging{
	padding-bottom:20px;
}

.paging .pageResults{
	float:left;
}

.paging .PageNumbers{
	float:right;
	overflow:visible;
}

	.paging .PageNumbers .pageResults{
		padding-right:10px;
		padding-top:2px;
	}
	
	.paging .PageNumbers a,
	.paging .PageNumbers .current{
		float:left;
		border:1px solid #ccc;
		padding:2px 5px 2px 5px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		line-height:15px;
		margin-left:4px;
	}
	
	.paging .PageNumbers .current{
		font-weight:bold;
	}

/* TESTIMONIALS */

#testimonials{
	padding-top:30px;
	background:url(../images/260_shadow.png) no-repeat;
}

/* SEARCH RESULTS */

#SearchResults{
	padding-bottom:20px;
	margin:0px;
}

#SearchResults li{
	border-bottom:1px solid #E8E8E8;
	padding:20px 0px 20px 0px;
	list-style:none;
	margin:0px;
}

#SearchResults .searchURL{
	font-size:.8em;
	margin-bottom:0px;
	color:#ccc;
}

/* SITE MAP */

#sitemap-list a{
	text-decoration:underline;
}

#sitemap-list li{
	line-height:25px;
}

#sitemap-list li ul{
	margin-bottom:0px;
}

/* FOOTER */

#footer{
	clear:both;
	font-size:.9em;
}

#footer ul{
	margin-left:-10px;
}

#footer ul li{
	float:left;
	border-right:1px #999999 solid;
	padding:0px 9px 0px 10px;
}

#footer ul li.last{
	border-right:0 none;
}

#footer .copywrite{
	float:left;
}

#footer .credits{
	float:right;
}

#footer hr{
	margin:10px 0px 10px 0px;
}


	