@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	font-family: 'Roboto', sans-serif;
	background-image:url(images/siteBG.png);
	background-repeat:repeat;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
}

h1, h2, h4, h5, h6 {
	color:#dd5e0d;
	margin:0px 0px 5px 0px;
}

h3 {
	color:#1c5322;
}

img {
	border:none;
}


/*Start Main Layout */
#wrapper {
	width:960px;
	margin:0px auto;
}

#header {
	width:960px;
	height:120px;
	margin:0px auto;
}

#logo {
	width:130px;
	height:100px;
	margin:10px 0px 0px 20px;
	float:left;
}

#companyName {
	width:500px;
	float:left;
	margin-top:50px;
}

#companyName h2	{
	color:#000;
}

#contactInfo {
	margin:40px 20px 0px 0px;
	float:right;
}

#contactInfo a:link {
	color:#000;
}

#contactInfo a:hover {
	color:#1c5322;
}

#navBar {
	width:960px;
	height:30px;
	margin:0px auto;
	background-image:url(images/navBG.png);
	background-repeat:repeat-x;
}

#mainNav {
	float:right;
}

#mainNav li {
	float:left;
	list-style:none;
	line-height:30px;
}

#mainNav li a:link, #mainNav li a:visited {
	display:block;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
}

#mainNav li a:hover {
	background-color:#030;
}

.active {
	background-color:#030;
}

#content {
	width:920px;
	padding:20px;
	background-color:#FFF;
	overflow:hidden;
}

#footer {
	width:960px;
	height:30px;
	margin:0px auto 10px auto;
	line-height:30px;
}

#copyright {
	float:left;
}

#bottomLinks {
	float:right;
}

#bottomLinks li {
	float:left;
	list-style:none;
}

#bottomLinks li a:link, #bottomLinks li a:visited {
	display:block;
	text-decoration:none;
	padding-left:15px;
	color:#1c5322;
}

#bottomLinks li a:hover {
	text-decoration:underline;
}
/*End Main Layout*/

/*Start Home page content layout*/
#slideContainer {
	position:relative;
	margin:0px auto;
}

#leftContent {
	width:590px;
	float:left;
	margin-top:15px;
}

#h2Margin {
	margin:10px 0px;
}

#groupFirst {
	float:left;
	width:91px;
	height:103px;
}

.group {
	width:120px;
	height:103px;
	float:left;
	margin:0px 0px 0px 30px;
}

.polishLogo {
	width:90px;
	height:103px;
	float:left;
	margin:0px 0px 0px 0px;
}

#rightContent {
	width:280px;
	float:left;
	margin:15px 0px 0px 50px;
}

#rightContent h2 {
	margin-top:10px;
}

#facebook {
	width:280px;
	height:55px;
}

#consultaion {
	width:280px;
	height:100px;
	margin-top:10px;
}

#testimonial {
	width:280px;
	min-height:150px;
	margin-top:10px;
}

#button{
	border:#dd5e0d thin solid;
	width:120px;
	text-align:center;
	margin-top:10px;
}

#button a:link, #button a:visited {
	display:block;
	color:#dd5e0d;
	text-decoration:none;
	padding:5px 0px;	
}

#button a:hover {
	display:block;
	color:#FFF;
	text-decoration:none;
	background-color:#dd5e0d;
	padding:5px 0px;	
}
/*End home page content layout*/

/*Start About Me layout*/

.margin-bottom {
	margin-bottom:10px;
}

.fadein { position:relative; float:right; width:240px; height:330px; border:#1c5322 2px solid; }
.fadein img { position:absolute; left:0; top:0; }

#certifications {
	width:530px;
	min-height:200px;
	margin-top:15px;
	float:left;
	clear:both;	
}

#associations {
	width:350px;
	min-height:200px;
	margin-top:15px;
	float:right;
}

#certifications ul, #associations ul {
	margin-left:40px;	
}
/*End About Me layout */


/*Start testimonial page layout*/
.h3Margin {
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:#1c5322 solid 1px;
}
/*End testimonial page layout*/

/*Start contact page layout*/
#left-contact {
	width:300px;
	float:left;
}

#left-contact a:link {
	color:#000;
}

#left-contact a:hover {
	color:#1c5322;
}

#fb {
	margin-top:10px;
}

#form-container {
	width:500px;
	padding:10px;
	min-height:200px;
	float:right;
}

form {
	margin-top:20px;
}

input {
	margin-bottom:10px;
	padding:5px;
	clear:both;
	float:left;
}

textarea {
	padding:5px;
	clear:both;
	float:left;
	font-family: 'Roboto', sans-serif;
}

#submit-button {
	margin-top:10px;
}

/*End contact page layout*/