@charset "UTF-8";
/* Trustee Monk CSS Document */

/* Colours */

.colourLightOrange { color:rgb(249,207,174); }
.colourOrange {
	color:rgb(246,139,31);
	font-size: 18%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.colourDarkGrey { color:rgb(100,100,100); }
.colourGrey { color:rgb(150,150,150); }
.colourRed { color:rgb(155,0,25); }

/* Setup */

body { font-family:"Georgia", Times New Roman, Times, serif; background-color:rgb(220,220,220); }
h1 { font-weight:normal; font-size:28px; color:rgb(100,100,100); margin:10px 0 10px 0;}
h2 { font-weight:normal; font-size:22px; color:rgb(100,100,100); margin:10px 0 0px 0; }
h3 { font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; margin-bottom:10px; text-transform:uppercase; }
h4 { font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-size:14px; margin-bottom:10px; color:white; text-align:center; line-height:16px;}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	color:#808080;
	margin:20px 0 20px 0;
	text-align:justify;
}
.colourLightOrange2 {
	font-size: 28px;
}

.middlec{
	text-align: center;

}
.orangesmall {
	font-size: 14px;
	color: #F27427;
}
img { border:0; }

a { text-decoration:none; }
a:hover { text-decoration:underline; }
.orange {
	font-weight:normal;
	font-size:28px;
	color:rgb(246,139,31);
	margin:0px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container { }
#main { width:1020px; /* width: 944px; */ margin:0 auto 0 auto; background-color:white; position:relative; }
#middle { margin-top:10px; }

#header { height:90px; background-color:rgb(246,139,31); background-image:url('../images/bkg_header_gradient.gif'); background-repeat:repeat-x; background-position:bottom center; position:relative; }
#header h1 { color:white; padding:47px 0 0 87px; margin: 0 0 0 0;}
#header_logo { position:absolute; top:15px; left:30px; }

#centre { margin:0 90px 0 90px; }
#centre_content {margin:30px 0 0 0;}

#footer { clear:both; }

/* Menu */

#menu { font-family:Arial, Helvetica, sans-serif; margin:20px 0 20px 0; }
#menu ul { list-style:none; margin:0; padding:0; }
#menu ul li {
	margin:0 15px 10px 0;
	padding:0;
	font-size:11px;
	line-height:25px;
	color:#E36F18;
	font-weight:normal;
	display:inline;
}
#menu ul li a { color:#E36F18; }

/* Elements */

#text {
	padding:0px 450px 50px 0px;
	text-align:justify;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: rgb(100,100,100);
}

#login {
	position:absolute;
	right:90px;
	top: 110px;
	width: 392px;
}
#login_form {}
#login_form td {font-family:Arial, Helvetica, sans-serif; color:rgb(100,100,100); font-size:11px; vertical-align:middle; }
#login_form td.fill_in {padding: 0 5px 0 0; }
#login_form td.form_input {padding: 0 20px 0 0; }

#right_boxes {float:right; width:400px; margin-bottom:20px;}
#right_boxes a { color:white; }

.redBox { background-color:rgb(155,0,25); margin-bottom:10px; /*-moz-border-radius:5px; -webkit-border-radius:5px;*/ font-family:Arial, Helvetica, sans-serif; font-size:11px; background-image:url('../images/corners_bottom_red_400.gif'); background-repeat:no-repeat; background-position:bottom center; position:relative; }
.redBox p { color:white; font-size:11px; margin:10px 0 10px 0;}
.redBoxContent { padding:15px 15px 7px 15px; text-align:center; }
.redBoxContent img { position:relative; }

.thumb_pic { float:left; width:70px; margin:0 15px 10px 0; zoom:1; }

.orangeBox { background-color:rgb(246,139,31); background-image:url('../images/corners_bottom_orange_400.gif'); background-repeat:no-repeat; background-position:bottom center; /*background-image:url('../images/bkg_gradient_orange.gif'); background-repeat:repeat-x; background-position:bottom center; -moz-border-radius:5px; -webkit-border-radius:5px;*/ margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-size:11px; position:relative; zoom:1; /* Because IE is rubbish */ }
.orangeBox p { color:white; font-size:11px; margin:5px 0 10px 0;}
.orangeBox h3 { color:white; display:inline; }
.orangeBoxContent { padding:15px 15px 7px 15px; }

.topCorners {
	position:absolute;
	top:0px;
	left:0px;
}

.arrow { padding-right:13px; background-image:url('../images/arrow_right_white.gif'); background-repeat:no-repeat; background-position:right center; text-align:left; }

/* Slideshow */

#slideshow {
	position:relative;
	overflow:hidden;
	width:840px;
	height:169px;
	background-image: url(images/newbannergif.gif);
}

/* The rest */

#footer {border-top: 1px solid rgb(100,100,100); padding:10px 0 0 0;}
#footer_logo { display:inline; margin-right:10px; }
#footer p { position:relative; top:-48px; left:24px; font-size:10px; color:rgb(150,150,150); font-family:"Georgia", Times New Roman, Times, serif; }
