

body {
    margin: 0px;
    padding: 0px;
	background-color: #e7e7e7;
	color: #999;
	/*background-image:url(images/black_striated_bg.gif);
	background-repeat:repeat;*/
	background-image: url(../images/backgrounds/bg-grad.jpg);
	background-repeat: repeat-x;
	/*background-image: ;
	background-repeat:repeat;*/
}

#innerwrapper {
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
	color: #333333;
	background:#fff;
	z-index:1;
	position: relative;
	background-image:url(../images/backgrounds/contentbg.jpg);
	background-position: bottom right;
	/*background-position: 739px 400px;*/
	background-repeat:no-repeat;
}

#outerwrapper {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	z-index:1;
	/*overflow: auto;*/

}

div#header {
    text-align: left;
    background-color: #CCCCCC;
	color: #FFFFFF;
	width: 900px;
    margin: 0px;
}


.headerimg { float:left; }


div#navcol {
    padding: 0;
    width: 163px;
	z-index: 10;
	float: left;
}


div#main {
	top: 0;
	left: 0;
	width: 565px;
	margin: 30px 50px 0 210px; /*this controls the position of the text block */
	text-align: left;
	color: #333333;
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 10;
}


#secondary {
	top: 140px;
	left: 0;
	width: 550px;
	margin: 30px 50px 0 210px; /*this controls the position of the text block */
	text-align: left;
	color: #333333;
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 10;
}

#rounded-box {
    /*padding: 10px;*/
    width: 551px;
	background-image:url(../images/logos/rounded-box.gif);
	background-repeat:no-repeat;
}

#rounded-box3 {
    /*padding: 10px;*/
    width: 560px;
	height:60px;
	background-image:url(../images/roundedbox3solid.jpg);
	background-repeat:no-repeat;
	text-align: center;
	padding: 9px 0px 0px 0px;
}

div#sidecol {
    padding: 10px;
    width: 163px;
}

#footer {
	width: 100%;
	height: 30px;
	background-image: url(../images/backgrounds/footerbg.jpg);
	background-repeat: repeat-x;
	background-color:#666666;
	color: #FFFFFF;
    clear: both;
	float: left;
	
}

#footertxt {
	text-indent: 40px;
	padding: 8px 0 0 0;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	text-align: left;
	background-color: transparent;
}

/* FOOTER LINKS STYLING */
 
.footer A:link {
	text-decoration: none;
	color: #000000;
	}
.footer A:visited {
	text-decoration: none;
	color: #ccc; 
	}
	
.footer A:active {
	text-decoration: none;
	color: #FF3300;
	}
	
.footer A:hover {
	text-decoration: none;
	color: #fff;
	}

#copyright {	
	width: 150px;
	height:30px;
	z-index:200;
	padding:0;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: left;
	margin:10px 0 0 20px;
}

#sitedesign {	
	width: 100px;
	height:30px;
	z-index:200;
	padding:0;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
	margin:10px 20px 0 0;
}

div#column2 {
    margin: 0;
    padding: 0;
    background-image:url(../images/backgrounds/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
    width: 100%;
    background-color: #fff; 
}
div#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/backgrounds/sidebg2.jpg);
    background-repeat: repeat-y;
    width: 100%;
    float: left;
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}



/*THIS IS THE CODE FOR THE TOP NAVIGATION */
 
 
 #topnavcontainer
{
	text-align: left;
	margin: 0;
	height: 37px;
	width: 900px;
	background-image:url(../images/header/mapleleaf2.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
}

#topnavcontainer ul
{
	border: 0;
	margin: 0 0 0 297px;
	padding: 0;
	top: 0;
	list-style-type: none;
	text-align: center;
}

#topnavcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#topnavcontainer ul li a
{
	background: #000;
	width: 150px;
	height: 37px;
	padding: 0;
	margin: 0;
	color: #ccc;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 11px/38px   Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(../images/navigation/topnav.jpg);
	background-repeat:no-repeat;
	background-position: left;
}

#topnavcontainer ul li a:hover
{
	color: #FF3300;
	background: #000;
	background-image: url(../images/navigation/topnav.jpg);
	background-repeat:no-repeat;
	background-position: left;
}

#topnavcontainer a:active
{
	background: #000;
	color: #fff;
	background-image: url(../images/navigation/topnav.jpg);
	background-repeat:no-repeat;
	background-position: left;
}

#topnavcontainer li#active a
{
	background: #000;
	color: #fff;
}

/*THIS ENDS THE CODE FOR THE TOP NAVIGATION */


#topphoto {
    text-align: left;
    background-color: #000;
	color: #FFFFFF;
    height: 192px;
	width: 900px;
    margin: 0px;
	clear: left;
}

#topphotosmall {
    text-align: left;
    background-color: #CCCCCC;
	color: #FFFFFF;
    height: 192px;
	width: 163px;
    margin: 0px;
	float: left;
	clear: both;
}

img.floatRight { 
float: right; 
margin: 0px 0px 5px 20px; /*top, right, bottom, left margin values*/
}

img.floatRight2 { 
float: right; 
margin: 0 5px 15px 0; /*top, right, bottom, left margin values*/
}

img.floatRight3 { 
float: right; 
margin: 0px 30px 20px 10px; /*top, right, bottom, left margin values*/
}

img.floatLeft { 
float: left; 
margin: 0px 15px 20px 10px; /*top, right, bottom, left margin values*/
}

img.floatLeft2 { 
float: left; 
margin: 5px 15px 0px 0px; /*top, right, bottom, left margin values*/
}

img.floatLeft3 { 
float: left; 
margin: 0px 15px 0px 0px; /*top, right, bottom, left margin values*/
}

img.floatLeft4 { 
float: left; 
margin: 15px 20px 20px 0px; /*top, right, bottom, left margin values*/
}

/* TEXT STYLING */

body,td,th {
	color: #333333;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.bold { 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold; 
}

p.morelead {
font-size: 12px;
line-height: 20px;
}

p.extralead {
font-size: 12px;
line-height: 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 22px;
	color: #333333;
}
.red {
	color: #a1080b;
}
.redbold {
	color: #a1080b;
	
	font-weight: bold;
}
.bluebold A:link{
text-decoration: none;
	color: #000066;
	font-weight: bold;
}

.bluebold A:hover{
text-decoration: underline;
	color: #a1080b;
	font-weight: bold;
}

.redbold A:link {
	text-decoration: none;
	color: #a1080b;
	font-weight: bold;
	}
	
h2 {
	font-size: 19px;
	color: #e1bd82;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}

.small {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-size:10px;
}

.smallitalic {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: 100;
font-style:italic;
font-size:10px;
}

.smallbold {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:11px;
}

.hilite {
	background-color: #ECECEC;
	color:#333333;
	vertical-align: middle;
	font-size: 11px;
}

.hilite-red {
	background-color: #a1080b;
	color:#fff;
	vertical-align: middle;
	font-size: 11px;
}

.italic { font-style:italic;
		 
		 }

a:link {
	text-decoration: underline;
	color: #000066;
}

a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}