@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
.mainbody {
	padding: 0px;
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: #6f6f6f;
	border-bottom-color: #6f6f6f;
	border-left-color: #6f6f6f;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.footer {
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: #6f6f6f;
	border-bottom-color: #6f6f6f;
	border-left-color: #6f6f6f;
	border-top-width: 0px;
	border-bottom-width: 2px;
	background-image: url(/images/bottom_border.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-Bottom: 5px;
}
A:Active{
	Background: None;
	Color: #333333;
	Text-decoration: Underline
}
A:Hover{
	Background: None;
	Color: #999999;
	Text-decoration: Underline
}
A:Link{
	Background: None;
	Color: #333333;
	Text-decoration: Underline
}
A:Visited{
	Background: None;
	Color: #333333;
	Text-decoration: Underline
}
Body{
	Background-color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	Font-size: 14px;
	color: #333333;
	background-image: url(/images/bg.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
Form{
	font-family: 'Oswald', sans-serif;
	Font-size:14Px
}
Input{
	Font-family:Arial, Helvetica, Sans-Serif;
	Font-size:12Px;
	border: 1px solid #000000;
	background-color: #f6f6eb;
}
Select{
	Font-family:Arial, Helvetica, Sans-Serif;
	Font-size:12Px;
	border: 1px solid #000000;
}
Textarea{
	Font-family:Arial, Helvetica, Sans-Serif;
	Font-size:12Px;
	border: 1px solid #000000;
	background-color: #f6f6eb;
}
.Maintext {
	font-family: 'Oswald', sans-serif;
	font-size: 45px;
	font-weight: 900;
	color: #333333;
	padding: 0px;
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 15px;
	background-image: url(/images/bottom_border.jpg);
	line-height: 55px;
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: #6f6f6f;
	border-bottom-color: #6f6f6f;
	border-left-color: #6f6f6f;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.hbar {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	background-image: url(/images/bottom_border.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 40px;
}
.paragraphbody {
	padding-right: 10px;
}
.Headerimage {
	padding: 0px;
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6f6f6f;
	border-right-color: #6f6f6f;
	border-bottom-color: #6f6f6f;
	border-left-color: #6f6f6f;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.navbar {
	width: 920px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 916px; /*width of featured content slider*/
	height: 218px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 0px;
	width: 916px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	opacity: 1;
}
.pagination{
	position: relative; /*leave as is*/
	top: 0px; 
	width: 916px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 5px;
	z-index: 9999;
}
.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #ffffff;
}
.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
}
/*Navigation bar Start*/
	#navlist {
	position: relative;
	left: auto;
	right: auto;
	margin: 0;
	padding: 0;
	display: block;
	}
	#navlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	#navlist li, #navlist a {
	height: 40px;
	display: block;
	}
	#phoneButton {
	left: 0px;
	width: 470px;
	background: url('/images/navbar_r1_c1.jpg') 0px 0px;
	}
	#homeButtonLink {
	left: 470px;
	width: 150px;
	background: url('/images/home.jpg') 0px 0px;
	}
	#projectButtonLink {
	left: 620px;
	width: 150px;
	background: url('/images/projects.jpg') 0px 0px;
	}
	#contactButtonLink {
	left: 770px;
	width: 150px;
	background: url('/images/contact.jpg') 0px 0px;
	}
	#homeButtonLink a:hover {
	background: url('/images/home_s2.jpg') 0px -40px;
	}
	#projectButtonLink a:hover {
	background: url('/images/projects_s2.jpg') 0px -40px;
	}
	#contactButtonLink a:hover {
	background: url('/images/contact_s2.jpg') 0px -40px;
	}
/*Navigation bar End*/
	.contactinfo {
	position: absolute;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 70px;
	width: 300px;
	}
	.contactform {
	width: 410px;
	margin-left: 458px;
	padding: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	}
.contactmap {
	position: relative;
	border-top-color: #999;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	.contactform input,textarea{
	width: 400px;
	right: 0px;
	}
