/* Start of CMSMS style sheet 'pf: main' */
*
{
	margin: 0;
	padding: 0;
}

ol, ul { list-style: none; }

html, body
{
	height: 100%;
	width: 100%;
}

html
{
	background-image: url(uploads/images/back-03.jpg);
	background-repeat: repeat;
	background-position: center center;
}

body
{
	background-image: url(uploads/images/text-25-red.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#container
{
	min-height: 100%;
	position: relative;
}

#header
{
	padding: 0 0 10px 0;
	background-color: transparent;
}

#body
{
	padding: 10px;
	padding-bottom: 60px;
	/* Height of the footer */
}

#header .container
{
	width: 900px;
	margin: 0 auto;
}

#header .container p
{
	width: auto;
	padding: 5px 10px;
	background-image: url(uploads/images/back-black-50.png);
	background-repeat: repeat;
	float: right;
	display: inline;
	margin-bottom: 30px;
	color: #fff;
}

#header .container p a
{
	color: #fff;
	text-decoration: none;
}

#teaser
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

#teaser a, #teaser a:hover
{
	width: 177px;
	height: 127px;
	display: block;
	background-image: url(uploads/images/teaser.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

/* Footer styles */
#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	/* Height of the footer */
	background-color: transparent;
	background-image: url(uploads/images/back-black-50.png);
}

#footer p
{
	padding: 5px 10px 10px 10px;
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: center;
	color: #FFF;
	font-family: Helvetica, Arial, Tahoma, San-Serif;
	font-size: 13px;
	line-height: 1.3em;
}

#footer a { color: #FFF; }

/* column container */
.colmask
{
	position: relative;
	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	width: 900px;
	/* width of whole page */
	overflow: hidden;
	/* This chops off any overhanging divs */
	margin: 0 auto;
	text-align: left;
}

/* common column settings */
.colleft,
.colmid,
.colright
{
	float: left;
	width: 100%;
	position: relative;
}

.col1,
.col2,
.col3
{
	float: left;
	position: relative;
	padding: 0;
	overflow: hidden;
}

/* 3 Column settings */
.threecol
{
	background: #eee;
	/* right column background colour */
}

.threecol .colmid
{
	right: 25%;
	/* width of the right column */
	background: #fff;
	/* center column background colour */
}

.threecol .colleft
{
	right: 50%;
	/* width of the middle column */
	background: #f4f4f4;
	/* left column background colour */
}

.threecol .col1
{
	width: 46%;
	/* width of center column content (column width minus padding on either side) */
	left: 102%;
	/* 100% plus left padding of center column */
}

.threecol .col2
{
	width: 21%;
	/* Width of left column content (column width minus padding on either side) */
	left: 31%;
	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3
{
	width: 21%;
	/* Width of right column content (column width minus padding on either side) */
	left: 85%;
	/* Please make note of the brackets here:
(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* 3 Column blog style settings */
.blogstyle
{
	background: #eee;
	/* right column background colour */
}

.blogstyle .colmid
{
	right: 25%;
	/* width of the right column */
	background: #f4f4f4;
	/* center column background colour */
}

.blogstyle .colleft
{
	right: 25%;
	/* width of the middle column */
	background: #fff;
	/* left column background colour */
}

.blogstyle .col1
{
	width: 46%;
	/* width of center column content (column width minus padding on either side) */
	left: 52%;
	/* 100% plus left padding of center column */
}

.blogstyle .col2
{
	width: 21%;
	/* Width of left column content (column width minus padding on either side) */
	left: 56%;
	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.blogstyle .col3
{
	width: 21%;
	/* Width of right column content (column width minus padding on either side) */
	left: 60%;
	/* Please make note of the brackets here:
(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 Column (left menu) settings */
.leftmenu
{
	background: #fff;
	/* right column background colour */
}

.leftmenu .colleft
{
	right: 75%;
	/* right column width */
	background: #f4f4f4;
	/* left column background colour */
}

.leftmenu .col1
{
	width: 71%;
	/* right column content width */
	left: 102%;
	/* 100% plus left column left padding */
}

.leftmenu .col2
{
	width: 21%;
	/* left column content width (column width minus left and right padding) */
	left: 6%;
	/* (right column left and right padding) plus (left column left padding) */
}

/* 2 Column (right menu) settings */
.rightmenu
{
	background-color: transparent;
	/* right column background colour */
}

.rightmenu .colleft
{
	right: 300px;
	/* right column width */
	background-color: transparent;
	/* left column background colour */
}

.rightmenu .col1
{
	width: 600px;
	/* left column content width (left column width minus left and right padding) */
	left: 300px;
	/* (right column width) plus (left column left padding) */
}

.rightmenu .col2
{
	width: 280px;
	/* right column content width (right column width minus left and right padding) */
	left: 320px;
	/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* 2 Column (double page) settings */
.doublepage
{
	background-color: transparent;
	/* right column background colour */
}

.doublepage .colleft
{
	right: 50%;
	/* right column width */
	background-color: transparent;
	/* left column background colour */
}

.doublepage .col1
{
	width: 46%;
	/* left column content width (column width minus left and right padding) */
	left: 52%;
	/* right column width plus left column left padding */
}

.doublepage .col2
{
	width: 46%;
	/* right column content width (column width minus left and right padding) */
	left: 56%;
	/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* Full page settings */
.fullpage
{
	background-color: transparent;
	/* page background colour */
}

.fullpage .col1
{
	width: 900px;
	/* page width minus left and right padding */
	left: 0px;
	/* page left padding */
}

#logo
{
	width: 900px;
	height: 58px;
	background-color: transparent;
	background-image: url(uploads/images/logo-655.png);
	clear: both;
	font-family: Helvetica, Arial, San-Serif;
	text-align: right;
	padding: 130px 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
}
#logo a {color: #191919;}
        

h1
{
	font-size: 130px;
	line-height: 0.8em;
	font-family: FrankRuehl, 'Times New Roman', 'Times New-Roman', Serif;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #191919;
}

#pagecontent { background-image: url(uploads/images/back-white-75.png); padding: 30px; }
#pagecontent h1 { text-align: left; font-size: 40px; margin: 0 0 30px 0; }

#tabs {margin: 20px 0 0 0; }
#tabs #fragment-1 { font-family: Georgia, Times, 'Times New Roman', Serif; }
#tabs #fragment-1 p { margin-bottom: 0.75em; }

div.bio { clear: both; text-align: left; margin: 0 0 40px 0; }
div.bio img { float: left; margin: 0 10px 10px 0; border: 1px #000 solid; }

.home h1 {display: none;}
.home #pagecontent {padding: 0;}
/* End of 'pf: main' */

