
/* ======= START TEMPLATE STYLES ============================================ */

body#termsAndConditions #page-theme {
    background: url(../img/template/banners/default.jpg) no-repeat 0px -10px;
}

body#termsAndConditions #content { 
	position: relative; 
	float: left; 
	clear: left; 
	min-height: 200px; 
	margin: 0px; 
	padding: 0px; 
}

body#termsAndConditions #content h1#pagetitle { 
	font-size: 2em; 
	text-transform: uppercase; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	line-height: 1em; 
}

body#termsAndConditions #content_banner_block {
	position: relative;
	width: 960px;
	height: 123px;
	margin: 0px;
	padding: 0px;
}
body#termsAndConditions #bannerTitle {
	position: relative;
	margin: 54px 0px 0px 340px;
	padding: 0px 0px 0px 0px;
}
body#termsAndConditions #content_body_grid {
	position: relative;
	clear: left;
	width: 960px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

body#termsAndConditions #content_body_grid #sidebar {
    position: relative;
	float: left;
    width: 230px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

body#termsAndConditions #content_body_grid .subnav {
    visibility: visible;
}

body#termsAndConditions #content #content_grid {
	position: relative;
	float: left;
	width: 650px;
	min-height: 100px;
	margin: 0px 0px 0px 57px;
	padding: 0px;
}

body#termsAndConditions #content #content_grid h2.first {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}

body#termsAndConditions #content #content_grid p {
	margin: 10px 0px 10px 0px;
}


