/* =Reset
-----------------------------------------------------------------------------*/
/* Code used is from Eric Meyer's CSS Reset 
 http://meyerweb.com/eric/tools/css/reset/ 
 v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RESETS SOME OF THE FIREFOX BUTTON ISSUES */
button::-moz-focus-inner { border: none; padding: 0; margin: 0;} 

/* =General
-----------------------------------------------------------------------------*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* abbr tag - underlined and help cursor */
abbr[title] {border-bottom: 1px dotted #999;}
abbr[title]:hover {cursor:help;}

/* =Typography
-----------------------------------------------------------------------------*/
body {
	background: #FFF;
}
a {
	color: #128de0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* =Headings
-----------------------------------------------------------------------------*/
#header {
	background: url(../img/hdr.gif);
	width: 644px;
	height: 325px;
	margin: auto;
}
#buttons {
	width: 644px;
	margin: auto;
}
a.austin,
a.houston {
	background: url(../img/buttons.gif);
	display: inline-block;
	width: 322px;
	height: 130px;
	text-indent: -9000px;
}
a.houston {
	background-position: -322px 0;
}
a.austin:hover {
	background-position: 0 -130px;
}
a.houston:hover {
	background-position: -322px -130px;
}
#click-text {
	width: 644px;
	margin: auto;
	text-align: center;
	font-family: sans-serif;
	color: #c1c1c1;
	margin-top: 30px;
	line-height: 20px;
}
/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

td {
  text-align: left;
	font-weight: normal;
}

