@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, 
dl, dt, dd, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	}
ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	

	
	
/* Blog Styling Begins Here CSS reset above this line ******************/	


body {
	
	background-color:#F4F2E9;

}

h1{
	position: absolute;
	top: -1000px; /*SEO tweek: positions h1 tag off the page google still reads it but you don't see it.*/
}

#home-container{
	width: 100%;
	height: 450px;
	margin-top: 80px;
	background-color: #000000;
	background-image: url('../images/home-bg.jpg');
	background-repeat: no-repeat;
}

#about-container{
	width: 100%;
	height: 450px;
	margin-top: 80px;
	background-color: #000000;
	background-image: url('../images/about-bg.jpg');
	background-repeat: no-repeat;
}

#join-container{
	width: 100%;
	height: 450px;
	margin-top: 80px;
	background-color: #000000;
	background-image: url('../images/join-bg.jpg');
	background-repeat: no-repeat;
}

#top{
	width: 100%;
	height: 22px;
	background-color: #444242;
	padding-top: 4px;
	background-image: url('../images/home-stripe.png');
	background-repeat: no-repeat;
}


#nav{
	margin-right: 70px;
	width: 930px;
	text-align: right;

}

.menu-padding{
	padding-left: 8px;
}

#nav ul, #nav li, #nav a, #nav a:link, #nav a:active, #nav a:visited{
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 1px;
	padding-left: 1px;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
#nav a:hover{
	color: #FF9900;
	}
	
	
#footer{
	width: 100%;
	height: 26px;
	background-color: #444242;
}

#footer p{
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	margin: 7px 0 0 60px;
	padding: 0px;
}

.mom{
	float: left;
	margin-left: 40px;
	margin-top: 3px;
}


#bottom{
	width: 100%;
	height: 14px;
	background-image: url('../images/home-bottom.png');
	background-repeat: y-repeat;
}

#content{
	width: 1000px;
	height: 384px;
	background-image: url('../images/home-stripes.png');
	background-repeat: repeat-y;
}

.stripes{
	float: left;
}

#info{
	width: 790px;
	height: 398px;
	float: right;
}

#right{
	width: 500px;
	float: right;
	height: 398px;
}

#left{
	width: 260px;
	float: left;
	height: 398px;
	
}

#middle{
	width: 360px;
	float: left;
	margin-top: 80px;
	height: 398px;
	margin-left: 20px;
	
}

#web{
	width: 460px;
	float: right;
	margin-top: 40px;
	height: 398px;
	margin-left: 20px;
	
}

#services{
	width: 240px;
	float: left;
	margin-top: 80px;
	height: 398px;
	
}



.logo{
	margin-top: 60px;
	float: left;
	margin-left: 10px;
}

.tiny-text{
	font-size: 10px;
	position: relative;
	top: 30px;
	color: #d4652c;
	clear: both;
}


p{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-size: 13px;	
		margin-top: 20px; 
		margin-left: 10px;
		line-height: 120%;
		letter-spacing: 1px;
}

.emphasis{
	font-size: 15px;
	color: #d4652c;
	font-style: italic;
	font-weight: bold;
}

a, a:link, a:active, a:visited{
	color: #d4872c;
	text-decoration: none;
	}
	
	a:hover{
	color: #FF9900;
	text-decoration: underline;
	}
	
	
	
.featured{
	position: relative;
	top: 15px;
	left: 50px;
	z-index: 1;

}


a:link.blog-launch, a:visited.blog-launch{
		background-image: url('../images/home-blog.png');
		background-repeat: no-repeat;
		display:block; 
		height: 75px;
		width: 107px;
	position: relative;
	left: 260px;
	top: -10px;	
	z-index: 2;
	}
	
a:hover.blog-launch {
	background-position: 0 -75px;
	}
	
	
	
a:link.jobs, a:visited.jobs{
		background-image: url('../images/jobs.png');
		background-repeat: no-repeat;
		display:block; 
		height: 24px;
		width: 150px;
	position: relative;
	left: 60px;
	top: -10px;
	z-index: 2;
	}
	
a:hover.jobs {
	background-position: -150px 0 ;
	}
	
	
.contact-us{
	margin-top: 40px;
	margin-left: 10px;
}

.logo-portfolio{
	margin-top: 30px;
	margin-left: 30px;
}

h2{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #d4652c;
		font-size: 18px;	
		margin-top: 30px; 
		margin-left: 10px;
		line-height: 120%;
		letter-spacing: 1px;
}

h3{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #d4652c;
		font-size: 16px;	
		margin-top: 30px; 
		margin-left: 10px;
		line-height: 120%;
		letter-spacing: 1px;
}


.contact-img{
	margin-top: 80px;
}

.stress{
	font-size: 13px;
	color: #e69327;
	font-style: italic;
}


.about{
	width: 360px;
	float: left;
	height: 398px;
	
}

.about p{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-size: 12px;	
		margin-top: 10px; 
		margin-left: 10px;
		line-height: 120%;
		letter-spacing: 1px;
}

.about-right{
	width: 380px;
	float: left;
	height: 320px;
	padding-top: 60px;
	padding-left: 30px;
}

.about-right li{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		display: inline;
		font-style: italic;
		color: #e69327;
	}
	
	
.people{
	width: 360px;
	float: left;
	height: 398px;
	
}

.people p{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-size: 11px;	
		margin-top: 10px; 
		margin-left: 10px;
		line-height: 120%;
		letter-spacing: 1px;
}

.orange{
	color: #e69327;	
	line-height: 100%;
}


.dark-orange{
	color: #c84839;	
	line-height: 100%;
		font-size: 10px;
}

.polaroid{
	margin-top: 15px;
}

.next{
	float: right;
	color: #FFFFFF;
	position: relative;
	top: -30px;
	margin-right: 80px;
	font-style: italic;
}

.previous{
	float: left;
	color: #FFFFFF;
	position: relative;
	top: -30px;
	margin-left: 30px;
	font-style: italic;
	l
}


.polaroid{
	margin-top: 15px;
}

.polaroid2{
	margin-top: 25px;
}


#right-glossary li{
	list-style-type: circle;
	color: #FFFFFF;
	font-size: 14px;
	color: #ffffff;
	line-height: 150%;
}

#right-glossary {
	width: 400px;
	float: right;
	height: 298px;
	padding-top: 70px;
	padding-left: 100px;
}

.box{
	padding:10px; padding-bottom: 40px;background-color: #000000;
}


#content-portfolio{
	width: 1000px;
	height: 384px;
}


.returntostyle a:hover
{	color:#990000;
	text-decoration:underline;
}
#img
{	/*height:283px; width:566px;*/
}
.menu1{ 
background-image:url(images/menudiv1bg.gif);
margin-left:0px;
padding-left:-60px;
padding-top:6px;
padding-bottom: 2px;
display:block;
text-decoration: none;
font-weight:bold;
color: #000000;
height: 12px;
}
.submenu{
background-image: url(images/submenu.gif);
display: block;
margin-left: 10px;
padding-top: 2px;
padding-left: 7px;
color: #333333;
}
.submenuH{
background-image: url(images/submenu.gif);
display: block;
margin-left: 10px;
padding-top: 2px;
padding-left: 7px;
color: #AF1F27;
}
.hide{
display: none;
}
.show{
display: block;
}

#list01{
 width: 150px;
 float:left;
}

#sub_header {
	font-size:16px;
	color:#c3653b;
	margin-top:30px;
	margin-left: 30px;
	width:150px;

}


#sub_header a {
		color:#c3653b;
	text-decoration:none;
}

#sub_header a:hover {
		color:#FF9900;
	text-decoration:none;
	
}

.sub_header_alt {
	font-family:Arial, Helvetica, sans-serif;
	color:#AF1F27;

}

#left_text {
	font-size:14px;
	line-height: 120%;
	color:#6B6665;
	margin-top:10px;
	margin-left: 30px;
	width:150px;
	float:left;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color: #E0E0E0;
	scrollbar-face-color:#E0E0E0;
	scrollbar-highlight-color:#E0E0E0;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-track-color: #E0E0E0;

}

#mid_section {
	float:left;
	width: 566px;
	font-size: 12px;
	position: relative;
	left: 70px;
	top: 50px;
}

#mid_section a:hover{
	text-decoration: none;
	color: #ffffff;
}

#mid_section img{
	margin-bottom: 10px;
}

#right_text {
	color:#ffffff;
	float: left;
	position: relative;
	left: 70px;
	top: 15px;
	width:260px;
	margin-left: 20px;
	overflow: hidden;
}

#right_text p{
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#right_text h4{
	font-size: 14px;
	color:#b65340;
	padding-left: 10px;
	margin-top: 5px;
}

#job p{
	color: #666;
	letter-spacing: 0px;
	}
	
	#job ol{
	color: #666;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	}
