@charset "UTF-8";
/* 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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* END CSS RESET*/



#mainTextColumn a:link,
#mainTextColumnHome a:link,
#mainTextColumnProjects a:link {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	padding-bottom: 1px;
}
#mainTextColumn a:visited,
#mainTextColumnHome a:visited, 
#mainTextColumnProjects a:visited {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#mainTextColumn a:hover,
#mainTextColumnHome a:hover, 
#mainTextColumnProjects a:hover {
	color: #fff;
	border-bottom: 1px solid #e71317;
	padding-bottom: 1px;
}

body#projects a#youAreHere {
	color: #e71317;
	border-style: none;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #444;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans serif;
	font-size: 62.7%;
}
body#about a#nav-1,
body#services a#nav-2,
body#teamRH a#nav-3,
body#projects a#nav-4,
body#contact a#nav-5 {
	color: #e71317;
}
body#contact #nav-5, 
body#about #nav-5,
body#teamRH #nav-5,
body#projects #nav-5,
body#services #nav-5,
body#home #nav-5 {
	border-right-style: none;
}

body#projects a#UR_Here {
	padding: 5px 25px 5px 5px;
	color: #e19f24;
	border-bottom-style: none;
	background: #383838 url(../_images/right_arrow.png) no-repeat right center;
	display: inline-block;
	margin-left: -5px;
}

/* My Comment */
#wrapper {
	background-color: #C8C0BB;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
p {
	font-size: 1.1em;
	line-height: 150%;
	margin-bottom: 10px;
}

h1 {
	color: #e71317;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 25px;
	text-indent: -900px;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.4em;
	color: #e71317;
	margin-bottom: 15px;
	padding-top: 10px;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	padding-top: 5px;
}
.soaring {
	background: url(../_images/soaring_h1.gif) no-repeat -6px;
}

.takingflight {
	background: url(../_images/takingflight_h1.gif) no-repeat -6px;
}

.services {
	background: url(../_images/services_h1.gif) no-repeat -6px;
}

.team {
	background: url(../_images/team_h1.gif) no-repeat -6px;
}

.projects {
	background: url(../_images/projects_h1.gif) no-repeat -6px;
}

.contact {
	background: url(../_images/contact_h1.gif) no-repeat -6px;
}

#header {
	height: 180px;
	position: relative;
	background: #fff url(../_images/rh_header.png) no-repeat left top;
}
#topNav {
	float: left;
	top: 140px;
	position: relative;
	left: 370px;
}
#topNav li { 
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
#topNav a {
	float: left;
	display: block;
	padding: 5px 12px 4px 12px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
}
#nav-5 a {
	border-right-style: none;
}
#topNav a:hover {
	color: #e71317;
	background-color: #f8f6f6;
}
#topBar {
	height: 30px;
	width: 100%;
	float: left;
	background: #e71317 url(../_images/rh_topbar.png) no-repeat left top;
}

x#homeLink {
	float: left;
}
#homeLink li {
	float: left;
	top: 9px;
	position: relative;
	left: 45px;
}
#homeLink a {
	float: left;
	display: block;
	text-decoration: none;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#homeLink a:hover {
	color: #fff;
}

#mainTextColumn, 
#mainTextColumnProjects {
	background-color: #000000;
	float: left;
	width: 315px;
	padding-right: 25px;
	padding-left: 45px;
	padding-top: 45px;
	color: #FFFFFF;
	padding-bottom: 5px;
	min-height: 520px;
}
#mainTextColumn p {
	color: #ddd;
}
#mainTextColumnHome {
	background-color: #000000;
	float: left;
	width: 315px;
	padding-right: 25px;
	padding-left: 45px;
	padding-top: 45px;
	color: #FFFFFF;
	padding-bottom: 5px;
	min-height: 320px;
}

#mainTextColumnHome p {
	color: #ddd;
}
#mainTextColumnProjects p {
	color: #ddd;
}

* html #mainTextColumnHome {
	height: 320px;
}
* html #mainTextColumnProjects {
	height: 520px;
}
* html #mainTextColumn {
	height: 520px;
}

#mainTextColumn ul {
	padding-left: 20px;
	list-style-type: disc;
	color: #e71317;
	float: left;
	margin-top: 7px;
	padding-bottom: 7px;
}
#mainTextColumnHome ul {
	padding-left: 20px;
	list-style-type: disc;
	color: #e71317;
	float: left;
	margin-top: 7px;
	padding-top: 7px;
}

#mainTextColumnProjects li {
	Xpadding-left: 20px;
	xlist-style-type: disc;
	color: #e71317;
	xfloat: left;
	margin-top: 20px;
	xpadding-top: 7px;
	font-size: 1.7em;
}
#mainTextColumnProjects ul {
	padding-left: 20px;
	xlist-style-type: disc;
	color: #e71317;
	xfloat: left;
	margin-top: 7px;
	xpadding-top: 7px;
	font-size: .8em;
}
	
#servicesText {
	float: left;
}

#servicesText .faq a {
	color: #e71317;
	font-size: 1.25em;
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 2px;
	float: left;
}
#servicesText .additional a {
	color: #e71317;
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 1px;
	font-size: 1.2em;
}

#FAQ {
	float: left;
	width: 100%;
}
#FAQ .faq a {
	color: #e71317;
	font-size: 1.25em;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
	padding-bottom: 2px;
}
.question {
	color: #e71317;
	font-size: 115%;
	margin-bottom: -10px;
	padding-top: 15px;
	font-style: italic;
	display: block;
}
#mainPhoto {
	background-color: #FFFFFF;
	float: right;
	height: 370px;
	width: 555px;
}

#team {
	background-color: #000000;
	float: left;
	width: 315px;
	color: #FFFFFF;
	height: 520px;
	overflow: auto;
	padding: 45px 25px 5px 45px;
	display: inline;
}
#team dl {
	float: left;
	display: inline;
	width: 315px;
	margin-bottom: 33px;
}
#team dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#team dt {
	float: right;
	width: 180px;
	margin: 20px 0 5px;
	padding: 0;
	color: #e71317;
	font-size: 130%;
}
#team dd {
	padding: 0;
	color: #ddd;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#team a {
	color: #ddd;
	font-size: 8.5px;
}
#team a:hover {
	color: #e71317;
}

#team dd.img img {
	float: left;
	border: 1px solid #999;
	margin-right: 8px;
}

/* Reverse Team Float */

#team .alt dt {
	float: left;
}
#team .alt dd {
	margin-right: 0;
}
#team .alt dt {
	margin-right: 0;
}
#team .alt dd.img img {
	float: right;
}

#footer {
	clear: both;
	height: auto;
	width: 940px;
	min-height: 30px;
	background: #e71317 url(../_images/rh_footerbar.png) no-repeat left top;
	display: inline-block;
}
#secondaryGraphics {
	background-color: #C8C0BB;
	float: right;
	height: 200px;
	width: 555px;
	clear: right;
	position: relative;
}

#BBB {
	width: 56px;
	height: 75px;
	z-index: 10;
	position: absolute;
	display: inline-block;
	zoom: 1;
	right: 5px;
	background: url(../_images/BBB.gif) no-repeat;
	bottom: 4em;
}

#footer p {
	color: #fff;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 8px;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #c8c0bb;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.beige {color: #c8c0bb}

.red {color: #e71317}

.white {color: #fff}

.gray {
	color: #999;
}

.larger {
	font-size: 115%;
}
.smaller {
	font-size: 85%;
}

.indent {
	padding-left: 20px;
}


.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
#gallery {
	padding-left: 30px;
	padding-top: 17px;
	width: 525px;
	height: 353px;
	background-color: #5a5a5a;
}
#gallery img {
	display: block;
}
#gallery a {
	display: block;
	float: left;
	border: 2px solid #000;
	margin-right: 13px;
	margin-bottom: 13px;
}
#gallery a:hover {
	border: 2px solid #e71317;
}
.gallery1 {
	background-image: url(../_images/Contact_Photo.jpg);
}

#statCounter {
	position: absolute;
	bottom: -125px;
	margin-right: auto;
	margin-left: auto;
	right: 50%;
	display: block;
	left: 50%;
}



