/*****************
 GLOBAL
*****************/

* { margin: 0; padding: 0; }

p { margin: 0.5em 0 1.0em 0; }

img { border-width: 0; }

h1, h2, h3, h4, h5, h6 { margin:0.5em 0 0.2em 0; }

body {
	background: #f4f4f4 url(images/bodyback.gif) repeat-y top center;
	margin:0;
	padding:0;
	color: #000;
}

body, table {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/**********
 HEADERS
**********/

h1 { font-size: 1.4em; color: #006; font-weight: normal;}
h2 { font-size: 1.3em; color: #336; font-weight: normal; }
h3 { font-size: 1.1em; color: #336; letter-spacing: -1px;}

/**********
 FORMS
**********/

form { display: inline; }


/**********************
 OVERALL LAYOUT
***********************/


#skiptomain {
	display: none;
}

#wrapper {
	width: 930px;
	margin: 0 auto;
	font-size: 0.85em;
}

	#pagecontainer {
		width: 930px;
	}
	
		#header {
			width: 910px;
			padding: 10px 20px 0px 0px;
			background: #fff;
			height: 80px;
			}

			#toplogo {
				padding: 0px 0px 0px 0px;
				width: 250px;
				float: left;
			}

			#topright {
				padding: 0px 0px 0px 0px;
				width: 600px;
				float: right;
				text-align: right;
			}

			#topright strong {
				font-size: 1.5em; 
				color: #028; 
				font-weight: normal; 
			}


		#topnav {
			width: 930px;
			margin: 0px;
			padding: 0px;
			background: #028 url(/images/topnavback.gif) no-repeat top left;
			height: 33px;
		}
		
		#topbar {
			width: 930px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			background: #eee url(images/topbarback.gif) no-repeat bottom left;
			color: #000;
			font-size: 0.9em;
		}
		
			#breadcrumb {
				width: 700px;
				float: left;
				padding: 7px 10px 5px 10px;
				font-size: 0.9em;
			}
			
			#breadcrumb a:link, #breadcrumb a:visited { color: #000; text-decoration: none; }
			#breadcrumb a:hover { color: #000; text-decoration: underline; }

			#topdate {
				width: 200px;
				float: right;
				text-align: right;
				padding: 7px 10px 5px 0;
				font-size: 0.8em;
				color: #666;
			}


		#maincontent {
			clear: both;
			width: 930px;
			margin: 0;
			padding: 0;
			font-size: 0.95em;
			line-height: 1.6em;
			background: #fff;
		}
		
			#maincontent a:link, #maincontent a:visited { color: #009; text-decoration: none; }
			#maincontent a:hover { color: #339; text-decoration: underline; }
		
			#maincontent ul {padding: 5px 0 5px 25px;}
		

			
			#leftnav {
				margin: 0px;
				width: 200px;
				float: left;
				padding: 10px 0px 0px 0px;
			}
			
				#leftproject {
					margin: 0px;
					width: 180px;
					float: left;
					padding: 10px 0px 0px 0px;
				}			
			
			#mainpagecontent {
				width: 720px;
				float: right;
				padding: 0px 0px 5px 0;
				color: #666;
			}

				#topimage {
					width: 720px;
					margin: 10px 0 0 0;
					position: relative;
				}


					#toppic {
						width: 720px;
						height: 250px;
					}


					#toptext {
						position: absolute;
						width: 280px;
						height: 225px;
						top: 0px;
						left: 0px;
						padding: 15px 10px 10px 10px;
						color: #000;
						font-size: 1.1em;
						z-index: 2;
						background: #fff;
						opacity: .70;
						filter: alpha(opacity=70);
					 }

				
		#footer {
			margin: 10px 0px 0px 0px;
			clear: both;
			width: 910px;
			font-size: 0.9em;
			color: #fff;
			padding: 15px 10px 5px 10px;
			background: #015;
			height: 28px;
		}

			#footer a:link, #footer a:visited { color: #fff; text-decoration: none; }
			#footer a:hover { color: #fff; text-decoration: underline; }

		#belowfooter {
			margin: 10px 0 0 0;
			clear: both;
			width: 910px;
			font-size: 0.9em;
			line-height: 1.7em;
			padding: 5px 10px;
			color: #666;
		}

			#belowfooter a:link, #belowfooter a:visited { color: #036; text-decoration: none; }
			#belowfooter a:hover { color: #036; text-decoration: underline; }

/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

 
/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}


/*****************
 TOP RIGHT NAV LIST
*****************/

#topright ul {
	margin: 5px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	list-style: none;
	text-align: right;
	
	font-size: 0.95em;
	letter-spacing : -1px;
}

	#topright ul li {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 30px;
		display: inline;
	}

	#topright ul li a {
		color: #015;
		text-decoration: none;
	}

	#topright ul li a:hover {
		color: #015;
		text-decoration: underline;
	}
	
	#topright ul li.onstate {
		font-weight: bold;
	}


/*****************
 TOP OF PAGE NAV LIST
*****************/

ul#nav {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	list-style: none;
	width: 930px;
	text-transform: lowercase;
	font-size: 0.9em;
}

	ul#nav li {
		float: left;
		line-height: 1.8em;
		margin: 0px 0px 0px 0px;
		padding: 0px 11px 3px 11px;
		display: inline;
		text-align: center;
	}
	
	ul#nav li ul{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	ul#nav li ul li {
		line-height: 1.8em;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: none;
		display: inline;
		float: left;
		text-align: left;
	}

		ul#nav li a {
			display: block;
			color: #fff;
			text-decoration: none;
		}

		ul#nav li a:hover {
			color: #fc0;
			text-decoration: none;

		}


	/* APPLY HOME OVERRIDE */
	ul#nav li.homelink {
		padding-left: 32px;
		background: url(/images/homeicon.gif) no-repeat top left;
	}
/*****************
 SIDE NAV LIST
*****************/

#leftnav ul.linklist{
	margin: 0px;
	padding: 10px 10px;
	list-style: none;
	width: 180px;
	background: #eef;
}

	#leftnav ul.linklist li{
   		display: block;
   		margin: 5px 0px 1px 0px;
		padding: 1px 0px 1px 13px;
		line-height:1.7em;
		letter-spacing: -1px;
		border-bottom: 1px dotted #78b;	
		background: url(/images/icon-arrow.gif) no-repeat 0px 6px;
	}

	#leftnav ul.linklist li.header{
		background: none;
	}

	#leftnav ul.linklist a:link, #leftnav ul.linklist a:visited{
		color: #006;
		text-decoration: none;
	}

	#leftnav ul.linklist a:hover, #leftnav ul.linklist a:active {
		color: #006;
		text-decoration: underline;
	}


/*****************
 FLASHANIM
*****************/

#flashanim {
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 1;
}



/*****************
 ICON LINK
*****************/


a.iconlink { 
	padding-left:10px; 
	background: url(/images/icon.gif) no-repeat top left;
}



/*****************
 PAGE CONTENT
*****************/

#pagecontent {
    width: 720px;
    clear: both;
}

#pagecontent .half {
    width: 310px;
    float: left;
    padding: 15px;
    margin-top: 10px;
}

#pagecontent label {
    display: block;
    float: left;
    width: 150px;
}

#pagecontent .inputtext {
    border: 1px solid #336;
    width: 160px;
}

#pagecontent textarea.inputtext {
    overflow: auto;   
}

.selecttext {
    border: 1px solid #336;
    width: 162px;
    overflow: auto;
    height: 1.5em;
    margin: 2px 0px;
}

#pagecontent .inputbutton {
    border: 1px solid #c90;
    padding: 0px 2px;
    margin-top: 2px;
    background-color: #FC0;
    font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
}

p.intro {
    font-size: 1.2em;
    line-height: 1.3em;
    text-align: justify;
    padding-top: 15px;
}

table.spec {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    font-size: 1em;
}

table.spec th {
    text-align: left;
    border: 1px solid #CCD;
    padding: 5px 10px;
    font-size: 1.2em;
    border-bottom: 2px solid #68F;
    background-color: #CCD;
}

table.spec td {
    border: 1px solid #CCD;
    padding: 3px 10px;
}


/*****************
 MISC
*****************/

.question {
    font-size: 1.5em;
    background-image: url(images/questionback.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 30px;
    padding-top: 15px;
    padding-left: 50px;
    margin-bottom: 10px;
}






/*****************
 PROJECTS
*****************/

div.projectfeature {
	width: 698px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	float: left;
	background: #FFF;
	text-align: left;
	background-image: url(images/featureback.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	border: 1px solid #DDE;
}
				
div.projectfeature img {
    float: left;
    margin-right: 10px;
}

div.projectfeature p {
    margin: 0;
}

#lblResponse.error  {
    background-color: #F99;
    border: 2px solid #F33;
    text-align: center;
    padding: 15px;
    margin:10px auto;
    color: #900;
    width: 90%;
}

#lblResponse.success {
    color: #090;
    background-color: #9F9;
    border: 2px solid #3F3;
    text-align: center;
    padding: 15px;
    margin:10px auto;
    width: 90%;
    display: none;
}

#prodetails {
    background-color: #eef;
    padding: 10px;
}

#prodgallery {
    margin: 0px 0px 10px 0px;   
}

.quoteo {
    float: left;
    vertical-align:top;
}

.quotec {
    float: right;
    margin-top: -25px;
}

.quotediv {
    margin: 50px 75px 0px 65px;
    text-align: justify;
    font-style:italic;
}

#prodgallery img {
    margin: 0px 3px 6px 3px;   
}