/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


a:link,a:visited	{ color:#9999CC; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#9999CC; text-decoration:none; outline:none; }

p.h1{
	font-size:14px;
	font-weight:bold;
	color: #999999;
}
p.h2{ font-size:12px; font-weight:bold;}

p,ul{ margin-bottom:10px;}

body{margin:0px; background-color:#000033; color:#9999CC; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

span { display:none; }
/* body#index
 * ------------------------------------------------------------------------- */
body#index div.procedures{width:260px; float:left; margin-left:5px;}
	body#index div.procedures ul li{ float:left; display:block; width:165px; margin-left:4px;}
body#index div.featured{width:175px; float:left;}
	body#index div.featured a{display:block; margin:10px 0 0 30px;}
body#index div.news{}
/* ------------------------------------------------------------------------- */

#wrap{width:760px; margin:0 auto; background:url(images/bg-wrap.jpg) repeat-y; padding-bottom:50px;}
#masthead{ background: url(images/home/masthead.jpg) no-repeat; height:276px;}
#container{
	background:url(images/bg-container.jpg) repeat-y;
	width: 760px;
}
	#container div.header{
	background:url(images/header-container.jpg) no-repeat;
	width: 730px;
	padding-top: 50px;
	padding-left: 30px;
}
	#container div.bottom{background: url(images/bottom-wrap.jpg) no-repeat;height:38px;clear:both;width: 760px;}
/* ------------------------------------------------------------------------- */	
#column-left{
	width:485px;
	float:left;
	text-align:left;
}
#column-right{
	width:150px;
	float:left;
	text-align:left;
	margin-left: 65px;
	padding-top: 22px;
	padding-left: 0px;
}	

p.footer{ font-size:12px; text-align:left; margin-left:20px;
}
div.clear{ width:100%; height:10px; clear:both;}
a.bna{
	display:block;
	float:left;
	margin-right: 30px;
	text-align: center;
	text-decoration: none;
}

#quick-contact {
background:url("images/quick-contact.gif") no-repeat;
height:42px;
margin:10px 0 0 -25px;
}

#address {
margin-top:70px;
}
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url(images/nav.jpg) no-repeat; 
	width:760px; 
	height:50px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:50px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 101px; margin-left: 28px;}
#nav-02 { width: 101px;}
#nav-03 { width: 101px;}
#nav-04 { width: 101px;}
#nav-05 { width: 101px;}
#nav-06 { width: 101px;}
#nav-07 { width: 101px;}

/*-------------- (-79px) X position of button / (-50px) height of image from above ------------- */
#nav-01 a:hover { background:url(images/nav.jpg)  -28px -50px no-repeat; }
#nav-02 a:hover { background:url(images/nav.jpg) -129px -50px no-repeat; }
#nav-03 a:hover { background:url(images/nav.jpg) -230px -50px no-repeat; }
#nav-04 a:hover { background:url(images/nav.jpg) -331px -50px no-repeat; }
#nav-05 a:hover { background:url(images/nav.jpg) -432px -50px no-repeat; }
#nav-06 a:hover { background:url(images/nav.jpg) -533px -50px no-repeat; }
#nav-07 a:hover { background:url(images/nav.jpg) -634px -50px no-repeat; }

/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:20px 0 40px 0;
	}

form label	{ font-size:12px; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#666699!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #9999CC;
	color:#FFFFFF;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(images/btn-submit.jpg) no-repeat;
	width:55px;
	height:12px;
	border:none;
	cursor:pointer;
	}

#cv {
	float:left;
	margin:0px 10px 6px 0px;
	}
	#cv a {
		background:url("images/cv-button.jpg");
		width:123px;
		height:41px;
		display:block;
		}
		#cv a:hover {
			background-position:0px -41px;
			}

iframe {
	margin:30px 0px;
	}