@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1f306e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
} 
#container {
	width: 900px;
	background: #FFFFFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 75px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#iFrame #header {
	background-image: none;
}
#navigation {
	height: 42px;
	text-align: left;
}
#flashHeader {
	height: 275px;
}
#bodyCopy {
	background: #FFFFFF;
	font-size: 80%;
}
#introCopy {
	float: left;
	width: 610px;
	color: #69708d;
	text-align: left;
}
#introCopy h1 {
	font-size: 180%;
	font-weight: normal;
	color: #1f306e;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
#rightPanel {
	float: right;
	width: 260px;
	color: #656871;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1f306e;
	padding-left: 15px;
	margin-top: 15px;
	text-align: left;
}
#rightPanelVendors {
	font-size: 110%;
	float: right;
	width: 260px;
	color: #656871;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1f306e;
	padding-left: 15px;
	margin-top: 15px;
	text-align: left;
}
/* CSS SIDENAVIGATOR NAVIGATION MENU */

#rightPanel ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
}
#rightPanel li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#rightPanel li {
	list-style-type: none;
	padding-top: 4px;
}

/* Editable sections for SIDENAVIGATOR styles */

#rightPanel li a:link, #rightPanel li a:visited {
	color: #1f306e;
	background-color: #F2F4F5;
}
#rightPanel li a:hover {
	color: #FFF;
	background-color: #1f306e;
} 
#rightPanel li .current {
	color: #FFFFFF;
	background-color: #DF4613;
}
#icons {
	height: 80px;
	margin-top: 20px;

}
#footer {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#footer h2 {
	font-size: 110%;
	font-weight: normal;
}
#footer p {
	color: #656871;
	font-size: 75%;
	line-height: 0px;
}
.vacanciesLink {
	font-size: 130%;
	color: #19afe0;
	font-weight: normal;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subHeader {
	font-size: 150%;
	color: #19afe0;
}
#navigation td img {
	display: 
block;
}
#vendor a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#vendor tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#gallery tr td {
	text-align: center;
	border: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #666;
	border-left-color: #999;
	padding: 0px;
}

#gallery a.ibdr { display:block; width:120px; height:120px; border: 5px solid #eee; } 
#gallery a.ibdr:hover {
	border: 5px solid #A4D8EF;
} 
#gallery img { border:0; width:120px; height:120px;} /*same information that was perviously in the tag attributes*/ 

/* TESTIMONIALS SECTION */
.QuoteEven {
	font-size: 120%;
	color: #19afe0;
	font-style: italic;
}
.QuoteOdd {
	font-size: 120%;
	color: #8FADE0;
	font-style: italic;
}

/* CONTACT FORM */
#contactFrom table {
	width: 500px;
	background-color: #EBF2FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
#contactFrom td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
}
.contactBrochureHead {
	background-color: #333333;
	text-align: left;
	background-position: center;
	color: #FFFFFF;
	height: 25px;
	font-size: 120%;
}
.cfLeftCol {
	background-color: #D4DEF4;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 90px;
	background-position: top;
	color: #333333;
}
.cfRightCol {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.cftxtInput {
	width: 250px;
	height: 20px;
}
.cftxtArea {
	width: 250px;
	height: 100px;
}
.breadcrumbs {
	font-size: 85%;
}
#iFrame {
	text-align: center;
}
a {
	color: #19afe0;
}
#iFrame #navigation {
	background-image: url(../images/navBackImage.jpg);
	background-repeat: repeat-x;
}
#Vendor #introCopy {
	width: 900px;
}
#vendors {
}
#venthumbs {
	height: 70px;
	width: 140px;
	padding: 20px;
}
#introCopy #logos td {
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
.tabHead {
	background-color: #D0E5EA;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
}
tr {
	vertical-align: top;
}
#text tr td {
	width: 200px;
}
