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

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg-gradient.jpg) #5e5e60 repeat-x;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 40px;
	}

A:link {
	text-decoration: none;
	color:#999999;
}
A:visited {text-decoration: none; color:#999999;}
A:active {text-decoration: none; color:#999999;}
A:hover {text-decoration: none;color:#FFFFFF;}
	
#pagewrap {
	background-color:#000000;
	color:#FFFFFF;
	margin: 0px auto;
	width: 1000px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	}
	
#header {
	width: 1000px;
	border: 0px;
	}
	
#menu {
	background: url(images/menu-shadow.gif) repeat-x #6d6e70;
	height: 39px;
	padding-top: 6px;
	padding-right: 10px;
	}



#topmenu-navstyle {
	margin: 5px 7px 0px 7px;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
	float: right;
}

		#topmenu-active {text-decoration: none; color: #ffffff; background-image:url(images/bullet.png); background-repeat:no-repeat; 
				margin: 5px 7px 0px 7px;
				font-size: 14px;
				padding-left: 20px;
				padding-right: 8px;
				padding-top: 4px;
				padding-bottom: 4px;
				width: auto;
				float: right; }

		#topmenu-link:link {text-decoration: none; color:#ffffff; }
		#topmenu-link:visited {text-decoration: none; color: #ffffff; }
		#topmenu-navstyle:hover {text-decoration: none; color: #ffffff;  background-image:url(images/bullet.png); background-repeat:no-repeat; }

h1 {
	font-weight:normal;
	font-size: 26px;
	padding-bottom: 7px;
	}
h2 {
	font-weight: normal;
	font-size: 18px;
	color:#ffffff;
	line-height: 1.5;
	}


#content {
	width: 380px;
	float: left;
	padding-left: 60px; padding-top: 50px; padding-bottom: 20px;
	}

		#content p {
	color: #98E0BF;
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 10px;
				}

#right-sidebar {
	width: 400 px;
	float: right;
	padding-right: 40px; padding-top: 90px; padding-bottom: 20px;
	}
	
#content-contact {
	width: 290px;
	float: left;
	padding-left: 60px; padding-top: 50px; padding-bottom: 20px;
	}

		#content-contact p {
	color: #98E0BF;
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 10px;
				}

#right-sidebar-contact {
	width: 600 px;
	float: right;
	padding-right: 60px; padding-top: 50px; padding-bottom: 40px;
	}

#content-fullpage {
	width: 880px;
	float: left;
	padding-left: 60px; padding-top: 50px; padding-bottom: 20px;
	}

		#content-fullpage p {
	color: #98E0BF;
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 10px;
				}
	
.clear {
	clear:both;
	margin: 0 auto;
	width: 980px;
	height: 6px;
	background: url(images/clear-bar.jpg);
	}
	
#boxes {
	width: 1000px;
	padding-left:60px;
	}
	
	#boxes h3 {
		margin-top: 230px;
		font-weight: normal;
		font-size: 14px;
		color:#CCCCCC;
		line-height: 1;
		text-align: center;
		padding-bottom: 3px;
		}
	#boxes p {
		font-size: 12px;
		color:#CCCCCC;
		line-height: 1.5;
		padding-bottom: 10px;
		}
	
#lower-box1 {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 205px;
	height: 369px;
	float: left;
	padding: 0 35px 0 40px;
	background-image:url(images/experience-box.jpg);
	}

#lower-box2 {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 210px;
	height: 369px;
	float: left;
	padding: 0 35px 0 35px;
	background-image:url(images/portfolio-box.jpg);
	}
	
#lower-box3 {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 210px;
	height: 369px;
	float: left;
	padding: 0 35px 0 35px;
	background-image:url(images/contact-box.jpg);
	}
	
#contact-bar {
	width: 1000px;
	text-align: center;
	padding-top: 20px;
	color:#999999;
	font-size: 12px;
	}
	
	
	
	