/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #335C9A;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #0F356D;
	text-decoration: none;
	font-weight: bold;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #0F356D;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
	width: 405px;
}

h1
{
	padding-top: 30px;
	font-size: 15px;
	font-weight: bold;
}

h2
{
	font-size: 12px;
	font-weight: bold;
}

h3
{
	font-size: 10px;
	padding-bottom: 4px;
	font-weight: bold;
}

h4
{
	font-size: 10px;
	font-weight: bold;
}

h5
{
	font-size: 10px;
	padding-bottom: 4px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	padding-bottom: 4px;
	font-weight: bold;
}

p
{
	color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.3;
	width: 405px;
}

/*************************************************** Layout Divs ***************************************************/


#main-wrapper
{
	width: 717px;
	margin: 0 auto;
}

#main-logo
{
	width: 717px;
	height: 60px;
	background: url(../images/new_logo.jpg) no-repeat;
}
#main-logo img {
float:left;
}

#main-logo span {
float:left;
font-size:28px;
color:#fff;
padding:25px 0 0 15px;
}

#banner
{
	width: 717px;
	height: 171px;
	margin: 0;
}

#navigation
{
	width: 717px;
	height: 28px;
	border-bottom: 3px solid #fff;
	background: #335C9A url(../images/nav-arrow3.gif) left no-repeat;
}

#main-content
{
	width: 689px;
	padding-left: 28px;
	background: url(../images/content-bg.gif) repeat-y;
}

#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bg-bot.gif) no-repeat;
	margin-bottom: 0px;
}

#footer
{
	width: 715px;
	margin: 0 auto;
	text-align:center;
	color: white;
	margin-top: -10px;
}

#footer p {
color: white;
margin: 0 auto;
width: 715px;
}

#footer a 
{
color: white;
}

#content-xtra-bg
{
	background: url(../images/content-bg-company.jpg) bottom right no-repeat;
}

#main-content-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	margin-bottom: 20px;
}

#main-xtra-bot
{
	width: 717px;
	height: 15px;
	font-size: 0;
	background: url(../images/content-bot-company.jpg) no-repeat;
	margin-bottom: 20px;
}

#latest-news
{
	float: right;
	width: 189px;
	padding-right: 30px;
	border-left: 2px solid #fff;
	margin-top: 30px;
	padding-left: 26px;
}

/*************************************************** Latest News Styles ***************************************************/

#latest-news h3
{
	font-weight: bold;
	padding: 0 0 15px 0;
	width: 165px;
}

#latest-news h6
{
	font-weight: bold;
	color: #b22e0f;
	padding-bottom: 0;
}

#latest-news p
{
	font-size: 12px;
	width: 165px;
	padding-bottom: 8px;
}

#latest-news a
{
	font-size: 11px;
	font-weight: bold;
	float: left;
}

#latest-news .news-item
{
	border-bottom: 1px solid #b22e0f;
	width: 184px;
	padding-bottom: 16px;
	margin-bottom: 14px;
}

#latest-news .news-item-last
{
	width: 184px;
	padding-bottom: 16px;
}

/*************************************************** Main Content Styles ***************************************************/

#main-content img.white-border
{
	border: 2px solid #fff;
	margin-right: 18px;
}

#main-content ul
{
	padding-left: 20px;
}

#main-content ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	background: url(../images/list-arrow3.gif) left no-repeat;
	list-style: none;
	width: 60%;
}


/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0;
	margin-left: 32px;
	margin-top: 1px;
	display: inline;
}

#navigation ul li
{
	display: inline;
	float: left;
	font-weight: bold;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding-left: 14px;
	padding-right: 16px;
	background: url(../images/nav-divide.gif) center right no-repeat;
}

#navigation ul li.last-item, #navigation ul li.last-item a
{
	background: none;
}

#navigation ul li a:active,
#navigation ul li a:hover
{
	color: #6996DA;
}

#home #navigation ul li a#home-link, #news #navigation ul li a#news-link, #company #navigation ul li a#company-link, #products #navigation ul li a#products-link, #contact #navigation ul li a#contact-link
{	
	color: #d0cfac;
}

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Portfolio */

ptext {
font-size: 10px;
}