/* CSS Document */

body {
    background-image: url(../images/color.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
    background-color: #d3d1d1; /** Website BG colour (matches canvas colour in Step 1) **/
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
    width: 851px;
    margin: 0px auto;
    text-align: center;
}

#container2 {
    width: 851px;
    margin: 0px auto;
    text-align: left;
}

#headtable {
	background: url(../images/head.gif) no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 142px;
	width: 851px;
}

#flash {
	height: 231px;
	width: 776px;
	border-bottom: 2px solid #1B3D57;
}

.navcontainer {
	width: 851px;
	margin: 142px 0px 0px;
	position: absolute;
	background: #FFFFFF;
}

.navbox {
	width: 244px;
	background: #DDCDB3;
	padding: 10px 0px;
	color: #333333;
	margin: 0px 0px 10px;
}

.navboxlinks {
	width: 244px;
	padding: 0px 0px 10px;
	color: #333333;
	margin: 0px 0px 10px;
}

.search {
	width: 254px;
	margin: 8px 0px 0px 494px;
	position: absolute;
	text-align: right;
}

#column1 {
	float:left;
	width:560px;
	margin: 5px 0px 20px 5px;
    }
	
#column1inside {
	float:left;
	width:520px;
	margin: 15px 0px 0px 10px;
    }	
	
#column2 {
	float:right;
	width:265px;
	margin: 5px 5px 15px;
    }
	
#column2inside {
	float:right;
	width:250px;
	margin: 5px 0px 0px;
    }		

#columnall {
	width: 851px;
	margin: 25px auto 10px;
	text-align: left;
	float: left;
	clear: both;
}

#pgborder { 
	margin: 10px 0px 0px 10px;
	float: left;
	width: 800px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

div, p { 
	color: #454545;
	background: left;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	list-style: inside;
}

h1 {
	color: #000000;
	margin: 0px 0;
	padding: 0px 0 15px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 20px Arial, Helvetica, sans-serif;
}
h2 {
	color: #325C7C;
	margin: 0px 0 5px;
	padding: 0px 0 5px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 14px Arial, Helvetica, sans-serif;

}
h5 {
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
	color: #7b3939;
}
h3 {color: #284253; font-size: 13px; font-weight: bold; margin: 5px 0; padding: 0 0 0px;}

h4 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
	text-align: right;
	line-height: 25px;
}

.price 	{
	text-align:left;
	color: #ffffff;
	padding:0;
	margin: 0px 0 0px 0;
	font: bold normal 25px Arial, Helvetica, sans-serif;
	text-indent: 0px;
}


a {
	color: #325C7C;
	text-decoration:none;
}
a:hover {
	color: #1B3D57;
	text-decoration: underline;
}
	
.rightimage {
	float: right;
	border: 2px solid #CCCCCC;
	margin: 1px 0px 2px 12px;
}	

.rightnav {
	float: right;
	margin: 0px 0px 10px 10px;
	border-left: 1px dotted #666666;
	width: 160px;
	text-indent: 10px;
}

.rightvideo {
	float: right;
	margin: 0px 0px 10px 10px;
	width: 425px;
}

div.clear {clear: both}

/* NAV TEXT  -----------------------------------------------------------------------------------------*/

.navannouncetitle {
	color: #000000;
	background: left;
	font: bold 14px/17px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px;
}

.navannouncebody {
	color: #000000;
	background: left;
	font: 12px/17px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px;
}

.navtitle {
	color: #325C7C;
	background: left;
	font: normal 17px/17px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #999999;
	padding: 0px 0px 5px;
	margin: 10px;
}

.navbody {
	color: #333;
	background: left;
	font: 11px/13px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px 10px 3px;
}

.navbodylarge {
	color: #333;
	background: left;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 10px 10px 3px;
}


/* NAV BLOCK  -----------------------------------------------------------------------------------------*/

#newsBlock p {
	padding: 0;
	color: #EAEAEA;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 70px 0px 0px 50px;
}

#newsBlock a:link {
	color: #EAEAEA;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
}
#newsBlock a:visited {
	color: #999999;
	text-decoration: none;
}
#newsBlock a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4a5f53;
}
#newsBlock a:active {
	color: #999999;
	text-decoration: none;
}

/* FOOTER BLOCK  -----------------------------------------------------------------------------------------*/

#ftBlockcontainer {
	width: 550px;
	margin: 15px auto 10px 10px;
	text-align: left;
	clear: both;
	float: left;
	border-top: 1px solid #CCCCCC;
}

#ftBlock p {
	padding: 0;
	color: #666666;
	font: 11px/18px Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 5px;
}

#ftBlock a:link {
	color: #325C7C;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
}
#ftBlock a:visited {
	color: #325C7C;
	text-decoration: none;
}
#ftBlock a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #325C7C;
}
#ftBlock a:active {
	color: #999999;
	text-decoration: none;
}
