* {
    margin: 0;
    padding: 0;
}

body {
    background: #f6f6f6;
}

#main {
    width: 980px;
    margin: 0 auto;
}

#header {
    height: 580px;
    background: url(./../images/header-bg.jpg) no-repeat left 88px;
}

#header, #content, #footer {
    font-size: 0.75em;
}

#header .row-1 {
    height: 88px;
	position: relative;
	display: block;
}

#header .row-1 .fleft {
    padding: 10px 0 0 19px;
}

#header .row-1 .fright {
    padding: 39px 23px 0 0;
}

#header .row-2 {
    height: 407px;
    text-align: right;
}

#header .row-2 .indent {
    padding: 151px 0 0 0;
}

#header .row-3 {
    background: #dedede;
    height: 51px;
}

#header ul li {
    display: inline;
}

#header ul li a {
    display: block;
    float: left;
    width: 139px;
    height: 51px;
    background: #dedede;
    border-right: 1px solid #FFFFFF;
}

#header ul li a:hover {
    background: #555656;
}

#header ul li a.current {
    background: #555656;
}
#Sidebar, #BlogContent, .col-1, .col-2, .col-3 {
    float: left;
}

.HomePage #content .col-1 {
    width: 287px;
    margin-right: 39px;
}

.banners li {
    position: relative;
	line-height: 108px;
}

.LeftListLayer {
    position: absolute;
    top: 0;
	left: 0;
}

.LeftListLayer img {
    width: 287px;
    height: 108px;
}

.LeftListLayer p {
    margin: 6px 126px 6px 6px;
	font-size: 24px;
	color: #c10000;
	font-family: Arial, Tahoma, sans-serif;
	padding: 35px 0 0 30px;
	font-style: italic;
	line-height: 22px;
}
.LeftListLayer p:first-letter{
	font-size: 26px;
	font-weight: bold;
}
.HomePage #content .col-2 {
    width: 279px;
    margin-right: 46px;
    
    margin-top: 30px;
}

.HomePage #content .col-3 {
    width: 278px;
    
    margin-top: 30px;
}

.Page #content .col-1, #Sidebar, .SiteMap #content .col-1 {
    width: 270px;
    margin-right: 46px;
}

.Page #content .col-2, #BlogContent, .SiteMap #content .col-2 {
    width: 603px;
}

#footer {
    height: 102px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.wrapper, block {
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
}

p {
    margin-bottom: 20px;
}

.tail-bottom {
    background: url(./../images/tail-bottom.gif) left bottom repeat-x #fff;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

ul {
    list-style: none;
}

.banners li {
    padding-bottom: 4px;
}

.list1 {
    margin-bottom: 8px;
}
.list1 li {
    background: url(./../images/marker.gif) no-repeat scroll left 7px;
    padding: 0 0 2px 9px;
	line-height: 18px;
}

.list1 li a {
    /*float: left;*/
    width: 195px;
}

.list2 {
    margin-bottom: 8px;
}

.list2 li {
    background: url(./../images/marker.gif) no-repeat left 5px;
    padding: 0 0 10px 9px;
}

.list3 dd {
    padding-bottom: 13px;
}

.img-indent {
    margin: 0 15px 0 0;
    float: left;
}

.img-box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 32px;
}

.img-box img {
    float: left;
    margin: 0 15px 0 0;
}

.img-box1 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 22px;
}

.img-box1 img {
    float: left;
    margin: 0 15px 0 0;
}

.p2 {
    margin-bottom: 18px;
}

h2 {
    margin-bottom: 5px;
}

h3 {
    margin-bottom: 12px;
}

.title {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 29px;
}

.title img {
    margin: 6px 0 7px 0;
}

.cont-box {
    padding: 0 84px 0 0;
    margin: 0;
}

.cont-box span {
    float: right;
}


#content .indent {
    padding: 0 28px 32px 20px;
}

#content .indent1 {
    padding: 0 18px 32px 30px;
}

#footer p {
    padding: 18px 0 0 19px;
}

.WidgetHolder {
    margin-bottom: 2em;
}

/* SILVERSTRIPE NAVIGATOR */
#SilverStripeNavigatorMessage {
    display: none;
}

#SilverStripeNavigator {
    background: url(./../images/footerBG.png) repeat-x scroll left top !important;
    border-top: 1px solid #C4C4C4 !important;
}

#SilverStripeNavigator .holder {
    border-top: 1px solid #E2E2E2 !important;
}

html #SilverStripeNavigator #logInStatus {
    background: url(./../images/icons/logout.png) no-repeat scroll right top !important;
}

#SilverStripeNavigator a:link, #SilverStripeNavigator * {
    color: #323232 !important;
}

.SiteMap ul li a {
    float: none;
}

.SiteMap ul li {
    padding-bottom: 4px;
}