/*
Project:        Jeff Brink
Last Changed:   3.3.10
                
/*##################################################################################
  Table of Contents
  ##################################################################################

  A0  Colors
  A1  Reset
  A2  Layout
  A3  Text Elements
  A4  Link Elements
  A5  List Elements
  A6  Table Elements
  A7  Form Elements
  A8  Image Elements
  A9  Interactive Elements
  
  ##################################################################################*/
  
  
/*#################### AO Colors ####################*/

  Blue:            #081323    Gray:     	   #686f78
 

/*#################### A1 Reset ####################*/
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 {
	line-height: 1;
	word-spacing: 0;
	letter-spacing: 0;
	background-color: #081323;
	color: #fff;
	font-size: 16px;
	font-weight: 100; 
	font-family: 'Futura_Light-NormalRegular';
	
}

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



/*#################### A2 Layout ####################*/

#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#header {
	background: url(../images/header-bg.png) no-repeat bottom center;
	height: 165px;
	margin-top: 20px;
	
}

#main {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	letter-spacing: 2px;
	word-spacing: 2px;

}

#footer {
	background: url(../images/footer-bg.png) no-repeat;
	height: 100px;
	margin-top: -10px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
	letter-spacing: 2px;
	word-spacing: 2px;
}





#architecture {
	width: 300px;
	height: 750px;
	position:relative;
	float: left;
}
/*#################### A3 TEXT ELEMENTS ####################*/



@font-face {
	font-family: 'Futura_Light-NormalRegular';
	src: url('Futura_Light-Normal.eot');
	src: local('Futura_Light-Normal Regular'), local('Futura_Light-Normal'), url('Futura_Light-Normal.woff') format('woff'), url('Futura_Light-Normal.otf') format('opentype'), url('Futura_Light-Normal.svg#Futura_Light-Normal') format('svg');

}



h1 {
	font-size: 16px;
	font-weight: bold;
	
	

}


#copyright {
	font-size: 11px !important;
	text-align: left;
	letter-spacing: 0px !important;
	word-spacing: 0px !important;
	

}

#contactinfo {
	line-height: 20px;
	
	

}

.errorpage {
	margin-top: 0px !important;
	padding: 0px;

}

.firstpara {
	margin-top: 100px;
	font-weight: 100;
	margin-bottom: 0px;
	

}



/*#################### A4 LINK ELEMENTS ####################*/

a {
	color: #fff;
	text-decoration: none;

}

a:hover {
	color: #686f78;
	text-decoration: underline;

}

#main a {
	color: #fff;
	text-decoration: underline;

}

#main a:hover {
	color: #686f78;
	text-decoration: underline;

}


/*#################### A5 LIST ELEMENTS ####################*/

#main ul {

	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;

}

#main ul li{

	line-height: 18px;

}

.indent {
	font-size: 14px;
	margin-bottom: 20px;
	margin-left: 40px;
	
	
}







/*#################### A6 TABLE ELEMENTS ####################*/


/*#################### A7 FORM ELEMENTS ####################*/

/* ----------- Contact Form ----------- */
.contactform {
margin-left: 200px;
margin-bottom: 375px;
margin-right: 0px;
margin-top: -20px;
float: right;
width:390px;
height: 40px;
padding-left: 20px;

}

/* ----------- Form Style ----------- */


#formstyle p {
margin-bottom:20px;
border-bottom:solid 2px #686f78;
padding-bottom:5px;

}

#formstyle label {
display:block;
font-weight:100;
text-align:right;
width:140px;
float:left;

}

#formstyle .small {
display:block;
font-size:11px;
font-weight:100;
text-align:right;
width:140px;

}

#formstyle .forminput {
float:left;
padding:5px 2px;
border:solid 2px #dbdbdb;
width:230px;
margin:2px 0 10px 10px;

}

#formstyle .messageinput {
float:left;
padding:5px 2px;
border:solid 2px #dbdbdb;
width:230px;
height: 100px;
margin:2px 0 20px 10px;

}

#contactformbutton {
	margin-top: 310px;
	margin-left:150px;
	width: 105px;
	background-image: url(../images/button-submit.png);
	background-repeat: no-repeat;

}

#contactformbutton:hover {
	width: 105px;
	background-image: url(../images/button-submit-hover.png);
	background-repeat: no-repeat;

}



/*#################### A8 IMAGE ELEMENTS ####################*/
#logo{
margin: 0px;
border: none;

}


.floatright {
	float: right;
	width: 450px;
	margin-top: -95px;
	margin-bottom: 5px;
	padding-left: 20px;

}

.floatright2 {
	float: right;
	width: 589px;
	margin-top: -25px;
	margin-bottom: 5px;

}


.floatright3 {
	float: right;
	width: 550px;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-left: 20px;
	overflow: hidden;

}

#social {
	margin-top: 10px;
}

#imageshome {
	 margin-top: -45px;
}

#imageshome img { height: 556px; width: 960px; border:none;}

#images {
	 margin-top: -55px;
}

#images img { height: 556px; width: 960px; border:none;}

.imgserv {
	width: 60px;
	height: 50px;
	float: right;
	margin: 0 -50px 0 0;
	padding: 4px 4px 4px 4px;
	border: none;
	position: relative;
	z-index: 1000;
}
/*seperate class required for ie7 styling*/
.imgserv1 {
	width: 60px;
	height: 50px;
	float: right;
	margin: 0 -50px 0 0;
	padding: 4px 4px 4px 4px;
	border: none;
	position: relative;
	z-index: 1000;
}


/*#################### A9 INTERACTIVE ELEMENTS ####################*/
#navlist {
	text-transform: uppercase;
	width: 560px;
	float: right;
	margin-top: -10px;
	margin-right: -70px;
	font-size: 18px;
	
	
	
	
}

#navlist li {
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-top: 0px;
	display: inline;
	list-style-type: none;
	
	
}


ul li.separator  {
	background: url(../images/nav-separators.png) no-repeat center right;

}