@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;
}

/* Remove Padding and Margins from block-level
elements set by default by some browsers. */
html, body, div, h1, h2, h3, h4, h5{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

body{
	background-color: #e7e8e9;
	background-image: url("../images/b_gradient.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 32px;
	font: 10pt Arial, Helvetica, sans-serif;
}

a, a:link, a:active		{color: #00f; text-decoration: none;}
a:visited				{color: #666666;}

blockquote{
	width: 480px;
	margin-left: 2.4em;
	margin-top: 0px;

	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-style: italic;
	color: #5D666C;
}

h1{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2{
	font-size: 16pt;
	color: #5D666C;
	font-weight: bold;
	margin: 0px 0px 1.0em 0px;
}

h3{
	margin: 0px 0px 1.0em 0px;
}

.list_compact{
	margin-bottom: 3.0em;
	list-style-type: disc;
}

.list_compact li{
	margin-bottom: 0.4em !important;
}

.bodyholder{
	margin: 0px;
	margin-left: 20px;
	width: 560px;
}


/* Stylesheet used to control the formatting for the employee gallery and profile pages */

#t_gallery{
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}

.p_entry{
	padding: 0px;
	margin: 5px;
	width: 112px;
	float: left;
	background-color: #ddd;
	background-image: url("../images/p_gallery_frame.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

.p_entry img{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

.p_entry a{
	text-decoration: none;
	color: inherit;
}

.t_gallery_level div:hover{
	color: #fff;
}

.p_label{
	display: block;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

.t_gallery_level{
	text-align: center;
	background-color: #CCCCCC;
	padding: 0.5em;
	margin: 0.5em;
}


/* Formatting used for Employee Profile pages */
#p_profileintro{
	clear: both;
	display: block;
}

#p_profileintro img{
	margin: 0px 0.8em 0.8em 0.8em;
}

#p_profileintro h2	{margin-bottom: 0.2em;}
#p_profileintro h3{
	margin: 0px 0px 0.2em 0px;
}

.qualifications{
	display: block;
	margin: 1em 0px 1em 0px;
}

/* The following styles pertain to classes and specific elements within the table structure */

#t_header_2, #t_header_3{
	vertical-align: bottom;
}

#t_header_2 h1{
	margin: 0px 0px 20px 5px;
}

#t_header_3 h1{
	margin: 0px 0px 20px 15px;
}

#t_header_2{
	color: #fff;
}
#t_header_3{
	color: #5D666C;
}

.navicon{
	height: 50px;
	float: left;
	margin-left: 10px;
	margin-right: 14px;
	margin-bottom: 6px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
}

.navlabel{
	display: block;
}

.navicon img{
	display: block;
}

#t_topnav_menu{
	font-size: 9pt;
	padding-top: 4px;
	width: 700px;
	height: 60px;
}

#t_topnav td{
	text-align: left;
	vertical-align: bottom;
}

#t_topnav a:link, #t_topnav a{
	color: white;
}

/* Prevent cells "breaking" apart due to default text-size. */
.t_row_1, .t_row_4, .t_row_7,
.t_col_1, .t_col_5{
	font-size: 0px;
}

#t_header_4 div{
	margin-left: 30px;
	height: 70px;
}


.n_stone1		{background-image: url("../images/a_stone1_link.png");}
.n_stone1:hover	{background-image: url("../images/a_stone1_hover.png");}

.n_stone2		{background-image: url("../images/a_stone2_link.png");}
.n_stone2:hover	{background-image: url("../images/a_stone2_hover.png");}

.n_stone3		{background-image: url("../images/a_stone3_link.png");}
.n_stone3:hover	{background-image: url("../images/a_stone3_hover.png");}

.n_stone4		{background-image: url("../images/a_stone4_link.png");}
.n_stone4:hover	{background-image: url("../images/a_stone4_hover.png");}

.n_stone5		{background-image: url("../images/a_stone5_link.png");}
.n_stone5:hover	{background-image: url("../images/a_stone5_hover.png");}

/* Coder's Note to Self: Keep a careful eye on this; */
#b_boulder{
	position: relative;
	width: 1px;
	height: 1px;
	left: -219px;
	top: -314px;
	z-index: 1;
}

#b_boulder img{
	position: absolute;
}

#t_body_2 ul{
	margin-top: 0px;
	margin-left: 14px;
	list-style-type: disc;
	padding-left: 8px;
	line-height: 20pt;
	position: relative;
	left: -5px;
}

#t_body_2 a:link{
	color: #5D666C;
	text-decoration: none;
}

#t_body_2 a:hover{
	text-decoration: underline;
}

#t_body_3 {padding: 0px;}

#t_body_3 li{
	margin-bottom: 1.0em;
}



#t_footer_2{
	color: #fff;
	text-align: right;
	vertical-align: top;
	font-size: 8.6pt;
	line-height: 13pt;
}

#t_footer_2 div{
	position: relative;
	left: -5px;
	height: 100px;
	z-index: 2;
}

#t_footer_2 a,
#t_footer_2 a:link,
#t_footer_2 a:active,
#t_footer_2 a:visited{
	text-decoration: none;
	color: white;
}

#t_footer_2 a:hover
{text-decoration: underline;}

#t_footer_3{
	vertical-align: bottom;
}

#t_footer_3 div{
	color: #5D666C;
	margin-left: 2.0em;
}

#t_footer_3 a,
#t_footer_3 a:link,
#t_footer_3 a:active,
#t_footer_3 a:visited{
	text-decoration: none;
	color: #5D666C;
}

#t_footer_3 a:hover{
	text-decoration: underline;
}
