/* Global
----------------------------------------------------------------*/
html, body, script, p  {
	margin: 0;
	padding: 0;
}
html, table  {
	font-family: Arial;
	font-size: 13px;
	line-height: 22px;
	color: #323232;
}
body  {
	background: #363636;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
}	
img  {
	border: 0;
}
a  {
	text-decoration: none;
	color: #00487D;
}
html, table b, span  {
	font-family: Arial;
	font-size: 12px;
}
a:hover  {
	text-decoration: underline;
}
input, textarea, select {
	font-family: Arial;
	font-size: 10px;
	padding: 3px;
}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.RadEContent, BODY.RadEContent, .RadEContentBordered, BODY.RadEContentBordered
{ 
	font-size: 13px;
	line-height: 22px;
	font-family: Arial;
	background-color: #FFFFFF; 
}

/* Layout
----------------------------------------------------------------*/
#div_container {
	margin:0 auto;
	width:943px;
	position:relative;
	overflow:hidden;
}
#div_nav {
	width:943px;
	height:410px;
	position:relative;
	overflow:hidden;
}
#div_main {
	width:943px;
	overflow:hidden;
	background:url(/images/bg_content.gif);
	position:relative;
	float:left;
	text-align: left;
}
#div_subnav {
	margin-left: 54px;
	float:left;
	width:233px;
	position:relative;
	overflow: hidden;
	display: inline;
	font-family: Verdana;
	font-size: 11px;
}
#div_content {
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 80px;
	float:left;
	width:550px;
	position:relative;
	overflow: hidden;
	border-left:1px solid #EAEAEA;
}
#div_content_project {
	padding-left: 30px;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 80px;
	float:left;
	width:370px;
	position:relative;
	overflow: hidden;
	border-left:1px solid #EAEAEA;
}
#div_project_details {
	margin-top: 30px;
	margin-bottom: 80px;
	float:left;
	width:200px;
	position:relative;
	overflow: hidden;
}
#div_details {
	padding-left: 12px;
	margin: 0;
	position:relative;
	border-left:1px solid #EAEAEA;
	font-family: Verdana;
	font-size: 11px;
	color: #262626;
	line-height: 16px;
	height: 100%;
}
#div_details b, #div_details strong, #div_details span {
	font-family: Verdana;
	font-size: 10px;
}
#div_footer {
	width:943px;
	position:relative;
	overflow: hidden;
	clear:both;
}
#div_copyright {
	margin: 0 0 0 116px;
	width:943px;
	position:relative;
	color:#6A6A6A;
	font-family: Verdana;
	font-size: 10px;
}

#div_copyright a {
	color:#6A6A6A;
	font-family: Verdana;
	font-size: 10px;
}

.table_repeater {
	border: 1px solid #C0C4B1;
	background-color: #F4F5F5;
}
.table_repeater img {
	border: 1px solid #C0C4B1;
	margin: 12px;
}

/*subnav start*/
#div_subnav ul {
	margin: 0;
	padding: 0;
}
#div_subnav ul li {
	list-style: none;
	margin: 0;
	overflow: hidden;
	height: 20px;
}
#div_subnav ul li a {
	display: block;
	height: 100%;
	color: #3B6C9E;
	padding: 0px 0px 0px 35px;
	text-decoration: none;
}
#div_subnav ul li a:hover {
	text-decoration: none;
	background-color: #EDF2F6;
} 
#div_subnav ul li a.active {
	background-color: #EDF2F6;
	font-weight: bold;
	color: #2C5075;
}
#div_subnav ul li a.active:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
}
#div_subnav li.page-active {
	background: #EDF2F6 url('/images/bg_subnav_arrow.gif') no-repeat left;
	font-weight: bold;
	color: #00487D;
	font-family: Verdana;
	font-size: 11px;
}
#div_subnav li.page-active a {
	background: #EDF2F6 url('/images/bg_subnav_arrow.gif') no-repeat left;
	font-weight: bold;
	color: #00487D;
	font-family: Verdana;
	font-size: 11px;
}
#div_subnav ul li.page-active a:hover {
	background: #EDF2F6 url('/images/bg_subnav_arrow.gif') no-repeat left;
	font-weight: bold;
	color: #00487D;
	font-family: Verdana;
	font-size: 11px;
} 
#div_subnav ul li.page-active a.active {
	background: #EDF2F6 url('/images/bg_subnav_arrow.gif') no-repeat left;
	font-weight: bold;
	color: #00487D;
	font-family: Verdana;
	font-size: 11px;
}

#div_subnav ul li h3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color:#555555;
	padding: 0px 0px 0px 35px;
	margin: 0;
	height: 100%;
}
/*subnav end*/