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

* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

ul { list-style:none inside; }

p {	font-size:1.4em; line-height:1.4em; margin-bottom:1.4em;
}

a {outline:none; }
a img {border:none; }
a:link {text-decoration: none; color: #2e3192}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: blue;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#308dce;
	line-height:1.8em;
	margin-bottom:1.8em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#308dce;
	}
	h2#logo {
		width:900px;
		height:166px;
		background:url(images/header1.jpg) no-repeat center center;
		text-indent:-9999px;
	}

table {
	width: 900px;
	margin: 0 auto;
}
		#article-area {
		padding-top:20px;
		padding-left:20px;
		padding-right:10px;
		}
		#sidebar {
		width:261px;
		}
		#side-column {
		padding-top:20px;
		padding-left:10px;
		padding-right:4px;
		}
		#quotes {
			padding-left:40px;
			padding-right:14px;
			font-style:italic;
		}
    	ul#nav {
		}
			ul#nav li {
			display:inline;
			}
			ul#nav li a {
			display:block;
			width:202px;
			text-indent: -9999px;
			}
					ul#nav li.home a {
					height:73px;
					background: url(images/nav-home.jpg) bottom center no-repeat;
					}
					ul#nav li.about a {
					height:60px;
					background: url(images/nav-about.jpg) bottom center no-repeat;
					}
					ul#nav li.services a {
					height:64px;
					background: url(images/nav-services.jpg) bottom center no-repeat;
					}
					ul#nav li.contact a {
					height:63px;
					background: url(images/nav-contact.jpg) bottom center no-repeat;
					}
					ul#nav li a:hover {
			    	background-position:center center;
					}
					ul#nav li a:active {
			    	background-position:top center;
					}
	
	#footer {
	height:41px;
	background: url(images/footer.jpg) no-repeat;
	margin: 0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color: #2e3192;
	text-decoration:none;
	padding-top:13px;
	}









