/* ###   STANDARD STYLES   ### */
/* These are the default styles. Please don't rename them since some template are dependent on them.
 * If you like to add styles, add them at the bottom of this document
 */


/* HTML elements */

* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
A, A:link, A:visited, A:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #a6a6a6;
}
HTML {
	height: 100%;
	overflow: -moz-scrollbars-vertical; /* Forces vertical scrollbar in FireFox */
	SCROLLBAR-TRACK-COLOR: #D3CEC1;
	SCROLLBAR-FACE-COLOR: #716B64;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #AAA49D;
	SCROLLBAR-HIGHLIGHT-COLOR: #716B64;
	SCROLLBAR-DARKSHADOW-COLOR: #44413D;
	SCROLLBAR-SHADOW-COLOR: #716B64;
}
BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
H1, H2, H3, H4, H5, H6 {
	color: #716b64;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
STRONG, B {
	color: #716b64;
}
IMG {
	border: 0;
}
UL {
	margin-left: 20px;
	margin-top: 0
}
TD {
	vertical-align: top;
}
TEXTAREA {
	overflow: auto
}
A:hover, A:active {
	text-decoration: none;
}


/* Form elements */
INPUT.text, TEXTAREA.text {
	border: 1px solid #716B64;
}
INPUT.button {
	border: 0;
	padding: 1px;
	cursor: pointer;
	background-color: #716B64;
	color: #ffffff;
}
INPUT.button:hover {
	border: 1px;
	padding: 0px;
	background-color: #716B64;
}
.formTable TD {
	padding-bottom: 4px
}
.formTable .col1 {
	width: 1%;
	white-space: nowrap
}
formTable .col2 {
	padding-left: 8px
}


/* Misc */
.superscript {
	vertical-align: super;
	font-size: 0.7em;
}










/* ###   WEBSITE-SPECIFIC STYLES   ### */
/* Here you add new styles that are needed for this website */


/* Main structure */
/* Add here the styles of the main boxes that appear in all pages
 * Please try to keep all the styles of one box (header, footer, 1st menu, 2nd menu, etc)
 * in one place and put the name of that box on top
 */
 
.holderMain {
	margin: 0 auto;
	width: 988px;
	text-align: left
}
.ContentBlock1 {
	height: 320px
}
.ContentBlock1_1 {
	width: 100%;
	height: 320px;
	background-color: #D3CEC1;
	float: right
}
.ContentBlock1_2 {
	position: absolute;
	margin-left: 160px;
	padding: 19px 9px 19px 9px;
}
.ContentBlock2 {
	padding: 25px 15px 25px 168px
}

/* Menu 1 */
.Menu1Holder {
	width: 160px;
	height: 320px;
	position: absolute;
}
.Menu1 TD {
	vertical-align: middle;
	text-align: right;
	padding: 5px 0 5px 0
}
.Menu1 TD A {
	font-weight: bold;
	padding: 0 16px 0 0;
	color: #ffffff
}
.Menu1 TD A, .Menu1 TD A:link, .Menu1 TD A:visited, .Menu1 TD A:active {
	text-decoration: none
}
.Menu1 TD A:hover {
	text-decoration: underline
}
.Menu1 .selected A, .Menu1 .selected A:link, .Menu1 .selected A:visited, .Menu1 .selected A:active {
	text-decoration: none;
	cursor: default
}
.Menu1 .RightBar {
	background-color: #716B64
}
.Menu1 .selected .RightBar {
	background-image: url(../../Media/Global/menu1Selected.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px
}

/* Menu 2 */
DIV.Menu2 {
	width: 650px;
	margin-left: 338px;
	text-align: right;
	height: 20px;
	overflow: visible;
	/* margin-top: 300px; */
	margin-top: 0;
	position: absolute;
	z-index: 999;
}
DIV.Menu2 DIV {
	background-color: #716B64;
	margin-left: 1px;
	height: 18px;
	float: right;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap
}
DIV.Menu2 DIV:hover {
	background-color: #d3cec1;
}
DIV.Menu2 DIV:hover A:link, DIV.Menu2 DIV:hover A:hover, DIV.Menu2 DIV:hover A:visited, DIV.Menu2 DIV:hover A:active {
	color: #716B64;
}
DIV.Menu2 A, DIV.Menu2 A:link, DIV.Menu2 A:hover, DIV.Menu2 A:visited {
	text-decoration:none;
	color: #ffffff
}
DIV.Menu2 .Banner {
	height: 318px;
	width: 90px;
	position: absolute;
	margin-top: -304px;
	overflow: visible;
	background-color: transparent
}





/* Misc */
