/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #FFFFFF;
	height:100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote {
	margin: 0;
	padding: 0;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}


h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
select {
	*font-size: 100%;
}
p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}

h2.headline, h4 {
	font-size:20px;
	font-weight: bold;
	margin-bottom:5px;
	margin-top: 10px;
}





/* User Defined */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	height:100%;
}

a {
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;
	font-weight:bold;
}
	
a.visited {
	text-decoration: none;
	color: #000000;
	background-color:#FFFFFF;
}

a.active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color:#000000;
}



#menuContainer {
	padding-left:20px;
	width:130px;
	background-color:#FFFFFF;
	float:left;
	min-height: 100%;
	/*position:relative;*/
	z-index:5;
	position: absolute;
	left: 0;
	top:0;
	
}
* html #menuContainer {
	height: 100%;
}


#menuItems {
	margin-top:15px;
}
#copyrightContainer {
	position:absolute;
	bottom:15px;
}

#mainContainer {
	padding-left:30px;
	padding-right:30px;
	margin-left:150px;
	background-repeat:repeat;
	background-position:top left;
	min-height: 100%;
	position:relative;
	
	font-size:0.8em;
}
* html #mainContainer {
	height: 100%;
}

.logo {
	margin-top:24px;
}

.title {
	z-index:2;
}

.watermark {
	background-image:url(img/watermark.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:565px;
	width:866px;
	bottom:10px;
	right:10px;
	position:absolute;
}
.watermarkOverride {
	position:relative;
	z-index:1;
}

/*wrapper*/
#wrapperContainerVertical {
	width: 820px;
	overflow: hidden;
}

#subMenuContainer {
	margin-top:20px;
}
#subMenuContainerVertical {
	margin-top:20px;
	margin-right:20px;
	width:220px;
	float:left;
	display: inline;
}

/* These 3 display the content, depending on type of page */
#contentContainer {
	margin-top:20px;
	width: 560px;
}
#contentContainerVertical {
	/*margin-top:53px;
	margin-left: 150px;*/
	margin-top: 20px;
	float: left;
	width: 580px;
	display: inline;
}
#contentContainerNoPad {
	width: 560px;
}

.menuSeperator {
	padding-right:5px;
	vertical-align:middle;
}

.verticalMenuTitle {
	margin-bottom:7px;
	margin-left:-2px;
}

a.subMenu {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	padding-right:5px;
	background-color:transparent;
}

a.subMenu:visited {
	text-decoration: none;
}

a.subMenu:active {
	text-decoration: underline;
}
	
a.subMenu:hover {
	text-decoration: underline;
}

a.subMenuVertical {
	font-size:14px !important;
	font-weight:normal !important;
}

.davidBg {
	position:absolute;
	bottom:10px;
	left:516px;
	width:117px;
	height:198px;
	cursor:pointer;
}

.richardBg {
	position:absolute;
	bottom:10px;
	left:0px;
	width:117px;
	height:198px;
	cursor:pointer;
}
/* for tinymce */

#mainContainer textarea p {
	font-size:0.5em;
	color:red;
	}