/* CSS Document */

/* ---[ Get rid of browsers default settings ]------------------------------- */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
margin: 0;
padding: 0;
border: 0;
}

html, body {
height: 100%;
}

/* -Align table to the top-- */

td { 
	vertical-align: middle;
}

/* -- */

body {
	background: #fffef8;
	font: 62.5% Arial, Helvetica, Verdana;	
}


/* ---[ Generic image floaters ]------------------------------- */

.leftimage {
margin-right: 5px;
margin-top: 3px;
float: left;
clear: both;
}

.rightimage {
margin-left: 25px;
margin-bottom: 15px;
margin-top:15px;
float: right;
clear: both;
}
	
#holder {
	width:100%;
	height:100%;
	background: url(/images/layout/baseline-watermark-bg-515x5.gif) no-repeat 80% 50%;	
	}
	
/* ---[ Image stuff, a div to hold a class to style ]------------------------------- */
#imagehorz {
	height:101px;
	width: 122px;
	float: left;
	padding-right:11px;
	padding-bottom:10px;
	background: url(/images/layout/baseline-image-bg-122x101.png) no-repeat;
}

#imagehorz2 {
	height:158px;
	width: 192px;
	float: left;
	padding-right:8px;
	padding-bottom:8px;
	background: url(/images/layout/baseline-image-bg-192x158.png) no-repeat;
}

#imagehorz3 {
	height:338px;
	width: 411px;
	float: left;
	padding-bottom:10px;
	background: url(/images/layout/baseline-image-bg-411x338.png) no-repeat;
}

.images {
	padding:6px;
	}
	
.imagesmed {
	padding: 8px;
	}

.imageslrg {
	padding: 12px;
	}

/* ---Main page holder (table class)--- */

.page {
	margin: 0px auto;
	padding: 0;
	width: 660px;
	height: 100%;
	vertical-align: middle;
	}
	
p {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: left;
	text-decoration: none;
	color: #685a48;
	padding-bottom: 8px;
}

li {
    font-size: 1.1em;
    color: #685a48;
    padding-bottom: 6px;
    margin-left: 15px;
}

.last {
	padding-bottom: 8px	
	}
	
.headline {
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	}

ul {
	list-style: disc;
}

.smaller {
	font-size: 1em;
	line-height: 1.4em;
}

/* ---[ links ]------------------------------- */
    
    
a:link, a:visited {
text-decoration: none;
color: #a09a85;
}

a:active { 
text-decoration: none;
color: #51543f;
}   
    
a:hover {
color: #51543f;
text-decoration: none;
}


/* ---[ LAYOUT ]------------------------------- */
/* ---[ header top ]------------------------------- */


#flashcontent {
	display: inline;
	float: left;
	clear: left;
	margin-top: 25px;
	margin-left: 5px;
}

.colbar {
	width: 100%;
	height: 4px;
	background: #525344;
	font-size: 0px;
}

#contentarea {
	float: left;
	clear: none;
	height: 380px;
	width: 400px;
}

/* ---[This div is because ie didn't like just using padding ]------------------------------- */

#cleardem {
	height:60px;
	width:100%;
	clear:both;
	}

/* -Main columns (layout)- */

#leftcol {
	width: 150px;
	height: auto;
	padding-right: 38px;
	padding-left: 95px;
	padding-top: 10px;
	clear: both;
	float: left;
}

#midcol {
	width: 308px;
	height: auto;
	padding-right: 30px;
	padding-left: 0px;
	padding-top: 10px;
	clear: none;
	float: left;
	position: relative;
}

#rightcol {
	width: 268px;
	height: auto;
	padding-left: 0px;
	padding-top: 10px;
	clear: none;
	float: left;
	position: relative;
}


/* ---[ main menu system ]------------------------------- */

#menu {
	float:left;
	clear:none;
	margin-left: 65px;
	margin-top: 62px;
	list-style: none;
	width: auto;
	}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	text-transform: lowercase;
}

#menu li.selected {
    color: #a7a679;
}

#menu a {
    font-size: 1em;
	float: left;
	width: auto;
	margin: 0px 10px;	
	text-decoration: none;
	color: #756857;
}

#menu a:hover {
	color: #a7a679;
	text-decoration: none;
}

#menu a.active {
    color: #a7a679;
}


/* ---[ sub menu system ]------------------------------- */

#subholder {
	float:left;
	clear:both;
	padding-left: 28px;
	width: 210px;
	height:400px;
	line-height:1.5em;
	}

#submenu li {
	margin: 0;
	list-style: none;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	text-transform: lowercase;
	color: #a7a679;
}

#submenu li.selected {
    color: #756857;
}

#submenu a {
    font-size: 1em;
	width: auto;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
}

#submenu a:hover {
	color: #756857;
	text-decoration: none;
}

#submenu a.active {
    color: #51543f;
}

/* ---[ Footer menu style ]------------------------------- */
    
#footer {
    width: 100%;
    height: 20px;
    color: #878888;
    padding-bottom: 0px;
	padding-top:20px;
}

#footer li {
	colour:#fff;
	font-size:1em;
	list-style:none;
	float:left;
	padding-right:10px;  
	margin-left: 0px;
	}
		

