/*

CSS Document for www.rubiconhx.com
Created by Nate Hibma, IQS®, July 2010
Last Edited:

*/


/*  COLORS KEY

gray:			#ccc
maroon: 			#990000
darker-maroon:		#7e0000
			
*/


/*  RESETS AND BASIC SETUP 
---------------------------------------------------------------------- */

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;
}

body {
	height: 100%;
	width: 100%;
	line-height: 1;
	background-color: #191e4e;
	background-image: url(images/all-background-bg.jpg);
	background-repeat: repeat;
}

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;
}


.clear {
	clear: both;
}




/*    TEXT & FONTS
------------------------------------------------------------ */







/*    MAIN CONTROLS
------------------------------------------------------------ */
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}



/*    STRUCTURE
------------------------------------------------------------ */
#main-wrapper {
	position: relative;
	height: 100%;
	width: 800px;
	margin: 20px auto 0;
	background-color: #fff;
	border: 2px solid #000;
}

#leftColumn {
	float: left;
	width: 480px;
}

#rightColumn {
	float: right;
	width: 320px;
}




/*    HEADER
------------------------------------------------------------ */
#header-wrapper {
	position: relative;
	height: 72px;
	width: 800px;
	background-color: #ccc;
	background-image: url(images/header_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

img#logo {
	position: relative;
	margin: 5px 0 0 10px;
}

#header-wrapper h1 {
	position: absolute;
	top: 15px;
	right: 200px;
	width: 320px;
	color: #990000;
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
	line-height: 1em;
}





/*    NAVIGATION
------------------------------------------------------------ */
#nav-wrapper {
	position: relative;
	height: auto;
	width: 800px;
	color: #fff;
	background-color: #990000;
	text-align: center;
	border-top: 2px solid #000;
}

#nav-wrapper ul {
	position: relative;
	width: 800px;
	margin: 0;
	padding: 8px 0 10px 0;
}

#nav-wrapper ul li {
	position: relative;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#nav-wrapper ul li a {
	height: 30px;
	width: auto;
	margin: 2px;
	padding: 4px 6px;
	display: inline;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #fff;
}

#nav-wrapper ul li a:hover {
	background-color: #5e0000;
}





/*    CONTENT
------------------------------------------------------------ */
#content-wrapper {
	position: relative;
	height: auto;
	width: 800px;
	color: #000;
	background-color: #fff;
	border-top: 2px solid #000;
}

#text-wrapper {
	padding: 20px;
}


#text-wrapper p {
	margin: 10px 0 0 0;
	line-height: 1.5em;
}


ul.services {
	background-color: #ccc;
	color: #990000;
	float: left;
	width: 210px;
	margin: 10px 0 20px 0;
	padding-left: 10px;

}

ul.services li {
	list-style-type: square;
	margin: 20px;
}

#rightColumn img {
	display: block;
	position: relative;
	margin: 10px 10px;
	border: 1px solid #000;
}

img#request {
	float: left;
	display: block;
	height: auto;
	width: auto;
	position: relative;
}

p#request {
	float: right;
	display: block;
	position: relative;
	width: 300px;
	margin: 20px 0 0 0
}






/*    FOOTER
------------------------------------------------------------ */
#footer-wrapper {
	position: relative;
	height: 72px;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 20px;
	background-color: #ccc;
	text-align: center;
	border-top: 2px solid #000;
	font-size: 0.8em;
	line-height: 1.5em;
}



