@charset "UTF-8";
/* CSS Document */


/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body /*div, ul, ol, li, table, img*/ {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}

.left {float:left;}
.right {float:right;}

a img {border:0}

body{
	background: url(background.jpg) no-repeat fixed top center;
	text-align: center;
	min-width:990px;
	margin:0 auto;
}

/*p {
	padding:10px 10px 0px 10px;
	font:12px/17px Verdana;
	color:#666666;
}*/

a .bes { 
	color:#0099ff;
}

a.bes:visited {
	color:#0099ff;
}

a.bes:hover {
	color:#0099ff;
	text-decoration:none;
}

/* HEADER TAGS */

div.h1products {
	padding:15px 10px 5px 25px;
	/*margin: 5px 0px;*/
	font:normal 15px Verdana;
	font-weight:bold;
	color:#0099ff;
}
/*h2 {
	padding:10px 10px 0px 5px;
	font:bold 14px Verdana;
	color:#0099ff;
}
h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#525252;
}*/
h4.h4phone {
	padding:10px 10px 0px 5px;
	font:bold 14px Verdana;
	color:#ffffff;
}

h5 {
}
h6 {
}

#logo {
	float:left;
	width:239px;
	height:370px;
}

#logo_int {
	display:block;
	float:left;
	width:239px;
	height:258px;
	background-image:url(logo.gif);
}

#marketing_window {
	float:right;
	width:751px;
	height:370px;
}

/* LISTS */

/*ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:13px/18px Verdana;
	color:#525252;
}*/

/* PHONE */

#phone {
	width:990px;
	height:63px;
}

#call {
	float:right;
	width:300px;
	height:40px;
	text-align:right;
	padding:0 30px;
	margin:20px 0px 0px 0px;
}


/* NAV */

#nav_top {
	background-image:url(top_round.png);
	width:990px;
	height:22px;
}

#nav {
	background-image:url(navbar.jpg);
	width:990px;
	height:28px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	padding-top:9px;
}

#nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:visited {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: #000000;
}
#nav a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ffffFF;
	font-weight: bold;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}

#middle_wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	padding:0px;
	background-color:#FFF;
}

#left_col {
	float:left;
	width:258px;
	vertical-align:top;
}

#right_col {
	float:right;
	width:732px;
	vertical-align:top;
}

#healthcare {
	float:right;
	margin:20px;
}

#education {
	float:right;
	margin:20px;
}

#hospitality {
	float:right;
	margin:20px;
}

/* FOOTER */

#footer_top {
	background-image:url(bottom_round.png);
	height:22px;
	width:990px;
}

#footer_wrapper {
	width:990px;
	height:30px;
	padding:15px 0px 8px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
}

#footer_wrapper a {
	color:#FFFFFF;
}

#footer_wrapper a: hover {
	color:#e5e5e5;
	text-decoration: none;
}


/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width: 100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width: 400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width: 300px;
	height: 25px;
}
.contact_field {
	float: left;
	width: 45px;
	height: 20px;
	text-align: right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float: right;
	width: 250px;
	height: 25px;
	text-align: left;
}
input.contactinput {
	width: 250px;
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color: #FFFFFF;
}
