﻿body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#585e5b;
	margin:0;
	background: #121212 url(images/body_new.jpg) top;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}

#wrapper1 {
	background: #fff;
	border-left:10px solid #282828;
	border-right:10px solid #282828;
	padding:0px;
	width:760px;
	margin:0 auto;
}

#wrapper2 {
	width:760px;
	background:url(images/wrapper2.jpg) bottom repeat-x #fff;
	margin-bottom:3px;
	padding:0px; 
}

#container {
	clear:both;
	padding:10px;
	margin-top: 5px;
	background:#fff;
}



p.description {
	background:url(images/descriptiong_new.jpg) right bottom no-repeat #909792;
	padding:10px 10px 40px 10px;
	color:#fff;
	font-size:1.5em;
	line-height:25px;
	border-top:4px solid #666666;
}
p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	border-bottom:1px solid #8CD1FF;
}

#content {
	margin:0 0px 0 5px;
	padding:10px 20px 0 0;
	/*background: url(images/contentbkg.jpg) repeat top;*/
}

#content h2 a {
	color:#121212;
	text-decoration:none;
}
#content p {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}
#content img {
	background-color:#FFFFFF;
	/*border: black;*/
	padding: 1px;
	margin: 1px;
	border: 1px solid Black;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

input {
	padding:5px;
	margin: 3px;
	border:1px solid #999999;
	color:#555;
	width:220px;
}

#content h3 {
	font:1.8em Trebuchet MS;
	color:#555;
	margin:10px 0;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	/* border:1px solid #eee;*/
}
li {
	margin:0 0 0 10px;
	padding:5px;
}

#footer {
	text-align:center;
	border-top:2px solid #000;
	padding:10px;
	margin:30px 0 0 0;
	color:#ccc;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}


/* Senior and Pic pages controls*/
.textpicbox {
	padding: 2px;	
	background-color: white;
	margin-left: 20px;
	background-image: url(images/textboxbgn.jpg);
}
.textbox {
	padding: 10px;	
}

/*layout control for the index page */
.textpicindex {
	padding: 2px;	
	background-color: white;
	margin-left: 20px;
	width: 100%;
}

a.noborder:link{
overflow:hidden;
clear:both;
border:0pt none;
padding: 0px;
margin:0px;
}


#icon-link {
	margin-left: 10px;
	margin-right: 10px; 
}


#contentindex {
	margin:0 0px 0 5px;
	padding:10px 20px 0 0;
	
}
#contentindex p {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}

#contentindex img {
	background-color:#FFFFFF;
	padding: 1px;
	margin: 1px;
	border: 1px solid Black;
	margin: 10px;
	
}

#contentindex h2 {
	font: 2em "Gill Sans", Bookman Old Style;
	margin: 5px 0 5px;
	border-bottom:2px solid #eee;
	/*text-align: center;*/
	background:url(images/h2.jpg) bottom left no-repeat;
	text-align: center;
	clear:left;
	}
	
#content h2 {
	font: 2.5em "Gill Sans", Bookman Old Style;
	margin: 5px 0 5px;
	border-bottom:2px solid #eee;
	background:url(images/h2.jpg) bottom left no-repeat;
	text-align: center;
	/* clear:left; */
}

#contentindex a{
	color: Navy;
	font: 110%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;

}
hr {
	width: 95%;
	color: #eee;
	height: 2px;
}

#footer {
	background: #282828;
}



/* style the outer div to give it width */
.menu {
margin: auto;
padding:10px 0px 15px 0px;
position:relative; /*Make the container moveable*/
width:760px;     /*Main bar total width*/
height: 30px;
font-size:0.85em;
padding-bottom:30px; /*Padding between the bottom of your mainbar and the rest of your page */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
/* Cell size. Divide the main width (740px) by the number of cells you need */
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
padding:0px;
margin:0px;
float:left;
width:76px; /* Cell size. Divide the main width (740px) by the number of cells you need */
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:10px;
text-decoration:none;
color:#fff; 
width:100; /* Defines the main box dimensions. */
height:30px; /*How tall your cells are*/
border:1px solid #666666;
border-width:1px 1px 0 0; 
background:#282828;
padding-left:8px; 
line-height:29px; /*Adjust this to vertically center your text in each cell. Should be about the same as height. */
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:76px; 
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#EEEEEE;
border: 1px solid #999999;
width:84px;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#CCCCCC;
border: 1px solid #999999;
width:84px;
}
.menu ul ul :hover > a.drop {
background:#CCCCCC;
border: 1px solid #999999;
width:84px;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#fff;
border: 1px solid #999999;
width:84px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#EEEEEE;
border: 1px solid #999999;
width:84px;
}
.menu ul ul ul :hover > a {
background:#CCCCCC;
border: 1px solid #999999;
width:84px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:84px;  /* Size of the daughter cells */
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px; /* IE gap between main bar and the dropdown items */
}


/* position the third level flyout menu */
.menu ul ul ul{
left:76px; 
top:0;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-76px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#909792; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:82px;
border-left: 1px solid #666;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:82px;
w\idth:82px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#666666;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#666666;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/* End Navbar Code */
