

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	text-align: center;
	background: #DAD9C8;
		}
		

	
/* page structure
-------------------------------------------------------*/

#wrapper {
	position: relative;
	width: 764px;
	margin: 0 auto;
	text-align: left;
	}
	
#topNav {
	width: 764px;
	height: 43px;
	padding: 0;
	margin: 0;
	background: url(../images/navBG.gif) no-repeat;
	font: Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: 600;
	}
	
	
#mainContainer {
	width: 762px;
	padding: 0;
	margin: 0 0 0 0;
	border: 1px solid #9E6209;
	border-top: none;
	background: #ffffff;
	}	
	
#homeWide {
	width: 760px;
	height: 238px;
	padding: 0;
	margin: 0;
	
	}
	
#mainContent {
	background: #ffffff;
	border-top: 1px solid #9E6209;
	overflow: auto;
	
	}

#leftCopy, #leftCopyMenu {
	padding: 0;
	margin: 0;
	width: 500px;
	float:left;
	}
	
#leftCopyWide {
	padding: 0;
	margin: 0;
	width: 750px;
	float:left;
	}
	
#leftCopyWideS {
	padding: 0;
	margin: 0;
	width: 755px;
	float:left;
	}
	
#rightSideBar {
	width: 235px;
	float: right;
	}
	
#footer {
	background: url(../images/footer.gif) no-repeat;
	height: 31px;
	font: Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	color: #ffffff;
	}
	
#homeBul {
	width: 510px;
	overflow:auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#homeBulLeft {
	width: 155px;
	}
	
#homeBulLeft ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

	
#homeBulRight {
	width: 155px;
	}
	
#topMenu {
	padding: 20px 50px 10px 50px;
	}




/* header
-------------------------------------------------------*/

#header {
	margin: 0;
	width: 764px;
	height: 125px;
	background: url(../images/header2.gif) no-repeat;
	color: #ffffff;
	text-align: center;
	font-size: 105%;
	font-weight: 600;
	white-space:nowrap;
	}
	
#header ul {
	width: 760px; 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	position: absolute; 
	left: 8px; 
	top: 95px;
	}
	
#header li {
	float:left;
	}
	
#header a {
	text-decoration: none;
	color: #ffffff;
	font: Helvetica, sans-serif;
	padding: 0 15px 0 15px;
	}
	
#header a:hover {
	text-decoration: underline;
	}
	
#header a:active {
	text-decoration: underline;
	}
	
#test {
	width: 760px; 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 95px;
	}

#header a.selected {
	text-decoration: underline;
	}

h3 {
	margin: 0;
	padding: 0;
}	

/* homeWide styles
-------------------------------------------------------*/


ul {
	margin-top:0;
}

#homeWide img{
	border: 2px solid white;
	}
	
#leftPic {
	float: left;
	width: 515px;
	}
	
#rightLinks {
	float: left;
	}
	
#newsBar {
    width: 756px;
    height: 20px;
    background: #616161;
    border: 2px solid #fff;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    }
    
#newsBar a:link, #newsBar a:visited {
    color: #fff;
    }
	
#topBox {
	height: 57px;
	width: 243px;
	background: #099F18 url(../images/newArrowGreen.gif) 98% 50% no-repeat;;
	color: #fff;
	font-size: 120%;
	border-top: 2px solid white;
	border-right: 0px solid white;
	}
	
#topBox div {
	padding: 12px 0 0 15px;
	line-height: 1.2em;
	display:block;
	}
	
#topBox a {
	color: #fff;
	text-decoration: none;
	}
	
#midBox {
	top: 57px;
	height: 57px;
	width: 243px;
	background: #3E4E75 url(../images/newArrowBlue.gif) 98% 50% no-repeat;
	color: #fff;
	font-size: 120%;
	border-top: 2px solid white;
	border-right: 0px solid white;
	}
	
#midBox div {
	padding: 10px 0 0 15px;
	}
	
#midBox a {
	color: #fff;
	text-decoration: none;
	}
	
#botBox {
	top: 114px;
	height: 57px;
	width: 243px;
	background: #DE8903 url(../images/newArrowOrange.gif) 98% 50% no-repeat;
	color: #fff;
	font-size: 120%;
	border-top: 2px solid white;
	border-right: 0px solid white;
	}
	
#botBox div {
	padding: 10px 0 0 15px;
	}
	
#botBox a {
	color: #fff;
	text-decoration: none;
	}
	
	
#encoreBox {
	top: 114px;
	height: 57px;
	width: 243px;
	background: #EF2E24 url(../images/newArrowRed.gif) 98% 50% no-repeat;
	color: #fff;
	font-size: 85%;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 0px solid white;
	}
	
#encoreBox div {
	padding: 10px 0 0 15px;
	}
	
#encoreBox a {
	color: #fff;
	text-decoration: none;
	}
	
.homeWideBold {
	font-weight: 600;
	}
	
	
	
/* mainContent styles
-------------------------------------------------------*/

#leftCopy div {
	padding: 20px 50px 30px 50px;
	}
	
#leftCopyMenu div {
	padding: 0 50px 30px 50px;
	}
	
#leftCopyWide div {
	padding: 20px 50px 30px 50px;
	}
	
#leftCopyWideS div {
	padding: 20px 0 30px 50px;
	}
	
#leftCopy img.contact {
	padding: 0 25px 0 0;
	}	

#leftCopy h1 {
	font-size: 155%;
	font-weight:600;
	line-height: 1.2em;
	}
	
.bigCap {
	font-size: 175%;
	line-height: 1.2em;
	}
	
.bigBold {
	font-size: 175%;
	font-weight: 600;
	line-height: 1.2em;
	}
	
.medBold2 {
	font-size: 125%;
	font-weight: 600;
	}
	
.medBold1 {
	font-size: 115%;
	font-weight: 600;
	}
	
#leftCopy img.borderBrown {
	border: 1px solid #9E6209;
	}
	
#homeBul {
	width: 510px;
	}
	
#homeBulLeft ul {
	width: 155px;
	padding: 0 0 0 0;
	}

	
#homeBulRight {
	width: 155px;
	}	
	
#mainContent a:link, a:hover, a:visited {
	color: #9E6209;
	}
	
	
.contentRight {
	float: right;
	padding: 0 0 10px 10px;
	}
	
.bannerHome {
	padding-right: 10px;
	}
	
#photoRight {
	float: right;
	margin: 0;
	padding: 0;
	}
	
.encoreRed {
	color: #EE2D24;
	}
	
.photo-right {
	float: right;
}
	
/* footer styles
-------------------------------------------------------*/

#footer div {
	padding: 7px 0 0 0;
	}
	
#footer a {
	color: #ffffff;
	}
	
/* rightSideBar styles
-------------------------------------------------------*/

#rightSideBar div {
	padding: 50px 0;
	}
	
#rightSideBar img.logo {
	padding: 30px 0 5px 0;
	}
	
#rightSideBar img.logoR {
	padding: 10px 0 0 17px;
	}	
	
#rightSideBar img.logoISR {
	padding: 0 0 0 17px;
	}
	
#rightSideBar img.border {
	padding: 30px;
	}
	
#rightSideBar img.logoSCRA {
	padding: 20px 0 0 75px;
	}
	
#rightSideBar img.logoSME {
	padding: 20px 0 0 30px;
	}
	
#rightSideBar img.logoASME {
	padding: 20px 0 0 20px;
	}
	
#rightSideBar img.borderBrown, #mainContent img.borderBrown {
	border: 1px solid #9E6209;
	}

/* List Styles */

ul.ds {
	list-style-image:url(../images/dsBullet.gif);
	}
