/*************** overall styles ******************/
body {
	background: url(../img/gradient.jpg) repeat scroll;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	text-decoration: none;
}
a:link {
	color: #08529B;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #3399FF;
}
#top-links {
	font-weight:bold;
}
#top-links p {
	margin:8px 5px 0 0;
}
#top-links a:link {
	color: #961B1E !important;
}
#top-links a:visited {
	color: #CC0000 !important;
}
#top-links a:hover {
	color: #3399FF !important;
}
.footer {
	margin:10px 10px 20px 15px;
}
.body-indent {
	margin: 25px;
}
.body-indent2 {
	margin:0 15px 15px 15px;
}
#bullet {
	margin-left: 180px;
}
#bullet li, .content li, .left li, .right li {
	list-style-image: url(../img/bullet.jpg);
}
.clear {
    display: block;
    clear: both;
	height:1px;
}
/*************** drop down menus styles ******************/
#menuv /* position, size, and font of  menu */ {	
	list-style: none;
	text-align: left;
	background-color: #eeeeee;
	width: 160px;
	border-top: 1px solid #961B1E;
	border-right: 1px solid #961B1E;
	border-left: 1px solid #961B1E;
	border-bottom: none;
	}
#menuv li {
	list-style-type:none;	
	width: 150px;
}
#menuv ul li {
	position:relative;
	width: 150px;
	}
#menuv li ul { /* second-level lists */
	line-height:16px;
	display: none;
	position: absolute;
	background-color: #eeeeee;
	left: 160px;
	top: 0;
	width: 150px;
	border-top: 1px solid #961B1E;
	border-right: 1px solid #961B1E;
	border-left: 1px solid #961B1E;
	border-bottom: none;
}
#menuv a {
	width: 150px;
	display: block;
	border-bottom: 1px solid #961B1E;
	font-weight: normal;
	padding: 3px 5px;
}
div.menuv {
	vertical-align: top;
	top: auto;
	float: left;
	width: 150px;
	margin: 25px;
}
#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */ {
	text-align: left;
	background-color: #eeeeee;
}
#menuv a:hover				             /* all menus on mouse-over */ {
	width: 150px;
	color: #FFFFFF;
	display: block;
	background-color: #993038;
}
div#menuv ul,
#menuv ul ul, 
div#menuv ul ul ul {
	margin:0;				               /* keeps the menu parts together */
	padding:0;
}
div#menuv ul ul,
div#menuv ul ul ul,
div#menuv ul li:hover ul,
div#menuv ul li:hover ul ul,
div#menuv ul li:hover ul ul ul {
	display: none;
}
div#menuv ul li:hover ul,
div#menuv ul ul li:hover ul,
div#menuv ul ul ul li:hover ul {
	width: 160px;
	display: block;
	background-color: #eeeeee;
}
#menuv li.off ul, #nav li.on ul { /*hide the subnavs*/
  display: none;
}
div.content {
	margin: 25px 25px 30px 0;
	vertical-align: top;
	top: auto;
	float: right;
	width: 560px;
}
/*************** horizontal drop down ******************/
#menuh {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin-top: 10px;
	margin-bottom: 15px;
}
#menuh a {
	text-align:left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 3px 5px;
}
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */{
	color: #08529B;
	background-color: #eeeeee;
}
#menuh a:hover	/* menu at mouse-over  */ {
	text-align:left;
	color: white;
	background-color: #993038;
}	
#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:150px;	/* width of all menu boxes */
}
#menuh li {
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	border-right: 1px solid #961B1E;
	border-left: 1px solid #961B1E;
	border-bottom: 1px solid #961B1E;
	border-top-style: none;
}
#menuh ul {
	border-top: 1px solid #961B1E;
	}
#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 4px;
	margin:-3px 0 0 -5px;
	border-top-style: none;
}
#menuh ul ul ul {
	top:0;
	left:100%;
}
div#menuh li:hover {
	z-index:100;
}
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}
div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/*************** drop shadows ******************/
td#left {
	background-image: url(../img/left.jpg);
	width: 4px; 
	height:100%; 
}
td#right {
	background-image: url(../img/right.jpg);
	width: 4px; 
	height: 100%; 
}
/*************** header styles ******************/
.header-home, .header-about, .header-license, .header-news, .header-partners, .header-contact {
	width: 800px;
}
.header-home {
	background-image: url(../img/home.jpg);
	height: 97px;
}
.header-services {
	background-image: url(../img/about.jpg);
	height: 97px;
}
.header-license {
	background-image: url(../img/licenses.jpg);
	height: 97px;
}
.header-testimonials {
	background-image: url(../img/news.jpg);
	height: 97px;
}
.header-news {
	background-image: url(../img/partners.jpg);
	height: 97px;
}
.header-partners {
	background-image: url(../img/contact.jpg);
	height: 97px;
}
#header a:link {
	color: #FFFFFF;
}
#header a:visited {
	color: #CCCCCC;
}
#header a:hover {
	color: #6699FF;
}
/*************** text styles ******************/
.xsmall {font-size: x-small}
.big-red {
	color: #990000;
	font-size: large;
	display:block;
}
.sm-red {
	color: #990000;
		font-size: 14px
}
.blue-text {
	color: #08529B;
	font-weight: bold;
}
.small {font-size: small}
/*************** box styles ******************/
.box {
	background-color: #DFE0E1;
	padding: 13px;
	margin-top: 30px;
	border: 1px solid #333333;
}
.map {
	background-image: url(../img/map.jpg);
}
.map-jj {
	background-image: url(../img/map-jj.jpg);
}
.map-bldg {
	background-image: url(../img/map-bldg.jpg);
}
.map-sw {
	background-image: url(../img/map-sw.jpg);
}
.map-bp {
	background-image: url(../img/map-bp.jpg);
}
.map-ss {
	background-image: url(../img/map-ss.jpg);
}
.map-ss, .map-bp, .map-sw, .map-bldg, .map-jj, .map {
	margin-top: 0px;
	background-repeat: no-repeat;
	width: 800px;
	vertical-align:top;
	background-position: top;
	padding: 0px;
}
.other {
	background-color: #CCCCCC;
	padding: 10px;
	width: 750px;
}

/*************** image styles ******************/
img#space1 {
	margin-right: 20px;
	float: left;
}
img#space2 {
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
img#key {
	margin:0 8px 0 8px;
	float: right;
	vertical-align:top;
}
div.left {
	margin: 25px;
	vertical-align: top;
	top: auto;
	float: left;
	width: 360px;
}
div.right {
	margin:25px 25px 25px 0;
	vertical-align: top;
	top: auto;
	float: right;
	width: 360px;
}
.white, .white2 {
	background:#FFFFFF;
	border: 2px solid #990000;
	margin: 25px;
}
.white {
	width: 340px;
	padding: 15px;
	float: right;
}
.white2 {
	width: 145px;
	padding: 12px;
	float: left;
}
div.date {
	margin-top: 25px;
	vertical-align: top;
	float: left;
	width: 65px;
	margin-right: 15px;
	margin-bottom: 25px;
}
div.description {
	margin-top: 25px;
	vertical-align: top;
	float: right;
	width: 475px;
}
div.contact-l {
	vertical-align: top;
	float: left;
	width: 275px;
	margin-right: 10px;
	margin-bottom: 25px;
}
div.contact-r {
	vertical-align: top;
	float: right;
	width: 425px;
	margin-right:15px;
}
/*************** testimonials ******************/
div.testimonial {	
	float: left;
	width: 200px;
	margin-right: 25px;
	margin-top: 20px;
}
div.testimonial2 {	
	float: right;
	text-align: left;
	width: 525px;
	margin-top: 20px;
}
/*************** buttons ******************/
.button {
	white-space: nowrap;
	display: block;
	width: auto;
	height: auto;
	margin: 20px 0 35px 0;
	padding: 0;
	border:0;
}
.button a {
	display: block;
	width: auto;
}
.button img {
	width: 201px;
	height:23px;
	border: 0
}
* html a:hover {
	visibility:visible
}
.button a:hover img {
	visibility:hidden
}
#button {
	background: url(../img/request2.gif) no-repeat;
	display: block;
	float:left;
}
/*************** top-buttons ******************/
#button1 {
	display:inline;
	margin:0 0 0 4px;
}
#button1 a {
	background:url(../img/rfi-button2.jpg) repeat-x #003399;
	height:10px;
	padding:3px 8px 3px 8px;
	border:solid 1px #006699;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px !important;
}
#button1 a:hover {
	background:url(../img/rfi-button.jpg) repeat-x #990000;
	height:10px;
	padding:3px 8px 3px 8px;
	border:solid 1px #993333;
	color:#FFFFFF !important;
}
#search {
	height:12px;
	font-size:11px;
	padding:1px;
	margin:12px 0 0 0;
}
#submit {
	height:19px;
	font-size:11px;
	padding:0 2px 1px 2px;
	margin:12px 7px 0 0;
}
