/* CSS Document */
*{
 margin:0;
 padding:0;
 background-repeat:no-repeat;
}

body{
 font-family:georgia,arial,helvetica,sans-serif;
 color:#000;
 background-color:white;
 font-size:small;
 text-align:center;
 margin: 0px;
 padding: 0px;
}

#background{
 width:800px;
 background: url(images/bg.jpg) repeat-y;
}

#container{
 width:750px;
 margin-left:auto;
 margin-right:auto;
}

#header {
	width: 750px;
	height: 332px;
}

#header .logo {
	background: transparent url(images/logo.jpg) no-repeat top left; 
	margin: 10px 0px 0px 10px;
	width: 638px; 
	height: 319px; 
	float: left;
}

#header .logo span {
	display: none;
}

#header .quicklinks {
	float: right;
	text-align: left;
	border: 1px solid #ccc;
	margin: 50px 0px 0px 0px;
}

.quicklinks .title {
	background-color: #4658AC;
	font-size: 9px;
	text-transform: small;
	color: #4658AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* NAVIGATION STUFF */
#navigation {
	/*background: transparent url(images/topnav-bg.png) repeat-x top left;*/
	background: #870000;
	border: 1px solid #164C01;
	width: 750px;
	height: 25px;
	padding-top: 15px;
	text-align: left;
}

#navigation ul, #navigation ul a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navigation ul {
	padding: 0px;
	list-style: none;
	width: 750px;
	height: 20px;
}

#navigation ul li {
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 0px 0px;
	display: inline;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-align: left;
}

#content ul {
	margin: 2px 0px 0px 15px;
}

#content .testimonial {
	margin-top: 15px;
}

#content .testimonial img {
	border: 1px solid #000000;
}

#content div.title {
	color: #314294;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px 10px 0px
	}

#content .fl-right{
	margin: 10px 0px 0px 0px;
	float: right;
	width: 500px;
	}

/* SIDE NAVIGATION STUFF */

#content .sidenav {
	float: right;
	margin: 10px 0px 0px 5px;
	border: 1px solid #cccccc;
	width: 240px;
}

.sidenav .menulabel {
	margin: 0px; padding: 0px;
	background: #870000;
	color: #870000;
	font-size: 9px;
	text-transform: lowercase;
}

.sidenav .title {
	padding: 0px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 16px;
	weight: bold;
	margin: 5px 0px 10px 0px;
}

.sidenav ul {
	list-style: none;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 5px 0px;
}

/* RANDOM STUFF */

.miscbox {background-color: #ffffdd; border: 1px solid #E8EFF6; padding: 5px; width: 97%; margin-bottom: 10px;}
.miscbox2 {background-color: #E8EFF6; border: 1px solid #8095AF; padding: 5px; width: 97%; margin-bottom: 10px;}
.miscbox3 {border: 1px solid #ccc; padding: 5px; width: 97%; margin-bottom: 10px;}
.miscbox3 .label1, .miscbox3 .label2, .miscbox3 .label3  {margin: 0px; padding: 2px; text-align: left; color: #fff; font-size: 14px; font-family: Georgia; margin-bottom: 5px;}
.miscbox3 .label1 {background: #258300;}
.miscbox3 .label2 {background: Navy;}
.miscbox3 .label3 {background: Maroon;}
.buttonstrip img {border: 0px;}
.miscbox4 {border: 1px solid #E8EFF6; padding: 5px; margin-bottom: 10px;}
.buttonstrip {padding: 2px; clear:both; background-color: #eeeeee; border: solid 1px #cccccc}
.error {color: #990000;	font-weight: bold;}
.success { color: #008000; font-weight: bold;}
.right {float: right;}
.small {font-size: 10px;}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
}
td { margin: 2px; padding: 2px; }

.imagecaption-r{
	float:right;
	clear:none;
	margin: 5px;
}

.imagecaption-l{
	float:left;
	clear:none;
	margin: 5px;
}

.imagecaption-r img, .imagecaption-l img{
	margin: 0px 0px -3px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

.imagecaption-r .caption, .imagecaption-l .caption {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	text-align: center;
	line-height: 1.2;
	border: 1px solid #cccccc;
	border-top: 0px;
	background: #ffff99;
}

.imagecaption-r .photocredit, .imagecaption-l .photocredit {
	width: 200px;
	color: #999999;
	font-size: 10px;
}

.imagecaption-r .photocredit-wide, .imagecaption-l .photocredit-wide {
	width: 500px;
	color: #999999;
	font-size: 10px;
}
