/* CSS Document */

/*Layout Css*/

* { 
	margin: 0px; 
	padding: 0px; 
}

html, body {
	width: 100%;
	height: 100%;
	border: none;
	background-color: #E6E6E6;
}

#bkgcenter {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	width: 1000px;
	height: auto;
}

#bkg {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: auto;
	background-image: url(../img/sidegradient.jpg);
	background-position: top;
	background-repeat: repeat-y;
	float: left;
}

#center {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	width: 920px;
	height: auto;
	background-color: white;
}

#headerbar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 920px;
	height: 11px;
	background-color: white;
}

#logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 920px;
	height: 118px;
	background-color: white;
	background-image: url(../img/topbarshadow.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#logospacer {
	position: relative;
	left: 310px;
	top: 0px;
	width: 300px;
	height: 118px;
	outline: none;
}
#nav {
	position: relative;
	left: 0px;
	top: 0px;
	width: 920px;
	height: 32px;
	text-align: center;
	background-color: white;
	outline: none;
}

flashmod {
	outline: none;	
}

#navspacer {
	position: relative;
	left: 0px;
	top: 6px;
	width: 920px;
	height: 26px;
	text-align: center;
}

#nav p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
}

#nav p a:link {
	color: #333;
	text-decoration: none;
}

#nav p a:visited {
	color: #333;
	text-decoration: none;
}

#nav p a:hover {
	color: #78a22f;
	text-decoration: none;
}


#head {
	position: relative;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 100px;
	background-color: white;
}

#flashmod {
	position: relative;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 378px;
	background-color: white;
}

#contact {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;/*312*/
	height: 0px;/*225*/
	margin-top: 198px;
	margin-left: 548px;
	z-index: 2;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 16px;
	width: 920px;
	height: auto;
	float: left;
	background-color: white;
}

#col1 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	margin-left: 60px;
	width: 155px;
	height: auto;
	float: left;
	background-color: white;
}

#col2 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 20px;
	width: 455px;
	height: auto;
	float: left;
	background-color: white;
}

#col3 {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 30px;
	margin-left: 20px;
	width: 150px;
	height: 240px;
	float: left;
	background-color: white;
}

#footer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 67px;
	float: left;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}

.box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 50px;
	margin-bottom: 2px;
	background-color: #e6e6e6;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 20px;
	font-weight: 100;
	line-height: 18px;
	margin-bottom: 8px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 8px;
}

a:link {
	color: #78a22f;
	text-decoration: none;
}

a:visited {
	color: #78a22f;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}


#docviewer {
	position: fixed;
	top: 0px;
	left: 0px;
	width : 100%;
	text-align: center;
}

#workbkg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#workborder {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 810px;
	height: 650px;
	background-color: #666;
}

#workimg {
	position: relative;
	top: 5px;
	left: 0px;
	width: 800px;
	height: 640px;
}

#closebtnarea {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	margin-top: 30px;
	width: 810px;
	height: 15px;
	background-color: transparent;
	text-align: right;
}

a {
	outline: none;	
}

img {
	border: none;	
}
