/* BROADSHEET TEMPLATE CSS */

body {
	background: #EFEFEF;
	text-align: center;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font: 12px/14px verdana, arial, sans-serif;
}

/* LINKS */

a:link {
	color:#333333;
	text-decoration: none;
} 
a:visited {color:#FF6600; text-decoration: none;} 
a:hover,a:active {
	color:#333333;
	text-decoration: underline;
}

#top  a:link {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
	border-bottom:none;
} 
#top a:visited {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
} 
#top a:hover, #top a:active {
	color:#990000;
	text-decoration: underline;
	font-weight: bold;
}

#footer  a:link {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom:none;
	padding-left:10px;
	padding-right: 10px;
} 
#footer  a:visited {
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right: 10px;
} 
#footer  a:hover, #footer  a:active {
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right: 10px;
}

#bottom  a:link {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
	border-bottom:none;
} 
#bottom a:visited {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
} 
#bottom a:hover, #bottom a:active {
	color:#666666;
	text-decoration: underline;
	font-weight: bold;
}

/* LISTS */

#content ul { padding-left: 0px; margin-left: 20px; color: #444444; line-height: 18px; margin-top: 10px;margin-bottom:10px;}
#content li {
	padding:0px;
	list-style: disc outside;
}

/* TYPOGRAPHY */

p { margin: 0px; padding: 0px; margin-bottom: 10px; }

h1 { font-size: 17px; line-height: 20px;color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; }
h2 { font-size: 17px; line-height: 20px;color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; }
h3 {
	font-size: 13px;
	line-height: 13px;
	color: #333333;
	margin:0px;
	padding: 0px;
	margin-bottom: 5px;
}
h4 {
	font-size: 13px;
	line-height: 17px;
	color: #04357D;
	margin:0px 0px 5px;
	padding: 0px;
}
h5 { font-size: 12px; color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; letter-spacing: 2px; }

#header h1 {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #333333;
	margin:0px;
	padding: 0px;
	padding-top: 25px;
	margin-bottom: 5px;
	padding-left:35px;
}
#header h2 {
	font-size: 14px;
	line-height: 5px;
	letter-spacing: 2px;
	color: #000000;
	margin:0px;
	padding: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-left:35px;
}

/* CONTAINERS */

#wrapper {
	width:940px;
	background:  url('../img/content.jpg') top left repeat-y;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top {
	width: 940px;
	height: 40px;
	padding: 0px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#top p {
	text-align:left;
	padding-left: 35px;
	padding-top: 9px;
	padding-bottom:0px;
	line-height: 12px;
	font-size:11.5px
}

#header {
	width: 940px;
	height: 120px;
	text-align:left;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.skyscraper {
	height: 600px;
	width: 160px;
	position: relative;
	overflow: auto;
}


#menu {
  width: 905px;  
  height: 30px; 
  margin: 0 auto;
  clear:both;
}

#content {
  padding: 0px; margin: 0px;
  border: 0px dashed #cccccc;
  padding-top: 30px;
  padding-bottom: 15px;
  clear:both;
  text-align: left;
  padding-left: 35px;
}

#content #inside {
  width:870px;
  text-align: left;
}

#content #inside #left {
  float: left;
  width: 180px;
}

#content #inside #middle {
	margin-left: 15px;
	float:left;
	;
	width: 470px;
}

#content #inside #right {
  margin-left: 15px;
  float:left;
  width: 180px;
}

#footer {
  width: 940px;
  height: 80px;
  background: #004A80 url('../img/footer.jpg') bottom left no-repeat;
}

#footer p {
	text-align:center;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom:0px;
	line-height: 16px;
	font-size:12px;
	color: #333333;
}

#bottom {
  width:940px;
  margin: 0 auto;
  padding: 0px;
  text-align:center;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom:0px;
  line-height: 16px;
  font-size:12px
}

/* NAVIGATION */

#navcontainer ul
{
	padding-left: 0;
	background-color: #00457D;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font: bold 11.25px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding:10px 15px;
	background-color: #00457D;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #FFFFFF;
	color: #000000;
}

/* IMAGE PLACEMENT */

.float_left {
  float:left;
  border: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;  
  margin-left: 10px;
}

.float_right {
  float:right;
  border: 0px;
  margin-left: 10px;
  margin-bottom: 5px;  
  margin-top: 5px;
  margin-right: 10px;
}

/* OTHER */

.box_468x60 {
  border:1px solid #DDDDDD;
  background-color: #f9f9f9;
  width: 468px;
  height: 60px;
  margin-bottom: 10px;
}

.box_180x60 {
  border:1px solid #E6E6E6;
  background-color: #f9f9f9;
  width: 180px;
  height: 60px;
  margin-bottom: 10px;
}

.spacer {
  clear:both;
}
