@charset "utf-8";
/* CSS Document */

:focus{-moz-outline-style: none;}

/* PAGE FRAMEWORK */
html, body{
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	width:100%;
	height:100%;
	text-align:center;
	margin:0px;
	
	}
	
.container{
	width:980px;
	height:100%;
	margin:0px auto 0px auto;
	/*background-image:url(../images/gradBG.png);
	background-repeat:repeat-x;
	background-position:top;*/
	text-align:left;
	}
	
.Lshadow{
	width:10px;
	height:100%;
	background-image:url(../images/Lshadow.png);
	background-repeat:repeat-y;
	display:inline;
	float:left;
	}
	
.siteFrame{
	width:960px;
	height:100%;
	background-image:url(../images/gradBG.png);
	background-repeat:repeat-x;
	background-position:top;
	display:inline;
	float:left;
	}
	
.Rshadow{
	width:10px;
	height:100%;
	background-image:url(../images/Rshadow.png);
	background-repeat:repeat-y;
	display:inline;
	float:left;
	}
	
	
/* SITE FRAMEWORK */
.leftCol{
	width:105px;
	height:100%;
	padding:0px;
	margin:0px;
	display:inline;
	float:left;
	background-image:url(../images/leftColBG.png);
	background-repeat:no-repeat;
	background-position:top right;
	}

.centerCol{
	width:750px;
	height:100%;
	padding:0px;
	margin:0px;
	display:inline;
	float:left;
	}
	
.CT{
	width:750px;
	height:585px;
	padding:0px;
	margin:0px;
	display:inline;
	float:left;
	background-image:url(../images/CTBG.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	
.CB{
	width:750px;
	height:15px;
	padding:0px;
	margin:0px;
	display:inline;
	float:left;
	background-image:url(../images/CBBG.png);
	background-repeat:repeat-x;
	background-position:top;
	}
	
.rightCol{
	width:105px;
	height:100%;
	padding:0px;
	margin:0px;
	display:inline;
	float:left;
	background-image:url(../images/rightColBG.png);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	
/* ROWED FRAMES */
.headerFrame{
	width:729px;
	height:70px;
	border:1px solid #133c4b;
	margin:2px 10px 0px 9px;
	padding:0px;
	display:inline;
	float:left;	
	background-image:url(../images/headerBG.jpg);
	background-repeat:no-repeat;
	}
	
.centerUnit{
	width:750px;
	height:270px;
	padding:0px;
	margin:0px;
	display:inline;
	float:left;
	}
	
.flash{
	width:730px;
	height:260px;
	margin:0px 0px 0px 10px;
	padding:0px;
	display:inline;
	float:left;
	}
	
/*.graphic{
	width:729px;
	height:250px;
	border:1px solid #133c4b;
	margin:8px 10px 0px 9px;
	padding:0px;
	display:inline;
	float:left;
	background-image:url(../images/graphicBG.jpg);
	background-repeat:no-repeat;
	}*/
	
.blockUnit{
	width:750px;
	height:196px;
	padding:0px;
	margin:0px 0px 8px 0px;
	display:inline;
	float:left;
	}
	
.lBlock{
	width:359px;
	height:192px;
	border:1px solid #133c4b;
	margin:0px 10px 0px 9px;
	padding:0px;
	display:inline;
	float:left;
	background-image:url(../images/blockBG.jpg);
	background-repeat:no-repeat;
	}
	
.rBlock{
	width:358px;
	height:192px;
	border:1px solid #133c4b;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:inline;
	float:left;
	background-image:url(../images/blockBG.jpg);
	background-repeat:no-repeat;
	}
	
.footer{
	width:730px;
	height:25px;
	padding:0px;
	margin:0px 10px 10px 9px;
	display:inline;
	float:left;
	border:1px solid #133c4b;
	background-image:url(../images/footerBG.jpg);
	background-repeat:no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	color:#4f3b25;
	font-size:11px;
	letter-spacing:1px;
	}
	
	
/* Header Elements */
.logo{
	width:220px;
	height:60px;
	margin:10px 19px 0px 10px;
	padding:0px;
	display:inline;
	float:left;
	}
	
.navBlock{
	width:480px;
	height:60px;
	margin:10px 0px 0px 0px;
	padding:0px;
	display:inline;
	float:left;
	}
	
.nav{
	width:460px;
	height:20px;
	margin:30px 10px 0px 10px;
	padding:0px;
	display:inline;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	text-align:right;
	color:#000;
	font-size:16px;
	letter-spacing:1px;
	}
	
.nav a:link {color: #4f3b25; text-decoration: none; }
.nav a:active {color: #4f3b25; text-decoration: none; }
.nav a:visited {color: #4f3b25; text-decoration: none; }
.nav a:hover {color: #609bd3; text-decoration: underline; }


/* Page Elements */
.blockCon{
	width:337px;
	height:174px;
	margin:9px 0px 0px 10px;
	padding:0px;
	display:inline;
	float:left;
	}


/* Footer Elements */
.footerL{
	width:228px;
	height:15px;
	padding:0px;
	margin:6px 0px 5px 10px;
	display:inline;
	float:left;
	text-align:left;
	}
	
.footerC{
	width:228px;
	height:15px;
	padding:0px;
	margin:6px 0px 5px 10px;
	display:inline;
	float:left;
	text-align:center;
	}
	
.footerR{
	width:231px;
	height:15px;
	padding:0px;
	margin:6px 0px 5px 10px;
	display:inline;
	float:left;
	text-align:right;
	}
	
.footer a:link {color: #4f3b25; text-decoration: none; }
.footer a:active {color: #4f3b25; text-decoration: none; }
.footer a:visited {color: #4f3b25; text-decoration: none; }
.footer a:hover {color: #609bd3; text-decoration: underline; }


