/* CSS Document */

/*******************************Site Definitions and Colour Schemes******************************/
/* 

COLOURS:

Black: #FFFFFF
White: #000000

Medium Gold: #D9B200

Maroon: #4A0D0F
Red: #FF0000

Light Blue: #C1DAE6

DIMENSIONS:

Site width: 780 px
Content is center aligned at higher resolutions, content areas defined by left nav column, main 
graphic display area, and secondary promo/blog-type post mechanisms.

Left column: 190 px
Center area: 590 px



*/

/******** Main Style elements ********/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	position:relative;
	margin:0px;
	background-color:#000000;
	color:#FFFFFF;
}

p  {
	text-align:justify;
}

p,td {}

h1 {
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	text-indent:10px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
}

a {}

a:link, a:visited, a:hover {
	color:#D9B200;
	text-decoration:none;
}

a:hover {
	color:#CCFF00;
}

img {
	border:none;
}

/****** Table Definitions *******/

table {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left:3px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	vertical-align:top;
}

/******* Layout Table Schematics ********/

#bgcontent {
	width:780px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-spacing:0px;
	border:none;
	border-collapse:collapse;
}

#bgcontent2 {
	width:780px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-spacing:0px;
	border:none;
	border-collapse:collapse;	
}

#bgcontent3 {
	width:780px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-spacing:0px;
	border:none;
	border-collapse:collapse;
}

#bgheader {
	width:780px;
	height:135px;
	background-image:url(../images/bgimg-1_01.jpg);
	background-repeat:no-repeat;
}

#bgnavlinks {
	width:780px;
	height:28px;
	font-weight:700;
	font-size:14px;
	color:#C1DAE6;
	background-image:url(../images/bgimg-1_02.jpg);
	padding-top:3px;
	background-repeat:no-repeat;
	text-indent:10px;
	vertical-align:top;

}

#sectleft {
	width:190px;
	height:auto;
	vertical-align:top;
}

#sectright {
	width:590px;
	height:auto;
	vertical-align:top;
}


/******** Navigation and Links Style ********/

.navlink:link, .navlink:visited, .navlink:hover {
	font-weight:700;
	font-size:14px;
	color:#C1DAE6;
}

special:link, special:visited {
	font-weight:bold;
	font-color:#FF0000;
}

.gold {
	font-weight:bold;
	font-style:oblique;
	color:#D9B200;
}

.title {
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	text-indent:10px;
}

.headright {
	background-image:url(../images/sectbar-1_01.jpg);
	height:26px;
	width:190px;
	border:none;
	z-index:auto;
	text-indent:10px;
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	padding-top:4px;
}

.headleft {
	background-image:url(../images/sectbar-1_02.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:560px;
	padding-top:4px;
	border:none;
	text-indent:10px;
	font-size:14px;
	font-weight:500;
	color:#FFFFFF;
}

.thumbs {
	background-color:#FFFFFF;
	border-width:medium;
	border-color:4A0D0F;
	border-left-color:4A0D0F;
	border-top-color:4A0D0F;
	border-right-color:4A0D0F;
	border-bottom-color:4A0D0F;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:130px;
	width:130px;
	z-index:auto;
}

.thumbcaption {
	margin-left:auto;
	margin-right:auto;
	height:20px;
	width:130px;
	z-index:auto;
	text-align:center;
	font-weight:500;
}

.blogpost {
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:560px;
	border-bottom:2px;
	border-top:2px;
	border-left:2px;
	border-right:2px;
	border-color:4A0D0F;
}

.blogtext {
	padding-left:10px;
	padding-right:10px;
	width:540px;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
}

.floatright {
	float:right;
	font-size:10px;
	font-style:oblique;
	z-index:auto;
	vertical-align:bottom;
}

/******** Separate page Styles and Settings ********/

#special {
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	height:auto;
	width:auto;
	border:none;
	border-collapse:collapse;
}

.specimg {
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	text-align:center;
}

.speccaption {
	text-align:center;
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	z-index:auto;
}