@charset "utf-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #DBDBDB;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #000;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}
td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatCenter {
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #420107;
}
#middle {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	color: #FFF;
}
#logoTop {
	margin-left: 25px;
	width: 400px;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #C72127;
}
#airButton {
	width: 300px;
	margin-right: 25px;
	float: right;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #C72127;
}
#airButton a {
	color: #C72127;
}


.differentColorLogo {
	font-weight: bold;
	color: #3C3C3C;
}
.centerText {
	text-align: center;
}
.smallerTextlogo {
	font-size: 20px;
	font-weight: normal;
}
.logoTextBold {
	font-weight: lighter;
}
ul#menu {
	list-style: none;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	padding-left: 17px;
}

ul#menu li {
	float: left;
	text-align:center;
}


ul#menu li a {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-color: #000;
	background-color: #660200;
	font-size: 15px;
	color: #E5E5E5;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#menu li a:hover {
	color: #930;
	background-color: #F8F8F8;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}
ul#menu li .first {
	border-left-style: none;	
}
ul#menu li .last {
	border-right-style: none;	
}

#mainAdvertizeOuter {
	height: 250px;
	width: 960px;
	border: 1px solid #313131;
	margin-right: auto;
	margin-left: auto;
}
#mainAdvertizeInner {
	height: 246px;
	width: 956px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	background-color: #FFF;
	background-repeat: repeat-x;
}
#logoHolder_mainAdvert {
	background-color: transparent;
	background-image: url(images/biznet_logo_transparent.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 228px;
	width: 236px;
	margin-top: 5px;
	margin-left: 5px;
}
#logoHolder_mainAdvert h3 {
	height: 228px;
	width: 236px;
	margin-top: 5px;
	margin-left: 5px;
	text-indent: -9999px;
}

#main_advert {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 675px;
}
#leftColumn {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	width: 675px;
	margin-left: 15px;
	background-color: #FEFEFE;
	background-image: url(images/leftcolumn_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333;
	color: #300;
	float: left;
}
#leftColumn a {
	color: #630;
}

#leftColumn h1 {
	text-align: center;
	font-variant: normal;
	font-weight: bold;
	font-size: 28px;
	color: #D50000;
}
#rightColumn {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	width: 250px;
	float: right;
	background-color: #CCC;
	background-image: url(images/rightcolumn_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333;
}
#rightColumn h2 {
	text-align: center;
	vertical-align: top;
	font-size: 20px;
	font-variant: normal;
	color: #420107;
	text-transform: capitalize;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: both;
}
.footer_inside {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
#bottomFooter {
	background-image: url(images/footert.png);
	height: 74px;
	width: 960px;
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.footer_inside h3 {
	text-decoration: none;
	text-align: left;
}

.footer_inside a {
	color: #EAEAEA;
	text-decoration: none;
}
.footer_inside a:hover {
	color: #420107;
	
}


#above_footr_info {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #646464;
	background-image: url(images/above_footer_bg.jpg);
	background-repeat: repeat-x;
	min-height: 225px;
	border: 3px double #CCC;
}
#footer_tagline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#footer_tagline h3 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 18px;
}
#bottom_box1 {
	width: 250px;
	padding: 5px;
	margin-right: 5px;
	margin-left: 60px;
}
#bottom_box1 h3 {
	margin-top: 0px;
	color: #FFF;
	text-align: center;
}
#bottom_box1 ul {
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
	text-align: left;
}
#bottom_box1 ul li {
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
}

#bottom_box1 ul li a {
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
	text-decoration: none;
}
#bottom_box1 ul li a:hover {
	color: #FFC;
	
}
#bottom_box2 {
	width: 250px;
	padding: 5px;
	margin-right: 5px;
	margin-left: 25px;
}
#bottom_box2 h3 {
	margin-top: 0px;
	color: #FFF;
	text-align: center;
}
#bottom_box2 ul {
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
	text-align: left;
}
#bottom_box2 ul li {
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
}
#bottom_box2 ul li a {
	margin-top: 0px;
	color: #FFC;
	list-style-type: none;
	text-decoration: none;
}
#bottom_box2 ul li a:hover {
	color: #420107;
}
#bottom_box3 {
	width: 250px;
	margin-right: 5px;
	margin-left: 25px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height: 17px;
}
#bottom_box3 h3 {
	margin-top: -5px;
	color: #FFF;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
}
#bottom_box3 ul {
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
	text-align: left;
	padding-left: 0px;
	font-size: 12px;
}
#bottom_box3 ul li {
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
}
#bottom_box3 ul li a {
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
	text-decoration: none;
}
#bottom_box3 ul li a:hover {
	color: #FFC;
}
#menuLeft {
	width: 18px;
	float: left;
	padding-left: 15px;
}
#menuCenter {
	width: 926px;
	float: left;
	background-image: url(images/menu_middle.png);
	background-repeat: repeat-x;
	height: 55px;
}
#menuRight {
	width: 18px;
	float: right;
	padding-right: 13px;
}
#menuHolder {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.mainTextEm {
	font-style: italic;
	color: #000;
}
.standardTable {
	text-align: center;
	width: 90%;
	border-collapse: collapse;
	color: #600;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	font-size: 16px;
}
.standardTable a {
	font-size: 18px;
	color: #630;
	line-height: 26px;
}
#subleftColumn {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	width: 675px;
	margin-left: 15px;
	background-color: #FEFEFE;
	background-image: url(images/leftcolumn_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333;
	color: #300;
	float: left;
}
#subleftColumn a {
	color: #630;
}
#subleftColumn h1 {
	text-align: center;
	font-variant: normal;
	font-weight: bold;
	font-size: 28px;
	color: #D50000;
	margin-bottom: 2px;
}
#subleftColumn h2 {
	margin-bottom: 4px;
}

#subleftColumn h3 {
	text-align: center;
	font-variant: normal;
	color: #330;
	margin-top: 2px;
}
#inPageSubmenu {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
}
#subleftColumn ul#menu li {
	text-align:center;
	float: left;
}
#subleftColumn ul#menu li a {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-color: #000;
	background-color: #333;
	font-size: 15px;
	color: #E5E5E5;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subleftColumn ul#menu a:hover {
	color: #930;
	background-color: #F8F8F8;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#subleftColumn ul#menu {
	list-style: none;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	padding-left: 17px;
}
#subleftColumn ul#menu li .first {
	border-left-style: none;
}
#subleftColumn ul#menu li .last {
	border-right-style: none;
}
