/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background: #E8EFC1 url(../images/top.jpg) repeat-x;
}
body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	font-size: 11px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial,Verdana,sans-serif;
	list-style:none;
    
    outline: none;
}
a img{
	border:0;
}

.clear{
	clear:both;
    
    font-size: 1px;
}

/* Layout CSS */
#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

#SilverStripeNavigatorMessage {
    display: none;
}

#SilverStripeNavigator * {
    color: #FFFFFF;
}

.main {
    width: 1003px;
    
    margin: 0 auto;
    
    min-height:600px;
    height:auto !important;
    height:600px;
}

.main #Content {
    margin: 16px 40px 34px 40px;
}

.header {
    background: url(../images/header.jpg) no-repeat;
    
    position: relative;
    
    width: 1003px;
    height: 232px;
    z-index: 9;
}

.header .logo {
    background: url(../images/logo.png) no-repeat;
    
    position: absolute;
    left: 52px;
    top: 70px;
    
    width: 360px;
    height: 103px;
}

.header .logo span, .header .slogan span {
    display: none;
}

.header .slogan {
    background: url(../images/3rs.jpg) no-repeat;
    
    position: absolute;
    left: 509px;
    top: 107px;
    
    width: 394px;
    height: 32px;
}

.footer {
    background: url(../images/bottomNavOuter.jpg) repeat-x;
    
    padding-bottom: 32px;
}

.footer .footerNav {
    background: url(../images/bottomNav.jpg) no-repeat;
    
    width: 899px;
    height: 51px;
    
    margin-left: auto;
    margin-right: auto;
    
    padding-left: 46px;
    padding-right: 58px;
}

.footer .footerNav .footmenu {
    float: right;
    
    text-transform: uppercase;
}

.photoBlock {
    width: 400px;
    height: 357px;
    
    margin-bottom: 36px;
}

.leftColumn {
    margin-right: 72px;
}

.rightColumn {
    float: right;
    
    width: 450px;
    
    padding-top: 24px;
}

.character {
    width: 374px;
    height: 89px;
    
    margin-left: 36px;
    margin-bottom: 13px;
}

.character .content {
    padding-top: 8px;
}

.character .photo {
    width: 89px;
    height: 89px;
    
    float: left;
    
    padding-right: 14px;
}

.container {
    position: relative;
    
    margin-bottom: 12px;
}

.container-top-left {
    background: transparent url(./../images/contentArea/topLeft.png) no-repeat right bottom;
    float: left;
    
    height: 32px;
    width: 32px;
}

.container-top {
    background: transparent url(./../images/contentArea/top.png) repeat-x bottom;
    
    height: 32px;
    margin-left: 32px;
    margin-right: 32px;
}

.container-top-right {
    background: transparent url(./../images/contentArea/topRight.png) no-repeat left bottom;
    float: right;
    
    height: 32px;
    width: 32px;
}

.container-left {
    background: transparent url(./../images/contentArea/left.png) repeat-y right top;
    
    position: absolute;
    left: 0;
    bottom: 0;
    top: 32px;
    
    width: 32px;
    
    margin-bottom: 32px;
}

.container-center {
    background: #EFF4D4;
    
    margin-left: 32px;
    margin-right: 32px;
    
    min-height:300px;
    height:auto !important;
    height:300px;
    
    padding-bottom: 20px;
}

.container-right {
    background: transparent url(./../images/contentArea/right.png) repeat-y left top;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 32px;
    
    width: 32px;
    
    margin-bottom: 32px;
}

.container-bottom-left {
    background: transparent url(./../images/contentArea/bottomLeft.png) no-repeat right top;
    float: left;
    
    height: 32px;
    width: 32px;
}

.container-bottom {
    background: transparent url(./../images/contentArea/bottom.png) repeat-x top;
    
    height: 32px;
    
    margin-left: 32px;
    margin-right: 32px;
}

.container-bottom-right {
    background: transparent url(./../images/contentArea/bottomRight.png) no-repeat left top;
    float: right;
    
    height: 32px;
    width: 32px;
}

.linkBox {
    background: url(./../images/empty.jpg) no-repeat;
    
    float: left;
    
    width: 177px;
    height: 190px;
    
    padding: 20px 25px 25px 20px;
}

.rrfbBox {
    background: url(./../images/rrfb.jpg) no-repeat;
    
    float: right;
    
    width: 177px;
    height: 80px;
    
    padding: 130px 25px 25px 20px;
}
.rrfbBox p {
	margin: 0; padding: 0;
	height: 75px;
	overflow-y: auto;
}

.newsEntry {
    margin-top: 30px;
}

.newsEntry h2 {
    margin-bottom: 12px;
    line-height: 12px;
}

.newsEntry p {
    margin-bottom: 12px;
}

.linkBox p {
    margin-top: 14px;
}

.image.center {
    margin-left: auto;
    margin-right: auto;
}