/*************** overall styles ******************/
body {
	color: #333333;
	background: url(../img/gradient.jpg) repeat scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}
a {
	text-decoration: none;
}
a:link {
	color: #08529B;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #3399FF;
}

/*************** header styles ******************/
.header-home, .header-services, .header-license, .header-news, .header-partners, .header-testimonials {
	height: 97px;
	width: 800px;
}
.header-home {
	background: url(../img/home.jpg);
}
.header-services {
	background: url(../img/about.jpg);
}
.header-license {
	background: url(../img/licenses.jpg);
}
.header-testimonials {
	background: url(../img/news.jpg);
}
.header-news {
	background: url(../img/partners.jpg);
}
.header-partners {
	background: url(../img/contact.jpg);
}
#header a:link {
	color: #FFFFFF;
}
#header a:visited {
	color: #CCCCCC;
}
#header a:hover {
	color: #6699FF;
}
#top-links {
	display:block;
	height:60px;
	text-align:right;
}

/*************** 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;
}

/*************** top drop down menus ******************/
div#main-links {
	float:right;
	font-size:13px;
	margin:11px 97px 0 0;
	vertical-align:middle;
}
div#nav a {
	padding:10px;
	text-decoration:none;
}
div#nav a.top_parent {
	display:inline;
}
div#nav a.parent {
	display:block;
	font-size:11.5px;
	padding:3px 7px;
	text-align:left;
}
#nav a.top_parent:link, #nav a.top_parent:visited, #nav a.top_parent:active {
	color:#fff;
}
#nav a.parent:link, #nav a.parent:visited, #nav a.parent:active {
	color:#fff;
}
#nav a.top_parent:hover {
	color: #B2B2B2;
}
#nav a.parent:hover {
	background:#00335e;
	color:#fff;
	text-align:left;
}
#nav ul.sub-menu {
	background:url(../img/gradient3.jpg) repeat-x top #86abc6;
	padding:0 0 5px 0;
	width:170px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#nav li {
	display:inline;
	position:relative;
	min-height: 1px;	
	vertical-align: bottom;
}
#nav ul ul {
	border:#006699 1px solid;
	display:none;
	left:-7px;
	padding: 1px;
	position:absolute;
	top:26px;
	z-index:600;
}
#nav ul ul ul {
	top:0;
	left:100%;
}
div#nav li:hover {
	z-index:100;
}
div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div##nav li li li li:hover ul ul {
	display:none;
}
div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul {
	display:block;
}
#home-nav {
	margin-right:50px;
}
#service-nav {
	margin-right:37px;
}
#license-nav {
	margin-right:30px;
}
#test-nav {
	margin-right:12px;
}
#news-nav {
	margin-right:49px;
}

/*************** structure styles ******************/
.body-indent {
	margin: 25px;
}
.clear {
    display: block;
    clear: both;
	height:1px;
}
#bullet {
	margin-left: 180px;
}
#bullet li, .content li, .left li, .right li, #left-landing, .three-column li {
	list-style-image: url(../img/bullet.jpg);
}
#left-col, #right-col {
	float:left;
	width:48%;
}
#right-col {
	float:right;
}

/*************** footer styles ******************/
.footer {
	float:left;
	margin:10px 10px 20px 15px;
	width:500px;
}
#footer-logos {
	float:right;
	margin:10px 10px 0 15px;
	width:250px;
}
#twitter, #facebook {
	display:inline;
	float:right;
	margin-bottom:15px;
}
#twitter {
	float:left;
	width:84px;
}
#facebook {
	float:right;
}
#twitter img, #facebook img {
	border:0;
}

/*************** 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%; 
}

/*************** 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, div.content2 {
	margin: 25px 25px 30px 0;
	vertical-align: top;
	top: auto;
	float: right;
	width: 560px;
}
div.content2 {
	margin:10px 25px 30px 0;
	width:750px;
}
/*************** 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;}


/*************** text styles ******************/
.xsmall {font-size: x-small}
.big-red {
	color: #990000;
	font-size: large;
	font-weight:normal;
	display:block;
}
.sm-red {
	color: #990000;
	font-size: 14px
}
.blue-text {
	color: #08529B;
	font-size:14px;
	font-weight: bold;
}
h2 {
	font-size:13px;
}
h2.news-h2 {
	margin-top:-8px;
	margin-bottom:0;
}
.small {font-size: small}

/*************** 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: 5px 15px 15px 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: 650px;
}
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;
}


