/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	margin: 0px;
	Padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	background-position: 760px 0px;
	background-repeat:no-repeat;
}
	

/*
------------------------------------------------------
Positioning

------------------------------------------------------
*/


#container {
	position:relative;
	left:0px;
	top:0px;
	margin: 0px;
	padding: 0px;
	min-width: 770px;
	max-width: 955px;
	width:expression(document.body.clientWidth < 780? "770px" : document.body.clientWidth > 955? "955px" : "auto");
	}
	
#top {
	position:relative;
	display:block;
	margin-left: 0px;
	left:0px;
	top:0px;	
	height:101px;
	background-color: #ffffff
	
	}
	
.topback{
	/*background-color: #333333;*/	
	background: url(../images/strap.jpg) right no-repeat;
}	

#middle{
	position:relative;
	display:block;
	margin-left: 0px;
	left:0px;
	top:0px;	
	/*background-color: #333333;*/
	background: url(../images/nav/nav_Repeat2.gif) repeat-x;
	}
		
	
#bodycopy {
		background:url(../images/layout/background.jpg) no-repeat;
		position:relative;
		display:block;
		left:0px;
		margin-left: 10px;
		padding:0;
		}
		
		
#buttons{
	background:#3667bd;
	position:relative;
	display:block;
	left:0px;
	margin: 0;
	height:41px;
	}

#footer{
	color:#666666;
	background:#fff;
	position:relative;
	display:block;
	left:0px;
	margin-top: 10px;
	margin-left: 30px;
	height:20px;
	
	}
	
#footer A          { 
	color: #666666; 
	text-decoration : none; 
}
#footer A:hover  { 
	color: #ccc; 
	text-decoration : underline;
	
}




/*
------------------------------------------------------
Headings
------------------------------------------------------
*/
h1 {

	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#d98c02;
	font-weight: bold;
}


/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          { 
	color: #d98c02; 
	text-decoration : none; 
}
A:hover  { 
	color: #d98c02; 
	text-decoration : underline;
	
}



/* leftnav */
#left-nav ul {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;
	text-align:left	;
	border-top: 1px dotted #999999;
	color: #333333;
}

#left-nav li {
	line-height:15px;
	border-bottom: 1px dotted #999999;
	padding: 5px 0px 5px 20px;
	color: #333333;
}

/* Left Nav Link */
a.left-nav {
	color: #000000;
	text-decoration: none;
}

a.left-nav:hover {
	color:#000000;
	text-decoration: underline;
}




/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #999999;
	width: 100%;
	height: 1px;
}


/*
------------------------------------------------------
styling

------------------------------------------------------
*/
.pic-right{
float:right; 
margin: 2px 2px 15px 20px;
}

.pic-left{
float:left; 
margin: 2px 15px 10px 2px;
}

.menu {
height:35px;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
margin-left:12px;
margin-top:2px;
margin-bottom:2px;
}


.MenuItem {
  color:#ffffff;
  font-family: "Trebuchet MS";
  font-size:11px;
  font-weight:normal;
  text-align:left;
  cursor:hand;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-color:#534D41;
  border-style:solid;
}

.MenuItemOver {
  color:#ffffff;
  font-family: "Trebuchet MS";
  font-size:11px;
  font-weight:normal;
  text-align:left;
  text-decoration:none;
  cursor:hand;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-color:#ffffff;
  border-style:solid;
}

 
.SubMenuItem {
  color:#ffffff;
  background-color:#014FA2;
  font-family: "Trebuchet MS";
  font-size:11px;
  font-weight:normal;
  text-align:left;
  cursor:hand;
  border-top-width:0px;
  border-bottom-width:1px;
  border-left-width:0px;
  border-right-width:0px;
  border-color:#ffffff;
  border-style:solid;
  text-decoration:none;
  padding-top:4px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:2px;
  width: 110px;
  height: 15px;
}

.SubMenuItemOver {
  color:#ffffff;
  background-color:#2D445D;
  font-family: "Trebuchet MS";
  font-size:11px;
  font-weight:normal;
  text-align:left;
  text-decoration:none;
  cursor:hand;
  border-top-width:0px;
  border-bottom-width:1px;
  border-left-width:0px;
  border-right-width:0px;
  border-color:#ffffff;
  border-style:solid;
  padding-top:4px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:2px;
  width: 110px;
  height: 15px;
  }

