/* --- General --- */

* {
	padding: 0;
	margin: 0;
}
body {
	background-image: url(binaries/body-bg-texture.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
#contents {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.rightFloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.mainBox {
	
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
	width: 450px;
}
.mainBox p {
	font-size: 11px;
	line-height: 15px;
	margin-right: 20px;
	padding: 10px;
	padding-bottom: 15px;
	padding-top: 5px;
}

/* --- Header --- */

#header {
	height: 90px;
	position: relative;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
}
#telNumber {
	position: absolute;
	right: 10px;
	top: 30px;
}

/* --- Homepage Feature Art --- */

#bannerWrapper {
	position: relative;
	padding-left: 20px;
}
#imageSwitcher {
	position: absolute;
	list-style: none;
	top: 5px;
	left: 0px;
}
#imageSwitcher li {
	height: 30px;
	padding-top: 15px;
}
#imageSwitcher li a {
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
}
#imageSwitcher li a:hover {
	background: #7f9f60;
	color: #FFFFFF;
}
#imageSwitcher li#current a {
	background: #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	color: #000000;
}

/* --- Navigation -- */

#nav {
	list-style: none;
	text-align: center;
	margin-top: 5px;
	padding-top: 8px;
	margin-bottom: 10px;
}
#nav li {
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li a {
	color: #000000;
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
#nav li a:hover {
	background: #7f9f60;
	border-top: 1px solid #7f9f60;
	border-left: 1px solid #7f9f60;
	border-right: 1px solid #7f9f60;
	border-bottom: 1px solid #7f9f60;
	color: #FFFFFF;
}
#nav li#current a {
	background: #1a2e07;
	border-top: 2px solid #1a2e07;
	border-left: 2px solid #1a2e07;
	border-right: 2px solid #1a2e07;
	border-bottom: 2px solid #1a2e07;
	color: #FFFFFF;
	cursor: default;
}

/* --- Intro --- */

#intro {
	float: left;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	width: 220px;
}
#intro h2 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 10px;
}
#intro p {
	font-size: 11px;
	line-height: 15px;
	margin-right: 20px;
	padding-bottom: 15px;
	padding: 10px;
}
#introTop {
	background: #ecedec url(binaries/intro-top-bg.jpg) no-repeat left top;
	height: auto;
	min-height: 289px;
}
* html #introTop {
	height: 289px;
}
#introBottom {
	background: url(binaries/intro-bottom-bg.jpg) no-repeat;
	height: 20px;
}
	


/* --- Category thumbs -- */

#catThumbs {
	width: 300px;
	float: left;
	margin-top: 30px;
	text-align: center;
	position: relative;
	left: -7px;
}
#catThumbs h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
}
#catThumbs h2 a {
	color: #000000;
}
#catInstruction {
	margin-left: 100px;
	color: #666666;
	margin-bottom: 10px;
}

/* --- Right column -- */

#rightCol {
	margin-top: 30px;
	color: #FFFFFF;
	padding-top: 10px;
	width: 350px;
	height: 356px;
	float: right;
}
#rightCol h2 {
	padding-top: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
#rightCol p {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
	
}
#rightCol a {
	color: #FFFFFF;
}
#rightCol ul {
	list-style: circle;
	margin-left: 30px;
}
#rightCol li {
	padding-left: 10px;
	padding-bottom: 15px;
}
#rightColTop {
	background: #62675d url(binaries/rightcol-top-bg.jpg) no-repeat top left;
	height: auto;
	min-height: 241px;
	padding-bottom: 20px;
}
* html #rightColTop {
	height: 241px;
}
#rightColBottom {
	height: 20px;
	background: url(binaries/rightcol-bottom-bg.jpg);
}



/* --- Intro 2 --- */

#intro2 {
	/* background: #E9E9E9;
	border: 1px solid #999999; */
	
}
#intro2 h2 {
	/* background: url(binaries/intro2-h2-bg.jpg) no-repeat top left; */
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #1a2e07;
	margin-bottom: 5px;
	width: 300px;
	
	
}
#intro2 p {
	
}

/* --- Awards --- */

#awards {
	background: #F4F4F4;
	border: 1px solid #EEEEEE;
	color: #000000;	
}
#awards h2 {
	/* background: url(binaries/technique-h2-bg.jpg) no-repeat left; */
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#awards h3 {
	color: #1a2e07;
	font-size: 16px;
}
#awards ul {
	list-style: circle;
	margin-left: 30px;
}
#awards li {
	padding-left: 10px;
	padding-bottom: 15px;
}

/* --- Other page styles --- */

.otherStyle h2 {
	font-size: 16px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

li {list-style:none;}


/* --- Footer --- */

#footer {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#footer a {
	font-weight: bold;
	color: #666666;
}
