* {
	margin: 0;
	padding: 0;
	}
	
#header h1{
	text-decoration: none;
	color: #fff;
	}
#header span {
	font-size: 20px;
	color: #888;
	}
	
.stepcarousel{
		position:absolute;
	left:190px;
	top:160px;
	border: none;
	overflow: scroll; /*leave this value alone*/
	width: 490px; /*Width of Carousel Viewer itself*/
	height: 518px; /*Height should enough to fit largest content's height*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}


#footer {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	width: 100%;
	top: 700px;
}
#footer a:link{
	position: static;
	top: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	width: 100%;
}
#footer a:hover{
	position: static;
	top: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	width: 100%;
}
#footer a:visited{
	position: static;
	top: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	width: 100%;
}
.secondInfo{
		position:absolute;
	left:565px;
	top:140px;
	border: none;
	overflow: scroll; /*leave this value alone*/
	width: 300px; /*Width of Carousel Viewer itself*/
	height: 518px; /*Height should enough to fit largest content's height*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.aboutTitle {
	font-weight: bold;
	font-size: 16px;
}
aboutText {
	color: #FFF;
}
.aboutTxt {
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 709px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
}
#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	
	#portfolio #wrapper {
	margin-top:0px;
	background: url(contactBG.jpg) no-repeat top right;
	height: 700px;
	}
	
#apDiv1 {
	position:absolute;
	left:346px;
	top:28px;
	width:389px;
	height:397px;
	z-index:1;
}
#logo {
			position:absolute;
	left:740px;
	top:250px;
	border: none;

	left: 400;
	top: 400;
	z-index:2000;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;

color:#FFFFFF;
width:173px;
padding:2px;
text-align:left;
font-weight:bold;
}

.submenu{
	
margin-bottom: 0.5em;
}

.photoTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin: 4px;
}

.secondInfoTitle {
		font-family: Arial, Helvetica, sans-serif;
	color: #e4a510;
	font-weight: bold;
	font-size: 18px;
}
.submenu a:link{
	color:#FFFFFF;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	margin-left: 5px;
}
.submenu a:visited{
	color:#FFFFFF;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	margin-left: 5px;
}


.submenu a:hover{
	color:#E3BF8B;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	margin-left: 5px;
}
.submenu .mini a:link{
	color:#ca7d05;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-family: Courier New, Lucida Console, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	margin-left: 5px;
}
.submenu .mini a:visited{
	color:#ca7d05;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-family: Courier New, Lucida Console, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	margin-left: 5px;
}


.submenu .mini a:hover{
	color:#E3BF8B;
	margin-bottom: 0.5em;
	text-decoration: none;
	font-family: Courier New, Lucida Console, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	margin-left: 5px;
}

#form {
	margin: 20px 0;
	width: 350px;
	}
#form fieldset {
	border: 0px;
	}
#form label {
	display: block;
	}
#form .textbox {
	background-color: #333;
	border: 1px solid #666;
	padding: 1px;
	color: #fff;
	width: 95%;
	margin-bottom: 10px;
	}
#form textarea {
	font-family: Arial, serif;
	width: 95%;
	height: 80px;
	background-color: #333;
	border: 1px solid #666;
	padding: 1px;
	color: #fff;
	margin-bottom: 10px;
	}
#form .submit {
	margin: 10px 0;
	}
#form .error {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}
