/*--------------------------------------*/
/*|       Author: 7Spire(7Spire.com)   |*/
/*| Last Updated: 28/04/09 10:41AM GMT |*/
/*--------------------------------------*/

body {
	padding: 0px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px auto;
	background: url(http://www.mastrust.org/style/images/background_body_grey.jpg) top center repeat-y;
}

#outer {
	
}

#wrapper {
	border-bottom:1px solid rgb(88,144,168);
	background: #fff;
	width:767px;
	margin: 0px auto;
}

/* LOGO/LEFT MENU AREA */
#header {
	color: #000;
	background: #fff;
	height: 100px;
	text-align: center;
}

#title {font-size: 2.5em;}
#subtitle {font-size: 1.5em;}

#navigation {
	width:100%;
	height:30px;
	background:#999;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background: #0099FF url(http://www.mastrust.org/style/images/menu-bg.gif) bottom center repeat-x;
	font-weight: bold;
}

#navigation ul {margin:0px; padding:0px;}

#navigation ul li
{display:inline; float:left; list-style:none; height:30px; line-height:30px; padding-left:15px; cursor:pointer;}

#navigation ul li:hover {position:relative;}

#navigation li a
{color:#fff; text-decoration:none;}

#navigation li a:hover
{color:#fff;border-bottom: solid 3px rgb(88,144,168);}

#navigation li:hover ul
{display:block;}

#navigation li li
{list-style:none; display:list-item;}

#navigation li li a
{color:#fff; text-decoration:none; font-size:0.8em;}

#navigation ul ul li:hover {
	background-color:#555;
}

#navigation ul ul li:hover a {
	color:#fff;
}

#navigation li ul li {width:100%;}

/* MAIN AREA - TOP BANNER/CONTENT */
#mainsection {
	background-color: #fff;
	color: #333;
	line-height: 130%;
	width: 770px;
}

#leftcontent {
	padding: 1em;
	float: left;
	width: 740px;
	margin: 0;
}

#leftcontent h2 {
	margin: 0 0 .5em 0;
}

#content {
	font-size: 1em;
	line-height: 1.5em;
}

#rightcontent {
	margin-left: 60%;
	padding: 4em;
	text-align: center;
}

#newsblock {
	width: 95%;
	text-align:center;
	border: 1px solid #000;
	padding: 10px;
}

#footer {
	margin-left: 10px;
	padding: 1em;
	clear:both;
	text-align: center;
}

/* FOOTER/COPYRIGHT AREA */
#copyright {
	clear: both;
	padding: .5em;
	font-size: 0.75em;
	height:25px;
	width:760px;
	margin: 0px auto;
}

#copyright a {
	color: #000;
}

#copyrightright {
	float:right;
	width: 300px;
	text-align:right;
}

form fieldset {	border: 0; }
label {
	margin-top: 5px;
    display: block;
    width: 120px;
    padding: 0;
    
}
input {
	font-family: Trebuchet MS;
    border: 1px solid #000;
	margin-bottom: 5px;
    background-color: #FFF;
    padding: 2px;
}
input:hover {
	border: 1px solid #666;
    background-color: #EEE;
}

.pagetitle {
	overflow: hidden;
	width: 730px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 3px rgb(88,144,168);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 140%;
}

#bottomnavigation {
	margin: auto;
	padding: .5em;
	font-size: 0.75em;
	text-align: center;
	width:760px;
}

#bottomnavigation a{
	color: #333333;
}

#bottomnavigationright {
	text-align: center;
	float:right;
	width: 50px;
}

#bottomnavigationright a{
	color: #333333;
	text-decoration: none;
}

#bottomnavigationright a img{
	border: 0px;
}

.commentbox{
background-color: #ececec;
width: 700px;
padding: 10px;
}

.commentfooter{
background: url(http://www.mastrust.org/style/images/comment_arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

.thickbox img{
	border: 1px solid #000;
	padding: 2px;
}

.galleryimages {
	text-align: center;
}

.galleryimages a{
	padding: 10px;
}
