/* General */
body
{
	margin: 0 auto;
	padding: 0;
	width: 972px;
	background-color: #0c1013;
	background-image: url("../images/bckg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
}

p
{
	margin: 0 0 15px 0; 
	padding: 0;
	font: normal 12px Arial, san-serif;
	line-height: 14px;
	text-align: left;
	color: #000;
}

a,
a:active,
a:visited,
a img
{
	font-weight: bold;
	font-family: Arial, san-serif;
	color: #ca5a00;
	text-decoration: none;
	border: none;
}

a:hover
{
	font-weight: bold;
	color: #01375f;
	text-decoration: none;
}

h1
{
	margin: 0; 
	padding: 0;
	font: bold 26px Arial, san-serif;
	color: #01375f;
	text-align: left;
}

h2
{
	margin: 0; 
	padding: 0;
	font: bold 16px Arial, san-serif;
	color: #01375f;
	text-align: left;
}


h3
{
	margin: 0; 
	padding: 0;
	font: italic 12px Arial, san-serif;
	color: #01375f;
	text-align: left;
}

.bold
{
	font: bold 12px Arial, san-serif;
	color: #01375f;
}
/*- General */



/* Navigation classes */
#navigationContainer
{
	margin: 0;
	padding: 0;
	position: relative;
	width: 852px;
	height: 107px;
	background-image: url("../images/navBckg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#navigation
{
	margin: 2px 30px 0 0;
	padding: 0;
	float: right;
	width: 530px;
}

#navigation .categoryContainer
{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

#navigation .categoryContainer li
{
	display: inline;
	padding: 0 7px 0 0;
}

#navigation .categoryContainer .category,
#navigation .categoryContainer .category:active,
#navigation .categoryContainer .category:visited
{
	font: bold 12px Arial, san-serif;
	color: #fff;
	text-decoration: none;	
}

#navigation .categoryContainer .category:hover,
#navigation .categoryContainer .categorySelected:hover
{
	font: bold 12px Arial, san-serif;
	color: #ca5a00;
	text-decoration: none;	
}


#navigation .categoryContainer .categorySelected,
#navigation .categoryContainer .categorySelected:active,
#navigation .categoryContainer .categorySelected:visited
{
	font: bold 12px Arial, san-serif;
	color: #c6dfe5;
	text-decoration: none;	
}

#logo
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 24px;
}
/*- Navigation classes */



/* Content classes */
#wrapper
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 972px;
	#height: 600px;
	min-height: 600px;
	text-align: center;
}

#leftBorder
{
	margin: 0;
	padding: 0;
	float: left;
	width: 60px;
	height: 600px;
	background-image: url("../images/leftBckg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#center
{
	margin: 0;
	padding: 0;
	float: left;
	width: 852px;
	height: 100%;
}

#rightBorder
{
	margin: 0;
	padding: 0;
	float: right;
	width: 60px;
	height: 600px;
	background-image: url("../images/rightBckg.jpg");
	background-repeat: no-repeat;
	background-position: top center;

}

#contentTop
{
	margin: 0;
	padding: 0;
	width: 852px;
	height: 25px;
	background-image: url("../images/contentTopBckg.jpg");
	background-repeat: no-repeat;
}

#content
{
	margin: 0;
	padding: 0;
	width: 852px;
	background-image: url("../images/contentBckg.gif");
	background-repeat: repeat-y;
}
/*- Content classes */
	
	
	
/* Center Styles */	
/*- Left Column*/	
.contentLeft
{
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	width: 500px;
	#height: 400px;
	min-height: 400px;
}

.contentLeft ul
{
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	font: normal 12px Arial, san-serif;
}

.contentLeft ul li
{
	margin: 0 0 0 15px;
	padding: 0;
	font: normal 12px Arial, san-serif;
	line-height: 14px;
	list-style: square;
}
/*- Left Column*/	

/* Right Column*/	
.contentRight
{
	margin: 0 25px 0;
	padding: 0;
	float: right;
	position: relative;
	width: 275px;
	#height: 400px;
	min-height: 400px;
	background-image: url("../images/contentRightBckg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
}

.contentRight .bottomImage
{
	margin: 50px 0 0 0;
	padding: 0;
}

.contentRight .title
{
	margin: 0;
	padding: 0;
}

.contentRight h2
{
	margin: 0 0 5px 25px; 
	padding: 0;
	width: 250px;
	font: bold 18px Arial, san-serif;
	line-height: 18px;
	color: #01375f;
	text-align: left;
}

.contentRight p
{
	margin: 0 0 15px 25px; 
	padding: 0;
	width: 250px;
	font: bold 11px Arial, san-serif;
	line-height: 14px;
	text-align: left;
	color: #000;
}

.contentRight h2 img
{
	vertical-align: text-bottom;
}

.contentRight img
{
	margin: 0 0 15px 5px;
	padding: 0;
	text-align: center;
}

/*- Right Column*/	

.imageBlock /* Brown box for images on left column.*/	
{
	margin: 25px 0 0 0;
	padding: 0;
	width: 494px;
	height: 192px;
	background-color: #2c1501;
	background-image: url("../images/imageBckg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	border: 3px solid #ffc853;
}

.imageBlock img /* Brown box for images on left column.*/	
{
	margin: 10px 10px 0 10px;
	padding: 0;
}
/*- Center Styles */	



/* Footer classes */
#footer
{
	margin: 0;
	padding: 0;
	width: 852px;
	height: 37px;
	background-image: url("../images/footerBckg.jpg");
	background-repeat: no-repeat;
	clear: both;
}

#footer p
{
	margin: 0;
	padding: 0;
	font: bold 12px Arial, san-serif;
	line-height: 32px;
	text-align: center;
	color: #000;
}
/*- Footer classes */	



/* fckEditor styles */
#fckEditorArea .contentLeft,
.fckEditorArea .contentLeft
{
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
	width: 500px;
	background: #f4ead1;
}

#fckEditorArea .contentRight,
.fckEditorArea .contentRight
{
	margin: 0 25px 0;
	padding: 0;
	float: right;
	width: 275px;
	#height: 400px;
	min-height: 400px;
	background-image: url("../images/contentRightBckg.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background: #f4ead1;
}

/*- fckEditor styles */
