@charset "UTF-8";

a {outline: none;}
a:link {text-decoration: underline; color:  #a5a4a4;}
a:visited {text-decoration: underline; color: #a5a4a4;}
a:hover {text-decoration: underline; color: #000;}

img { border: none }

* {
	margin: 0px;
	padding: 0px;
}

.group:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */


body {
	background-color: #e0e0e0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

#page-container {
	width: 1024px;
	margin: auto;
	background-image: url(../img/index-bkgd-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	padding-bottom: 1px;
	/*border: solid 1px #C09;*/

}

#header {
	width: 1024px;
	background-image: url(../img/index-bkgd-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
	/*border: solid 1px #309;*/
	
}

#header .logo {
	width: 790px;
	text-align: center;
	margin: auto;
	padding-top: 30px;
}

#page-content {
	width: 1024px;
	background-image: url(../img/index-bkgd-cntr.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	margin-bottom: 10px;
	/*border: solid 1px #309;*/
}


.main-content {
	width: 900px;
	margin: 20px auto;
	text-align: center;
	/*border: solid 1px #C00;*/
}

.main-content a {
	padding: 0 5px;
}



/*PAGE NAV
____________________________________________________________*/

#page-nav {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	margin-top: 30px;
	padding-bottom: 20px;
	/*border: solid 1px #CF0;*/
}

#page-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#page-nav ul li {
	float: left;
	width: 395px;
	text-align: center;
}

#page-nav ul li.web a {
	background-image: url(../img/index-nav.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 110px;
	height: 60px;
	display: block;
	text-indent:-9999px;
	margin-right: auto;
	margin-left: auto;
}


#page-nav ul li.web a:hover {
	width: 110px;
	background-position: bottom left;
		}


#page-nav ul li.blog a {
	background-image: url(../img/index-nav.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 110px;
	height: 60px;
	display: block;
	text-indent:-9999px;
	margin-right: auto;
	margin-left: auto;
}


#page-nav ul li.blog a:hover {
	width: 110px;
	background-position: bottom right;
}



#footer {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	color: #a5a4a4;
	font-style: italic;

}

#footer h4 img.foot-img {
	padding-left: 15px;
	padding-right: 15px;
}

#footer h4 {
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 13px;
}

#footer h5 {
	font-size: 12px;
	font-weight: normal;
}








