@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #103041;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */

}


h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #385771;
	float:left;
	margin:0 0 30px 0;
}
		
		.h1_home{
			margin: 0 0 0 30px;
			text-align:right;
			float: left;
		}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #b0c86b;
	float: left;
	margin: 0;
	font-weight: lighter;	
	line-height: 30px;
}

		.h2_home {
			float: right;
			margin: 8px 190px 0 0;
		}

h3 {
	font-size: 16px;
	color: #103041;
	font-weight: lighter;
	margin:5px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #223342;
	float:left;
	margin:0 0 10px 0;
	line-height:20px;
}

img {
	border: none;
}

		
#wrapper {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f7f9f0;
}

#header_wrapper {
	background: #eee6b6;
	width: 100%;
	height:115px;
	float:left;
	background-attachment: scroll;
	background-image: url(images/line_dotted_grey.png);
	background-repeat: repeat-x;
	background-position: bottom;

}

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



#navbar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #385771;
	float:right;
	margin:80px 0 0 0;

}

		#navbar ul, #navbar2 ul {
			list-style:none;
			margin:0;
			padding:0;
			
		}
		
		#navbar ul li {
			display: inline;
			padding: 0 0 0 30px;
		}
		
		#navbar ul li a, #navbar2 ul li a, #top a{
			text-decoration:none;
			color: #385771;
		}
		
		#navbar2 ul li a:hover{
			color: #f17812;
		}
		
		#navbar ul li a:hover{
			border-bottom-width: 5px;
			border-bottom-style: solid;
			border-bottom-color: #f17812;
		}

#navbar2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #385771;
	float:left;
	margin:-50px 0 0 0;
	line-height:14px;
}
	
	
	
	
	
#content_wrapper {
	width:100%;
	background-color:#f7f9f0;
	float:left;	
}
	
	#content {
		margin: 0 auto;
		padding:80px 0;
		width:960px;
		font-family: Georgia, Verdana, Times, serif;
		font-size: 12px;
		color: #666666;
		letter-spacing: .03em;
		background-color: #f7f9f0;
		background-image: url(images/poodle1.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
		overflow: auto;
	}

			#content p {
				line-height:26px;
				text-align:left;
			}
	
			#content a {
				text-decoration:none;
				color:#a3b866;
			}
			
			#content a:hover {
				text-decoration:none;
				color:#666;
			}

#footer_wrapper {
	width: 100%;
	background-color:#103041;
	float:left;
	background-image: url(images/footer_border3.png);
	background-repeat: repeat-x;
	margin: 0 0 50px 0;
	text-align:left;

}

	#footer {
		margin: 0px auto;
		padding:40px 0 40px 0;
		width:960px;
		color: #d3d0c1;
		font-family: Georgia, Verdana, Times, serif;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: .03em;
		background-image: url(images/footer_border.png);
		background-repeat: no-repeat;
		background-color: #103041;
	} 

			#footer p {
				margin: 0; 
				padding: 10px 0; 
			}
			
			
			#footer a {
				text-decoration:none;
				color: #f17812;
			}
			
			#footer a:hover {
				color:#eee6b6;
			}

	
				#footer_column_1 {
					width: 240px;
					float:left;
					margin: 0 100px 0 0;
				}
				
				#footer_column_2 {
					float:left;
					margin: 0 50px 0 0;
					width:350px;
				}
				
				#footer_column_3 {
					width:220px;
					float:right;
				}
		
				#footer_column_3 ul {
					list-style-type: none;
					padding:0px;
				}
				
				#footer_column_3 ul li {
					display: inline-block;
					padding: 0 5px 0 0;
				}
		
		
					#social01{
						display: block;
						width: 33px;
						height: 33px;
						background-image: url(/images/social_01.png);
						background-repeat: no-repeat;
						background-position: 0 0;
					}
					
					#social02{
						display: block;
						width: 33px;
						height: 33px;
						background-image: url(/images/social_02.png);
						background-repeat: no-repeat;
						background-position: 0 0;
					}
					
					#social03{
						display: block;
						width: 33px;
						height: 33px;
						background-image: url(/images/social_03.png);
						background-repeat: no-repeat;
						background-position: 0 0;
					}
					
					#social01:hover, #social02:hover, #social03:hover
					{ 
					  background-position: 0 -33px;
					}
					
					#social01 span, #social02 span, #social03 span, .name
					{
					  display: none;
					}
					
		

#home img{
	padding: 50px 0px;
}

#content img {
	margin: 0 10px 0 0;
}
#portfolio {
	margin: 30px 0 0 0;
}

		#portfolio img {
			margin: -28px 0 40px 200px;
			float:right;
		}

		#portfolio p {
			line-height:20px;
			width: 250px;
		}

		#portfolio ul{
			list-style:none;
			overflow:auto;
			padding-top: 35px;
		}

#module{
	width:250px;
	float:left;
}

#top{
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	font-variant: small-caps;
}

		#top p{
			margin:-25px 0 5px 0px;
			text-align:right;
			width: 952px;
		}

#contact-area {
	width: 284px;
	margin: 20px 0 90px;
}

		#contact-area input, #contact-area textarea {
			padding: 2px;
			width: 210px;
			margin: 0px 0px 25px 0px;
			border: 1px solid #ccc;
			color: #333;
		}
		
		#contact-area textarea {
			height: 90px;
		}
		
		#contact-area textarea:focus, #contact-area input:focus {
			border: 1px solid #5C749B;
		}
		
		#contact-area input.submit-button {
			float: right;
			width:51px;
			border:none;
		
		}
		
		input.submit-button {
			margin: 10px 100px 20px 0;
			background-image: url(images/send_button.gif);
			background-repeat: no-repeat;	
			display: block;
			width: 51px;
			height:20px;
			background-position: 0 0;
		}
		
		input.submit-button:hover {
			  background-position: 0 -20px;
		
		}
		
		
		label {
			float: left;
			text-align: left;
			margin-right: 8px;
			width: 60px;
		}

.dottedLine {
	background:transparent url(images/line_dotted_grey.png) repeat-x scroll 0 0;
	width:960px;
	padding:10px 0 0 0;	
}

.underline {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f17812;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.date {
	font-size:10px;
	color:#A3B866;
	margin:0px 0 -10px 0;
	clear:both;
}

.clear {
	clear:both;
}

.airplane {
	float:right;
	padding:0px 95px 0 0;
}

.arrow {
	padding: 4px 0 0 395px;
}


.gy {
	padding-right: 175px;
}

.sub {
	font-weight: lighter;
	font-size:smaller;
}

.highlight {
	font-size: 20px;
	color: #f17812;
}

.highlight2 {
	font-size: 16px;
	color: #f17812;
}

.highlight3 {
	color: #103041
}

ol {
	text-align:left;
	line-height:24px;
}

