@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#container {
width: 957px;
margin: 0 auto;
}

#top-header {
height: 50px;
}
	#nav {
	background: url(images/navigation-bg.png);
	width: 672px;
	height: 50px;
	float: left;
	text-align: center;
	}
		#nav ul {
		padding: 13px 0 0 0;
		}
		#nav li {
		list-style-type: none;
		font-family: Tahoma;
		font-size: 13px;
		font-weight: bold;
		display: inline;
		}
		#nav li a {
		color: #FFFFFF;
		text-decoration: none;
		margin: 0 25px;
		}
	#phone {
	background: url(images/phone-number-bg.png);
	width: 285px;
	height: 37px;
	text-align: center;
	float: left;
	padding: 13px 0 0 0;
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	}

#header {
height: 118px;
font-family: Tahoma;
}
	#header1 {
	width: 382px;
	height: 100px;
	float: left;
	padding: 18px 0 0 0;
	}
		#header1 h1 {
		font-size: 33px;
		color: #608400;
		}
		#header1 h2 {
		font-size: 16px;
		color: #515151;
		}
	#header2 {
	width: 163px;
	height: 90px;
	float: left;
	padding: 28px 0 0 15px;
	}
		#header2 label {
		font-size: 18px;
		font-weight: bold;
		}
	#header3 {
	width: 397px;
	height: 88px;
	float: right;
	text-align: right;
	color: #6d6d6d;
	padding: 30px 0 0 0;
	}

#banner {
margin-bottom: 10px;
}

#banner-text {
background: url(images/banner-text-bg.png);
height: 36px;
margin-bottom: 20px;
padding: 10px 0 0 10px;
}
	#banner-text h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	}

#buttons {
margin-bottom: 20px;
}
	#buttons div.button1 {
	width: 307px;
	float: left;
	margin: 0 18px 0 0;
	}
	#buttons div.button2 {
	width: 307px;
	float: left;
	}
	#buttons div.button3 {
	width: 307px;
	float: right;
	}
	
#content {
padding: 10px 0;
}
	#content-left {
	width: 230px;
	float: left;
	}
		#content-left ul {
		padding: 0;
		}
		#content-left li {
		background: #000000 url(images/list-bg.gif) bottom no-repeat;
		margin-bottom: 10px;
		list-style-type: none;
		}
		#content-left li h2 {
		background: url(images/sidebar-header.png);
		height: 35px;
		font-size: 15px;
		padding: 15px 0 0 20px;
		}
			#content-left ul ul {
			padding: 10px 20px 20px 20px;
			}
			#content-left li li {
			background: none;
			margin: 0;
			padding: 7px 0;
			border-bottom: 1px dashed #666666;
			}
			#content-left li li a {
			color: #FFFFFF;
			text-decoration: none;
			}
		
	#content-right {
	width: 704px;
	float: right;
	}
		#breadcrumbs {
		margin-bottom: 5px;
		color: #666666;
		font-size: 11px;
		}
			#breadcrumbs a {
			text-decoration: none;
			color: #666666;
			font-weight: bold;
			}

#gray-bar {
background: #eeeeee;
padding: 20px 25px;
color: #666666;
margin-bottom: 20px;
}

#footer {
padding: 5px 0 25px 0;
font-size: 11px;
}
	#footer-left {
	float: left;
	}
		#footer-left li {
		list-style-type: none;
		display: inline;
		}
		#footer-left li a {
		color: #000000;
		text-decoration: none;
		margin: 0 10px;
		}
	#footer-right {
	float: right;
	}
	
	
.clearboth {
clear: both;
}

.colortext1 {
color: #dff300;
}

.colortext2 {
color: #5c8100;
}

.the-post {
padding: 10px 0;
}
	.the-post h1 {
	font-size: 33px;
	color: #000000;
	}
		.the-post h1 a {
		color: #000000;
		text-decoration: none;
		}
	.the-post h2 {
	padding: 10px 0;
	font-size: 19px;
	}
	.the-post h3 {
	padding: 10px 0;
	font-size: 16px;
	}
	.the-post p {
	line-height: 20px;
	margin-bottom: 7px;
	}
	.the-post ul, .the-post ol {
	margin: 0 0 0 20px;
	}
	.the-post li {
	line-height: 20px;
	margin-bottom: 9px;
	padding-left: 10px;
	}


/************************* WORDPRESS IMAGES MUST ADD CSS *******************************/

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
