/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family: Perpetua, Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#ffffff;
	color:#666;
}

p {font-size:100%; text-align:justify;}

#wrapper
{
	position:relative;
	width:100%;
}

#banner
{
	background-image:url(images/banner_bg_slim.jpg);
	background-repeat:repeat-x;
	text-align:center;
	height:120px;
}

#content
{
	margin:5px 0 5px 0;
	height:400px;
	position:relative;
	width:100%;
	background-image:url(images/content_bg2.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#content-gallery
{
	margin:5px 0 5px 0;
	height:400px;
	position:relative;
	width:100%;
	background-image:url(images/content_bg_gallery.jpg);
	background-repeat:repeat-y;
	background-position:center;
}


#content-centre
{
	width:770px;
	height:400px;
	margin:0 auto 0 auto;
	position:relative;

}

#content-left
{
	width:360px;
	margin:20px 10px 0 0;
	float:left;
	height:100%;
}

#content-right
{
	width:360px;
	margin:20px 0 0 10px;
	float:right;
	height:100%;
}

#content-right img {margin:20px;}

#content-right img.notopmargin {margin:0 20px 20px 20px;}

.leftcol
{
	width:170px;
	float:left;
	margin:0 10px 0 0;
}

.rightcol
{
	width:170px;
	float:right;
	margin:0 0 0 10px;
}

#testimonials {padding:20px 0 0 0;}

p.testimonials { font-style:italic;}

.leftcol-50 {width:45%; float:left; margin:0 0 0 10px;}
.rightcol-50 {width:45%; float:right; margin:0 10px 0 0;}

#news
{
	width:360px;
	margin:20px 10px 0 0;
	float:left;
	height:100%;
}
#news-right
{
	width:360px;
	margin:0 0 0 10px;
	float:right;
	height:100%;
	background-image:url(images/watermark.gif);
	background-repeat:no-repeat;
	background-position:center;
}

a.newsback {color:#999; font-weight:bold; text-decoration:none; float:right;}
a.newsback:hover {color:#555;}

#news .col1 {width:240px; float:left;}
#news .col2 {width:500px; float:right;}
#news .col2a {width:240px; float:left;}
#news .col3 {width:240px; float:right;}

h1 {font-size:140%;  font-weight:normal;}
h2 {font-size:100%; font-weight:normal;}

#news a {text-decoration:none; color:#555;}
#news a:hover {color:#999;}

#footer
{
	position:relative;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:40px;
	font-family:Perpetua;
	font-size:120%;
	color:#666;
	width:100%;
}

#footer-content
{
	width:770px;
	margin:0 auto;
	height:40px;
	position:relative;
	text-align:left;
	padding:3px 0;
}

#footer a	
{
	text-decoration:none;
	color:#555;
	margin:0;
	font-weight:normal;
}

#footer a.marginx {margin-left:20px;}

#footer img {float:right; border:none; margin:0 10px;}

#footer a:hover {color:#999;}

#external_logos
{
	position:relative;
	width:250px;
	margin:0 25px 0 25px;
}

.clearit {clear:both;}
.right {float:right;}
.centre {text-align:center;}
.underline_spacer {padding:0;}
.title {line-height:1px; font-size:1px; margin:0; padding:0;}
.spacer2 {width: 100%; height 7px; background-image:url(images/spacer2.gif); background-repeat:repeat-x;}
table.awards tr td {font-size:80%;}
a {color:#555; font-weight:bold; text-decoration:none;}
a:hover {color:#999;}


p.designedby {font-size:70%; margin:0; text-align:center; float:right; padding-top:3px;}
p.footertext {font-size:70%; margin:0; text-align:center;float:left; padding-top:3px;}

p.notitalic {font-style:normal;}