@charset "UTF-8";
/* Globals */

body,td,th {
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #444;
}

a:link {
	color: #3C78AD;
}
a:visited {
	color: #3C78AD;
}
a:hover {
	color: #9ABED2;
}
a:active {
	color: #9ABED2;
}

body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Layout */

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-image: url(/_images/bg_header.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#bgimage {
	position: absolute;
	top: 0px;
	z-index: 0;
	width: 426px;
	margin-left: 313px;
}

#nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 950px;
	height: 220px;
	
}

#menu {
	position: relative;
	top: 0px;
	float: right;
	width: 637px;
	height: 152px;
	margin: 0;
	padding: 0;
	z-index: 3;
	overflow: hidden;
	background-image: url(/_images/nav-bg.png);
	background-repeat: repeat;
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
}

#homeleft {
  width: 275px;
  margin-left: 25px;
  float: left;
  margin-top: 10px;
}

#contentleft {
	width: 700px;
	margin-left: 25px;
	float: left;
	font-size: 16px;
	line-height: 140%;
	margin-top: 20px;
	padding-bottom: 60px;
}

#contentleft td {
	font-size: 16px;
	line-height: 140%;
}

#homeright, #contentright {
  width: 144px;
  margin-right: 40px;
  margin-top: 25px;
  float: right;
}

#contentright {
	margin-top: 80px;	
}

#foot {
	margin: 0;
	padding: 0;
	width: 900px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 25px;
}


/* Modifiers */

#homeleft h1 {
	font-weight: normal;
	font-size: 17px;
	line-height: 200%;
	letter-spacing: -.5px;
}

#contentleft h1 {
	font-size: 17px;	
}

#contentleft h2, #contentleft h4 {
	font-size: 16px;
	color: #3C78AD;
	text-transform: uppercase;
	margin-top: 25px;
}

#contentleft h4 {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}

#contentleft h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#contentleft td p {
	margin-top: 5px;	
}

#homeright h2, #contentright h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 130%;
	color: #3C78AD;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
}

#contentright h2 {
	text-transform: none;	
}

#homeright p, #contentright p {
	margin-top: 5px;
	padding-top: 0;
	line-height: 140%;
}

#footer p {
	margin-top: 10px;	
}


/* Hacks */

.clear {
	clear: both;	
}

.homefixed {
	height: 550px;
	overflow: hidden;
}

.placeholder {
	background-color: yellow;
	color: red;
}

.pics {  
    height:  550px;  
    width:   426px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0;  
    border:  0;  
    background-color: none;  
    width:  426px; 
    height: 550px; 
    top:  0; 
    left: 0 
} 

