@charset "utf-8";
#notepad {
 border: 1px dashed #ffffcc;
 background-color: #ffffcc;
 font-family: arial;
 font-size: 11px;
 line-height: 16px;
 font-weight: bold;
 color: #000000;
 margin: 0px 40px 40px 40px;
 padding: 20px;
}


/* -- 0px on everything by default --*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	min-width: 950px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #4c4c4c;
}
#wrapper {
	background-image: url("../images/cpt_header.jpg");
	background-position: 0px 10px;
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 960px;
	text-align: left;
}
/* -- The header box --*/
#header {
	padding-top: 10px;
	width: 760px;
	height: 150px;
	display: block;
	float: left;
}
/* -- The right hand column --*/
#rightCol {
	width: 170px;
	float: right;
	position: relative;	
	text-align: left;
	padding: 10px 0px 0px 20px;
}
#rightCol a img {
	border: 0px;
	margin: 0px 0px;
}
#rightCol img {
	border: 0px;
	margin: 20px 0px;
}
#contentWrapper {
	min-height: 100%;
	width: 740px;
	float: left;
	position: relative;
	text-align: left;
	padding: 20px 0px 0px 0px;
}
#leftCol {
	padding: 0px 20px 20px 0px;
	width: 180px;
	float: left;
	position: relative;
	background-color: #ffffff;
	text-align: left;
}
#content {
	font-family: arial;
	font-size: 12px;
	background-color: #ffffff;
	padding-left:0px;
	overflow:hidden;
}
#footer {
	width: 100%;
	clear: both;
	background-color: #ededed;
	padding: 5px 10px;
}
#footer p {
	font-family: arial;
	font-size: 11px;
	line-height: 12px;
	color: #999999;
	padding: 0px;
}
/*-- The page headline --*/
#pageHeadline {
	width: 700px;
	height: 40px;
	display: block;
	float: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;	
	color: #999999;
}
/* -- The default text style for the entire website --*/
p {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #4c4c4c;
	padding: 0px 10px 15px 10px;
}
#content p {
	font-family: arial;
	font-size: 12px;
	padding: 0px 10px 15px 0px;
}
hr {
	padding: 0px;
	background-color: #ededed;
	color: #ededed;
	border: 0px;
	height: 2px;
	}
h1 {
	font-family: arial;
	font-size: 20px;
	font-weight:bold;
	line-height: 24px;
	color: #1051A2;
	padding: 0px 10px 10px 0px;
}
h2 {
	font-family: arial;
	font-size: 16px;
	font-weight:bold;
	line-height: 24px;
	color: #48C7F4;
	padding: 0px 10px 10px 0px;
}
.emergencyNumber {
	background-image: url("../images/emergencyBackground.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 270px;
	height: 60px;
	padding: 30px 20px;
	margin-left: 110px;
	font-size: 36px;
}
h3 {
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color: #4C4C4C;
	padding: 0px 10px 10px 0px;
}
.text_highlight1 {
	color: #1051A2;
	font-weight:bold;
}
.image_wrapper
{
	width:170px;
	margin-bottom:10px;
	float:right;
	display:inline-block;
	overflow:auto;
}
.image_wrapper_left
{
	margin-bottom: 10px;
	margin-right: 20px;
	padding-right: 20px;
	width: 170px;
	display: block;
	border: 1px solid red;
}
.image_wrapper_90
{
	width:110px;
	margin-bottom: 10px;
	float:right;
	display:block;
}
.image_caption
{
	clear:both;
	text-align:left;
	padding-left:20px;
	color:#999999;
}
.image_display
{
	width:150px;
	height:150px;
	margin-bottom:5px;
	border: 1px solid #999999;
	overflow:auto;
}
.image_display90
{
	width:90px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
.image_display_unsized
{
	margin-bottom:5px;
	border: 1px solid #999999;
	overflow:auto;
}
#useful_links_table, #useful_links_table tr, #useful_links_table td
{
	border: 0px;
	padding: 10px;
}
.log_in_message
{
	color: #F79221;
	font-weight: bold;
}
#coachParkingForm input.button {
	background-color: #f79221;
	width: 70px;
	border: 0px;
	margin: 10px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 3px;
	text-transform: uppercase;	
	color: #ffffff;
}
#content p a.attachmentLink, #content p a.attachmentLink:hover {
	position: relative;
	display: block;
	margin-top: 20px;
	font-family: arial;
	font-size: 11px;
	line-height: 30px;
	color: #999999;
	text-decoration: none;
	width: 520px;
}
#content li
{
	list-style-type: disc;
	margin-left:20px;
	line-height: 18px;
}
#content li a
{
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
	color: #1051A2;
	text-decoration: none;
	font-weight: bold; 
}
#content li a:hover
{
	text-decoration: underline;
}
#content a
{
	font-family: arial;
	font-size: 12px;
	line-height: 14px;
	color: #1051A2;
	text-decoration: none;
	font-weight: bold; 
}
#content a:hover
{
	text-decoration: underline;
}
#content p.holdLinkButton
{
	text-align:center;
	margin:0px 10px 10px 10px;
	padding:20px;
}
#content p a.linkButton 
{
	background-image: url("../images/linkButtonBackground.gif");
	background-position:center center;
	background-repeat: no-repeat;
	text-align:center;
	width:450px;
	margin:0px;
	padding:15px 50px 15px 50px;
	font-size:16px;
	border:0px;
}