@charset "UTF-8";
/* CSS Document */

/*

Organized by:

Typography
Layout
Forms and Tables
Misc.

*/



/* Typography
------------------------------------------------------------------------------ */

body {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;  
	}
	
a, a:visited { 
	color: #0099FF;
	font-weight: bold;
	text-decoration: none; 
	}
	
a:hover { text-decoration: underline; }

#footer a { color: #808080; }

.founders a { text-decoration: underline; }

.founders a:hover { text-decoration: none; }

#btn-close a { 
	color: #808080; 
	font-weight: normal;
	}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h2, h3, h4 { margin: 0; }
	
h5 { font-size: 0.875em; }

h6 { font-size: 0.6875em; }

#primary-content h5 { text-align: right; }

#primary-content p { font-size: 0.6875em; }

#secondary-content p { 
	font-size: 0.625em; 
	line-height: 1.4em;
	}

#footer p { font-size: 0.625em; }

input, textarea { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
	}

.btn-submit {
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
	}
	
#btn-close { text-align: right; }



/* Layout
------------------------------------------------------------------------------ */

body { 
	margin: 0; 
	background-color: #F8FAFA;
	}

#container {
	width: 907px;
	margin: 0 auto;
	padding: 0 25px;
	background: url(../img/bg_gradient.gif) repeat-y top center;
	}
	
#header { 
	height: 90px;
	background: url(../img/bg_header.jpg) no-repeat top left;
	}
	
#headline { 
	height: 88px;
	padding-left: 20px;
	padding-bottom: 9px;
	background: url(../img/bg_headline.jpg) no-repeat top left;
	}
	
#content { padding: 35px 30px 0 35px; }
	
#primary-content {
	float: left;
	width: 495px;
	}
	
#secondary-content {
	float: right;
	width: 297px;
	}
	
#footer { 
	clear: both;
	height: 35px; 
	padding: 5px 30px 0 35px;
	background: url(../img/bg_footer.gif) no-repeat bottom left;
	}
	
/*------------------------------------------------------------------------- */
	
h1, h2, h3, h4 {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	}
	
#header h1 {
	position: relative;
	left: 20px;
	top: 25px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../img/logo.gif) no-repeat top left;
	} 
	
#headline h2 {
	position: relative;
	left: 10px;
	top: 20px;
	height: 55px;
	margin: 0;
	}

h3, h4 { height: 27px; }
	
h2.accelerating { background: url(../img/title_accelerating.gif) no-repeat top left; }

h3.multi-platform { background: url(../img/title_multi_platform.gif) no-repeat top left; }

h3.three-heads { background: url(../img/title_three_heads.gif) no-repeat top left; }

h3.contact-us { 
	width: 110px;
	background: url(../img/title_contact.gif) no-repeat top left;
	}
	
h3.rfeeney { 
	width: 161px;
	background: url(../img/title_rfeeney.gif) no-repeat top left;
	}
	
h3.bbarkley { 
	width: 161px;
	background: url(../img/title_bbarkley.gif) no-repeat top left;
	}
	
h3.jhaas { 
	width: 110px;
	background: url(../img/title_jhaas.gif) no-repeat top left;
	}
	
h3.our-creations {
	width: 134px;
	background: url(../img/title_our_creations_large.gif) no-repeat top left;
	}
	
h4.our-creations { background: url(../img/title_our_creations.gif) no-repeat top left; }

#primary-content h5 { margin: 10px 0; }

h6 { margin: 0; }

p { margin-top: 0; }

.blue { 
	padding-top: 15px;
	background: url(../img/bg_blue.gif) no-repeat top left; 
	}
	
.property { margin-bottom: 30px; }

.property div { 
	float: right;
	width: 192px;
	}

.property img { float: left; }

.founders {
	width: 375px; 
	height: 44px; 
	margin-bottom: 5px;
	}

.founders p { margin: 5px 0 0 10px; }

#lightbox #primary-content { width: auto; }

#btn-close { margin-bottom: 0; }



/* Forms and Tables
------------------------------------------------------------------------------ */

form { margin: 0; }

label { display: block; }

input, textarea { 
	width: 259px;
	border: 1px solid #DCDCDC;
	padding: 3px;
	}

input.btn-submit {
	width: 100px;
	height: 25px;
	padding: 0;
	background-color: #00A5F2;
	border: none;
	}
	
textarea { 
	height: 75px; 
	overflow: auto;
	}
	
.contact div { 
	width: 265px;
	}
	
.contact p { margin: 0 0 10px; }
	
p.medium {
	float: left;
	width: 140px;
	}
	
p.medium input { width: 134px; }

p.short {
	float: right;
	width: 105px;
	}
	
p.short input { width: 99px; }



/* Misc.
------------------------------------------------------------------------------ */

.clear { 
	clear: both;
	height: 1px;
	}

.left { float: left; }

.right { float: right; }

.inline { display: inline; }
	
a img { border: none; }

a.cross {
	padding-right: 10px;
	background: url(../img/icon_cross.gif) no-repeat 100% 60%;
	}
	
.bumper {
	margin-top: 30px;
	margin-bottom: 30px;
	}
