@charset "UTF-8";

/* Global resets from http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* Revised by RDB 4/21/09 */

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, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	width: 100%;
	background: #48699B url(/images/page_bg.jpg) repeat-x 0 0;
}
body#project
{
	background: #FFF none;
}
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;
}

/*********************/
/**** Site layout ****/
/*********************/

#outerShadowContainer
{
	width: 990px;
	margin: 0 auto;
	padding-top: 90px;
	background: transparent url(/images/tabs_shadow_bg.png) no-repeat 0 0;
	position: relative;
	z-index: 5;
}
#innerShadowContainer
{
	width: 990px;
	margin: 0 auto;
	padding-bottom: 35px;
	background: transparent url(/images/bottom_shadow_bg.png) no-repeat 0 bottom;
}
#pageContentContainer
{
	width: 920px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	margin: 0 auto;
	background: transparent url(/images/page_content_bg.gif) no-repeat 0 0;
	position: relative;
	z-index: 10;
}
#pageContentContainer #leftColumn
{
	width: 175px;
	float: left;
	display: inline;
	margin-top: 145px;
}
#pageContentContainer #rightColumn
{
	width: 700px;
	float: left;
	display: inline;
	margin: 18px 0 0 45px;
}
#pageContentContainer #rightColumn #titleIntro
{
	width: 600px;
	height: 100px;
	overflow: visible;
}
#pageContentContainer #rightColumn #contentArea
{
	width: 520px;
	float: left;
	display: inline;
	margin-top: 25px;
}
#pageContentContainer #rightColumn #sidebar
{
	width: 145px;
	float: left;
	display: inline;
	margin: 25px 0 0 35px;
}
