@charset "utf-8";
/* CSS Document */

a:link,
a:hover,
a:visited {
	text-decoration:none;
	color:#000;
}

body {
	background:#CCC;
	/* background-image:url(images/bg.gif); */
	margin: 0 0 0 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border-style: none;
}

.container {
	/* background-color:#fff; */
	/* background-image:url(images/bg.jpg); */
	/* background-repeat:no-repeat; */
	width:900px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
	overflow:hidden;
}

.header {
	height:160px;
	width:910px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

.midbarback {
	background-image:url(images/midbar-back.jpg);
	height:350px;
	width:100%;
}

.midbarcontent {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	height:325px;
	padding-top:25px;
	padding-left:25px;
}

.midbartext {
	float:left;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	width:375px;
	height:300px;
	padding-left:15px;
	/* text-align:justify; */
}

.slideshow { 
	height:300px; 
	width: 453px;
	float:left;
}

.slideshow img.first { 
	display: block;
	color:#000;
}

.slideshow img { 
	padding: 0px; 
	border: 0px solid #ccc; 
	/* background-color: #eee; */
	display:none;
	color:#000;
}

.lowerhalf {
	width:890px;
	background-color:#FFF;
	height:510px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	border-left: 2px #999 solid;
	border-right: 2px #999 solid;
	border-bottom: 2px #999 solid;
}

.lowerhalfleft {
	float:left;
	width:220px;
	padding-top:10px;
	padding-left:5px;
	margin-left:25px;
	height:495px;
	font-size:14px;
	line-height:20px;
	/* text-align:center; */
}

.lowerhalfleft a:link,
.lowerhalfleft a:visited {
	color:#069;
	text-decoration:underline;
}

.lowerhalfleft a:hover {
	color:#3CF;
	text-decoration:underline;
}

.lowerhalfright {
	padding-top:10px;
	float:left;
	background-image:url(images/Computer1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:40px;
	width:600px;
	height:500px;
	font-size:13px;
}

.lowerhalfrightbody {
	width:570px;
	margin-top:25px;
	padding-top:10px;
	padding-left:15px;
	border-left: 1px #069 solid;
	height:430px;
	text-align:left;
	font-size:12px;
	line-height:16px;
}

#navbar {
	height:25px;
	width:575px;
	border-bottom: 1px #069 solid;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	/* font-weight:bold; */
	text-decoration:none;
	text-align:center;
}


.navbutton {
	display:block;
	background:url(new/images/tab.png) no-repeat top;
	height:25px;
	width:130px;
	float:right;
	color:#000;
}

.navbutton a:link,
.navbutton a:visited {
	color:#000;
	text-decoration:none;
}

.navbutton a:hover {
	color:#FFF;
	text-decoration:none;
}

.navbuttonactive{
	display:block;
	background:url(new/images/tab.png) no-repeat bottom;
	height:25px;
	width:130px;
	text-align:center;
	float:right;
	color:#FFF;
}

.navbutton:hover,
.navbutton:active{
	display:block;
	background:url(new/images/tab.png) no-repeat bottom;
	height:25px;
	width:130px;
	text-align:center;
	float:right;
	color:#FFF;
}

#footer {
	width: 890px;
	color:#036;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
}

#footer a:link,
#footer a:visited,
#footer a:hover {
	color:#036;
	text-decoration:underline;
}

