@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin: 45px 0 0 0;
}

body h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #090053;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding-bottom: 10px;
}

body h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #090053;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding-bottom: 5px;
}

body h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #090053;
	font-weight: normal;
	margin: 0 0 0 5px;
	padding: 0px;
}

#container {
	width: 801px;
	min-height:660px;
	overflow: auto;
	margin: -20px auto 0 auto;
	padding: 0px 0px 20px 0px;
	background: #8c8c8c url('../images/bg_rb.jpg') repeat top;
}
#header {
	width: 801px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background: url('../images/headerBorder2.jpg') no-repeat center bottom;
}
#Logobox {
	float: left;
	width: 150px;
	height: 100px;
	margin: 10px 0 10px 20px;
	z-index:1;
	text-align: left;
}
#mainnav {
	height: 24px;
	width: 620px;
	float: right;
	margin: 87px 8px 0 0;
	padding: 0px;
}
#mainnav ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainnav ul li{
	width: 100px;
	height: 20px;
	float:right;
	margin: 4px 2px 4px 0;
}
#mainnav ul li a{
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
}
#mainnav ul li a:hover{
	color:#FFFF66;
}
.active_mainnav {
	background-color: #797979;
}
.inactive_mainnav {
	background-color: #484848;
}

/*START slideshow code for Index*/
#slideshow {
background: url(../images/transbox.png) no-repeat;
margin-top: 10px;
margin-left: 168px;
padding: 25px 22px;
}
/*END slideshow*/

/*START left code for clients*/
#left {
float:left;
height:160px;
padding-left: 20px;
margin-right: 10px;
width:250px;
}
#left ul {
	padding-right: 10px;
}
/*END left*/

/*START right code for clients*/
#right {
height:160px;
margin-left:270px;
}
#right ul {
	padding-left: 45px;
}
/*END right*/


/*START gray rounded right box*/
#rightbox {
	height: 152px;
	width: 305px;
	float: right;
	padding: 0px;
	margin: 10px 10px 0 0;
	border: none;
	background-color: #666;
}

#rightbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 0px;
	margin: 0px 0 0 10px;
}
#rightbox ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 70%;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: none;
}	
#rightbox li{
	line-height: 30px;
}
#rightbox li a{
	text-decoration: none;
	color:#CCC;
}
#rightbox li a:hover {
	color:#FFFF66;	
}
#rightbox_blank {
	height: 152px;
	width: 305px;
	float: right;
	padding: 0px;
	margin: 10px 10px 0 0;
	border: none;
}

#leftbox {
	width: 305px;
	height: 152px;
	float: right;
	margin: 10px 10px 0 0;
	padding: 0px 0 0px 0;
	background-color: #666;
}
#leftbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 0 0 0 10px;
}
#leftbox h1 span:hover {
	color:#FFFF66;	
}
#leftbox ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 70%;
	font-weight: bold;
	color: #CCCCCC;
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: none;
}	
#leftbox li{
	line-height: 30px;
}
#leftbox li a:hover {
	color:#FFFF66;	
}


/*START the bottom "In the News" section*/
#bl a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #0e0080;
	text-decoration: none;
	padding: 0px;
}
#bl p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	margin: 0 5px 0 5px;
	padding: 0px;
}
#bl {
	background: url(../images/rnd_corners/1bl.gif) 0 100% no-repeat #FFFFFF;
	width: 38.8em;
	margin: 10px 10px 10px 0;
	float: right;
}
#br {
	background: url(../images/rnd_corners/1br.gif) 100% 100% no-repeat;
}
#tl {
	background: url(../images/rnd_corners/1tl.gif) 0 0 no-repeat;
}
#tr {
	background: url(../images/rnd_corners/1tr.gif) 100% 0 no-repeat;
	padding:10px;
	min-height: 300px;
}
#tr ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 5px 0px 5px -5px;
}
#tr li{
	padding-bottom: 5px;	
}

#tr h2{
	color:#000;
	padding-bottom:6px;
	font-weight:bold;
}

#tr h3{
	color:#000;
	padding-bottom:6px;
	font-weight:bold;
}
/*END the bottom "In the News" section*/

/*START right box "Downloads" section*/
#bl2 {
	background: url(../images/rnd_corners/2bl.gif) 0 100% no-repeat;
	width: 305px;
	margin: 0px 0px 0px 0px;
	float: right;
}
#br2 {
	background: url(../images/rnd_corners/2br.gif) 100% 100% no-repeat;
	height: 152px;
}
#tl2 {
	background: url(../images/rnd_corners/2tl.gif) 0 0 no-repeat;
}
#tr2 {
	background: url(../images/rnd_corners/2tr.gif) 100% 0 no-repeat;
}

#tr2 h1{
	padding: 0px;
}

#tr2 ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
/*END right box "Downloads" section*/

/*START left box section*/
#bl3 {
	background: url(../images/rnd_corners/2bl.gif) 0 100% no-repeat;
	width: 305px;
	margin: 0px 0px 10px 0px;
	float: right;
}
#br3 {
	background: url(../images/rnd_corners/2br.gif) 100% 100% no-repeat;
	height: 152px;
}
#tl3 {
	background: url(../images/rnd_corners/2tl.gif) 0 0 no-repeat;	
}
#tr3 {
	background: url(../images/rnd_corners/2tr.gif) 100% 0 no-repeat;
}

#tr3 ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#tr3 a{
	text-decoration: none;
	color:#CCC;
}

.clear {
	font-size: 1px; 
	height: 1px;
}
/*END left box section*/


.employees img {
	padding-bottom: 5px;
}


/*START images and text in Employees Page */
.LeftImgBox {
	float:left;
	width: 250px;
	padding-left:90px;
}

.LeftImgBox img{
	padding-left:5px;
}
/*END images and text in Employees Page */


/*START the bottom Article section*/

#bl4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #0e0080;
	text-decoration: none;
	padding: 0px;
}

#bl4 p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	margin: 0 5px 0 5px;
	padding: 0px;
	text-indent: 25px;
}
#bl4 {
	background: url(../images/rnd_corners/1bl.gif) 0 100% no-repeat #FFFFFF;
	width: 39em;
	margin: 10px 10px 10px 0;
	float: right;
}
#bl4 h1 {
	font-size: 90%;
	font-weight: bold;
	color:#B75266;
}
#br4 {
	background: url(../images/rnd_corners/1br.gif) 100% 100% no-repeat;
}
#tl4 {
	background: url(../images/rnd_corners/1tl.gif) 0 0 no-repeat;
}
#tr4 {
	background: url(../images/rnd_corners/1tr.gif) 100% 0 no-repeat;
	padding:10px;
}
/*END the bottom Article section*/

/*START Side Navigation Sliding Menu*/
#masterdiv{
float: left;	
margin-top: 25px;
}

.menutitle{
cursor:pointer;
margin-bottom: 10px;
margin-left: 10px;
margin-right:0px;
color:white;
width:140px;
padding-left:10px;
text-align:left;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.6em;
border:0px;
}

.submenu{
margin-bottom: 25px;
margin-left: 10px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.6em;
width:14em;
padding-left:10px;
}

.submenu a{
color:#CCCCCC;
text-decoration:none;
}
.submenu a:hover{
color:#FFFF66;
}

.submenu p{
margin-bottom: 7px;	
margin-top: 0px;
}
/*END Side Navigation Sliding Menu*/

/*START Client's flash*/
#FlashID {
padding-left:0px;	
}
/*END flash*/

#footer {
	width: 801px;
	overflow: auto;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color: #8c8c8c;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000000;
}
.imgFloatRight {
	float: right;
}
