/* Tag styles ----------------------------------------------------- */
body
{
	background-color: #FFFFFF;
	color: black;
	font: 13px Arial, sans-serif;
}

a
{
	text-decoration: none;
}

a:link
{
	color: #333333;
}

a:visited
{
	color: #333333;
}

a:hover
{
	/*background-color: #dbdbdb;*/
}

img
{
	border: none;
}

/* Formatting styles -------------------------------------------------- */
.text_bold
{
	font-weight: bold;
}


/* Section styles ----------------------------------------------------- */
.text_underline
{
	text-decoration: underline;
}

#top_line
{
	margin-right: auto;
	margin-left: auto;
	width: 658px;
}

#top_banner_left
{
	float: left;
	position: relative;
	text-align: left;
	color: black;
	
	top: 3px;
	width: 25%;
	
	margin-left: auto;
	margin-right: auto;
	
	font-size: 14px;
}

#top_banner_right
{
	float: right;
	color: black;
	position: relative;
	top: 3px;
	width: 74%;
	
	margin-left: auto;
	margin-right: auto;
	
	font-size: 13px;
	text-align: right;
}

/* Front page styles -------------------------------------------------- */
#projects
{
	clear: both;
	position: relative;

	top: 18px;
	width: 676px;
	
	margin-left: auto;
	margin-right: auto;
}

.project_pics
{
	margin-left: 8px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-top: 0px;
}

#text_pane
{
	text-align: justify;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-top: 6px;
	min-height: 180px;
	height: auto;
	_height: 180px;
	position: relative;
	width: 634px;
	top: 24px;
	
	margin-left: auto;
	margin-right: auto;
	
	/* Vertical lines beside text*/
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.text_links
{
	padding: 4px;
	padding-left: 0px;
	color: black;
}

/* Project page styles -------------------------------------------------- */
#links_page
{
	text-decoration: none;
	line-height: 16px;
}

#projects_page
{
	clear: both;
	position: relative;

	top: 18px;
	width: 658px;
	
	margin-left: auto;
	margin-right: auto;
}

.project_rows
{
	
	min-height: 100px;
	height: auto;
	_height: 100px;
	
	padding-top: 10px;
	
	margin-bottom: 10px;
	
	border-bottom-width: 0px;
	border-top-style: solid;
	border-top-color: #393939;
	
	border-top-width: 1px;
	
	font-size: 13px;
	
	position: relative;
}

.project_pic_block
{
	width: 320px;
	float: right;
	padding-left: 12px;
	
	position: relative;
}

.project_intro
{
	padding-top: 2px;
	min-height: 88px;
	height: auto;
	_height: 88px;
	position: relative;	
}

.project_page_pics
{
	position: relative;
	
	padding-left: 4px;
}

#project_title
{
	color: #333333;
	
	border-top-color: #33333;
	
	border-top-style: solid;
	border-top-width: 1px;
	
	font-weight: bold;
	font-size: 13px;
	
	padding-top: 10px;
	
	width: 660px;
	
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;
}

#project_pic_square
{
	margin-bottom: 12px;
	margin-top: 12px;
	width: 660px;
}

.project_pic_square_pic
{
	padding: 3px;
}

#project_text
{
	line-height: 1.3em;
	
	margin-bottom: 16px;
	margin-top: 16px;
	
	padding: 0px 3px 16px 3px;
	
	text-align: justify;
	
	margin-right: auto;
	margin-left: auto;
	
	position: relative;
}

#project_left_link
{
	position: relative;
	
	float: left;
	width: 50%;
	text-align: left;
	
	top: -15px;
}

#project_right_link
{
	position: relative;
	
	float: right;
	width: 50%;
	text-align: right;
	
	top: -15px;
}


