/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	background: transparent url(../images/bodyBg.png) repeat;
}

#container {
	width: 800px;
	margin: 30px auto;
	background: #FFF;
	border: 3px solid #515D7A;
}

#header {
	border-bottom: 3px solid #669BE3;
	padding: 15px 15px 30px 20px;
}

#navigation {
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #669BE3;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

#navigation ul li a {
	color: #4187E6;
	font-size: 16px;
	text-decoration: none;
	text-transform: lowercase;
}

#content {
	border-bottom: 3px solid #669BE3;
	position: relative;
	background: transparent url(../images/leftBottom.jpg) bottom left no-repeat;
}

#contentLeft {
	width: 200px;
	padding: 10px 0px 0px 15px;
	float: left;
}

#contentLeft p{
	margin-top: 10px;
	color: #336699;
}

/*#categories {
	width: 200px;
	position: absolute;
	bottom: 0px;
	padding: 10px 0px 0px 15px;
	left: 0px;
}*/

#contentLeft ul {
	margin-top: 10px;
}

#contentLeft ul li {
	list-style-type: none;
	padding-left: 5px;
	font-size: 18px;
	line-height: 38px;
}

#contentLeft ul li a {
	color: #4187E6;
	text-decoration: none;
}

#contentRight {
	border-left: 1px solid #669BE3;
	margin-left: 230px;
	min-height: 500px;
}

#banner {
	border-bottom: 1px solid #669BE3;
	height: 380px;
	overflow: hidden;
}

div.threeBox {
	float: left;
	border-right: 1px solid #669BE3;
	height: 189px;
	overflow: hidden;
}

#footer {
	padding: 30px 0px;
	text-align: center;
	color: #687E9C;
	font-size: 13px;
}

#footNav {
	margin-bottom: 5px;
}

#footer #footNav ul li {
	font-weight: bold;
	display: inline;
	list-style-type: none;
	padding: 0px 5px;
}

#footer a {
	color: #687E9C;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*----------Subpage styles----------*/

#sub {
	padding: 20px 10px;
}

#sub ul {
	padding: 10px 0px 10px 30px;
}

#sub h1 {
	font-size: 24px;
	color: #369;
}

#sub h2 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
}

#sub p {
	padding: 10px 0px;
}

#sub a {
	color: #336699;
}