body
{
	position:relative;
	background-color:#000;
	background-image:url(../images/bg-body.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans serif;
	line-height:150%;
	color:#fff;
	margin:0px;
	padding:0px;
}

#idHeaderImage
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:-2;
	text-align:center;
	background-image:url(../images/bg-home2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:750px;
}	

#idPage
{
	margin:0px auto 30px auto;
	font-size:11pt;
	width:860px;
	position:relative;
}	

#idContact
{
	font-family:Arial Narrow;
	font-size:14pt;
	position:absolute;
	text-align:center;
	top:5px;
	right:0px;
	font-weight:bold;
}	

#idNavigation
{
	padding-top:5px;
	text-align:center;
	font-size:10pt;
}

#idNavigation a
{
	color:#fff;	
	padding: 0px 10px;
	border-left:solid 1px white;
}

#idNavigation a:first-child
{
	border-left:none;	
}	

#idNavigation a:last-child
{
	padding-right:0px;	
}	

#idLogo
{
	height:150px;
	width:221px;
	text-indent:-9000px;
	background:url(../images/logo-large.png) top left no-repeat;
	margin:0px auto;
	cursor:pointer;
}

#idLogoSmall
{
	height:100px;
	width:147px;
	text-indent:-9000px;
	background:url(../images/logo-small.png) top left no-repeat;
	margin:0px auto;
	cursor:pointer;
}

#idTagline
{
	height:38px;
	width:581px;
	text-indent:-9000px;
	background:url(../images/bg-tagline.png) top center no-repeat;
	margin:0px auto 20px auto;	
}


#idContent
{
	position:relative;
}

#idContent.sidebar-no
{
}

#idContent.sidebar-yes
{
	padding-left: 360px;	
}

#idSidebar
{
	position:absolute;
	top:0px;
	left:0px;
	width:340px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:solid 1px #999;
}

#idSidebar h3
{
	margin-top:20px;
}	

#idSidebar .content
{
	padding:10px;
	text-align:center;
}

#idSidebar td
{
	text-align:left;	
}

#idSidebar .background
{
	background:#624521;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	opacity:0.5; 
	position:absolute; 
	top:0px; 
	left:0px; 
	bottom:0px; 
	right:0px; 
	z-index:-1;
}

#idFooter
{
	font-size:8pt;
	font-family:Verdana;
	margin-top:40px;
	margin-bottom:50px;
}

#idFooter a
{
	color:#fff;
		
}

/*** Headings ***/
h1
{
	font-size:20pt;	
	margin:5px 0px;
}	

h2
{
	font-size:17pt;
	font-weight:normal;
	margin:5px 0px;
}	

h3
{
	font-size:14pt;
	font-weight:normal;
	margin:5px 0px;
}

h4
{
	font-size:12pt;
	font-weight:normal;
	margin:5px 0px;
}	

hr
{
	width:850px;
	border:none;
	border-bottom:dotted 2px #FFF;
	margin:30px auto;
}	


/*** Forms ***/
table.form
{
	margin-bottom:20px;
}	

table.form td
{
	padding:0px 5px 5px 0px;
}	
table.form td.label
{
}

input.justify
{
	font-size:12pt;
	width:300px;	
}	

/*** Panels ***/
.panel 
{
	border:solid 1px #B0753B; 
	position:relative; 
	color:#000; 
	margin:0px; 
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.panel .title 
{
	margin:-4px -4px 20px -3px;
	padding:5px;
	background:#B0753B;
	font-size:14pt;
	font-weight:bold;
	color:#fff;
	border-radius-topLeft:5px;
	border-radius-topRight:5px;
	-moz-border-radius-topLeft:5px;
	-moz-border-radius-topRight:5px;
	-webkit-border-radius-topLeft:5px;
	-webkit-border-radius-topRight:5px;
}

.panel .background
{
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
	opacity:0.4;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:-1;
	background:#FFCF91;
}


/***** Common styles *******/
a, a:visited, a:active {color:#fff;}
img {border:none;}
.plain {text-decoration:none; color:#fff;}
.block {display:block;}
.bold {font-weight:bold;}
.red {color:#900;}
.spaceAbove {margin-top:20px;}
.spaceBelow {margin-bottom:20px;}
.spaceLeft {margin-left:20px;}
.spaceRight {margin-right:20px;}
