@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #3F1F00;
	background-image: url(../images/bgrepeat.jpg);
	background-repeat: repeat;
	background-color: 363636;
}

.wrapper {
	width: 770px;
	padding: 0;
	margin: 0 auto;
}

.top {
	background-image:url(../images/top.jpg);
	background-repeat: repeat-x;
	height: 188px;
}

.top .header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 188px;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.base {
	background-image: url(../images/base.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0 auto;
}

.bgrepeat {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


/*NAVIGATIONS Styling*/
#horiz-menu {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	height: 49px;
	width: 100%;
}

#horiz-menu ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#horiz-menu li {
	display: inline;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0;
	height: 49px;
	float: left;
	position: relative;
}
	

#horiz-menu li a {
	font-family: Tahoma, Helvetica, "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	line-height: 49px;
	text-decoration: none;
	padding: 10px 44px;
	color: #000000;
}

#horiz-menu li#nodivider {
	background-image: none;
}

#horiz-menu li a:hover, #horiz-menu li a:hover#nodivider, #horiz-menu li a.selected {
	color: #FFFFFF;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: center -5px;
}

.selected {
	color: #FFFFFF;
}

#breadcrumb {
	background-image: url(../images/breadcrumb.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 33px;
}

#breadcrumb ul.submenu {
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
}

#breadcrumb li {
	display: inline;
}

#breadcrumb li a {
	color: #FFF;
	line-height: 33px;
	padding: 10px;
	font-size: 12px;
	font-family: Tahoma, Helvetica, "Arial Narrow";
	text-decoration: none;
}

#breadcrumb li a:hover {
	text-decoration: underline;
}
/*End of NAVIGATIONS Styling*/

#contentpadding {
	background-color: #ececec;
	padding: 20px 10px;
}

#contentpadding2 {
	background-color: #ececec;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	margin-right: 1px; /*remove expanded section*/
}

#homedivider {
	background-image: url(../images/homedivider.png);
	background-repeat: no-repeat;
	height: 20px;
	margin: 15px 0;
}

/*HOME Content*/
#hlight_wrapper {
	width: 750px;
	height: 410px; 
	padding: 0;
	margin: 40px 0;
}

#hm_hlight {
	background-image: url(../images/hm_hlight.jpg);
	background-repeat: no-repeat;
	width: 320px; /*368px*/
	height: 360px; /*296px*/
	padding: 20px;
	margin: 6px;
	float: left;
	position: relative;
	/*Text Style*/
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#333333; 
}

#hm_hlight a{
	text-decoration: none;
	color: #333333;
}

#hm_hlight a:hover{
	text-decoration:underline;
}
/*End of HOME Content*/

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 35px;
	width: 800px;
}

 img, div, input { behavior: url("iepngfix.htc") }

/*Image Text Styling*/
img {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
}

p {
	text-align: justify;
	margin-bottom: 30px;
}

hr {
	margin-bottom: 30px;
}

h1 {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 200%;
	color: #DC9201;
	padding-top: 25px; 
	padding-bottom: 15px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #fdc843;
}

h2 {
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}
