/*-------------- Ennis V.T.O.S. -----------------------*/
/*-- Author: Patrick Stack _____________________________*/
/*-- www.adeptassociates.net ___________________________*/

body {
	margin: 0;
	padding: 0;
	background-color: #52669b;
	color: #010;
	font-family: Helvetica, Garamond, sans-serif;
	text-align: center;
}
/*
	#8b182f		-> 	darkest vec bg
	#bc1a2f		->	lightest vec bg
	#f1dfb9		->	lightest vec cream
	#ecce86		->	darkest vec cream
	
 
 
*/
html, body, #container {	/* force page to go full length */
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*-- ID SELECTORS ______________________________________________*/

#container {
	position: relative;
	width: 762px;
	height: auto;
	/*min-height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	background-color: #fff;
	text-align: center;
	border-left: dotted 1px #333/*#ecce86*/;
	border-right: dotted 1px #666/*#f1dfb9*/;
}
#header {
	width: 760px;
	margin: 0;
	margin-top: 1px;
	padding: 0;
	height: 190px;
	background-image: url(images/header.png);
	text-align: left;
	clear: both;
	/*border-bottom: solid 1px #fc0;*/
}
#headertop {
	width: 760px;
	margin-left: 1px;
	padding: 0;
	height: 6px;
	/*background: url(images/header_top.png) no-repeat left top;*/
	background-color: #52669b/*#bc1a2f*/;
}
#topleft {
	width: 700px;
	height: 100px;
	left: 10px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	background-color: transparent;
	float: left;
	text-align: center;
	/*outline: solid 1px #f00;*/
}
h1.name {
	position: absolute;
	margin-top: /*60px*/40px;
	margin-left: 190px;
	top: 1px;
	display: block;
	width: 354px;
	height: 66px;
	background: url(images/ennisvtos.png) 0 0 no-repeat;
	text-indent: -9999px;
	z-index: 100;
}
#tagline {
	position: absolute;
	top: 95px;
	margin-top: 0.5em ;
	margin-left: 70px;
	/*background-color: #eee;*/
	width: 585px;
	height: 40px;
	text-align: center;
}
#tagline span {
	font-family: Tahoma, sans-serif;
	padding: 5px;
	font-size: 0.7em;
	color: #52669b;
	
}
#vtos21 {
	position: absolute;
	margin-top: 8px;
	margin-left: 586px;
	width: 175px;
	height: 319px;
	background-image: url(images/VTOS21.png);
	z-index: 200;
}
#navigation {
	position: absolute;
	width: 758px;
	height: 40px;
	top: 166px; /* was 170 originally*/
	left: 1px;
	/*background: url(images/nav_bg.png) no-repeat left top;*/
	background-color: #f50;
	z-index: 100;
	float: left;
	border-top: 3px solid #00357b/*#efb21e#bc1a2f*/;
	border-bottom: 1px solid #00357b/*#efb21e*/;
	/*background: url(images/header_bottom.png) no-repeat left top;*//* make sure it's 'top' or IE will put a thin white line at the top! */
	/*background-color: #efb21e;*/
}
#innernav {		/* for IE */
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 200;
}
/*------------------ N A V I G A T I O N ------------------------------------------*/
ol#navbar {
	margin: 0;
	padding: 0;
	margin-left: 0.5em;
}
ol#navbar li {
	list-style-type: none;
	display: inline;
	float: left;
	width: 7.4em;
	height: 30px;
}
ol#navbar li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	border-right: solid 1px #00357b;
}
ol#navbar li a.noborder {
	border-right: hidden;
}
ol#navbar li a:link, ol#navbar li a:visited {
	color: #fff;
	background-color: transparent;
}
ol#navbar li a:hover {
	color: #00357b;
	background-color: #fff;
}

/*----------------- C O N T E N T -------------------------*/
#content {
	width: 760px;
	margin: 0;
	padding: 0;
	background: url(images/content_bg.png) repeat-y left top;
	text-align: left;
	clear: both;
}
#content p {
	font-size: 1em;
	line-height: 1.4em; 
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: justify;
	color: #003;/*#1f005c*/;
}
#contenttop {
	width: 759px;
	margin: 0;
	padding: 0;
	height: 14px;
	background: url(images/content_top.png) no-repeat left top;
}
#contentbottom {
	width: 766px;
	margin: 0;
	padding: 0;
	height: 17px;
	background: url(images/content_bottom.png) no-repeat left top;
}
#contentleft {
	position: relative;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0;
	width: 565px;
	background-color: transparent;
	float: left;
	/*border-right: 1px dotted #eee;*/
}
div.narrowtext {	
	float: left;
	width: 360px;
	/*outline: 1px solid #00f;*/
}
div.picture {
	/*padding-top: 1.1em;*/
	width: 180px;
	/*outline: 1px solid #f00;*/
	/*margin-left: 365px;*/
	float: right;
}


	#form {					/* for forms only */
		width: 480px;
	}
#contentright {
	position: relative;
	top: 0;
	margin-top: 0;
	padding-top: 0;
	margin-left: 590px;
	width: 165px;
	z-index: 5;
	/*border-left: 1px solid #999;
	border-right: 1px solid #999;*/
}
#contentright p {
	font-size: 0.8em;
	line-height: 1.4em; 
	padding-left: 0.5em;
	padding-right: 0.1em;
	text-align: left;
	color: #52669b;
}
#contentright p.lastupdated {
	text-align: center;
	font-size: 0.7em;
}
#contentright p.links {
	/*text-align: center;*/
	padding-left: 2em;
	color: #009;
}
#contentright p.links a:link, #contentright p.links a:visited {
	color: #33f;
	text-decoration: none;
  }
#contentright p.links a:hover {
	color: #f33;
	text-decoration: none;
}
/*_________________________ H E A D I N G S _______________________________*/
h2.pageheading {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin-left: 0.2em;
	color: /*#52669b*/#004;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0;
	letter-spacing: 0.1em;
	width: 300px;
	float: left;
}
h3.heading, h3 {
	font: 1.1em Arial, Helvetica, sans-serif;
	margin-left: 0.2em;
	color: #52669b;
	font-weight: 600;
	margin-top: 0.2em;
	margin-bottom: 0;
	padding: 0;
	width: 97%;
	letter-spacing: normal;
	word-spacing: normal;
	background-color: #eee;
}
/*_______________________ I M A G E S ___________________________________*/
.spacer {
	/* border: solid 1px #000;*/
	clear: both;
}
.frameright {
	margin-bottom: 1em;
	padding: 2px;
	border: 1px solid #52669b;
	background-color: #fff;
}
.framed {
	margin-bottom: 1em;
	padding: 2px;
	border: 1px solid #f50/*#52669b*/;
	background-color: #fff;
 }
/*_____________________ L I S T S _______________________________________*/

ul.courselist {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em; 
	padding-left: 1.2em;
	margin-left: 2em;
	color: #1f005c;
}
ul {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em; 
	padding-left: 1.2em;
	margin-left: 2em;
	color: #1f005c;
	list-style: url(images/bullet1.png) disc;
}
ul li {
	vertical-align: bottom;
}

/*________________________ F O O T E R __________________________________*/
#footer {
	position: relative;
	margin-bottom: 0;
	top: 0;
	margin-top: 0;
	margin-left: 0;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	width: 760px;
	font-size: 0.7em;
	background-color: transparent;
	color: /*#190056*/#52669b;
	font-family: Tahoma, sans-serif;
}
#footertop {
	width: 760px;
	margin-left: 1px;
	padding: 0;
	height: 2px;
	background-color: #52669b;
}

	#footerleft {
		width: 450px;
		margin-top: 10px;
		margin-left: 10px;
		background-color: transparent;
		text-align: left;
		font-size: 1em;
		float: left;
	}
	#footerright {
		width: 290px;
		margin-top: 10px;
		left: 460px;
		right: 10px;
		background-color: transparent;
		text-align: right;
	}
	#footerright p {
		margin-right: 0.2em;
	}

/*_________________________ T E X T  F O R M A T T I N G ____________________*/

.clear {
	clear: both;
}
span.indent {
	margin-left: 1.5em;
	margin-bottom: 0.75em;
}
p.totop {
	float: right;
	font-size: 0.7em;
}
a:link, p.totop a:link {
  color: #33f;
  text-decoration: none;
  }
  
a:active {
  color: #ffff00;
  }
  
a:hover, p.totop a:hover {
  color: #f50;
  }
 
a:visited, p.totop a:visited {
  color: #33f;
  text-decoration: none;
  }
  

/*___________________ OLD STUFF ______________________*/
.year {
	font: 140% Georgia, Helvetica, Times, serif;
	color: #ff6e00;
}
dt {
	background-color: transparent;
	font: 1em Arial, Helvetica, sans-serif;
	margin-left: 1em;
	color: #333;
	font-weight: 600;
	margin-top: 1.25em;
	margin-bottom: 0;
	padding: 0;
	word-spacing: normal;
	letter-spacing: normal;
}
dd {
	font-size: 0.9em;
	text-align: left;
	color: #1f005c;
}

ol {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em; 
	padding-left: 1.2em;
	margin-left: 2em;
	color: #1f005c;
}
hr.short {
	text-align: center;
	width: 30%;
	font-size: 1px;
}

#content p.centred {
	font-size: 0.9em;
	line-height: 1.4em; 
	padding-left: 1.2em;
	text-align: center;
	color: #1f005c;
}
#right ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 15px;
}
#right li {
	font-size: 80%;
	border-bottom: 1px dotted #b2bcc6;
	margin-bottom: 0.3em;
	width: 110px;
}
#right a:link, #right a:visited {
	text-decoration: none;
	color: #009;
	background-color: transparent;
}
#right a:hover {
	color: #789;
}
#right h2 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #336;
	font-weight: 600;
	background-color: transparent;
	text-align: center;
}


#year {
	position: absolute;
	width: 190px;
	height: 40px;
	text-align: center;
	margin-left: 10px;
	margin-top: 125px;
	background-color: transparent;
}

#identity {
	position: absolute;
	width: 190px;
	height: 70px;
	margin-top: 170px;
	left: 10px;
	background-color: transparent;
	float: left;
}

#randompic {
	position: absolute;
	width: 531px;
	height: 185px;
	outline: 1px solid #333;
	margin-top: 35px;
	left: 220px;
	background: url(images/living_bridge01.png) no-repeat left bottom;
	background-color: transparent;
	float: left;
}
#randompichome {
	position: absolute;
	width: 531px;
	height: 185px;
	outline: 1px solid #333;
	margin-top: 35px;
	left: 220px;
	background-color: transparent;
	background: url(images/living_bridge01.png) no-repeat left bottom;
	float: left;
}
#attrib {
	position: absolute;
	width: 400px;
	top: 200px;
	left: 230px;
	text-align: left;
	background-color: transparent;
	margin-bottom: 5px;
	margin-left: 10px;
}
	#attrib p {
		font-weight: 500;
		font-style: italic;
		font: 10px Arial, Helvetica, sans-serif;
		color: #ff0;
	}
#tag {
	position: absolute;
	width: 200px;
	top: 10px;
	left: 0;
	text-align: center;
	background-color: transparent;
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ff6e00;
	margin-bottom: 5px;
}
#topnav {
	width: 100%;
	margin-top: 25px;
	height: 40px;
	padding-top: 10px;
	border-top: 1px ridge #000;
	border-bottom: 2px groove #b2bcc6;
	background-color: #fc0;
	text-align: center;
}


.centredimage {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

 .imgleft {
	border: 1px solid #333;
	padding: 2px;
	background-color: #999;
	float: left;
	margin-right: 10px;
	margin-top: 0.75em;
 }
 .imgright {
	border: 1px solid #333;
	padding: 2px;
	background-color: #999;
	float: right;
	margin-left: 10px;
	margin-top: 0.75em;
 }

