/*
Theme Name: Netcore 2010
Theme URI: http://www.netcoresolutions.com/
Description: The 2010 default theme for Netcore.
Author: The Netcore team
Version: 1.0
*/


body,td,th {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color:#000000;
	/*background: url(images/bg_body.jpg) 50% 0px no-repeat fixed #270000;
	background: url(images/bg_body2.jpg) 50% 0px no-repeat fixed #000000;*/
	background: url(images/bg_body3.jpg) 50% 0px no-repeat fixed #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x:hidden;
	
}


a:link, a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover, a:active {
	color:#cc0000;
	text-decoration:none;

}

/*General Classes*/
.clear{
	clear:both;
	height:0px;
}

.shadow{
	/*Shadows	*/
	-moz-box-shadow:rgba(0,0,0,1) 0 4px 20px;
	-khtml-box-shadow:rgba(0,0,0,1) 0 4px 20px;
	-webkit-box-shadow:rgba(0,0,0,1) 0 4px 20px;
	box-shadow:rgba(0,0,0,1) 0 4px 20px;

}

.corners_top{
	/*Rounded Corners*/
    -moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;

	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.corners_bottom{
	/*Rounded Corners*/
    -moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;

	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
	
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.corners_all{
	/*Rounded Corners*/
    -moz-border-radius:10px;
	-moz-border-radius:10px;

	-khtml-border-radius:10px;
	-khtml-border-radius:10px;
	
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	
	border-radius:10px;
	border-radius:10px;
}




#wrapper {	
	position: relative;
	width: 960px;
	height: auto;
	margin: 0 auto;
	/*background-color:#FFFFFF;*/
	margin-top:10px;


}

#header {
	position: relative;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	/*background-color:#FFFFFF;*/
}

#header_logo {
	position:relative;
	float:left;
	width: 380px;
	height: 138px;
	background-image:url(images/logo_trans.png);
	background-repeat:no-repeat;
	margin-left:10px;
	margin-top:-30px;
}

#header_search {
	position:relative;
	float:right;
	background-repeat:no-repeat;
	color:#ffffff;
	margin-top:80px;
}

#header_nav {
	position:relative;
	margin-left:0px;
	margin-top:0px;
	background-color:#000000;
	width:inherit;
	height:30px;
	z-index:2;
}



#header_nav ul {
	padding-top:0px;
	
}
#header_nav ul li {
	display:inline;
}

#header_nav a:link, #header_nav a:visited{
	color:#ffffff;
	text-decoration:none;
	text-transform:capitalize;
	font-size:12px;
	margin-right:0px;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	/*border-right:1px solid #333333;
	border-left:1px solid #333333;*/
	

	

}	

#header_nav a:hover, #header_nav a:active{
	color:#ffffff;
	background:url(images/arrow.gif) no-repeat #cc0000 50% 20px;

}	
#content {
	position: relative;
	width: inherit;
	height: auto;
	background-color:#ffffff;
}

#banner {
	position:relative;
	width:960px;
	height:330px;
	background-image:url(images/bg_banner.jpg);
	z-index:1;
	overflow:hidden;
}

#banner_text {
	color:#333333;
	font-size:14px;
	height:250px;
	left:550px;
	position:absolute;
	text-align:left;
	top:36px;
	width:400px;
}

#banner_text h2 {
	font-size:22px;
	font-weight:lighter;
	font-style:italic;
	color:#333333;
}

#banner_text a:link, #banner_text a:visited {
	color:#FF0000;
	text-decoration:none;
}
#banner_text a:hover, #banner_text a:active {
	color:#FF0000;
	text-decoration:underline;

}

.rj {
	display:block;
	text-align:right;
}

#content_area {
	position:relative;
	width:inherit;
	height:auto;
	background-color:#FFFFFF;
	
}

#col1, #col2, #col3{
	position:relative;
	float:left;
	width:285px;
	height:auto;	
	padding:10px;
}

#content_area h2 {
	font-size:18px;
	color:#CC0000;
	font-weight:lighter;
	text-transform:uppercase;

}

#content_area h1 {
	font-weight:lighter;
}

#col1 {
	background-color:#EFEFEF;
	border-right:1px dashed #DDDDDD;
	width:200px;
}

#col1 ul li, #col3 ul li  {
	list-style:none;
	margin-left:-20px;
}

#col2 {
	width:395px;
	
}
#col2 h2 a:link, #col2 h2 a:visited{
	color:#cc0000;
}

#col3 {
	border-left:1px dashed #DDDDDD;
	height:auto;
}


#footer {
	background:url("images/bg_footer.jpg") repeat-x scroll 0 0 #FFFFFF;
	height:81px;
	margin:-14px auto 0;
	padding-top:32px;
	position:relative;
	width:960px;
	padding-bottom:10px;
}

#footer_sub1 {
	background-color:#000000;
	background-image:url("images/bg_footer_sub1.gif");
	background-repeat:no-repeat;
	height:40px;
	margin-left:23px;
	overflow-x:hidden;
	padding-left:13px;
	padding-top:5px;
	width:924px
}

#footer_links1 {
	position:relative;
	color:#FFFFFF;
	font-size:12px;
	text-transform:capitalize;
	
}

#footer_links1 a:link, #footer_links1 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#footer_links1 a:hover, #footer_links1 a:active{
	color:#CC0000;
}


#footer_links1 ul li {
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	display:inline;
	margin-right:-5px;
	padding-left:5px;
	padding-right:5px;
}

#footer_sub2 {
	padding-left:38px;
	overflow:hidden;

}	
#footer_links2 {
	color:#FFFFFF;
	font-size:11px;
	text-transform:capitalize;
	
}

#footer_links2 a:link, #footer_links2 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#footer_links2 a:hover, #footer_links2 a:active{
	color:#CC0000;
}

#footer_links2 ul li {

	display:inline;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
}


#copyright{
	display:block;
	color:#ffffff;
	font-size:10px;
	text-transform:capitalize;	
	text-align:right;
}
.nav_container{
	position:absolute;
	left:10px;
}

#first, #second, #third, #fourth {
	float:left;
	width:226px;
	padding-right:10px;
	border-left:1px dashed #dddddd;

}

#first li, #second li, #third li, #fourth li {
	list-style:none;
	margin-left:-20px;
}

#first img, #second img, #third img, #fourth img{
	border:none;
}

#footer_bar{
	background-color:#ffffff;
	padding-bottom:10px;
	border-top:1px dashed #dddddd;
	width:960px;
}

#history_chart{
	background-image:url(images/bg_history.jpg);
	width:680px;
	height:144px;
}

#history_years {
	font-size:14px;
	font-weight:bold;
	left:9px;
	position:absolute;
	top:145px;
	color:#ffffff;
	width:680px;
}

#history_years li{
	display:inline;
}

#yr1,#yr2,#yr3,#yr4,#yr5{

}

#yr1{
	margin-right:79px;

}
#yr2{
margin-right:84px;

}
#yr3{
margin-right:87px;

}
#yr4{
margin-right:110px;

}
#yr5{
margin-right:0px;

}



