@import "/css/twinarmy.css";


#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
}

/* header */

#header {
	width: 850px;
	height: 141px;
	padding: 0px;
	
}

#nav_links {
	float: left;
	padding: 50px 0px 0 40px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 18px;
	color: #8dc63f;
}

#contact_info {
	padding: 30px 0px 0px 0px;
	float: right;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #8c8c8f;
}

.img_left {
	float: left;
}

/* header */

#footer {
	width: 850px;
	height: 15px;
	padding: 0px;
}

/* home display */

#home_display_text {
	margin: 10px 0 0 0;
}

#home_display_text h3 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #8c8c8f;
}

#home_display_text p {
	font-family: Georgia, times;
	font-size: 10px;
	line-height: 1.6em;
	color: #8c8c8f;
}

/* work display */

#top_line {
	padding: 0px;
	width: 850px;
	padding: 0px;
}

#work_display_wrapper {
	width: 850px;
	height: 500px;

}

#index_display_box {
	width: 152px;
	height: 152px;
	margin: 120px 18px 0px 0px;
	float: left;
}

#work_display_text {
	margin: 10px 0 0 0;
	float: left;
	width: 240px;
	color: #8c8c8f;
}

#work_display_text h1 {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #8c8c8f;
}

#work_display_text h2 {
	margin: 60px 0 -10px 0; 
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	color: #8c8c8f;
}

#work_display_text p {
	font-family: Georgia, times;
	font-size: 10px;
	line-height: 1.6em;
	color: #8c8c8f;
}

#work_page_text {
	margin: 10px 0 0 0;
	width: 700px;
	float: left;
	color: #8c8c8f;
}

#work_page_text h3 {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #8c8c8f;
}

#work_page_text h4 {
	margin: 20px 0 2px 0; 
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	color: #8c8c8f;
	clear:both;
}

#work_page_text h5 {
	font-family: Georgia, times;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.6em;
	color: #8c8c8f;
}

#work_page_text p {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.6em;
	color: #8c8c8f;
}

#work_page_list_text {
	margin: 10px 0 0 0;
	width: 233px;
	float: left;
	color: #8c8c8f;
}

#work_page_list_text h6 {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #8c8c8f;
}

#work_page_list_text h7 {
	margin: 20px 0 2px 0; 
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	clear:both;
}

#work_page_list_text p {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.6em;
	color: #8c8c8f;
}

.work_display_img {
	margin: 25px 0 0 0;
	float: right;
	width: 590px;
}

.popup_wrapper {
	margin: 20px;
	width: 850px;
	text-align: center;
}

.photo_thumbs_img {
	float: left;
	margin: 0 5px 0 0;
	width: 25px;
	height: 25px;
}

.work_photo_thumbs_img {
	float: left;
	margin: 0px 5px 7px 0;
	width: 50px;
	height: 50px;
}

/* blog display */

/* LINKS */

a:link, a:visited {
	text-decoration: none;
	color: #8dc63f;
}

a:hover, a:active {
	color: #8c8c8f;
	text-decoration: none;
}

.clear {
	clear:both;
}