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

	SCREEN - * default browser CSS for the screen.
	
---------------------------------------------------- */

	@import url("");
	
/* ----------------------------------------------------
	Reset - * Resets default browser CSS.
---------------------------------------------------- */

	/* Setting defaults on all the below tags */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
	p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, 
	em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, 
	legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{
		margin: 0;
		padding: 0;
		border: 0;
		}
	
	/* Remove possible quote marks (") from <q>, <blockquote>. */
	blockquote:before, blockquote:after, q:before, q:after 
		{
		content: "";
		}
		
	/* Block quotes */
	blockquote, q 
		{
		quotes: "" "";
		}
	
	/* Remove annoying border on linked images. */
	a img 
		{
		border: none;
		}
		
	/* IE PNG Transparency Fix */
	img
		{
		behavior: url(/iepngfix.htc);
		outline: none;
		}
	
	
/* ----------------------------------------------------
	Global Styling
---------------------------------------------------- */
	
	/* Set the default html tag for the entire site */
	html 
		{ 
		margin: 0 auto; 
		color: #000; 
		background-color: #000;
		}

	/* Set the default body tag for the entire site */
	body 
		{ 
		margin: 0 auto; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 62.5%; /* Sets the default font size to 10px by using a percentage of the global size of 16px */
		text-align: left;
		background-image: url(../img/bg-outter-tile.png);
		background-repeat: repeat-x;
		background-color: #666;
		}
		
		
/* ----------------------------------------------------
	Wrapper
---------------------------------------------------- */
	
	/* Set the wrapper for the entire site */
	div#wrapper
		{
		margin: 0 auto; 
		padding: 0;
		width: 922px;
		overflow: auto;
		overflow: hidden;
		}
		
		
/* ----------------------------------------------------
	Page Header
---------------------------------------------------- */
		
	/* Page Header Background */
	div#pageHeader
		{
		width: 922px;
		}
	
	/* Company Logo */
	div#companyLogo
		{
		width: 238px;
		height: 123px;
		position: relative;
		top: -706px;
		left: 10px;
		z-index: 1000;
		}
		
	/* Company Logo Img Element Remove Link Border */
	.companyLogo
		{
		border: 0;
		}
		
		
/* ----------------------------------------------------
	Main Navigation
---------------------------------------------------- */
	
	/* Main Navigation Background */
	div#mainNavigation
		{
		margin-top: 15px;
		margin-bottom: 39px;
		width: 600px;
		float: right;
		z-index: 999;
		}
		
	/* Main Navigation list */
	div#mainNavigation ul 
		{
		display: inline;
		z-index: 999;
		} 

	/* Main Navigation Unordered list */
	div#mainNavigation ul li 
		{
		list-style: none;
		display: inline;
		color: #666;
		font-size: 1.6em;
		font-weight: bold;
		z-index: 999;
		}
		
	
/* ----------------------------------------------------
	Middle
---------------------------------------------------- */
	
	/* Middle */
	div#middle
		{
		clear: both;
		}
		
	/* Image Filpper */
	div#imageFlip
		{
		margin: 0 auto;
		height: 414px;
		background-image: url(../img/bg-image-caption.png);
		background-repeat: no-repeat;
		background-position: bottom;
		}
		
	/* Image Caption */
	div#imageCaption
		{
		margin: 0 auto;
		margin-top: -25px;
		margin-left: 231px;
		font-size: 1.0em;
		color: #c6c6c6;
		}
		
	/* Traffic Light Box */
	div#trafficLightBox
		{
		float: left;
		margin-left: 7px;
		width: 305px;
		height: 233px;
		}
		
	/* Parking Meter Box */
	div#parkingMeterBox
		{
		float: left;
		width: 305px;
		height: 233px;
		}
		
	/* Parking Arm Box */
	div#parkingArmBox
		{
		float: left;
		width: 305px;
		height: 233px;
		}
		
/* ----------------------------------------------------
	Footer
---------------------------------------------------- */
	
	/* Footer */
	div#footer
		{
		clear: both;
		background-color: #000;
		color: #fff;
		height: 100%;
		clear: both;
		}
		
	/* Footer Content */
	div#footerContent
		{
		width: 922px;
		margin: 0 auto; 
		padding: 0;
		background-color: #000;
		padding-bottom: 50px;
		}
		
	/* Footer Copyright */
	div#footerCopyright
		{
		background-color: #000;
		padding-top: 10px;
		margin-left: 32px;
		}
		
	/* Footer Nav */
	div#footerNav
		{
		margin-top: -10px;
		background-color: #000;
		margin-left: 650px;
		}
		
	/* Footer Nav list */
	div#footerNav ul 
		{
		display: inline;
		} 

	/* Footer Nav Unordered list */
	div#footerNav ul li 
		{
		list-style: none;
		display: inline;
		}
		
		
/* ----------------------------------------------------
	Drop Down Menu
---------------------------------------------------- */
	
	/* Default menu styles */
	.chromestyle
		{
		}
	
	/* Default list styles */
	.chromestyle ul
		{
		text-align: center;
		}
	
	/* Make the list go horizontal */
	.chromestyle ul li
		{
		display: inline;
		}
	
	/* Can set a character or image after each menu item */
	.chromestyle ul li a[rel]:after
		{ /*HTML to indicate drop down link*/
		/*content: " v";*/
		/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
		}
	
	/*---- Style for Drop Down Menu -----*/
	
	/* Default drop down styles */
	.dropmenudiv
		{
		position: absolute;
		top: 0;
		background-color: #fff;
		border-bottom-width: 0;
		line-height: 18px;
		z-index: 100;
		color: #000;
		visibility: hidden;
		}
		
		
/* ----------------------------------------------------
	Typography
---------------------------------------------------- */


	/*---- Headings ----*/
	
	/* H1 Tag */
	h1
		{
		font-size: 1.6em; 
		}
		
	/* H2 Tag */
	h2
		{
		font-size: 1.4em; 
		}
		
	/* H3 Tag */
	h3
		{
		font-size: 1.2em;
		}
		
	/* H4 Tag */
	h4 
		{
		font-size: 1em;
		}
		
	/* H5 Tag */
	h5
		{
		font-size: 0.8em; 
		}
		
	/* H6 Tag */
	h6 
		{
		font-size: 0.6em; 
		}
	
	/* Heading tags with images set margin on image to zero */
	h1 img, h2 img, h3 img, 
	h4 img, h5 img, h6 img 
		{
		 margin: 0;
		}
	
	
	/*---- Text elements ----*/
	
	/* Default paragraph tags */
	p
		{
		margin: 0 0 1.5em;
		}
		
	/* Default paragraph tags */
	p img
		{
		float: left; 
		margin: 1.5em 1.5em 1.5em 0; 
		padding: 0;
		}
	
	/* Formats long quotes */
	blockquote
		{
		margin: 1.5em; 
		font-style: italic;
		}
		
	/* Customize the strong tag */
	strong
		{
		}
		
	/* Customize the definition tag */
	dfn
		{
		}
		
	/* Customize the superscript tag */
	sup
		{
		}
	
	/* Customize the subscript tag */
	sub
		{
		}
	
	/* Customize the abbreviation tag */
	abbr
		{
		}
		
	/* Customize the acronym tag */
	acronym
		{
		}
		
	/* Customize the address tag */
	address
		{
		margin: 0 0 1.5em; 
		font-style: italic;
		}
		
	/* Customize the deleted tag (put a line through the text) */
	del
		{
		}
	
	
	/*---- List elements ----*/
	
	/* Default styles */
	li ul, li ol
		{
		margin: 0 1.5em;
		}
		
	/* Default styles */
	ul, ol
		{
		margin: 0 1.5em 1.5em 1.5em;
		}
	
	/* Default ul styles */
	ul
		{
		list-style-type: disc;
		}
		
	/* Default ol styles */
	ol
		{
		list-style-type: decimal;
		}
	
	/* Defaults for definition list tag */
	dl
		{
		margin: 0 0 1.5em 0;
		}
		
	/* Defaults for definition term tag */
	dt
		{
		margin: 0 0 1.5em 0;
		}
		
	/* Defaults for definition term description tag */
	dd
		{
		margin-left: 1.5em;
		}		
		
		
/* ----------------------------------------------------	
	Buttons
---------------------------------------------------- */
	
	/*  */
	a.butonName
		{
		float: left;
		display: block;
		width: 195px;
		height: 25px;
		background-image: url(/img/b-IMAGE-NAME.png);
		background-repeat: no-repeat;
		text-indent: -999999px;
		}
	 
	/*  */
	a.butonName:hover 
		{ 
		background-position: bottom left;
		}
		
		
/* ----------------------------------------------------
	Links
---------------------------------------------------- */
	
	/*---- Default link styles ----*/
		
	/* Default link style */
	a:link 
		{
		color: #ef3524;
		background-color: transparent;
		text-decoration: underline;
		}

	/* Default visited link style */
	a:visited
		{
		color: #ef3524;
		background-color: transparent;
		text-decoration: underline;
		}

	/* Default hover link style */
	a:hover
		{
		color: #ef3524;
		background-color: transparent;
		text-decoration: none;
		}
		
	/* Default active link style */
	a:active
		{
		}
		
	/* Default focus link style */
	a:focus 
		{
		}
		
	/* Default focus hover link style */
	a:focus:hover
		{
		}	
		
	
	/*---- Main navigation links ----*/
		
	/* Main navigation link style */
	div#mainNavigation a:link 
		{
		color: #ee3424;
		background-color: transparent;
		text-decoration: none;
		}

	/* Main navigation visited link style */
	div#mainNavigation a:visited
		{
		color: #ee3424;
		background-color: transparent;
		text-decoration: none;
		}

	/* Main navigation hover link style */
	div#mainNavigation a:hover
		{
		color: #ee3424;
		background-color: transparent;
		text-decoration: underline;
		}	
		
	
	
	/*---- Footer navigation links ----*/
		
	/* Footer navigation link style */
	div#footerNav a:link 
		{
		color: #fff;
		background-color: transparent;
		text-decoration: none;
		}

	/* Footer navigation visited link style */
	div#footerNav a:visited
		{
		color: #fff;
		background-color: transparent;
		text-decoration: none;
		}

	/* Footer navigation hover link style */
	div#footerNav a:hover
		{
		color: #fff;
		background-color: transparent;
		text-decoration: underline;
		}
	
		
	/* Drop down menu hover */
	.chromestyle ul li a:hover
		{
		}
		
	/* Drop down menu links */
	.dropmenudiv a
		{
		width: auto;
		display: block;
		padding: 0px 8px 0px 11px;
		text-decoration: none;
		color: #000;
		text-align: left;
		border-bottom: 1px #005295 solid;
		}
		
	/* Drop down menu hover */
	.dropmenudiv a:hover
		{
		color: #8c8a8c;
		}
		
	/* Drop down menu links */
	div#dropmenu1 a:link 
		{
		text-decoration: none;
		}

	/* Drop down menu links visited */
	div#dropmenu1 a:visited
		{
		text-decoration: none;
		}

	/* Drop down menu links hover */
	div#dropmenu1 a:hover
		{
		text-decoration: none;
		}
		
		
/* ----------------------------------------------------
	Forms
---------------------------------------------------- */

	/* Defaults for the form tags */
	form div
		{
		margin-bottom: 20px; 
		padding: 10px 20px; 
		border: 1px solid #ffa100; 
		text-align: center;
		}
		
	/* Defaults for the form tag on hover */
	form div input:hover 
		{
		background-color: #e591b9;
		}
	
	/* Defaults for the fieldset tag */
	fieldset
		{
		margin-bottom: 10px; 
		padding-top: 10px;
		padding-left: 20px; 
		padding-right: 20px; 
		padding-bottom: 10px; 
		border: 1px solid #ffa100; 
		overflow: hidden;
		}
		
	/* Defaults for the fieldset tag on hover */
	fieldset:hover
		{
		border: 1px solid #ffa100;
		background-color: #418736;
		}
		
	/* Defaults for the fieldset input tag */
	fieldset input
		{
		width: 45%; 
		border: 1px solid #000;
		margin-left: 15px;
		}
		
	/* Defaults for the fieldset select tag */
	fieldset select
		{
		width: 45%; 
		border: 1px solid #000;
		margin-left: 15px;
		}
		
	/* Defaults for the fieldset input hover tag */
	fieldset input:hover
		{
		border-color: #ffa100;
		}
		
	/* Defaults for the fieldset select hover tag */
	fieldset select:hover
		{
		border-color: #000;
		}
		
	/* Defaults for the fieldset input active/focus tag */
	fieldset input:active, input:focus 
		{
		border-color: #900;
		}
	
	/*  */
	label, label span 
		{
		display: block; 
		padding-bottom: .25em;
		}
		
	/*  */
	label
		{
		float: left; 
		width: 100%;
		}
		
	/*  */
	label span 
		{
		float: left; 
		width: 45%; 
		text-align: right;
		}
		
	/*  */
	form div input
		{
		padding: 0 .25em;
		}
		
	/*  */
	form div input:hover 
		{
		color: #fff;
		background-color : #ffa100;
		}
		
	/*  */
	.button
		{
		border: 2px double #ffa100; 
		border-top-color: #c97f00;
		}
		
	/*  */
	div#button
		{
		border: 0;
		}
		
		
/* ----------------------------------------------------
	Tables
---------------------------------------------------- */
	
	/*  */
	table
		{
		margin-bottom: 1.4em; 
		width:100%;
		}
		
	/*  */
	th
		{
		font-weight: bold; 
		background: #C3D9FF;
		}
		
	/*  */
	th,td
		{
		padding: 4px 10px 4px 5px;
		}
		
	/*  */
	tr.even td
		{
		background: #E5ECF9;
		}
		
	/*  */
	tfoot
		{
		font-style: italic;
		}
		
	/*  */
	caption
		{
		background: #eee;
		}
	
	/*  */
	table
		{
		border-collapse: separate; 
		border-spacing: 0;
		}
		
	/*  */
	caption, th, td 
		{
		text-align: left; 
		font-weight: normal;
		}
		
	/*  */
	table, td, th
		{
		
		}

