@charset "UTF-8";
/* CSS Document */

html{
height: 100%;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
}

.clear {
	clear:both;
}

a:focus{
	outline:none;
}

#nonFooter{
	position: relative;
	min-height: 100%;
}

* html #nonFooter{
	height: 100%;
}

#content{
	padding-bottom: 70px;
}

#headerContainer{
	height: 65px;
}

#logo{
	width: auto;
	float: right;
}

#pageContainer{
	width: 980px;
	margin:auto;
	/*position:relative;*/
}

#leftNav{
	width: 240px;
	float:left;
	text-align:right;
	margin-top: 8px;
}

#addressBox{
	width: 240px;
	float:left;
	text-align:right;
	margin-top: 0px;
}
/*
#leftNav ul{
	list-style:none;
}

#leftNav ul a{
	text-decoration:none;
	display:block;
	height: 20px;
	margin-bottom: 10px;
	color: #999;
}

#leftNav ul a:hover{
	color: #000;
}
*/
ul.navigation {
    list-style: none;
}

ul.navigation li {
}

ul.navigation a {
    text-decoration:none;
	display:block;
	height: 20px;
	margin-bottom: 10px;
	color: #999;
}

ul.navigation a:hover {
    color: #000;
}

ul.navigation a.selected {
    color: #000;
}

ul.navigation a:focus {
    outline: none;
}


#page{
	width: 680px;
	float: left;
	margin-left: 40px;
}

#footerContainer{
	height:70px;
	background-image:url(../images/footerBg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position: relative;
	margin-top: -70px;
} 

#footer{
	width: 980px;
	margin:auto;
	padding-top:10px;
	color: #999;
	text-align:center;
	font-size:10px;
}

#w3c{
	width: 150px;
	float:right;
	position: relative;
	bottom: 30px;
}

/* -------------Main Nav ------------------- */
#navContainer{
	height: 200px;
	background-image: url('../images/navBg.jpg');
	background-repeat: repeat-x;
}

#nav{
	background-color: #fff;
	margin: auto;
	width: 980px;
	height: 200px;
}

.navButton{
	/*margin: auto;*/
	/*width: 196px;*/
	/*float:left;*/
}

.mainNavFx { 
	margin-bottom:35px;
	overflow:hidden;
	clear:both;
}

.mainNavFx a{
		display:block;
		text-indent:-9999px;
		width:238.75px;
		height:200px;
		margin-right:0px;
		margin-left: 5px;
		float:left;
		background-image:url('../images/navButtons.jpg');
		background-repeat:no-repeat;
}

#mainNav1 {
	background-position:0px 0px;
}

#mainNav1:hover, #mainNav1.hover{
	background-position:0px -200px;
}

#mainNav2 {
	background-position:-245px 0px;
}

#mainNav2:hover, #mainNav2.hover{
	background-position:-245px -200px;
}

#mainNav3 {
	background-position:-490px 0px;
}

#mainNav3:hover, #mainNav3.hover{
	background-position:-490px -200px;
}

#mainNav4 {
	background-position:-735px 0px;
}

#mainNav4:hover, #mainNav4.hover{
	background-position:-735px -200px;
}

/* ---------------- end Main Nav ---------------------- */

body#p1 a#mainNav1{
	background-position:0px -200px;
}
body#p2 a#mainNav2{
	background-position:-245px -200px;
}
body#p3 a#mainNav3{
	background-position:-490px -200px;
}
body#p4 a#mainNav4{
	background-position:-735px -200px;
}

/* ----------------- slider --------------------------- */
#slider {
  width: 680px;
  /*margin: 0px auto;*/
  margin-left: 40px;
  margin-right: 0px;
  margin-bottom: 60px;
  position: relative;
  float:left;
}

.scroll {
  /*height: 250px;*/
  height:auto;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
  /*padding: 20px;*/
  /*height: 210px;*/
  padding: 0px 20px;
  height: auto;
  width: 650px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollContainer div.panel div.col{
	width:300px;
	float:left;
}

/* ----------------- styling ------------------------- */
h1{
	font-size:18px;
	font-weight:normal;
	color:#999;
}

h2{
	font-size:18px;
	font-weight:normal;
	color:#999;
}

h3{
	font-size:14px;
	font-weight:normal;
	color:#999;
}

.moreSpace{
	margin-bottom: 40px;
}

#slider img{
	margin-right: 10px;
}

.portfolioItem{
	width: 210px;
	float:left;
	margin-bottom: 20px;
}

legend{
	color:#999;
	font-size:18px;
}

fieldset{
	border: solid 0 transparent;
	margin-top: 15px;
	margin-left: 15px;
}

.errorMsg{
	color: #98354a;
}
