/* Colour Scheme */

/* 	Darkest 1: #002940
	Dark    2: #476d97
	Medium  3: #547ba7
	Medium  4: #749bc6
	Light   5: #a7bfd9
	Lightest6: #dfe7ef
*/



/*  MAIN LAYOUT  */




body {
	background-color:#dfe7ef; 
	font-size:0.8em;  
	font-family: arial,helvetica,sans-serif; 
	text-align:center;
}
	* {margin:0; padding:0;}

#container {
	width:770px;
	margin-left:auto; 
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
}

#header {
	width:770px;
	height:235px;
}

#home #header {
	width:770px;
	height:485px;
}

#content {
	width: 770px;
	background: #749bc6 url(../images/gfx/cvbottom.gif) no-repeat bottom left;
}

* html 	#content {
	position: relative;
	top: -8px;
}

#home #content {
	width: 768px;
	padding:1px;
}

* html 	#home #content {
	position: relative;
	top: -24px;
}

* html .fineprinthome {
	position:relative;
	top:-25px;
}

.clearfix:after { 
    	content: "."; 
   	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
}

* html .clearfix {
	height: 1%;
} 

.clearfix {
	display: block;
} 



/*  MENU  */


#menu {
	height:150px;
	border-bottom:1px solid #fff;
	z-index:10;
	text-align:left
}

#home #menu {
	height:400px;
	border-bottom:1px solid #fff;
	z-index:10;
}

#caption {
	text-align:left;
	position: relative;
	color:#dfe7ef;
	top:-20px;
	left:10px;
	font-size:12px;
}

#caption.blue {
	color:#002940;
}

* html #caption {
	display:block;
	top: -23px;
}


.home {
	float:left;
	margin:12px 0 12px 12px;	
	width:240px;
	height:auto;
	text-align:left;
}

* html .home {
	margin-left: 6px;
	margin-right:6px;
}

.home h4 {
	font-size:1.2em;
	margin: 0;
	padding: 4px 6px 0px 14px;
	font-weight:bold;
	color: #fff;
	background: #547ba7 url(../images/gfx/cvhometop.gif) no-repeat top left;
}

.home ul {
	padding: 2px 6px 10px 0px;
	height:6em;
	text-align:left;
	color:#fff;
	list-style-type:none;
	font-size:0.9em;
	background: #547ba7 url(../images/gfx/cvhomebottom.gif) no-repeat bottom left;
}


.home ul li {
	padding-bottom:1px;
	margin-left:0px;
	
}

.home ul li a,
.home ul li a:link,
.home ul li a:active,
.home ul li a:visited {
	display:block;
	color:#fff;
	padding-left:14px;
	text-decoration:none;
	background: #547ba7 url(../images/gfx/homelibg.gif) no-repeat -4px 4px;
}

.home ul li a:hover {
	color:#fff;
	padding-left:14px;
	text-decoration:none;
	background: #547ba7 url(../images/gfx/homelibg.gif) no-repeat 0px 4px;
}

#nav {
	position: relative;
	top: -25px; /* Position of entire menu */
	height: 50px;
	width: 770px;
	z-index:20;
}

#home #nav {
	top: -40px;
}

#nav a {
	text-decoration: none;
}

#nav li { /*float all list items*/
	margin: 0;
	float: right;
	display: block;
	padding-right: 0; /* Padding for all menu items */
}

#nav li ul {
	display: none;
}

#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 26px; /* Position of subnav relative to nav */
	left: 0px; 
	padding-top: 15px; /* padding on top of subnav */
	background: #476d97; /* background of subnavs that are off */
	height: 30px; /* height of subnav */
	width: 750px;
	padding-right: 20px;
	color:#a7bfd9;
}

#nav li.on ul {
	background: #547ba7; /* background of subnav that is on */
	/*background:transparent;*/
}

#nav li.on:hover ul, #nav li.over ul { /*for ie*/
	background: #476d97; /* background of on subnav when hovering on it */
}

#nav li a {
	color: #a7bfd9; /* main tabs */
	font-weight: bold;
	display: block;
	/*width: 92px; */ /*width of all main tabs*/
	padding-right: 0px;
	padding-left: 0px;
}

#nav li.on a {
	color: #a7bfd9;
}

#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #a7bfd9;
	width: auto;
	padding-left: 3px; /* margin on subnav */
	padding-right: 3px;
}

#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
	background: #476d97; /* background of on links on hover */
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover { 
	color: #a7bfd9; /* color of all subnav links on hover */
}


/*image replacement*/

#nav li span {
	display:none;
}

#liHome a, #liBackground a, #liResources a, #liSchools a {
	display: block;
	position: relative;
	height: 26px;/*not this height*/
	background: url(../images/gfx/dropdownMap8.gif) no-repeat; /*contains all hover states*/
}

/*initial states*/

#liHome a {
	background-position: 0 0;
	width:90px;
}

#liBackground a {
	background-position: -102px 0;
	width:90px;
}

#liResources a {
	background-position: -204px 0;
	width:90px;
}

#liSchools a {
	background-position: -306px 0;
	width:92px;
}


/*active area*/

#liHome.on a {
 	background-position: -0px -37px;
}

#liBackground.on a {
 	background-position: -102px -37px;
}

#liResources.on a {
 	background-position: -204px -37px;
}

#liSchools.on a {
 	background-position: -306px -37px;
}


/*hover states*/

#liHome a:hover, #liHome:hover a, #liHome.over a {
	background-position: 0 -73px;
}

#liBackground a:hover, #liBackground:hover a, #liBackground.over a {
	background-position: -102px -73px;
}

#liResources a:hover, #liResources:hover a, #liResources.over a {
	background-position: -204px -73px;
}

#lischools a:hover, #liSchools:hover a, #liSchools.over a {
	background-position: -306px -73px;
}


/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #476d97;  /* background of off subnav links */
	color: #fff; /* color of all subnav links */
}		

#nav li.on ul a {
	background: #547ba7; /* background of on subnav links */
}

#nav li.on ul a.subon {
	color:#a7bfd9;
	border-bottom:4px solid #749bc6;
}



/*  WHOLE PAGE  */




a {
	color: #000;
	text-decoration: underline;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;	
	text-decoration: none;
}


#header h1 {
	background: #547ba7 url(../images/gfx/cvtop.gif) no-repeat top left;
	padding: 8px 15px 6px 15px;
}

#header h1 img{
	color:#fff;
	margin: 0;
	text-align:left;
	float:left;
}

#header h1 span {	
	font-size:20px;
	font-weight: normal;
	color:#fff;
	margin: 0;
	text-align:left;
	float:right;
}

#content p {
	padding: 7px 15px 7px 15px;
	text-align:justify;
	color:#002940;
}

#content ol {
	padding: 7px 15px 7px 15px;
	text-align:justify;
	color:#002940;
}

#content ol li {
	margin-left:40px;
}

#content ul.list {
	padding: 7px 15px 7px 15px;
	text-align:justify;
	color:#002940;
}

#content ul.list li {
	margin-left:40px;
}

#content p.top {
	padding-bottom:15px;
	padding-top:10px;
	font-size:0.8em;
	color:#fff;
}

#content p.top img {
	border:0;
	padding-right:3px;
	vertical-align: bottom;
}

#content p.top a {
	text-decoration: none;
}

#content p.top a:link {
	color: #a7bfd9;
}

#content p.top a:visited {
	color: #a7bfd9;
}

#content p.top a:active {
	color: #a7bfd9;
}

#content p.top a:hover {
	text-decoration: none;
}

#fineprint p {
	padding: 7px 15px 7px 15px;
	text-align:center;
	font-size:0.8em;
	color:#749bc6;
}

#fineprint a {
	text-decoration: none;
}

#fineprint a:link {
	color: #749bc6;
}

#fineprint a:visited {
	color: #749bc6;
}

#fineprint a:active {
	color: #749bc6;
}

#fineprint a:hover {
	text-decoration: underline;
}



#content h2 {	
	font-size:1.4em;
	font-weight: normal;
	color:#fff;
	padding: 10px 15px 7px 35px;
	text-align:left;
	background: #749bc6 url(../images/gfx/arrow2.gif) no-repeat 15px 13px;
}

#content h3 {
	font-size: 1.2em;
	color:#fff;
	font-weight: bold;
	text-align:left;
	padding: 10px 15px 7px 15px;
}

/*  INFOPANEL  */


.infopanel {
	float:right;
	margin: 10px 10px 0px 10px;
}

* html .infopanel {
	margin-right: 5px;
}

.infopanel dl {
	width: 300px;
	height: 350px;
	padding: 0;
	background: #547ba7 url(../images/gfx/cvinfobottom.gif) no-repeat bottom left;
	text-align:left;
}

div.pic {
	margin-bottom:10px;
}

div.info {
	margin-bottom:10px;
}

div.picthumb {
	margin-bottom:10px;
}

.pic dl {
	height:auto;
	text-align:center;
}

.pic dd.img {
	padding-bottom:7px;
}

.pic dd.img img {
	border:0;
}

.picthumb dl {
	height:auto;
	text-align:center;
}

.picthumb dd.img {
	height:216px;
}

.picthumb dd.thumbs {
	text-align:center;
	padding-bottom:5px;
}

.picthumb dd.thumbs ul {
	list-style-type: none; 
	display: inline;
	text-align:center; 
	padding:0; 
	margin:0;
}

.picthumb dd.thumbs li {
	padding:0;
	margin:0; 
	display: inline;
	text-align:center; 
}

.picthumb dd.thumbs ul li {
	margin-left:0;
	text-align:center; 
}

.picthumb dd.thumbs a:link img {
	color: #a7bfd9;
	text-decoration:none;
	border:2px solid #749bc6;
}

.picthumb dd.thumbs a:visited img {
	color: #a7bfd9;
	text-decoration:none;
	border:2px solid #749bc6;
}

.picthumb dd.thumbs a:active img {
	color: #a7bfd9;
	text-decoration:none;
	border:2px solid #749bc6;
}

.picthumb dd.thumbs a:hover img {
	color:#fff;
	text-decoration:none;
	border:2px solid #fff;
}


.infopanel dt {
	margin: 0;
	padding: 8px 10px 0px 10px;
	font-size: 1.2em;
	font-weight:bold;
	color: #fff;
	background: #547ba7 url(../images/gfx/cvinfotop.gif) no-repeat top left;
}
	
.infopanel dd {
	padding: 2px 10px 2px 10px;
	color: #fff;
	font-size: 0.83em;
}

.infopanel dd.define {
	font-style: italic;
	padding-top:0px;
}

.infopanel dd.links {
	font-style: italic;
	color: #a7bfd9;
	padding-top:8px;
	padding-bottom:0;
}

.infopanel a:link {
	color: #a7bfd9;
	text-decoration:none;
	font-style:normal;
}

.infopanel a:visited {
	color: #a7bfd9;
	text-decoration:none;
	font-style:normal;
}

.infopanel a:active {
	color: #a7bfd9;
	text-decoration:none;
	font-style:normal;
}

.infopanel a:hover{
	color:#fff;
	text-decoration:none;
	font-style:normal;
}

.infopanel ul {
	list-style-type:square;
	margin-left:15px;
}

#info1 {
	display:block;
}

#info2, #info3, #info4, #info5, #info6, #info7, #info8, #info9 {
	display:none;
}

#info12, #info13, #info14, #info15, #info16, #info17, #info18, #info19 {
	display:none;
}

#info22, #info23, #info24, #info25, #info26, #info27, #info28, #info29 {
	display:none;
}

/*  MENU PANEL */


#menupanel {
	float:left;
	margin: 10px 0 0 10px;
}

* html #menupanel {
	margin-left: 5px;
}

#menupanel ul {
	width: 200px;
	height: auto;
	padding: 0 0 10px 0;
	list-style-type:none;
	background: #547ba7 url(../images/gfx/cvmenubottom.gif) no-repeat bottom left;
	text-align:left;
}

#menupanel h3 {
	margin: 0;
	padding: 8px 10px 8px 20px;
	font-size: 1.2em;
	font-weight:bold;
	color: #fff;
	background: #547ba7 url(../images/gfx/cvmenutop.gif) no-repeat top left;
}
	
#menupanel li {
	margin-left:20px;
	margin-right:20px;
	padding: 2px 0 2px 5px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:0.95em;
	border-bottom:2px solid #749bc6;
}

#services {
	float:right;
	width:560px;
	padding-bottom:15px;
}

#menupanel a:link {
	color: #fff;
	text-decoration:none;
	font-style:normal;
}

#menupanel a:visited {
	color: #fff;
	text-decoration:none;
	font-style:normal;
}

#menupanel a:active {
	color: #fff;
	text-decoration:none;
	font-style:normal;
}

#menupanel a:hover{
	color:#002940;
	text-decoration:none;
	font-style:normal;
}

li#menumore {
	display:none;
	border:0px;
}

#menupanel li ul {
	width:auto;
	height:auto;
	background:transparent;
	border:0;
}

#menupanel li ul li {
	margin-left:10px;
	margin-right:0px;
	font-size:0.9em;
}


/* PANEL LINK */

a:link.panel,
a:visited.panel,
a:hover.panel,
a:active.panel {
  	color: #002940;
  	text-decoration: none;
	font-weight:bold;
  	font-style: normal;
}

a:hover.panel {
	color:#fff;
}


table {
	margin:15px 35px;
	width:700px;
	color:#002940;
	text-align:center;
}

table, tr, th, td {
	border: 1px solid #547ba7;
}

td {
	text-align:left;
	padding:2px 3px;
}

#content p.table {
	padding: 7px 35px 7px 35px;
	text-align:justify;
	color:#002940;
}
