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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* begin css */

body {
	font-family:"Arial";
	text-align: center; /* ie sucks */
	background: #ccc;
	font-size:10px;
	color: #666;
}

br.clearFloat, li.clearFloat, #homeLogin br, #contact br {
	display:block !important;
	float:none !important;
	height:0 !important;
	line-height:0 !important;
	font-size:1px !important;
	clear:both !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

a img {
	border:none;
	}
	
a {
	color: #6CB33F;
	text-decoration: none;
    }
a:hover {
	text-decoration: underline;
    }

.errorMsg {
	color:#f00;
    }

#page {
	width: 900px;
	margin:0 auto 20px auto;
	text-align: left; /* back to normal */
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background: #fff;
	}
	
#footer {
	margin: 0 auto 20px auto;
	width: 900px;
	font-size:1.2em;
	}
	
#header {
	height:99px;
	position: relative;
	overflow: hidden;
	background: url(../../images/hitch.gif) no-repeat right 40px;
	}
	
#header #logo {
	float: left;
	height: 99px;
	width: 330px;
	background: url(http://media.intherooms.com/images/general/logo.png) no-repeat;
	}
	
#header .hitch {
        float: right;
        margin: 45px 20px 0 0;
    }

.hitch { font-size: 24px; font-weight: bold;color: #4F91CD; text-align: center; }
.hitch em { color: #9A9CA6; }
.hitch em .tm { font-weight:normal; font-size: 16px; vertical-align:top; margin-left:-6px; }
.hitch .s { font-size: 14px; }
.hitch .s em { font-weight:normal; font-style:normal }

#header span {
	display: block;
	margin: 99px 0 0 0;
	}
	
#nav {
	background: #588bc0;
	height: 2.6em;
	list-style: none;
	line-height: 2.3em;
	}
	
#nav li {
	float:left;
	display: inline-block;
	color:#fff;
	font-size:1.3em;
	}
	
#nav li a {
	display: block;
	padding: 0.1em 0.85em;
	text-decoration: none;
	color: #fff;
	}

#nav li a:hover {
	background: #2d649c;
	}
	
#middle {
	margin:3px 0;
	*zoom:100%;
	}
	
#content {
	padding: 0 0 20px 0;
	}
	
.twoColumn {
	background: url(../../images/midBG2column.gif) repeat-y;
	}
	
.threeColumn {
	background: url(../../images/midBG3column.gif) repeat-y;
	}
	
#leftColumn {
	width: 233px;
	float:left;
	}
	
.twoColumn #content {
	width: 667px;
	float:left;
	}
	
.threeColumn #content {
	width: 434px;
	float:left;
	}
	
.threeColumn #leftColumn {
	width: 232px;
	float:left;
	}
	
.threeColumn #rightColumn {
	width: 232px;
	float:left;
	}
