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

body {
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
}

#ga-wrapper {
	margin: 0px auto;
	text-align: center;
}

#ga-content {
	margin: 0px auto;
	width: 700px;
	text-align: left;
}

.left { float: left; }

/* Clearing floats without structural markup - Apply class to elements that you need to clear after - thanks to Position is Everything */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End of float clearing */

#main-pic {
	margin-right: .5em;
}

#ga-content h2, #ga-content h3, #ga-content h4, #ga-content h5, #ga-content h6, #ga-content p, #ga-content li {
	font-size: .9em;
	margin: 0px 2% 1.75em 0%;
	line-height: 1.5em;
	color: #000000;
}

#ga-content h2 {
	margin-top: 1em;
}

p { text-align: justify; }

body#getting-around h1 {
	color: #ffffff;
	text-indent: -500000000000;
	overflow: hidden;
	font-size: 10px;
}

#ga-content p.intro {
	margin-top: 25px;
	font-size: 1.2em;
	margin-bottom: 0px;
}

#links {
	clear: both;
	border-top: 1px solid #dadada;
	padding-top: 15px;
}	

body#getting-around table#main-links {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
}

body#getting-around td {
	vertical-align: top;
	padding: .5em;
	padding-left: 0px;
}

body#getting-around td.head {
}

body#getting-around tr {
	border: 1px solid #dadada;
}

body#getting-around caption {
	display: block;
	text-align: left;
	font-weight: bold;
}

body#getting-around th {
	color: #ffffff;
}

body#getting-around a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #008474;
	font-weight: bold;
}

body#getting-around a:hover {
	text-decoration: underline;
}

body#getting-around thead tr {
	border-style: none;
}

#featured {
	text-align: left;
	border-top: 1px solid #dadada;
}

#feature1 { float: left; }
#feature2 { float: right; }

