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

html, body {
	margin: 0;
	padding: 0;
	background-image: url(../images/cssback.jpg); background-repeat: repeat-x;
	background-color:#c9c0a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #575757;
	height:100%;
}

h1, h2, h3 {
	margin-top: 4px; margin-bottom:2px;
}

h1 {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
}

h2 {
	font-size: 18px; font-family:Arial, Helvetica, sans-serif; color: #333333;;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
}

img {
	margin: 0;
	border: 0;
}
p { text-align:justify; padding:6px; }

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
/* --------------Topper Area----------*/

#topcontent {
	background-color:transparent;
	width:850px;
	height:88px;
	text-align:center;
}
#logo {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat; background-position:left;
	width:210px;
	height:70px;
	float:left;
}
#mininav {
	background-color:transparent;
	float:right;
	width:375px;
	height:15px;
	text-align:right;
	padding-top:30px;
}
/* --------------End Topper Area----------*/
.grayback {
	background-color: #333333;
	height: 25px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:4px;
}

#content {
	position: relative;
	left:50%;
	margin-left:-465px;
	width: 850px;
	text-align:left;
	clear:both;
	margin-bottom:50px;
	min-height:650px;
}
#maincontent {
	width: 100%;
	padding-top:4px;
}
#sun {
	background-image:url(../images/sun.png);
	background-repeat:no-repeat;
	width:125px;
	height:125px;
	float:left;
}
#welcome {
	float:right;
	width:700px;
	height:125px;
	font-size:24px;
	font-weight:bold;

}
#lcontent {
	text-align:left;
	float:left;
	width: 225px;
	height:auto;
	padding-top:10px;
	clear:left;
	
}
#rcontent {
	text-align:left;
	float:right;
	width: 600px;
	height:auto;
	padding-top:10px;
	clear:right;
}
.dotted {
	background-image:url(../images/dottedline.png);
	background-position:left center;
	background-repeat:no-repeat;
	height:10px;
	width:200px;
}

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

#footer {
	width: 100%;
	height: 112px;
	text-align:center;
	background-image: url(../images/footer.png);
	clear:both;
}
#footcontent {
	height: 110px;
	position: relative;
	left:50%;
	margin-left:-435px;
	width: 700px;

}
#fleft {
	text-align:left;
	background-image:url(../images/cozoeicon.png);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	width: 800px;
	height: 110px;
}

.foottext {
	color: #333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#foottxt {
	position:absolute;
	width:567px;
	height:71px;
	z-index:1;
	left: 117px;
	top: 25px;
}
.clear {clear: both}
/*------LINKS------*/
a.mininav:link {color: #FFFFFF; font-size: 12pt; padding-left: 15px; }
a.mininav:visited {color: #FFF; font-size: 12pt; padding-left: 15px; }
a.mininav:hover {text-decoration: none; color: #CCCC00; padding-left: 15px; }
a.mininav:active {color: #FFF; padding-left: 12px; } 

.clearfooter {
height: 8px;
clear: both;
}