body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: left; color: color:#333333; margin: 15px 0 }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #000000; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
	
		
		
		
		
		#navbutton { float:left; margin-left:5px; padding:5px 8px 5px 8px; }
		
		div#navbutton:hover { background-color:#CC4700; }
		
		
		
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 {  margin-bottom: 5px; padding-bottom: 3px; text-align: left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px }
		
		body { background:url(../images/bigbg4.JPG); background-position:left; overflow:hidden; background-repeat:no-repeat; background-color: #cc4700; height:100%; }
		
		
		
		#header {width:1000px; position:relative; background-image:url(../images/tmd3.png); background-repeat:no-repeat; height:20px; margin-left:60px;}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 360px; overflow:hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			/*border: 5px solid #000;  this is the border. should have the same value for the links */
			margin: auto;
			
			width: 890px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 360px;
			
			border-top:none;
			clear: both;
			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 890px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			margin:0 auto 0 auto;
			width:890px;
		}
		.panel .wrapper div {padding-left:10px;}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: none;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
		}
ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
	width:400px;
}

.contact_header {font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#CC4700; }


.menu {
	
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
	margin-top:15px;
}
.menu a {
	padding: 2px;
	display: block;
	color: #000000;
	width: 200px;
	text-decoration: none;
	font-weight: bold;
	
}
.menu li em {
	background: url(../images/hover.png) no-repeat;
	width: 185px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -0px;
	text-align: left;
	padding: 10px 10px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:1em;
	font-style: normal;
	z-index: 999;
	display: none;
}

p#success
		{
			
			
			
			color: #000000;
			background-color:#D9F4DC;
			text-align: center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:98px;
			vertical-align:middle;
			margin-top:0px;
			padding-top:0px;
		}
		
		p#bademail, p#badserver
		{
			color: #000000;
			background-color:#F7E7E6;
			margin-top:0px;
			padding-top:0px;
			text-align: center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:98px;
			vertical-align:middle;
		}

#footer {position:fixed; bottom:20px; right:20px; font-size:12px; color: #666666;}

#havequestions {position:absolute; top:80px; left:0; height:98px; width:435px; background-image:url(../images/havequestions.png); background-repeat:no-repeat; }

#text2 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size:14px; line-height:20px; vertical-align:middle;}

.text1 {color: #333333; font-family:Georgia, 'Times New Roman', Times, serif; width:780px; font-size:15px; text-align:justify; line-height:1.2em}

.subheader { font-size:22px; width:100%; text-align:left; line-height:1.1em; color: #000000; font-family:Georgia, 'Times New Roman', Times, serif;}