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

/***********************************************************/
/* css reset */
/***********************************************************/

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,
b, u, i, center,
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;
	vertical-align: auto;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*remember to define focus styles!  */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;

}
/***********************************************************/
/* body styles */
/***********************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #646464;
}


/***********************************************************/
/* link styles */
/***********************************************************/

a:link {
	color: #000;
	margin: 0px;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

/***********************************************************/
/* main div styles */
/***********************************************************/

#wrapper {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #646464;
}

#header {
	height: 110px;
	width: 1000px;
	border-top: 8px solid #333333;
	background: #FFF;
}

#logo {
	float: left;
	height: 89px;
	width: 545px;
	background: #FFF url(../images/recon-logo-v2.png) no-repeat left top;
	margin-left: 35px;
	margin-top: 8px;
}

/******************************/

#headerInfoBlock {
	background: #8c8c8c;
	height: 110px;
	width: 210px;
	float: left;
}

#headerInfoBlock p {
	color: #FFF;
	font-size: 92%;
	letter-spacing: 0.03em;
	line-height: 1.7em;
	margin-top: 10px;
	margin-left: 20px;
}

#headerInfoBlock a:link {
	color: #FFF;
	text-decoration: none;
}
#headerInfoBlock a:visited {
	color: #FFF;
	text-decoration: none;
}
#headerInfoBlock a:hover {
	color: #FFF;
	text-decoration: underline;
}
#headerInfoBlock a:active {
	color: #FFF;
	text-decoration: none;
}

/******************************/

#containerContent {
	float: left;
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #aaaaaa;
}

#contentArea {
	float: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}

#columnOne {
	color: #000;
	background: #aaaaaa;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 210px;
}

#columnOne p {
	font-size: 90%;
	line-height: 140%;
	padding: 14px 20px 20px 0px;
}


#columnTwo {
	color: #000;
	background: #FFF;
	width: 790px;
	float: left;
	text-align: left;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

/***********************************************************/
/* menu links */
/***********************************************************/

#menu {
	color: #FFF;
	padding: 28px 0px 0px 30px;
	font-size: 80%;
	letter-spacing: .005em;
}


#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	display: block;
	margin-bottom: 15px;
}

#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	margin-bottom: 15px;
	display: block;
}

#menu a:hover {
	text-decoration: none;
	color: #000;
	display: block;
}
#menu a:active {
	text-decoration: none;
	width: 100px;
	margin-bottom: 15px;
	display: block;
	color: #000;
}

#wrapper #containerContent #columnOne #menu .selected {
	color: #000;
}

#wrapper #containerContent #columnOne #menu #projectList .selected {
	color: #000;
}

#menu #projectList {
	width: 150px;
	margin-left: 10px;
	margin-bottom: 14px;
}

#menu #projectList a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 15px;
	width: 150px;
}

#menu #projectList a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
	width: 150px;
}

#menu #projectList a:hover {
	text-decoration: none;
	color: #000;
	display: block;
}
#menu #projectList a:active {
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
	color: #000;
	width: 150px;
}

/***********************************************************/
/* footer code */
/***********************************************************/

#footer {
	width: 1000px;
	background: #646464;
	padding: 10px 0px;
	clear: both;
	margin: 0px auto 10px;
}

/***********************************************************/
/* H tag code */
/***********************************************************/

h1 {
	font: bold normal 100% Arial, Helvetica, sans-serif;
	color: #3542AC;
	padding-bottom: 6px;
	padding-top: 40px;
}

h2 {
	font: bold normal 110%/1.5em Arial, Helvetica, sans-serif;
	color: #000;
}

h3 {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #4878a8;
	display: block;
	padding-bottom: 4px;
}

h4 {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #6D1016;
	display: block;
	padding-bottom: 10px;
}

h5 {
	font: bold 10px Verdana, Geneva, sans-serif;
	color: #000;
	padding-bottom: 4px;
}
