@charset "UTF-8";


/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
	text-align: left;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: center;
	padding: 0px;
	margin: 0;
	height: 50px;
}
#header h1 a {
	display:block;
	width:507px;
	height:376px;
	background:#5D6778 url(images/header.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
}
#header h1 a:hover {
	background:#5D6778 url(images/header_hover.png) no-repeat;
}
#content h2 {
	margin-left:30px;
}
#Master #content .rates {
	font-size: 12px;
}
/* CSS Document */

/* BUTTONS & STYLES */

.b_tag {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	padding: .2em .2em .5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
}
.b_tag:hover {
	text-decoration: none;
}
.b_tag:active {
	position: relative;
	top: 0px;
}


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: left; 
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .11em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	width: 130px;
	height: 15px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.55em;
	padding-left: 0.5em;
	font-style: normal;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 0px;
}

.green {
	color: #fef4e9;
	border: solid 1px #000066;
	background: #636363;
	background: -webkit-gradient(linear, left top, left bottom, from(#3333cc), to(#000066));
	background: -moz-linear-gradient(top,  #3333cc,  #000066);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3333cc', endColorstr='#000066');
}
.green:hover {
	border: solid 1px #000066;
	background: #2C8800;
	background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#0066ff));
	background: -moz-linear-gradient(top,  #0066ff,  #0066ff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066ff', endColorstr='#0066ff');
}
.green:active {
	border: solid 1px #000066;
	background: #2C8800;
	background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#3333cc));
	background: -moz-linear-gradient(top,  #0066ff,  #3333cc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066ff', endColorstr='#3333cc');
}



/* DIV SECTION SETTINGS */


#header {
	position:absolute;
	left:0;
	top:0;
	width:930px;
	height:110px;
	z-index:2;
}
#InfocusLogo {
	position: absolute;
	height: 85px;
	width: 910px;
	left: 14px;
	top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF;
	vertical-align: middle;
	text-indent: 0px;	
	
}
#menu {
	position:absolute;
	left:0px;
	top:112px;
	width:158px;
	height:356px;
	z-index:3;
}
#slider {
	position:absolute;
	left:175px;
	top:99px;
	width:750px;
	height:350px;
	z-index:1;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-indent: 3px;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	left: -1px;
	z-index: 4;
	margin: 0px;
	padding: 0px;
	width: 929px;
	height: 100%;
	bottom: 0px;
	top: 520px;
}
.left-col {
	width: 800px;
	float: left;
	border: 1px solid #010167;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/background_box.png);
	background-repeat: repeat;
}
.main_text {
	width: 870px;
	float: left;
	border: 1px solid #010167;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: url(../images/background_box.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}


.main_text h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.main_text h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #056FFF;
}

.logos {
	width: 870px;
	height: 160px;
	float: left;
	border: 1px solid #010167;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/background_box.png);
	background-repeat: repeat;
}

.thumbs {
	width: 870px;
	height: 160px;
	float: left;

}

.right-col {
	width: 400px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-left: 40px;
	position: relative;
	height: 300px;
	padding-top: 20px;
	margin: 0px;
	padding-right: 10px;
}
.footer {
	width: 870px;
	height: 160px;
	float: left;
	border: 1px solid #010167;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/footer_background.png);
	background-repeat: no-repeat;
}
.footer #footerText{
	position: relative;
	height: 20px;
	width: 576px;
	left: 30px;
	top: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
}
.footer #footerTelephone{
	position:relative;
	left:600px;
	width:275px;
	height:142px;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
}
.footer #footerTelephone a:link {
	color: #FFDE00;
	text-decoration: none;
}
.footer #footerTelephone a:visited {
	text-decoration: none;
	color: #F00;
}
.footer #footerTelephone a:hover {
	text-decoration: underline;
}
.footer #footerTelephone a:active {
	text-decoration: none;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 21px;
	text-align: left;
}
#Master {
	width: 935px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
.TextHighlight {
	color: #056fff;
}
.copyright {
	width: 900px;
	height: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyright a:link {
	color: #CCC;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #2636C2;
}
.copyright a:hover {
	text-decoration: underline;
}
.copyright a:active {
	text-decoration: none;
}
#contentGallery {
	position:absolute;
	left:1px;
	z-index:4;
	margin: 0px;
	padding: 0px;
	width: 929px;
	height: 0px;
	bottom: 0px;
	top: 434px;
}





.nivo-directionNav a {
	display:block;
	width:30px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
	
}
a.nivo-prevNav {
	left:15px;
