/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/imgs/bg_rpt.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	background-color: #DEDCDC;
}

/*p {
	padding:0;
	line-height: 18px;
	margin: 0 0 20px 0;
}

*/

h1, h2, h3, p{
margin:0px;
padding:0px;

}

#welcome {
line-height:18px;

}
#welcome p{
margin:0 0 12px 0;

}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 92px;
	width: 800px;
	margin: 0 auto;
}
/*#header {
	text-align: right;
	padding-right: 20px;
	vertical-align: top;
}*/
/*#testimonials {
	text-align: right;
	vertical-align: top;
	padding-middle: 15px;
}*/

#subheader {
height:170px;
	width: 800px;
	margin: 0 auto;
}

#home_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 300px;
	width: 800px;
	margin: 0 auto 0 auto;
}
#home_content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 300px;
	width: 587px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
#new_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
	padding-top: 10px;
	}
#new_item_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	font-weight: bolder;
	}

/*left hand navigation*/


#testimonials {
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px
}


#navigation {
	margin:15px 0 0 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}



#navigation ul{
margin:0;
padding:0;
font-weight:bold;
list-style-type:none;



}
#navigation li{
margin:0;
padding:0;

}
#navigation a{
display:block;
width:148px;
color:#000;
text-decoration:none;
text-transform: uppercase;
letter-spacing:1px;

/*Shows bolt on the right side for the up state*/
background-image: url(/imgs/bolt_up.gif);
background-repeat:no-repeat;
background-position: left center;
padding:6px 0px 6px 35px;


}
#navigation a:hover{
/*Shows bolt on the right side for the hover state*/
background-image: url(/imgs/boltover2.gif);
background-repeat:no-repeat;
background-position: left center;
background-color:#F5F35C;
}



/*Secondary navigation styles*/

#navigation ul ul{
margin:0;
padding:0;
list-style-type:none;
font-size:9px;
font-weight:normal;
text-transform:none;



}
#navigation li li{
margin:0;
padding:0;
font-size:10px;
color:#660000;

}

#navigation ul ul a{
display:block;
width:138px;
/*to calculate total width don't don't forget to add up all the left/right padding and margin. In this case it equals to 183px not 138px*/
color:#000;
text-decoration:none;
text-transform:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image: none;
padding:3px 5px 3px 5px;
margin-left:35px;
letter-spacing:0px;



}
#navigation ul ul a:hover{
color:#000;
text-decoration:none;
background-image: none;
background-color:#F5F35C;
}

/* --------For the right links on the homepage--------------------------*/

#home_right_links {
	padding:0px;
	margin-top: 12;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#home_right_links td{
height:100px;

}


#home_right_links h2 {
	margin:0 0 0 17px;
	padding:0px;
	font-size:10px;
	padding-top: 4px;

}


#home_right_links ul{
margin:0 0 0 17px;
padding:0 0 0 2px;
list-style-position:inside;

}


#home_right_links li{
margin:0;
padding:0;

}
#home_right_links a{
padding:0px;
font-size:10px;
text-decoration:none;
color:#000;

}

#home_right_links a:hover {
	text-decoration:none;
	color:#000;
	background-color: #F5F35C;
}

/*--------------------------For the customers' links below the left nav menu-----------------------------*/

#left_customer {
	font-size:10px;
	margin:30px 0 0 0;
}


#left_customer td{
height:100px;
	padding:10px 35px;
}

/*#left_customer a{
padding:2px;
font-size:10px;
text-decoration:none;
color:#000;

}

#left_customer a:hover {
	text-decoration:none;
	color:#000;
	background-color: #F1F0F0;/*#F5F35C;
}
*/
a.left_col:link, a.left_col:active, a.left_col:visited {
padding:2px;
font-size:10px;
text-decoration:none;
color:#000;

}

a.left_col:hover{
	text-decoration:none;
	color:#000;
	background-color: #F1F0F0;/*#F5F35C;*/
}

/*-----------------------------Main content of secondary pages-------------------------*/


#content {
	background-image: url(/imgs/bgCont_rpt.gif);
	background-repeat: repeat-x;
	padding: 20px 20px 20px 30px;
	font-size: 12px;
	line-height: 18px;
}

#content p {
	padding:0;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

#content img {
	border:1px solid #999999;
	padding:2px;
}
.noborder img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content h1 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
}
#content h2 {
	font-size: 14px;
	color: #000000;
	border-bottom-width: 2px;
	letter-spacing: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content_bio{
	font-size: 14px;
	color: #000000;
	letter-spacing: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

#contact_table td{

padding:2px 0;


}

#content a {
	padding:1px;
	text-decoration:underline;
	color:#000;
}
#content a:hover {
	text-decoration:none;
	color:#000;
	background-color: #F5F35C;
}


/*-------------------Like it says --------------*/

#footer {
	font-size: 10px;
	color: #000000;
	background-image: url(/imgs/footer_bg_rpt.gif);
	background-repeat: repeat-x;
	background-color:#DEDCDC;
	height:100px;
}
#copyright {
	font-size: 10px;
	color: #999999;
	}
#copyright a{
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
#copyright a:hover{
	text-decoration: underline;
}
/*Forms' styling*/


input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding-left:2px;
}
option, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	cursor:pointer;


}


input[file] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;

}



/* submit button style  */
input.submit{

	background-color: #fff;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
	padding: 2px;
}

input:focus, select:focus, textarea:focus, option:focus {
	background-color: #dedcdc;
	color: #000;
	

}


#logos img {
margin:5px;
}
.right_images {
	margin-left: 10px;
}
.left_images {
	margin-right: 10px;
}
.top {
	color: #000000;
	background-color: #F5F35C;
	font-weight: bold;
}
.team_bios_l {
	float: left;
	width: 290px;
	padding: 0px;
}
.team_bio_l_img {
	float: right;
	width: auto;
}


#inet_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 300px;
	width: 800px;
	margin: 0 auto 0 auto;
	line-height: 18px;
	padding-left: 30px;
	padding-top: 20px;
}
#inet_content h1{
	font-size: 18px;
	color: #000000;
	}

#inet_content h2 {
	font-size: 14px;
	color: #000000;
	border-bottom-width: 2px;
	letter-spacing: 2px;

}
#inet_content a {
	padding:1px;
	text-decoration:underline;
	color:#000;
}
#inet_content a:hover {
	text-decoration:none;
	color:#000;
	background-color: #F5F35C;
}
#catalog {
	margin: 0 auto 0 auto;
	padding:0;
}

#job_form{
font-size:12px;
color:#000;


}



#job_form input{
font-size:12px;
color:#000;


}