/* Global Reset and Global Classes */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
	margin:0; 
	padding:0; 
}

ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

a{
	outline: none;
}

a img{
	border: none;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

body{
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7E8082;
}

input, select, option, textarea{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
}

#container{
	margin: 10px auto 10px auto;
	width: 901px;
	line-height: 19px;
}

#logo{
	padding: 20px 0px 5px 20px;
}

#planning{
	float: right;
	position: relative;
	top: -25px;
	padding-right: 20px;
	text-indent: -5000em;
	background: url(/ui/planning.gif) no-repeat;
	width: 233px;
	height: 9px;
}

#content{
	padding: 20px 0px 0px 0px;
}

.column{
	float: left;
	width: 280px;
	margin-right: 20px;
}

.gallery-container{
	margin-top: 29px;
	float: left;
	width: 296px;
}

.gallery-container p{
	padding-left: 20px;
	background: url(/ui/magnifier.gif) 0px 2px no-repeat;
	margin-bottom: 4px;
}

.gallery-left{
	margin-right: 8px;
}

.column h1, .column h2, dt{
	margin-bottom: 10px;
	color: #78BDE8;
}

a{
	color: #A0CE67;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

dt, .date{
	font-weight: bold;
}

.date{
	display: block;
	color: #CCCCCC;
}

dt{
	line-height: normal;
	margin: 0px;
}

dd{
	line-height: 17px;
	margin-bottom: 10px;
}

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

#main-menu{
	position: absolute;
	top: 150px;
}

#main-menu ul{
	margin-left: 0px;
	list-style: none;
	padding-left: 0px;
}

#home a, #home_over a{
	display: block;
	text-indent: -5000em;
	height: 21px;
	width: 57px;
	margin-bottom: 3px;
}

#home a{
	background: url(/ui/home.gif) no-repeat;
}

#home a:hover, #home_over a{
	background: url(/ui/home_over.gif) no-repeat;
}

#about-us a, #about-us_over a{
	display: block;
	text-indent: -5000em;
	height: 21px;
	width: 85px;
	margin-bottom: 3px;
}

#about-us a{
	background: url(/ui/about.gif) no-repeat;
}

#about-us a:hover, #about-us_over a{
	background: url(/ui/about_over.gif) no-repeat;
}

#our-services a, #our-services_over a{
	display: block;
	text-indent: -5000em;
	height: 21px;
	width: 113px;
	margin-bottom: 2px;
}

#our-services a{
	background: url(/ui/services.gif) no-repeat;
}

#our-services a:hover, #our-services_over a{
	background: url(/ui/services_over.gif) no-repeat;
}

#portfolio-experience a, #portfolio-experience_over a{
	display: block;
	text-indent: -5000em;
	height: 21px;
	width: 190px;
	margin-bottom: 3px;
}

#portfolio-experience a{
	background: url(/ui/portfolio.gif) no-repeat;
}

#portfolio-experience a:hover, #portfolio-experience_over a{
	background: url(/ui/portfolio_over.gif) no-repeat;
}

#contact a, #contact_over a{
	display: block;
	text-indent: -5000em;
	height: 21px;
	width: 104px;
}

#contact a{
	background: url(/ui/contact_us.gif) no-repeat;
}

#contact_over a, #contact a:hover{
	background: url(/ui/contact_us_over.gif) no-repeat;
}

#contact-form label{
	display: block;
	line-height: 22px;
}

#map{
	width: 278px;
	height: 450px;
	border: 3px solid #A0CE67;
}

.gallery-container img{
	border: 3px solid #A0CE67;
	float: left;
	margin-bottom: 5px;
}

.gallery-left{
	margin-right: 5px;
}

.nudge-top{
	padding-top: 29px;
}

#submitbtn{
	margin-top: 5px;
}

.row p{
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
}

.column ul{
	padding-left: 13px;
}

.column ul li{
	padding-bottom: 8px;
}

#footer{
	clear: both;
	padding: 20px 0px 20px 0px;
}