/* -------------------------------------------

TITLE : Rossmark

AUTHOR : Binarix
AUTHOR URL : http://www.binarix.com.au

DESCRIPTION : Print Styles
 
------------------------------------------ */

.clear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 0;
	}

.imgRight { float: right; margin: 0 0 30px 30px; border: 0; }
.imgLeft { float: left; margin: 0 30px 30px 0; border: 0; }
	
/* ------------------------------------------
 HEADINGS STYLES
------------------------------------------ */

h1 {
	font: bold 28px "Century Gothic", Arial, helvetica, sans-serif;
	color: #f7941d;
	margin: 0 0 20px 0;
	}

h2 {
	font: bold 15px Verdana, Arial, helvetica, sans-serif;
	color: #999;
	margin: 0 0 20px 0;
	}

h3 {
	font: bold 12px Verdana, Arial, helvetica, sans-serif;
	color: #525252;
	margin: 0 0 10px 0;
	}

/* ------------------------------------------
 LINKS
------------------------------------------ */

a { color: #f7941d; }
a:hover { text-decoration: none; }

/* ------------------------------------------
 TEXT STYLES
------------------------------------------ */

p, td, li {
	font: 11px/18px verdana, arial, helvetica, sans-serif;
	color: #525252;
	}

p, table { margin: 0 0 20px 0;}
ul { margin-top: 0; margin-bottom: 20px; }
li { margin-bottom: 5px; }

hr {
	border-top: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #fff;
	margin: 30px 0;
	height: 0;
	padding: 0;
	clear: both;
	}

img { border: 0; }

/* ------------------------------------------
 GLOBALS AND LAYOUT ELEMENTS
------------------------------------------ */

html, body, #container, #logoBar { width: 100%; }
#logoBar { border-bottom: 2px solid #f7941d; margin-bottom: 30px; }
#logoBar img { border: 0; }

#navWrap, #nav, #nav ul, #nav li, #flashIntro { display: none; }
	
#contentWrap, #imgBnnr, #contentLeft, #contentRight, #whenFeatureRight, #lhsFeature  { width: 100%; }
.testimonial { font-style: italic; }

#contentRight .thickbox { width: 200px; display: block; float: left; margin : 0 5px 0; }

	#imgBnnr .img1, #imgBnnr .img2 { display: none; }
	#enlarge { clear: both; height: 0; margin: 0; display: none; }

	#footer {
		width: 1000px;
		border-top: 2px solid #f7941d;
		margin-top: 30px;
		padding: 20px 0 0 0;
		}
		#footer img { border: 0; }
		#footerLeft { width: 450px; float: left; }
		#footerRight {
			width: 450px;
			float: right;
			text-align: right;
			}

			#awards {
				width: 250px;
				float: left;
				text-align: right;
				}
		