/* Gemini Screen Stylesheet */

body {
	background-color:#808080;
	margin:0px;
	padding:0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.2;
}

.print {
	display:none;
}

.clearBoth {
	clear: both !important;
	_height: -1px;	
}

/*Main background style (used for navbar background */
#main, #mainhome{
	margin: 0px auto;
	width: 800px;
	background: url("/images/common/navbar.jpg") no-repeat;
}
/*Specific background on main div for Pass Plus page (to get green L plate) */
#mainpp{
	margin: 0px auto;
	width: 800px;
	background: url("/images/common/navbarpp.jpg") no-repeat;
}

/*Heading Gemini Driver Training image div style */
#heading{
	display: block;
	background: url("/images/common/heading.jpg") no-repeat;
	height: 100px;
	width: 800px;
	line-height:100%;
	color: #AAAAFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/*Separate ID for heading div on Pass Plus page to get the green L plate*/
#headingpp{
	display:block;
	background: url("/images/common/headingpp.jpg") no-repeat;
	height: 100px;
	width: 800px;
	line-height:100%;
	color: #AAAAFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#heading a, #headingpp a{
	text-decoration: none;
	display: none;
}

/*Navigation bar formatting */
#navbar{
	padding: 0px;
	margin: 0px;
	height: 30px;
}
#nav {
	clear: both;
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	width: 800px;
}
#nav li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 17px;
	display: block;
	font-weight: normal;
	line-height: 29px;
	float: left;
}
#nav li.buttonActive {
	display: block;
	line-height: 29px;
	font-weight: bold;
	height: 30px;
	padding: 5px 20px 5px 20px !important;
	border-right: 1px solid #a9a9a9;
}
#nav li a {
	color: #ff0000;
	text-decoration: none;
	float: left;
	font-weight: normal;
	height: 30px;
	padding: 5px 20px 5px 20px;
	border-right: 1px solid #a9a9a9;
}
#nav li a:hover {
	display: block;
	background: red;
	color: #FFFFFF;
}

/*Link colors */
a{
	color:#FF0000;
	text-decoration: none;
}
a:hover{
	background: #FF0000;
	color:#F8F2F2;
}

/*Correct page widths */
#content {
	background: url("/images/common/content_bg.jpg") repeat-y;
	width: 800px;
	padding: 0px 0px 20px 0px;
	margin: 17px 0px 0px 0px;
	font-size: 13px;
}
#content p.introText {
	font-size: 15px;
}
#main #content h1, h3, h4 {
	padding-left: 50px !important;
	padding-right: 20px;
}
#main #content p {
	width: 450px;
	padding: 0px 0px 0px 50px;
	margin-top: 0px;
}
#mainhome #content #homeRightColumn h1, p.homeParagraph {
	padding: 0px 0px 8px 0px !important;
}
.map {
	padding-left: 50px;
}

/*Homepage specific formatting to get image on the right */
#mainhome p {
	width: auto;
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
}
.homepage_image{
	float: left;
	width: 450px;
	padding: 10px 10px 10px 0px;
}

/*Unordered List formatting */
#content ul {
	padding: 0px 5px 5px 70px;
	margin-top: 0px;
}
#mainhome #content ul {
	padding: 0px 5px 5px 20px;
	margin-top: 10px;
}
#content ul li{
	list-style: url("/images/common/list.gif");
	padding: 3px 0px 3px 0px;
}

/* homepage right column */
#homeRightColumn {
	float: right;
	width: 300px;
	padding-right: 20px;
}


/* Positioning for images to go in a div on the right */
.right {
	float: right;
	padding: 0px 20px 10px 10px;
	width: 250px;
}
.right img{
	padding-bottom: 15px;
}
.right p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 90%;
	padding: 0px 0px 10px 0px;
	width: 250px;
}

/*Heading formatting, widths and padding */
h1 {
	padding-top: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: black;
}
h1.homepage {
	padding-top: 10px;
}
h2{
	font-family: Arial, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	padding-top:10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid #DD0103;
	color: #000000;
	width: 450px;
	margin-left:50px;
}
h3{
	font-family: Arial Narrow, Arial, sans-serif;
	font-size: 125%;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #DD0103;
}

/* Footer layout and link colors */
#footer {
	padding-left: 35px;
	width: 770px;
	background: url("/images/common/footer.jpg") no-repeat;
	font-size: 12px;
	color: white;
	line-height: 38px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
}