/* LAST UPDATED 07.10.09 */

/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html { /* fixes 1 pixel bug on centered backgrounds */
	margin-left: -1px;
	overflow-y: scroll;
        background: url('/images/html-bg.jpg') repeat-x scroll 0 0 #fff !important;
}

body {
	background: #fff url('../images/bg.jpg') center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.5em;
}

p, ul, ol { padding: 0 0 14px 0; }

a {
	color: #69a8dc;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #cb5e9d; }

a img { border: 0; }

a.rss {
	display: block;
	height: 23px;
	color: #df5c3a;
	padding-left: 28px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	background: url('../images/rss.gif') 0 0 no-repeat;
}

.small { font-size: 10px; }

.blue { color: #69a8dc; font-family: Arial,Helvetica,sans-serif; }
.red { color: #f3756e;padding-right:4px; }
.orange { color: #df5c3a; }
.green { color: #65c296; }
.pink { color: #cb5e9d; }

ul, ol { margin-left: 20px; }

.tags ul {
	list-style: none;
	margin: 0;
}

.tags li { padding: 0 0 5px 0; }

.left {float: left; border: 1px solid #008ACB; margin-right: 12px; padding: 4px; }

.right {float: right; border: 1px solid #008ACB; margin-left: 12px; padding: 4px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

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

	#nav li {
		float: left;
		width: 207px;
		padding-top: 5px;
	}

	#nav li a {
		display: block;
		width: 207px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}

	#nav li a:hover { text-decoration: underline; }

/* SIDENAV LEVEL ONE */

#sideNav ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 194px;
	list-style: none;
}

	#sideNav li {
		position: relative;
		float: left;
		width: 194px;
	}

	#sideNav li a {
		display: block;
		margin-bottom: 5px;
		width: 194px;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		text-align: center;
		background: url('../images/bg-sideNavli.gif') no-repeat;
	}

	#sideNav li a:hover { color: #fdc885; }

/* LEVEL TWO */

#sideNav ul ul {
	position: absolute;
	width: 200px;
	left:194px;
	top: 0px;
	display:none;
}

	#sideNav li {
		position: relative;
		float: left;
		width: 200px;
	}

	#sideNav li li a {
		background: #67ace5;
		text-align: left;
		padding-left: 10px;
		margin: 0;
		font-weight: normal;
		font-size: 15px;
		width: 190px;
		height: 21px;
		line-height: 21px;
	}

	#sideNav li li a:hover { text-decoration: underline; }

       #sideNav li a img, #sideNav li li a img { display: none; }



/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	padding-top: 247px;
}

	#nav {
		position: absolute;
		top: 198px;
		left: 183px;
		width: 834px;
		height: 53px;
		background: url('../images/bg-nav.jpg') no-repeat;
	}

	#content {
		width: 990px;
		padding: 15px 32px 3px 18px;
		min-height: 444px;
		background: url('../images/bg-content.jpg') top no-repeat;
	}

		#sidebar {
			float: left;
			width: 215px;
			height: 960px;
			text-align: center;
			background: url('../images/bg-sidebar.jpg') top no-repeat;
		}

			#sideNav { padding: 12px 0 25px 11px; }

		#main {
			float: right;
			width: 755px;
			padding-top: 11px;
		}

			#mainContent {
				float: left;
				width: 466px;
				font-size: 15px;
				font-family: "Times New Roman", Times, serif;
			}

			#mainContent2 {
				float: left;
				width: 750px;
				font-size: 15px;
				font-family: "Times New Roman", Times, serif;
			}

				.featured {
					clear: both;
					padding: 22px 15px 19px 25px;
					background: #eff4e6;
				}

				.col {
					float: left;
					margin-right: 12px;
					width: 47%;
				}

				.links {
					padding: 15px 0;
					font-size: 14px;
				}

				div.back {
					float: right;
					margin-top: -47px;
				}

				img.ped-img {
					float: left;
				}

				.ped-col {
					float: right;
					width: 315px;
				}

			.mainContent-blog {
				float: left;
				width: 760px;
				font-size: 15px;
				font-family: "Times New Roman", Times, serif;
			}

			#sideContent {
				float: right;
				width: 258px;
				line-height: 1.3em;
				font-size: 13px;
			}

				.news-blurb, .blog-blurb { padding: 0 0 15px 0; }

				.news-blurb a, a.black {
					color: #333;
					text-decoration: none;
				}

				.news-blurb a:hover, a.black:hover { text-decoration: underline; }

			.sideContent-blog {
				float: right;
				width: 258px;
				line-height: 1.3em;
				font-size: 13px;
			}

	#bottom {
		width: 1040px;
		height: 14px;
		padding-bottom: 40px;
		background: url('../images/bg-bottom.png') top left no-repeat;
	}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1.1em;
	font-family: "Times New Roman", Times, serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 {
	font-size: 30px;
	color: #69a8dc;
	margin-bottom: 14px;
	background: url('../images/bg-h1.gif') bottom repeat-x;
}

h2 { font-size: 20px; color: #008ACB; }

h3 {
	font-size: 16px;
	line-height: 1.3em;
        font-weight: bold;
}

h4 { font-size: 16px; font-weight: bold; font-style: italic; color: #008ACB; }

	.featured h4 {
		color: #69a8dc;
		font-size: 27px;
	}

h5 { font-size: 12px; }

	.blog-blurb h5 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #cb5e9d;
		padding: 0;
	}

	.blog-blurb h5 a {
		color: #cb5e9d;
		text-decoration: none;
	}

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
