/***********************************************/
/* styles.css                             */
/***********************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	list-style: none;
	}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, sans-serif;
	color: #F2E6BD;
}

a:link, a:visited, a:hover {
	color: #C5C2BD;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	text-align: center;
	width: 628px;
	padding-top: 60px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	margin: 0px;
	padding: 10px 0px 0px 7px;
	border-bottom: 1px solid #C5C2BD;
	text-align: left;
	position: relative;
	width: 628px;
}

#navBar {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	position: relative;
	text-align: right;
	width: 120px;
	height: 336px;
	float: right;
	line-height: 11px;
}

#content {
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: top;
	width: 508px;
	height: 351px;
	float: left;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/************** .feature styles ***************/

.feature {
	padding: 7px;
	font-size: 9px;
	color: #666666;
}

.feature h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.feature h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

.feature a:link {
	voice-family: "\"}\"";
	voice-family:inherit;
	color: #666666;
}

.feature a:visited {
	color: #666666;
}

.feature a:hover {
	text-decoration: underline;
}

.feature table {
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
}


/************* #siteInfo styles ***************/

#siteInfo {
	font-size: 9px;
	color: #C5C2BD;
	padding: 5px 5px 5px 0px;
	border-top: 1px solid #C5C2BD;
	text-align: right;
	position: relative;
	width: 628px;
	clear: both;
	margin: 0px;
	float:left;
}

/*********** #titleLinks styles ***********/

#titleLinks {
	font-size: 9px;
	font-weight: bold;
	color: #C5C2BD;
	margin: 15px 0px 0px 0px;
	}

#titleLinks h1 {
	padding: 0px 0px 1px 0px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #564F3F;
	}

#titleLinks a:link {
	voice-family: "\"}\"";
	voice-family:inherit;
	color: #C5C2BD;
	}

#titleLinks a:visited {
	color: #C5C2BD;
	}

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


/*********** .sectionLinks styles ***********/

#sectionLinks {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	bottom: 158px;
	width: 120px;
}

#sectionLinks ul a:link, #sectionLinks ul a:visited {
	display: block;
}

#sectionLinks ul {
	margin: 0px; 
	padding: 0px;
}

#sectionLinks a:link {
	voice-family: "\"}\""; 
	voice-family:inherit;
}

#sectionLinks a:visited {
	color: #C5C2BD;
}

#sectionLinks a:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

/*********** .projectLinks styles ***********/

#projectLinks {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 120px;
}

#projectLinks ul a:link, #sectionLinks ul a:visited {
	display: block;
}

#projectLinks ul {
	margin: 0px; 
	padding: 0px;
}
#projectLinks ul li {
	width: 120px; 
	padding: 0px;
	display: block;
}
#projectLinks ul li a{
	width: 120px; 
	padding: 0px;
	display: block;
}

#projectLinks a:link {
	voice-family: "\"}\"";
	voice-family:inherit;
	color: #75B2DD;
}

#projectLinks a:visited {
	color: #75B2DD;
}

#projectLinks a:hover {
	background-color: #75B2DD;
	color: #FFFFFF;
}

/*********** .page styles ***********/

.grey_holder{
	padding: 0px 11px;
	text-align: left;
	width: 471px;
	background-color: #D7D7D3;
	height: 336px;
	border-right: 1px solid #999999;
	}
.grey_holder h2	{
     margin-bottom: 6px;
	 }
.grey_holder p	{
     margin: 0px 0px 6px 0px;
	 padding: 0px;
	 }
.text_gh {
	padding-top: 163px;
	}
.clients_column {
	width: 153px;
	float: left;
	margin: 11px 4px 0px 0px;
	text-align: left;
	}
