/* 	****************************************
		inprogress.us stylesheet
		03.01.09		
		**************************************** 	*/
		
/* 	basic elements	*/
body {
	font: 10pt arial, sans-serif;
	color: #999999;
	background: #000000 url('http://images.inprogress.us/backdrop.jpg') fixed no-repeat;
	margin: 15px 15px 15px 15px;	
}

/* remove borders on all images unless requested, kthnx */
img, a img {
  border: 0px;
  border-collapse: collapse;
}

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


h1 {
  font: bold 12pt verdana, sans-serif;
  padding:  0px 0px 5px 0px;
  margin: 0px;
}


a:link {
	font-weight: bold;
	color: #999999;
}
a:visited {
	font-weight: bold;
	color: #0033CC;
}
a:hover, a:active {
	font-weight: bold;
	color: #CCCCCC;
}


/* lists */
li {
	line-height: 1.5em;
	padding-bottom: 1em;
}


/* logo information */
#logo img {
  float: left;
  margin: 0 0 15px 0;  
}

/* contains everything under the logo div */
#page {  
  margin-right: auto;
  margin-left: auto;
  width: 80%;  
  clear: left;  
  padding: 15px;
  background-color: #202020;
  border: 1px solid #0000FF;
}

#navigation {
  margin-right: auto;
  margin-left: auto;
  width: 80%;  
  clear: left;  
  padding: 5px 15px 5px 15px;
  text-align: center;
  font: bold 11pt verdana, helvetica, sans-serif;
  margin-bottom: 15px;
  background-color: #202020;
  border: 1px solid #0000FF;	
}
#navigation a {
	text-decoration: none;
}

#footer {
  margin-top: 2px;
  width: 100%;
  padding: 0px; 
  text-align: right;
  font: italic 7pt arial, sans-serif;
}

.services {
	text-decoration: underline;
	font-weight: bold;
}


.emailForm div.formfield {
	padding-bottom: 5px;
}
.emailForm div.captcha {
	display: inline-block;
}
.emailForm label {
	width: 20%;
	display: inline-block;
	text-align: right;	
}
.emailForm label.aligntop {
	vertical-align: top;
}
.emailForm table label {
	width: 100%;
	display: inline;
}
.emailForm div.blank {
	width: 20%;
	display: block;
}

/* float utility clear */
div.clearfix {  
  width: 0px;
  height: 0px;  
  float: none !important;
  clear: left !important;
}