/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Times New Roman, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #003466 ;
}

a {
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	font-size: 0.7em ;
	margin : 0 ;
	padding : 0 ;
}
#navBar a {
	margin-left : 2px ;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #d4dfe8 ;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#wrapper {
	width: 760px ;
	margin : 5px auto ;
	border : 1px solid #fbd46b ;
}
#masthead{
	border-bottom : 1px solid #fbd46b ;
	width: 100%;
	background-color: #003466 ;
	height: 125px ;
}
#leftGraphic {
	width: 150px ;
	height: 125px ;
	margin: 0 ;
	padding: 0 ;
	border-right : 1px solid #fbd46b ;
	float : left ;
	background-image: url(../cssImages/headerL.jpg);
}
#center {
	height: 125px ;
	margin: 0 auto ;
	background-image: url(/headers/hudsoncity.jpg);
	width : 338px ;
}
.main{
	width : 338px ;
	background-image: url(../cssImages/hudsoncity.jpg);
}
.hs{
	width : 338px;
	background-image: url(../cssImages/hs-header.jpg);
}
.ms{
	width : 400px;
	background-image: url(../cssImages/mcs-ms-header.jpg);
}
.jlees{
	width : 400px;
	background-image: url(../cssImages/jle-es-header.jpg);
}
.ges{
	width : 400px;
	background-image: url(../cssImages/ges-header.jpg);
}
.alp{
	width : 400px;
	background-image: url(../cssImages/alp-header.jpg);
}
#rightGraphic {
	width: 150px ;
	height: 125px ;
	margin: 0 ;
	padding: 0 ;
	border-left: 1px solid #fbd46b ;
	float : right ;
	background-image: url(../cssImages/headerR.jpg);
}
#headlines {
  float:left;
	width: 150px ;
	border-right: 1px solid #fbd46b;
	background-color : #d4dfe8 ;
	margin : 0 ;
	padding : 0 ;
}
#headlines div {
	width : 100% ;
	height: 25px ;
	background-color : #036 ;
	color: #fff ;
	text-align: center;
	border-bottom: 1px solid #fbd46b;
	font-weight: normal;
	font-size: 1em ;
	margin: 0 ;
	padding: 0 ;
}
#headlines ul {
	list-style: none;
	font-size: 0.7em ;
	margin : 0 ;
	padding : 0 ;
}
#headlines a {
	display: block ;
	margin-left : 2px ;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#headlines li {border-bottom: 1px solid #d4dfe8 ;}

/* fix for browsers that don't need the hack */
html>body #headlines li {border-bottom: none;}


#content{
  float: left;
  width: 457px ;
  background-color: #fff ;
  color : #000 ;
  font-size:10pt;
}
#content address {
	width : 100% ;
	height: 25px ;
	color : #fff ;
	background-color: #003 ;
	border-bottom: 1px solid #fbd46b;
	text-align: center;
	font-style: normal;
	font-size : 1em ;
	line-height:25px;
}
#content p {
	margin: 5px ;
}
#content a img {
   border : 0 ;
}
#content h1 {
   font-size : 1.3em ;
   margin: 0 ;
   color: #003 ;
}
#content h2 {
   font-size : 1.1em ;
   margin: 15px 0 0 0 ;
   color: #003 ;
}
#content h3 {
   font-size : 1.1em ;
   margin: 0 ;
   color: #003 ;
}
#content ul {
   list-style : none ;
   margin : 0 0 8px 5px ;
   padding : 0 ;
}
#content li {
   margin : 0 ;
   padding : 0 ;
}
#navBar{
  	float: right;
	width : 150px ;
	margin: 0px;
	padding: 0px;
	background-color: #c9c5b1 ;
	border-left : 1px solid #fbd46b ;
}
#navBar #sectionLinks {
	width : 100% ;
	height: 25px ;
	background-color : #036 ;
	color: #fff ;
	text-align: center;
	font-weight: normal;
	font-size: 1em ;
	margin: 0 ;
	padding: 0 ;
	border-bottom: 1px solid #fbd46b;
}
#schools {
	background-color: #d4dfe8 ;
	margin-bottom : 10px ;
}
#navBar #quickLinks {
	width : 100% ;
	height: 25px ;
	background-color : #003 ;
	color: #fff ;
	text-align: center;
	font-weight: normal;
	font-size: 1em ;
	padding: 0 ;
}

.colEnder {
   margin : 0 ;
   padding : 0 ;
   line-height : 0 ;
}
.clearer {
	display:block;
	height:0;
	line-height: 0;
	clear : both ;
}
#footer {
	width: 100%;
	clear: both;
	height:25px;
	background-color: #003;
	color: #fff;
	text-align:center;
	font-size:8pt;
	line-height:25px;
}
.floatRight {
   float: right ;
   margin-left: 10px ;
}
.floatLeft {
   float: left ;
   margin-right: 10px ;
}
#content .hasImage img {
   float : right ;
   margin-left : 10px ;
   border : 1px solid #003466 ;
}
.textRight {
	text-align : right ;
}
#content a[href$=pdf] {
   background-image : url(../cssImages/pdf.gif) ;
   background-position : center right ;
   background-repeat : no-repeat ;
   padding-right : 18px ;
}
/*
   Styles for left-hand column links
   These make them look more like buttons
*/
#headlines a {
   border-top : 1px solid #eee ;
   border-right : 1px solid #eee ;
   border-bottom : 1px solid #333 ;
   border-left : 1px solid #333 ;
   margin-left : 0 ;
   padding-left : 5px ;
}
#headlines a:hover {
   border-top : 1px solid #333 ;
   border-right : 1px solid #333 ;
   border-bottom : 1px solid #eee ;
   border-left : 1px solid #eee ;
   background-color : #003 ;
   color : #fff ;
   text-decoration : none ;
   margin-left : 0 ;
   padding-left : 5px ;
}
/*
   Styles for right-hand column quick links
   These make them look more like buttons
*/
#navBar a {
   border-top : 1px solid #eee ;
   border-right : 1px solid #eee ;
   border-bottom : 1px solid #333 ;
   border-left : 1px solid #333 ;
   margin-left : 0 ;
   padding-left : 5px ;
}
#navBar a:hover {
   border-top : 1px solid #333 ;
   border-right : 1px solid #333 ;
   border-bottom : 1px solid #eee ;
   border-left : 1px solid #eee ;
   background-color : #0074E0 ;
   background-color : #d4dfe8 ;
   color : #003 ;
   text-decoration : none ;
   margin-left : 0 ;
   padding-left : 5px ;
}
/*
   Styles for right-hand column school links
   These make them look more like buttons
*/
#schools a {
   border-top : 1px solid #eee ;
   border-right : 1px solid #eee ;
   border-bottom : 1px solid #333 ;
   border-left : 1px solid #333 ;
   margin-left : 0 ;
   padding-left : 5px ;
}
#schools a:hover {
   border-top : 1px solid #333 ;
   border-right : 1px solid #333 ;
   border-bottom : 1px solid #eee ;
   border-left : 1px solid #eee ;
   background-color : #003 ;
   color : #fff ;
   text-decoration : none ;
   margin-left : 0 ;
   padding-left : 5px ;
}

img.border{
	border-width:1px;
}

hr{
	clear:both;
}
