/* @override http://www.lvs.com.au/assets/css/style.css */

@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin:0px;
	padding:0px;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #ffffff url(../media/images/bg_main.jpg) repeat center top;	
}

h1 {
	font: 100% Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	color: #90a615;
/*	color: #2599bf;	 */
	font-size:22px;
}

h2 {
	font: Verdana,Arial,Helvetica,sans-serif;
	color: #1c92b9;
	font-size:14px;
}

h3 {
	font: Arial, Verdana, Helvetica,sans-serif;
	color: #005581;
	font-size:11px;
	font-weight:bold;
	line-height:17px;
}

h4 {
	font: Arial, Verdana, Helvetica,sans-serif;
	color: #005581;
	font-size:13px;
	font-weight:bold;
	line-height:17px;
}

h1 sup {
}

.references {
	margin-left: 15px;
	padding-left: 0px;
}

.ul_arrowhead {
	list-style-type: disc;
	list-style-image: url(../media/images/icon_li_arrowhead.gif);
	margin-left: 0;
	padding-left: 2em;
	text-indent: 0em;
	list-style-position: inherit;
}

img:link visited active hover {
	text-decoration: none;
	border:none;
}

a:link {
	text-decoration: none;
	color: #01a1f3;
}

a:visited {
	text-decoration: none;
	color: #01a1f3;
}
a:active {
	text-decoration: none;
	color: #01a1f3;
}
a:hover {
	text-decoration: underline;
	color: #01a1f3;
}

#container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../media/images/bg_wrapper.jpg)
} 

#hdr_logo {
	padding-left: 20px;
	float: left;
	padding-top: 14px;
	position:absolute;
}

#hdr_tagline {
	padding-left: 470px;
	float: left;
	padding-top: 35px;
	position:absolute;
}

#main_nav {
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	height:28px;
	width:800px;
	margin-top:100px;
} 

.nav_item_left {
	padding-right: 7px;
	padding-left: 21px;
	float: left;
	margin-top: 94px;
}

.nav_item {
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	margin-top: 94px;
	padding-bottom: 1px;
}

#hdr_headline {
	padding-left: 22px;
	padding-top: 136px;
} 



#header { 
	height:370px;
	margin:0px;
	background: #EEE;
	color: #79B30B;
	background-image:url(../media/images/bg_hdr.jpg);
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/


.tn_testimonials {
	margin-top: 3px;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border:solid;
}

/* start 2ndary nav */

.submenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 182px;
	border: 0px;
}

.submenu li a{
/*	background: fbfcee url(media/arrow-list.gif) no-repeat 2px center; */
	font: bold 13px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color: #01a1f3;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #dee27e;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	letter-spacing: 0px;
}


* html .submenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 162px;
}

.submenu li a:visited, .markermenu li a:active{
	color: #01a1f3;
}

.submenu li a:hover{
	color: #47ad2c;
	background-color: #fdfef4;
	background-image:url(../media/images/icon_arrow-right.gif); /*onMouseover image change. Remove if none*/
	background-repeat: no-repeat;
	background-position: 0px 12px;
}

.submenu_current {
	color: #005481;
}

/* end 2ndary nav */


#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
/*	width: 22%;  since this element is floated, a width must be given */
	width: 190px; /* since this element is floated, a width must be given */	
	padding-left:15px;
	padding-right:5px;	
	color: #002632;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:19px;	
	font-size: 11px;
	line-height: 16px;	
}

#sidebar1 p{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.title_sidebar1_01 {
	color: #0282c6;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}

.title_sidebar1_02 {
	color: #1c92b9;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-align:center;
}

 .floatleft {
	float: left;
	width: 160px;
	margin: 0px;
	background-color: #fff;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.floatleft img {
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
}

.img_center {
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top:5px;
	padding-bottom:5px;			
}

.tn_sidebar1 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top:8px;
	margin-left:2px;
	margin-bottom:8px;			
}
.img_blankspacer {
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top:5px;
	padding-bottom:5px;			
}


#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 190px; /* since this element is floated, a width must be given */
/*	width: 211%;  since this element is floated, a width must be given */	
	padding-left:10px;
	padding-right:10px;
	color: #236b9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:19px;	
	font-size: 11px;	
	line-height: 16px;
}


#sidebar2_testimonials {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 190px; /* since this element is floated, a width must be given */
/*	width: 211%;  since this element is floated, a width must be given */	
	padding-left:10px;
	padding-right:10px;
	color: #236b9e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:19px;	
	font-size: 11px;	
	line-height: 19px;
}

#sidebar2 p{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.title_sidebar2_01 {
	color: #0282c6;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

#main_content {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	color: #005581;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding-left:15px;
	padding-right:13px;
	padding-top:19px;	
	line-height: 17px;		
}

#main_content p{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;	
}

#divider_maincol {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:4px;	
}

.call_me {
	margin-top: 10px;
}

#footer { 
	height:102px;
	background-image:url(../media/images/bg_footer.jpg);
} 

#footer_text { 
	color: #002632;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	padding-top:21px;	
	line-height: 13pt	
} 

.backtotop {
	background-image:url(../media/images/icon_backtotop.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;	
}

.icon_pdf {
	background-image:url(../media/images/icon_pdf.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;	
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.activeborder img{
border: 1px solid #edefb3;
}

.activeborder:hover img{
border: 1px solid #68b1d7;
}

.activeborder:hover{
color: #f1f1d5; /* Dummy definition to overcome IE bug */
}

.teamdescription {
	color: #374360;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
}

.teamname {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
}

.table_priceheader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:15px;
}

.table_font_black {
	color: #000000;
}

.table_font_sml {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
}
.table_font_sml_head {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:15px;
}

.fix {
margin-bottom: -4px;
marg/in-bottom: 1px;
}

.form_subtext {
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#search {
vertical-align: middle;
padding-bottom: 7px;
}

#specials {
	border: 1px solid RGB(139,143,6);
	padding: 10px;
	text-align: center;
}

#specials h5 {
	color: #005581;
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	padding: 5px;
	margin: 0;
}

#specials h6 {
	color: #7ca73e;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 0;
	padding: 5px;
}

#specials h7 {
	color: #005581;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 0;
	padding: 5px;
}

.special1 {
	color: #da3f1b;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 0;
	padding: 5px;
}

.special2 {
	color: #ff6600;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 0;
	padding: 5px;
}

.onlineNewsletter {
	display: none;
}