/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */


body {
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/BodyBG.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}


/************** Layout Elements *******************/

#wrapper {
	width: 750px;
	margin: 0 auto;
	font-size: 80%;
	position: relative;/*restrains the AP leftcol div to the boundaries set by the wrapper*/
}

#content {
	padding: 1px 0 0;
	margin: 8px 0 15px 216px;
	min-height: 250px;
	background: url(../images/contentBG.jpg) no-repeat;
	font: 1em/1.5em Verdana, Geneva, sans-serif;
}

#content li {
	margin-left: 50px;
	padding-right: 20px;
	padding-bottom: 5px;
}


#header {
	min-height: 207px;
	margin-left: 205px;
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	height: 207px;
	background-position: left top;
}

#leftcol {
	width: 215px;
	position: absolute;
	top: 20px;
	left: 0;
	background: url(../images/navBG.jpg) repeat-y;/*Sets the center of the leftcol decorative edging*/
}

#leftcol #navBottom {
	background: url(../images/navBottom.jpg) bottom no-repeat;/*Sets the bottom of the leftcol decorative edging*/
	height: 30px;
	color: #000;
}

#leftcol p {
	color: #333333;
}
#leftcol a {
	color: #333399;
	text-decoration: none;
}
#leftcol p a:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #333399;
}

#leftcol ul {
	margin-left: 30px;
	margin-bottom: 15px;
	list-style-type: none;
}

#leftcol ul li {
	color: #333;
	padding-bottom: 2px;
}

#leftcol ul ul {
	list-style-type: square;
}

#leftcol ul ul li a {
	color: #333399;/*sets the colour of the links*/
	text-decoration: none;
}
#leftcol .address {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #666;
	font-size: .8em;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-left: 10px;
	margin-right: 10px;
}


#leftcol ul ul li a:hover {
	color: #CCC;
	text-decoration: none;
	background-color: #333399;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	margin-left: 216px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
#ticket {
	margin-left: auto;
	width: 434px;
	margin-right: auto;
	border: thin solid #666;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	background-color: #CCC;
}
#ticket1 {
	margin-left: auto;
	width: 434px;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
#ticket2 {
	margin-right: auto;
	margin-left: auto;
	width: 434px;
	margin-top: 10px;
	border: medium ridge #666;
	background-repeat: no-repeat;
}
#ticket3 {
	margin-left: auto;
	width: 434px;
	margin-right: auto;
}



#center {
	margin-right: auto;
	margin-left: auto;
}
#mslet {
	margin-left: 18px;
	padding-top: 5px;
	margin-top: 5px;
}





/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	color: #7c2001;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-left: 10px;
	line-height: 1.2em;
}
h1 {
	padding: 10px;
	font-size: 1.7em;
	margin-top: 10px;
}


h2 {
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-right: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin-top: 15px;
}

h3 {
	font-size: 1.2em
}

h4 {
	font-size: 1.1em;
	color: #039;
}

h5 {
	font-size: 1.1em;
	color: #2B2F88;
}

h6 {
	color:#333;
	padding-left: 15px;
	margin-left: 10px;
	font: 16px 'Trebuchet MS', Verdana, Arial, sans-serif;
}

p {
	margin: 10px 20px 5px 30px;
}

a {
	color: #333399;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}


/************** Link Styles *******************/

a img {
	border: none;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 6px 2px 0;
}

.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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #C4CCD5;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	border: thin solid #000;
	padding: 3px;
}

.button {
	border: medium ridge #999;
	color: #FFF;
	background-color: #666;
	font: bold 90% Verdana, Geneva, sans-serif;
}

.date {
	text-align:right;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #990000;
	padding-right: 25px;
}

.press_release {
	background-color: #CCC;
	padding: 5px;
	border: thin solid #333;
	margin-top: 15px;
}

/*Fixes for IE5 mac*/

 /*\*//*/
 #header {
 	height: 207px;
}

#leftcol #footer {
  margin-bottom: -30px;
} 
/**/

#partner img {
	padding: 5px 5px 5px 20px;
}

#services ul {
	margin-left: 25px;
	font-weight: bold;
}

#services li {
	list-style-type: square;
	margin-left: 50px;
	font-weight: normal;
	margin-right: 20px;
}

#download a {
	margin-left: 50px;
}

#client img {
	margin-left: 10px;
}

#client table {
	margin-left: 15px;
}
#tool {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: center;
}

#map {
	margin-right: auto;
	margin-left: auto;
}


#form_background {
	background-image: url(../images/ticket_bkgr.png);
	background-repeat: no-repeat;
	line-height: 85%;
	padding-top: 14px;
	padding-bottom: 8px;
	padding-left: 0px;
	height: 115px;
}
#logo {
	text-align: left;
	margin-left: 6px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: .9em;
}
#SECURE_CARE {
	width: 300px;
	text-align: center;
	margin-left: 20px;
	font-weight: bold;
}


input {
	background-color: #FFF;
	border: thin solid #666;
}
#content #FlashID {
	margin-left: 10px;
}
