/* CSS Document */

html,body {margin:0;padding:0}

body {
	margin: 0px;
	padding: 0px;
	/*background-image: url(assets/bg_gradate_gray.jpg);*/
	background-repeat: repeat-y;
	font: 76% arial,sans-serif;
	background-image: url(assets/ltgray_gradate.jpg);
	background-color: #999999;
	background-position: center;
}

p {
	margin:0 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-style: oblique;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #1c9258;
	padding-left: 10px;
	margin-top: -2px;
	margin-bottom: -1px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #1c9258;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1c9258;
	font-style: oblique;
	margin-left: 10px;
	margin-top: -5px;
	margin-bottom: 3px;
}


/*#wrapper {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}
*/

img.pghd {
	margin-left: -10px;
	margin-right: 25px;
}

p.map {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

#wrapper {
	background-color: #f1f8f2;
	margin: 0 auto;
	padding: 0px;
	width: 800px;
}

#header {
	background-image: url(assets/header.jpg);
	background-repeat: no-repeat;
	height: 107px;
}

#container {
	background-color: #f1f8f2;
	background-image: url(assets/palegreen_bg.jpg);
	background-repeat: repeat;/*	width: 100%;*/
}

#content {
	background-color: #f1f8f2;
	float: left;
	width: 533px; 
	height: 463px;
	padding: 10px 26px 20px 10px;
}

#side {
/*	background-image: url(assets/sidegraphic.jpg);
*/	float: right;
	height: 493px;
	width: 231px;
}

/*-- Main Navbar --*/
div#navcontainer {
	width: 650px;
	margin-top: 0px;
	margin-bottom: 6px;
}

div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 80px;
	padding-left: 10px;
	font-size: 11px;
}

div#navcontainer ul li {
display: inline;
}

div#navcontainer ul li a {
	padding: 3px 8px 3px 8px;
	color: #000000;
	text-decoration: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000; /* the borders have the same size */
	margin-right: -1px; /* the value has to be like the above but negative */
}

div#navcontainer ul li a:hover {
	text-decoration: underline;
}

body#home a#homenav,
body#about a#aboutnav,
body#proc a#procnav,
body#laser a#lasernav,
body#more a#morenav,
body#dir a#dirnav {
	cursor: default;
	text-decoration: underline;
}
/*--Main Navbar end --*/

/*--Nav2 --*/
#nav2 {
	clear: both;
	padding-top: 5px;
}

#nav2 ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 25px;
	margin-bottom: 0;
/*	background-color: #000;*/
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 0.9em;
}

#nav2 ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	font-weight: bold;
}

#nav2 ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-left: 1px solid #000;
}

#nav2 ul li a.first {
	border-left-style: none;
}

#nav2 ul li a:hover {
	color: #000;
	text-decoration: underline;
}

body#home a#homebot,
body#about a#aboutbot,
body#proc a#procbot,
body#laser a#laserbot,
body#more a#morebot,
body#dir a#dirbot {
	color: #000000;
	cursor: default;
	text-decoration: underline;
}

#nav2 p {
	text-align: center;
}

/*--END Nav2--*/

/*--Single Column Content Area--*/

#singlecol {
	width: 499px;
	padding-right: 0px;
	padding-left: 30px;
}

#singlecol p {
	padding-left: 10px;
}

#singlecol h4 {
	padding-left: 20px;
}

#singlecol p.pghd {	
	padding-left: 0px;
}

/*--END Single Column Content Area--*/

.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	margin: 5px 0 0 0;
}

/*--Two Column styles--*/
body#home #content #sidebar,
body#proc #content #sidebar {
	float: left;
	width: 145px; /*175px;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1c9258;
	padding-right: 5px;
	font-size: .9em;
}

body#home #content #sidebar a,
body#proc #content #sidebar a {
	color: #000;
	text-decoration: none;
}

body#home #content #sidebar a:hover,
body#proc #content #sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

body#home #content #sidebar ul,
body#proc #content #sidebar ul {
	list-style-image: url(assets/diamond.gif);
}

body#home #content #sidebar li,
body#proc #content #sidebar li {
	padding-bottom: 2px;
}

body#proc #content #intro {
	float: right;
	width: 349px;
	margin-right: 20px;
}

body#home #content #intro{
	float: right;
	width: 400px;
	margin-right: -20px;
	padding-top: 10px;
}


body#home #content #intro {
	font-size: .85em;
}

body#home #content #intro {
	margin-top: -10px;
}

body#home #content #intro ol {
	margin-top: -5px;
}

/*--END Two Column styles--*/
