/*-------body stuff------*/
html
	{
	margin: 0;
	padding: 0;
	}
body
	{
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg_grayangle.gif) center repeat-y;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	}
a:link 
	{  
	color: #463939; text-decoration: none
	}
a:visited 
	{ 
	color: #40433C; text-decoration: none
	}
a:hover 
	{  
	color: #3E5D90; text-decoration: underline
	}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.clear {
	clear: both;
}

/*------Header Styling------*/
#header_container
	{
	background: #fff url(images/bg_topheader.gif) no-repeat center;
	height: 128px;
	}
#holder
	{
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5B5B5;
	border-left-color: #B5B5B5;
	}	
#sunglasses
	{
	text-align: right;
	}
	
/*------Top Navigation------*/
#topnavlink
	{
	background: #fff url(images/bullet_cross.gif) left no-repeat;
	padding: 0 15px 0 15px;
	color: #666666;
	font-size: 0.7em;
	margin: 0;
	}	
#topnavlink a:link, #topnavlink a:visited 
	{
	color: #666666;
	text-decoration: none;
	}	
#topnavlink a:hover 
	{
	color: #511603;
	}
	
/*------Main Navigation------*/
#mainnav
	{
	height: 31px;
	background-color: #DFD5B5;
	background-image: url(images/bg_mainnav.gif);
	background-repeat: repeat-x;
	}
#mainnavlink
	{
	background-image: url(images/div_mainnav.gif);
	padding: 0 15px 0 15px;
	font-size: 0.85em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	background-repeat: no-repeat;
	background-position: left;
	}
#mainnavlink a:link, #mainnavlink a:visited 
	{
	color: #666666;
	text-decoration: none;
	}		
#mainnavlink a:hover
	{
	color: #511603;
	}
		
/* ---------------------- Front Image-----------------------*/
#frontimage
	{
	background-image: url(images/frontphoto/rotator.php);
	height: 149px; /* Minus 10px to make up for the 10px of top padding. */
	padding: 15px 10px 0px 410px;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0;
	}
#frontimage h1
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666;
	font-style: italic;
	padding-top: 10px;	
	}
#frontimage h2 
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #511603;
	font-size: 0.8em;
	font-weight: bold;
	}

/*----- Fade Blocks -----*/
#blockheader h2
	{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 15px;
	font-weight: bold;
	color: #6C6758;
	background-color: #F2F7FB;
	background-image: url(images/bullet_circlearrow.gif);
	margin-right: 7px;
	margin-left: 7px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 5px;
	border-top: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-color: #F1F1F1;
	}
#fadeblock
	{
	/*background-image: url(images/bg_fadebox.gif);*/
	background-repeat: repeat-x;
	margin: 0 7px;
	color: #666;
	font-size: 10px;
	padding: 10px;
	}
#fadeblock h3 
	{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6C6758;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(images/bullet_doublearrow.gif);
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left;
	}
	
/*----- Content Styling -----*/
#content 
	{
	margin: 0;
	font-size: 0.7em;
	color: #666;
	padding-right: 15px;
	padding-left: 15px;
	}
#content p
	{
	margin: 0;
	padding: 0 0 15px 0;
	
	}
#content h2 {
	font: 20px Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0;
	margin: 0 0 20px 0;
	color: #850000;
}
#content h3 {
	font: 16px Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
	color: #2F72A7;
}
#content ul
	{
	margin: 0 0 15px;
	}
#content ul li 
	{
	margin-left: 0 !important;
	margin-left: 20px;
	}

/*----- Front News Block Styling -----*/
#newsfront 
	{
	margin: 0;
	width: 200px;
	font-size: 9px;
	padding: 0;
	}
#newsfront ul 
	{
	margin: 0;
	padding: 0;
	}
#newsfront li 
	{
	list-style-type: none;
	list-style-image: url(images/bullet_news.gif);
	list-style-position: outside;
	margin: 0 0 0 16px;
	padding: 3px 0 12px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}

/*----- Customer Spotlight Block -----*/
#custlogo
	{
	margin: 7px 7px 7px 0px; 
	border: 1px solid #999999;
	padding: 0px;
	}
#custspot 
	{
	font-size: 9px;
	color: #333333;
	padding: 0 3px 0 3px;
	}
#custspot h4
	{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin:0px;
	}

/*-------rhs div parameters----*/
#rhs
	{
	margin: 0;
	padding: 0;
	}
#rhs ul
	{
	margin: 0px 0 0px 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	}
#rhs li 
	{ 
	margin: 0px 0 0px 12px;	
	}
#rhs li a
	{
	display: block;
	padding: 0px 7px 5px 18px;
	background-image: url(images/bullet_halfroundarrow.gif);
	background-repeat: no-repeat;
	}
#rhs li a:hover
	{
	background-image: url(images/bullet_halfroundarrow_or.gif);
	background-repeat: no-repeat;
	}

#rhsheader h2
	{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #6C6758;
	background-image: url(images/bullet_circlearrow.gif);
	margin-right: 7px;
	margin-left: 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}	
	
/*-------Logos List----*/
.logos ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 9px;
	width: 180px;
	}
.logos li 
	{
	margin: 5px auto 15px auto;
	}
	
/*--- Rectangle Button --*/
#rectbutton
	{
	font-size: 9px;
	line-height: 15px;
	color: #333333;
	border: 1px solid #97A1AA;
	background-color: #F9FCFF;
	text-align: right;
	padding-right: 5px;
	background-image: url(images/bg_rectbox.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	width: 90px;
	padding-left: 18px;
	text-transform: capitalize;
	}

/*----- Footer Elements ------*/
#footer
	{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-left-color: #B5B5B5;
	}
#footer p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 15px 0 15px;
	color: #fff;
	font-size: 10px;
	margin: 0px 0px -5px;
	line-height: 40px;
	}
#footer a
	{
	color: #fff;
	}
#footer a:hover
	{
	color: #FFCC99;
	}
#subfooter
	{
	width: 760px;
	margin: 0 auto;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	}
#subfooter a
	{
	color: #FFCC99;
	}
#subfooter a:hover
	{
	color: #FFCC99;
	}
/*----- Inside styling -----*/
#insideimage
	{
	border: 1px solid #999999;
	}
	
/*-------sidebar div parameters----*/
#sidebar 
	{
	width: 175px;
	}

/*----- Side Menu -----*/
#sidemenu
	{
	margin: 0;
	padding: 0 0 15px 0;
	}
#sidemenu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
#sidemenu li 
	{
	margin: 0px 5px 0px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
#sidemenu li a
	{
	display: block;
	padding: 0px 7px 5px 18px;
	margin: 5px 0 5px 0;
	background-image: url(images/bullet_halfroundarrow_or.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	}
#sidemenu li a:hover
	{
	background-image: url(images/bullet_halfroundarrow.gif);
	background-repeat: no-repeat;
	}

/*---- Resouces on left column ----*/
#sideitems
	{
	margin: 0;
	font-size: 9px;
	padding-right: 2px;
	padding-left: 7px;
	}
#sideitems ul
	{
	margin: 0 0 7px;
	}
#sideitems li 
	{
	padding: 3px 0 11px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	}
	
.marker {
	background: url(images/bullet_halfroundarrow.gif) no-repeat left;
	padding: 5px 10px 5px 15px;
}
/*--[Silly Table]--------*/
table.silly {
	width: 100%;
}
	table.silly td {
		text-align: center;
		padding: 10px 0;
	}
/*--[Media Links]---------*/
.file_media {
	padding: 0 0 0 21px;
	display: block;
	height: 18px;
	margin-left: 15px;
}
.ppt {
	background: url(images/icon_page_white_powerpoint.gif) no-repeat 0 0;
}	
.mov {
	background: url(images/icon_camera_go.gif) no-repeat 0 0;
}
.watch {
	background: url(images/icon_film.gif) no-repeat 0 0;
}	
.pdf {
	background: url(images/icon_page_white_acrobat.gif) no-repeat 0 0;
}
h3.divider {
	color: #555;
	font: bold 140% Verdana, Arial, Helvetica, sans-serif;
	padding: 12px 0 8px 0;
	margin:0;
}	