body {
	font-size: 13px;
	margin: 0;
	padding-top: 0
	px;
	background-color: #f3f3f3;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat;
	background-position: left top;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

/* Top Section */

#top {
	height: 169px;
	clear: both;
}
	/* Logo Container */
	#logo {
	width: 600px;
	height: 106px;
	float: left;
	}

	#logo a {
	display: block;
	margin-top: 49px;
	margin-left: 30px;
	}

	#top-right {
	width: 380px;
	height: 85px;
	float: left;
	padding-right: 0px;
	font-family: inherit;
		
	}

		#top-right h3 {
			margin: 0;
			color: #747474;
		}	
		
		#top-right h2 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
		}
		
		#contact-info {
	float: right;
	margin-top: 44px;
	margin-right: 40px;
		}
	

	/* Menu Styles */

	#navmenu-container {
	float: right;
	height: 52px;
	width: 980px;
	clear: both;
	padding: 0;
	margin: 0;
	padding-top: 11px;
	z-index: 99;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	#nav-menu {
	height: 52px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	z-index: 99;
	display: block;
		

	}

		
		
		
		

#middle {
	clear: both;
	width: 958px;
	

	
	background: url(../images/body_bg.png) repeat-y left top;
	padding: 0 11px;
	float: left;
	z-index: 0;
}

	#header {
	width: 928px;
	height: 246px;
	background: url(../images/header_bg.png) repeat-x left top;
	clear: both;
	z-index: 0;
	padding: 15px;
	}
	
		
		
		
		
		
		#header-description {
				float: left;
				
				color: #666;
				width: 347px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size: 18px;

				height: 234px;

				padding-left: 20px;
				padding-bottom: 20px;
				overflow: hidden;
			}
			
				#header-description ul {
					margin-bottom: 0;
				}
					
				#header-description h2 {
					color: #fff;
					font-size: 23px;
					padding-bottom: 10px;
					margin: 0;
				}
				
		
		#header-shadow{
			width: 958px;
			height: 15px;
			background: url(../images/header_shadow2.png) repeat-x left top;
			clear: both;
		}
		
		
	/* Header Subpage Styles */
	
	#header-subpage {
	width: 918px;
	background: url(../images/header_bg.png) repeat-x left top;
	border-bottom: 1px #ccc solid;
	padding: 0px;
	clear: both;
	z-index: 0;
	}
	
	

		

		#header-subpage .first {

			margin-left: 0px;
		}

	
	/* Content Styles */
	
	
	#content {
	clear: both;
	padding: 0;
	float: left;
	background-image: url(../images/header_shadow2.png);
	background-repeat: repeat-x;
	background-position: left top;
	}

    #main a {
      font-weight: normal;
      color: #19395F;
    }

    #main a:visited {
      font-weight: normal;
      color: #29497F;
    }

    #main a:hover {
      font-weight: normal;
      color: #29497F;
      text-decoration: underline;
    }
	
	
	#content-bg {
		float: left;
		background: #fdfdfd url(../images/bottom_gradient.png) repeat-x left bottom;
	}
	
		#left {
	width: 306px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
			
		}
		
		#main {
	// width: 572px;
	width: 571px; /* IE6 FIX */
    min-height: 550px;
	float: left;
	padding: 10px 20px;
	background-image: url(../images/dotted_border_v.gif);
	background-repeat: repeat-y;
	background-position: left top;
		}
		
		
		
		
		#content h2 {
	font-size: 16px;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #AEAEAE;
	border-right-color: #AEAEAE;
	border-bottom-color: #AEAEAE;
	border-left-color: #AEAEAE;
	font-family: inherit;
	background-image: url(../images/hgright.png);
	background-repeat: no-repeat;
	background-position: left center;
		}
		
		#content h3 {
			background: url(../images/dotted_border_h.gif) repeat-x right bottom;
			color: #999;
			padding-bottom: 5px;
		}


		#content h5 {
			color: #747474;
			margin-bottom: 5px;
		}

		#content h2 span {
			color: #747474;
		}
		#content h2 span.arrow {
	color: #49698F;
	background: url(../images/dotted_arrow_gray.png) no-repeat left;
	padding-left: 12px;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	font-family: inherit;
		}
		
		#content p {
	padding-bottom: 15px;
	margin: 0;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: #333;

		}

		#content .item {
			padding-bottom: 10px;
			float: left;
            width: 570px;
		}

		#content td {
			padding-right: 20px;
			vertical-align: top;
		}
		
		#content .block {
			float: left;
			width: 100%;
		}
					
			#content .title {
				padding-bottom: 10px;
			}
			
				#content .title h2 {
					color: #777;
					background: none;
					padding: 0;
					margin: 0;
					font-size: 22px;
				}
			
				#content .title .post-info {
					font-size: 11px;
					color: #999;
				}
		
		#content .quote {
			font-size: 17px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		
	

#footer {
	clear: both;
	width: 980px;
	height: 93px;
	margin: 0 auto;
}


	#footer-content {
	clear: both;
	width: 920px;
	height: 42px;
	background: url(../images/footer_bg.png) repeat-y left top;
	margin: 0 auto;
	float: left;
	padding: 0 30px;
	font-size: 11px;
	padding-top: 24px;
	}
		#footer-content p {
			margin: 0;
			padding: 0;
		}
		
		#footer-content .footer-menu {
		margin: 0;
		padding: 0;
		list-style: none;
}

		#footer-content .footer-menu li {
			float: left;
			padding: 0 10px;
			margin: 0;
		}

			#footer-content .footer-menu li a {
				padding: 0;
		
			}

				#footer-content .footer-menu li.current {
					font-weight: bold;
				}
		
	#footer-bottom {
		clear: both;
		width: 980px;
		height: 21px;
		background: url(../images/footer_bottom_bg.png) no-repeat left bottom;
		float: left;

	}
	
/* box style */


.box {
	width: 100%;
	margin-bottom: 15px;
	float: left;	
	
}
		
.top {
	width:100%;
	height:12px;
	background:url(../images/top.png) no-repeat left top;
}
		
.top span {
	width: 13px;
	height:12px;
	background: #fdfdfd url(../images/top-right.png) no-repeat right top;
	float: right;
	overflow: hidden;
}

.box-content {
	background: url(../images/leftside.png) repeat-y right top;
	width: 100%;
	float: left;
	background-color: #f0f0f0;
		
}
		
.box-content2 {
	background: url(../images/leftside.png) repeat-y left top;
	width: 100%;
	float: left;	
		
}

.bottom {
	width:100%;
	height:12px;
	background:url(../images/bottom.png) no-repeat left top;
	float: left;
	clear: both;
}
		
.bottom span {
	width: 13px;
	height:12px;
	background: url(../images/bottom_right.png) no-repeat right top;
	float: right;
	overflow: hidden;
}
		
.box p {
	margin:5px 0 10px 0;
	padding-bottom: 5px;
	clear: both;
}
		
.box-padding {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#content .box-padding  p{
	padding-bottom: 10px;
}


.box-padding h2 {
	padding-top: 0px;
	margin-top: 0;

}
.box-padding h3 {
	padding-top: 0;
	margin-top: 10px;

}
	
	

/* Misc.Styles */

.textblock {
	font-size:17px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
}




	

/* Link Styles */

.more {
	font-weight: bold;
}



/* Misc Styles */

.block {
	padding-bottom: 10px;
}

.submenucurrent {
    color: #29497F;
}

.title {
	padding-bottom: 0px;
	overflow: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-margin-left {
	margin:0 10px 3px 0;
}

.image-margin-right {
	margin:0 0 3px 10px;
}

.image-left, .image-border, .image-right{
	padding:3px;
	margin:0 10px 3px 0;
	border:1px #ccc solid;
	background: #fdfdfd;
}

.image-small-left{
	background: #fdfdfd;
	padding:3px;
	margin:0 5px 0 0;
	border:1px solid #ccc;
}

.image-small-right {
	background: #fdfdfd;
	padding:3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border {
	margin:0;
}

.image-right {
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

.margin-10-lr {
	margin: 0 10px;
}

.margin-0-left {
	margin-left: 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

.margin-20-left {
	margin-left: 20px;
}

.margin-20-right {
	margin-right: 20px;
}
	
.padding-10-left {
	padding-left: 10px;
}

.padding-20-left {
	padding-left: 20px;
}

.padding-30-left {
	padding-left: 30px;
}

	


/* contact form style */
form {
  padding: 20px 0;
  margin: 0;
}
label {
	float: left;
	width: 100px;
	color: #666;
	padding: 5px;
}
input,
textarea{
	padding: 5px;
	font: 400 12px arial, sans-serif;
	background: url(../images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}

#submit {
	height: 27px;
	background: url(../images/submit_button.png) no-repeat top left;
	
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #777;
}



input.form-button {
	padding: 5px 15px;
	font: bold 1em arial, sans-serif;
	cursor: pointer;
	color: #777;
	background-color: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #bbb #ccc;
	background: url(../images/gradient.gif) repeat-x;
}

	








/*  List Styles */

.vertical-list {
	list-style: none;
	
	margin: 0;
	padding: 0;
}
.vertical-list li {
	width: 100%;
    padding: 0;
	margin: 0;
}

.vertical-list a {
	display:block;
	text-decoration:none;
	font-weight:normal;
	overflow: hidden;
	background-color: #F1F1F1;
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C4C4;
}

.vertical-list a:hover {
	background-color: #FFF;


}

.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list li {
	margin: 0;
	padding: 8px 10px;
	font-weight: normal;
	background-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C4C4;
}

.list li a:hover{
	margin: 0;
	padding: 0;
	font-weight: normal;
}







.paging {
	background: url(../images/dotted_border_h.gif) repeat-x right top;
	padding: 10px 0;
	float: left;
	width: 100%;
}

	
	
#bg-top {
	background-color: #EBEBEB;
	height: 120px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
}
#content h4 {
	font-size: 18px;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.mainlink a {
	font-weight: bold;
}
#footer-content .footer-menu li a:hover {
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
}

