/* CSS Document */

body{
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
margin:0px;
font-family: arial;
font-size: 0.8em;
color:#333333;
}

.holder{
width:748px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
background-image:url(../images/curve_mid.jpg);
background-repeat:repeat-y;
}

.uline{
background-image:url(../images/ul.jpg);
background-repeat:repeat-y;
float:left;
}

.header{
height:36px;
padding:5px;
padding-left:22px;
}

.navigation{
float:right;
font-size: 20px;
font-weight: normal;

color: #006699;
padding-right:22px;
padding-top:2px;
}

.block_left{
background-image: url(../images/logo.png);
background-repeat:no-repeat;
float:left;
width:184px;
height:191px;
margin-left:22px;
}

*html .block_left{
background-image:url(../images/logo.png);
background-repeat:no-repeat;
float:left;
width:184px;
height:191px;
margin-left:10px;
}

.block_right{
	background-image: url(../images/side_banner_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:500px;
	height:86px;
	margin-right:22px;
	font-size: 23px;
	padding-left: 10px;
	padding-top: 130px;
	color: #660000;
	font-weight:bold;
}

*html .block_right{
	background-image: url(../images/side_banner_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:500px;
	height:86px;
	margin-right:10px;
	font-size: 23px;
	padding-left: 10px;
	padding-top: 130px;
	color: #660000;
	font-weight:bold;
}

.top_curve{
background-image:url(../images/curve_top.jpg);
background-repeat:no-repeat;
height:16px;}

.left_shade1{
background-image:url(../images/curve_left.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.center_content{
width:738px;
background-color:#FFFFFF;
float:left;
}

.right_shade1{
background-image:url(../images/curve_right.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.left_content{
float:left;
width:184px;
margin-left:22px;
margin-top:10px;
}

*html .left_content{
float:left;
width:184px;
margin-left:10px;
margin-top:10px;
}
/**** Main Menu ****/
.left_content #navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 184px;
}

.left_content #navlist a {
  display: block;
  height: 30px;
  padding: 2px 2px 2px 2px;
  border: none;
  border-bottom: 1px solid #006699;
  background-color: transparent;
  color: #006699;
  font-size: 120%;
  line-height: 30px;/* this value must match the height in order to center vertically the text*/
  text-decoration: none;
}

.left_content #navlist a:hover {
  color: #FFFFFF;
  background-color: #003366;
}

.left_content #navlist a.noborder {
  border-bottom: none;
}


.left_content ul {
  list-style-type: square;
}


/*links*/

.left_content a {color: #FFFF99;}

.left_content a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

.right_content{
	margin-top:10px;
	float:left;
	width:495px;
	margin-right:22px;
	padding-left: 10px;
	padding-top:35px;
	border-left: solid 1px #F2F2F2;
	background:url(../images/flower1.gif) top center no-repeat;
}

*html .right_content{
	margin-top:10px;
	float:right;
	width:500px;
	margin-right:10px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}
.picleft{
float:left;
padding-right:5px;
}
.picright{
float:right;
padding-left:5px;
}
.b_floral_border{
background: url(../images/flower2.gif) center no-repeat;
height:35px;
}

blockquote{
background-color:#F0F8FF;
border:#0099FF dotted 1px;
padding:10px;
text-align:center;}

.bottom_curve{
height:17px;
background-image:url(../images/curve_btm.jpg);
background-repeat:no-repeat;
background-position: center center;
clear:both;
}

.footer{
background:none;
clear:both;
width:748px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:10px;
margin-bottom:25px;
}

h2 {
	margin: 0;
	color: #006699;
	font-size: 1.2em;
	font-weight: bold;
	padding-left:5px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 22px;
	font-weight: normal;
	
	color: #660000;
	margin: 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	
	color: #660000;
	margin: 0;
}
h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}
	
h4 {margin-top:2px;
	margin-bottom:2px;
	margin-left:10px;
	color: #006699;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:9px;
	
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

h5 {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:10px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.hr{
	width: 100%;
	height:8px;
	background-image:url(../images/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


.nav{
color:#006699;
text-decoration:none;
padding-left:5px;
padding-right:5px;
}

.nav:hover{
color:#003366;
text-decoration:none;
padding-left:5px;
padding-right:5px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
dt{
color: #660000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.0em;
font-weight:bold;

margin-top:10px;
}
dd{
margin-left:10px;
line-height:150%;
}
ul{
list-style-type:square;
line-height:150%;
}
ul ul{
list-style-type:disc;}
.module {
	TABLE-LAYOUT: fixed; MARGIN-BOTTOM: 8px; empty-cells: show
}

.boxmid {
	OVERFLOW-X: hidden
}

.boxgrid {
	OVERFLOW: hidden; MARGIN-RIGHT: -5px; ZOOM: 1
}
.thumbbox {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 115px; MARGIN-RIGHT: 5px; margin-top:5px; BACKGROUND-COLOR: #f0f0f0;
}
.thumb {
	MARGIN-BOTTOM: 3px; OVERFLOW: hidden; HEIGHT: 80px; TEXT-ALIGN: center
}
.thumb IMG {
	MARGIN-TOP: 3px
}

.uname {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 10px; PADDING-BOTTOM: 3px; LINE-HEIGHT: 12px; PADDING-TOP: 0px; TEXT-ALIGN: center
}

.dtl {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 3px; LINE-HEIGHT: 12px; PADDING-TOP: 0px; TEXT-ALIGN: center
}

.imgstaff{
width:60px;height:70px;
}

.tblback
{
background:#FF9900;
}



#maincontainer { width: 500px; margin: 0 auto; }

#contentwrapper { float: left; width: 100%; }

/* GALLERY STYLES */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer { background: url(../images/camera.gif) no-repeat 58px 22px; position: relative; }

.gallerycontainer .text { font-size: 11px; margin-bottom: 10px; }

.gallerycontainer a,.gallerycontainer a:link,.gallerycontainer a:visited { font-weight: normal; }

.gallerycontainer li, .gallerycontainer ul { list-style-type: none; margin: 0; padding: 0; }

.thumbnail img { border: 2px solid #333; margin: 0 0 20px 0; width: 48px; height: 36px; }

.thumbnail:hover { background-color: transparent; }

.thumbnail:hover img { border: 2px solid #999; }

.thumbnail span { position: absolute; left: -2000px; visibility: hidden; text-decoration: none; }

.thumbnail:hover span img { margin: 22px 0 5px 0; border: 2px solid #333; height: 310px; width: 430px; }

.thumbnail:hover span { visibility: visible; top: 0; left: 68px; z-index: 50; font-size: 12px; color: #333; }

/* NAVIGATION STYLES */

.tdrepheading {font-stretch:1px;padding:4px;FONT-WEIGHT: 600;FONT-SIZE: 12px;COLOR: #000000; BACKGROUND-COLOR: #EEEEEE;}
.tblstaffth {font-stretch:1px;FONT-WEIGHT: 600;FONT-SIZE: 12px;COLOR: #000000; BACKGROUND-COLOR:#CCCCCC;}
.tblstafftd {font-stretch:1px;FONT-WEIGHT: 500;FONT-SIZE: 12px;COLOR: #000000; BACKGROUND-COLOR:#ffffff;}
.tbl td {font-stretch:1px;FONT-WEIGHT: 500;FONT-SIZE: 12px;COLOR: #000000; BACKGROUND-COLOR:#ffffff;}

.ultbl{ list-style:decimal; font-weight:bold;}
