/* IE7 and standards compliant browers CSS Sheet */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	background: #387A9B;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* container */
#container{
			text-align:left;
			margin: 0 auto;
			width: 1000px;
			background: #FFF url(images/navbar2.jpg) repeat-y; 
			}

/* masthead */
#masthead{
	margin: 0;
	padding: 10px 0px 0px;
	background: #387A9B;
	width: 100%;
	color:#fff;
}

/************* #Main Nav Bar globalNav styles **************/

#globalNav{
/* color: #cccccc; this is a nice blue color*/

color: #FFFFFF;
padding: 5px 0px 5px 160px;
background: #000066 url(images/corner.jpg) no-repeat;

}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
	width: 150px;
	display:inline;
}

#globalNav a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav a:hover {
	Color:#FFFF99;
	text-decoration:none;
	}


/* content */
#content{
		 width: 846px; /* added to deal with Firefox width issue of content container - original value was auto*/
		 min-height:430px; /* added to deal with Firefox height issue of content container */
		 margin-left: 150px; /* added to deal with Firefox height issue of content container */
		 padding: 5px 0;
		 border-bottom: 4px solid #000066;
		 border-left: 4px solid #000066;
		 border-top: 4px solid #000066;
		 background:url(images/inner_corner.jpg) no-repeat 0 0;
		 }
		 
/* Side Nav Bar */
#navBar{
	float:left;
	width: 150px;
	margin: 0;
	padding: 0;
	background-color:#000066;
	/*border-bottom: 1px solid #ccc;*/
	text-decoration:none;
}

#navBar menu{
			display: block;
			margin: 0px;
			padding: 30px 5px 10px;
			background-color: #000066;
			color:#FFFFCC;
			font-size: 80%;
			text-align:center;
			}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; text-decoration:none;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #cccccc;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 80%;
	text-align:left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	color: #FFF;
	border-left: 5px solid #000066;
	border-right: 1px solid #000066;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
	color: #FFF;
	border-left: 5px solid #000066;
	border-right: 1px solid #000066;
}

#sectionLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	background-color: #387A9B;
	padding: 2px 0px 2px 10px;
	color: #FFF;
}

/* Page Footer */
#footer{
		clear:both;
		background: #387A9B;
		color: #fff;
		padding: 5px 10px 5px;
		text-align:right;
		font-size: 80%;
		}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background:url(images/title2.gif) no-repeat 0 0;
	height: 46px;
}


/*************** #pageName styles **************/
#pageName{
	padding: 0px 0px 10px 10px;
}

/************** .intro styles ***************/

.intro{
	padding: 0px 20px 10px 20px;
	font-size: 80%;
	min-height: 400px;
}

.intro h3{
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-align: left;
}

.logo {
	background: url(images/header.jpg) no-repeat 60px 0;
	height: 116px;
	padding: 0;
	margin: 0;
	}

.intro img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */

/************** .work_examples styles *****************/

.work_examples{
	float:right;
	width: 248;
	margin: 0 1em 1em 0;
	padding-left: 10px;
	display:inline;
	}

.work_examples h3{
	padding: 10px 0px 10px 0px;
	text-align:center;
}

#nav{
	 float:left;
	 width: 150px;
	 display:inline;
	 margin: 0;
	 padding: 0;
	 }
	 
#nav ul{
		list-style-type: none;
		text-align: left;
		}

#nav a{
		 display: block;
		 text-decoration:none;
		 background: #036;
		 color: #FFF;
		 border-bottom: 1px solid #fff;
		 width: 150px;
		 }

/* class for bottom corner of gallery menu*/
.bottom{
		margin:0;
		padding:0;
		display:block;
		background:url(images/corner2.jpg) no-repeat 0 100%;
		
		}

#logo{
		float:left;
		margin:0;
		padding:0;
		align: left; 		
		text-align:left;
		width:50%;
	}
		
#copyright {
			margin:0;
			padding:0;
			align: right;
			text-align:right;
			}

#text_area a:link{
	text-decoration:none;
	color:#0000FF;
	font-weight:bold;
}

#text_area a:visited{
	text-decoration:none;
	color:#0000FF;
	font-weight:bold;
}

#text_area img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	border: 0;
}

#text_area li img {
	padding:0 5px;
	margin:0;
	display:table-row;
	float:none; 
	}

/***************** Contact Form Layout **************************/

#contact_frm {
	min-height: 230px;
	height: auto;
	/* background:url(images/frm_background.jpg) repeat-x; */
	}

#contact_frm_err {
	min-height: 270px;
	height: auto;
	/* background:url(images/frm_background.jpg) repeat-x; */
	}
	
div.row {
  clear: both;
  padding-top: 2px;
  }

div.err_row {
  clear: both;
  padding: 2px 0 2px 50px;
  font-weight:bold;
  font-style:italic;
  background:#FFFF99;
  border: 1px solid #666666;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  background:#FFFFFF;
  font-weight:bold;
  }

div.row span.label_err {
  float: left;
  width: 100px;
  text-align: right;
  color:#FF0000;
  background:#CCCCCC;
  font-weight:bold;
  }
  
div.row span.formw {
  float: right;
  width: 485px;
  text-align: left;
  margin:0;
  padding:0;
  line-height: 0.5;
  }
  
/******************** Gallery Home Image Layout **************************/

#holder {
	min-height: 230px;
	width:auto;
	margin:0;
	padding:0;
	}
	
div.img_row {
  clear: both;
  margin:0;
  padding:0;
  }

div.img_row span.left_row {
  float: left;
  width: auto;
  text-align: left;
  border: 1px solid #666666;
  background:#CCCCCC;
  padding: 10px 20px 10px;
  margin: 5px 0 5px;
  }

div.img_row span.right_row {
  float: right;
  width: auto;
  text-align: left;
  border: 1px solid #666666;
  background:#CCCCCC;
  padding: 10px 20px 10px;
  margin: 5px 0 5px;
  } 

.ins {
	clear:both;
	color: #387A9B;
	}
		

		


			 


