body
{
  font-family: Arial;
}

#header
{
  margin: 0 auto;
}

#logo_container
{
  height:75px;
  min-height:75px;
  width: 81px;
  min-width: 81px;
  max-width: 81px;
  background:url(../img/header_reversed.gif) repeat-x;
  margin: -75px 0px 0px 50px;
}

#logo
{
  margin: 10px 10px 10px 10px;
}

#header_center
{
  margin-top: -75px;
  height:75px;
  min-height:75px;
  max-height: 75px;
  background:url(../img/header.gif) repeat-x;
}

#header_left
{
  float: left;
  height: 75px;
  min-height: 75px;
  max-height: 75px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  background: url(../img/corner_left.gif);
}

#header_right
{
  float: right;
  height: 75px;
  min-height: 75px;
  max-height: 75px;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  background: url(../img/corner_right.gif);
}

#menu 
{
  list-style:none;
  margin: -75px 0px 0px 151px;
  height: 75px;
  min-height:75px;
  max-height: 75px;
  font:bold 1.1em verdana;
  color:#ccc;
}

#menu li
{
  float:left;
  margin-left:10px;
}

#menu li a
{
  height:30px;
  min-height:30px;
  max-height: 30px;
  display:block;
  color:#ccc;
  padding:45px 5px 0px 5px;
 
}

#menu a:hover
{
    background:url(../img/header_reversed.gif)
}

.menu-item-img
{
  text-align:center;
  margin-top:-16px;
  padding:0;
}

#sub_header
{
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 950px;
    min-width: 950px;
    max-width: 950px;
}

#ft
{
  border: solid 1px #9c947c;
  background-color: #cdc2a1;
  height: 25px;
  min-height: 25px;
}

p.welcome
{
  font-weight: bold;
  color: #222;
}

p 
{
  margin: 10px 2px 2px 2px;

}

.left
{
    float: left;
}

.clear
{
    clear: both;
}

#iplay
{
  background:url(../img/boxbg.png);
  height: 163px;
  min-height: 163px;
  max-height: 163px;
}


#relay
{
  background:url(../img/relay.jpg);
  height: 193px;
  min-height: 193px;
  max-height: 193px;
}

.box
{
  border: solid 1px #9c947c;
  background-color: #cdc2a1;
  padding: 10px;
}

#pictures {

	height: 1%;

}



#pictures:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



#picture-container {

}



.pic {

	float: left;

	border: 1px solid #666;

	height: 30px;

	max-width: 30px;

	background: white;

	margin: 5px 2px;

	padding: 2px;

}



.pic img {

	border: none;

}



.ls img{

	margin: 5px 3px;

	height: 19px;

	width: 25px;

	

}



.pt img{

	margin: 2px 6px;

	height: 25px;

	width: 19px;

}

table#services-summary {

	margin: 0 auto;

	border: 1px #437173 solid;

	margin-bottom: 50px;

	background: #fff;

}



table#services-summary td {

	padding: 5px;

	border: 1px #437173 solid;

}

table#services-summary th {

	font-weight: bold;

	text-align: center;

}




table#services-summary tr td ul {

	list-style: square;

}


























#content
{
  margin-top: 25px;
  width: 950px;
  max-width: 950px;
  margin: 0 auto;
}

#content p
{
  text-align: justify;
  margin: 1em;
}

#content_left
{
  float: left;
  width: 700px;
  min-width: 700px;
}

#content_right
{
  float: right;
  width: 250px;
  min-width: 250px;
}

#footer
{
  width: 950px;
  max-width: 950px;
  margin: 0 auto;
}

h1
{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

hr
{
  border: 1px solid #255762;
}

.main_paragraph
{
  text-align: justify;
  font-size: 1.3em;
}

.main_paragraph:first-letter
{
  float:left;
  color:#255762;
  /*background: #255762;*/
  border:1px solid #255762;
  padding: 2px;
  margin: 0px 3px 1px 0px;
  font-family: times new roman;
  font-size: 2.5em;
}

.std_paragraph
{
  text-align: justify;
  font-size: 1.1em;
}

.small_paragraph
{
  text-align: justify;
  font-size: 1em;
}

#event_title
{
	font-size: 1.3em;
}
	
#event_box
{
  padding: 3px;
  margin: 3px;
  border: 1px solid #255762;
  background: #93D7C2;
}

.event
{
	padding: 3px;
	border: 1px solid #255762;
	background: #DDEFF3;
	margin: 3px;
}

.event td
{
	border: 1px solid #255762;
	padding: 3px;
}

blockquote {
  float: right;
  width: 18em;
  text-align: left;

  text-indent: 25px;
  background: url(../img/quotes1.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}

blockquote p {
  font-size: 1.1em;
  font-weight: bold;

  display: inline;
  padding-right: 24px;
  background: url(../img/quotes2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}


/*new header*/
.header_wrapper {
	width: 950px;
	background:url(../img/header.gif);
	color: #fff;
}

.header_wrapper a{
	color: #ccc;
}

.header_wrapper p {
	margin: 0 10px;
}

.corners_wrapper { 
	background: url(../img/corner_right.gif) no-repeat top right; 
}

img.corner {
   width: 30px;
   height: 75px;
   border: none;
   display: block !important;
}

#navcontainer
{
  margin: -75px 0px 0px 151px;
  height: 75px;
  min-height:75px;
  max-height: 75px;
  font:bold 1.1em verdana;
  color:#ccc;
}

#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
width: 100%;
padding: 0;
margin: 0 auto;
}

ul#navlist li
{
display: block;
float: left;
margin: 0;
padding: 0;
width: 15%;
text-align: center;
}

ul#navlist li a
{
display: block;
padding: 30px 10px 0px 10px;
height: 45px;
min-height: 45px;
max-height: 45px;
}

ul#navlist li a:hover
{
background:url(../img/header_reversed.gif);
height: 45px;
min-height: 45px;
max-height: 45px;
}

#navcontainer>ul#navlist li a { width: auto; }

.sidebar-subtitle
{
  font-weight:bold;
  font-size:90%"
}

.employee-box
{
  margin-top: 5px;
  max-width: 900px;
  border: solid 1px #9c947c;
  background-color: #cdc2a1;
  padding: 0px;
  margin-bottom: 5px;
}

.employee-name
{
  font-weight: bold;
  font-size: 90%;
}

.text-box
{
  margin: 10px;
  border: solid 1px #9c947c;
  background-color: #fff;
  padding: 10px;
  text-align: left;
  min-height: 330px;
}

.picture-box
{
  text-align: center;
  background-color: #cdc2a1;
  padding: 10px;
  float: left;
  border-right: solid 1px #9c947c;
  border-bottom: solid 1px #9c947c;
  margin: 10px;
}

.picture-box-alt
{
  text-align: center;
  background-color: #cdc2a1;
  padding: 10px;
  float: right;
  border-left: solid 1px #9c947c;
  border-bottom: solid 1px #9c947c;
  margin: 10px;
}

.section-title {
  margin-top: 20px;
  font-size: 115%;
  font-weight: bold;
  color: #9c947c;
}

.box a
{
  color: #000;
}
