/*
---------------------------------------------
01. MAIN / DEFAULT ELEMENTS
---------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	background: #21325E url(../images/bg_rep.jpg) top left repeat-x;
	font: normal 11px "Verdana", "Arial", sans-serif;
	color: #2B3969; }
	
div, img, form, fieldset, ul, ol, h1, h2, h3, h4, .no {
	margin: 0px;
	padding: 0px;
	border: 0px; }
	
p { line-height: 150%;}

#splash {
	width: 100%;
	padding: 75px 0;
	background: url(../images/bg.jpg) top right no-repeat; }
	
#wrapper {
	width: 675px;
	margin: 0px auto;
	position: relative; }
	
#left {
	width: 171px;
	float: left; }
	
#right {
	background: url(../images/content_top.gif) top left no-repeat;
	padding-top: 6px;
	width: 500px;
	float: right; }
	
#content {
	background: #ffffff url(../images/content.gif) repeat-y;
	padding: 0px 6px; }
	
	#in, #home { padding: 20px 20px 10px 20px; }
	#in { background: url(../images/content_shadow.gif) top left repeat-x; }
	
/*
---------------------------------------------
02. TEXT / HEADINGS
---------------------------------------------
*/

a { color: #FF731A; }
a:hover { text-decoration: none; }

h1 {
	height: 80px;
	padding-top: 10px; }
	
	h1 a {
		width: 211px;
		height: 77px;
		display: block;
		outline: none;
		background: url(../images/logo.png) no-repeat;
		text-indent: -9999px;
		cursor: pointer; }
		
h2 {
	height: 41px;
	color: white;
	font-size: 30px;
	font-weight: normal;
	padding: 50px 0px 0px 20px; }
	
	h2#process { background: url(../images/text_process.gif) no-repeat; }
		
h3 {
	color: #FF731A; 
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px; }
	
h4 {
	font-weight: bold;
	font-size: 14px; }
	
/*
---------------------------------------------
03. HEADER / MENUS
---------------------------------------------
*/

#menu { 
	background: url(../images/column.gif) repeat-y;
	margin-bottom: 5px; }

	#menu .bot {
		background: url(../images/column_bot.gif) bottom left no-repeat;
		height: 5px;
		display: block; }

#menu ul {
	background: url(../images/column_top.gif) no-repeat;
	list-style: none;
	padding-top: 6px; }
	
	#menu li {
		margin: 0 6px 1px 6px;
		line-height: 29px; }
		
	#menu li a {
		background: url(../images/menu_tab.gif) no-repeat;
		display: block;
		width: 129px;
		height: 29px;
		color: #222F5D;
		text-decoration: none;
		padding-left: 30px; }
		
	#menu li a:hover, #menu li.active a { background: url(../images/menu_tab_on.gif) no-repeat; color: white; }
	
#subMenu {
	height: 29px;
	list-style: none;
	overflow: hidden;
	background: #788AAF url(../images/submenu.gif) repeat-x; }
	
	#subMenu li {
		float: left;
		height: 29px;
		line-height: 29px; }
		
	#subMenu li a {
		padding: 8px 15px;
		border-right: 1px solid #525F81;
		border-left: 1px solid #8592B4;
		color: white;
		text-decoration: none; }
		
	#subMenu li a:hover, #subMenu li.active a {
		border-left: 1px solid #E0864D;
		border-right: 1px solid #AD531A;
		background: url(../images/submenu_on.gif) repeat-x; }
		
	#subMenu li.last a { border-right: 0px; }
	
/*
---------------------------------------------
04. FOOTER / NAV
---------------------------------------------
*/

#footer {
	background: url(../images/content_bot.gif) top left no-repeat;
	padding-top: 15px;
	text-align: center; }
	
	#footer li {
		list-style: none;
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #8E95A9; }
	
	#footer li a { color: #8E95A9; text-decoration: none; }
	#footer li a:hover { text-decoration: underline; }
	#footer li.last { border: 0px; }
	
#nav {
	padding: 7px 20px;
	color: #2E3F70; }
	
	#nav a { color: #2E3F70; }
	
/*
---------------------------------------------
05. FORMS
---------------------------------------------
*/

#searchForm { 
	position: absolute;
	top: 35px;
	right: 0;
	width: 170px; }

#searchField {
	width: 132px;
	height: 17px;
	padding: 4px;
	color: white; 
	background: url(../images/search_field.gif) no-repeat;
	border: 0px; }
	
#searchForm legend { display: none; }
#searchButton { float: left; }

#form {
	list-style: none;
	background-color: #E5E8EE;
	padding: 2px;
	margin-bottom: 20px;
	border: 1px solid #D6D7DF; }
	
	#form li {
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #D6D7DF;
		padding: 8px 0;
		clear: both; }
		
	#form li.first { border-top: 0px; padding-left: 10px; }
	#form li.last { border-bottom: 0px; padding-bottom: 5px; }
	#form legend { display: none; }
	
	#form label {
		float: left;
		width: 85px;
		text-align: right;
		margin-right: 10px;
		padding-top: 5px; }
		
	#form input, #form select, #form textarea {
		width: 245px;
		border: 0px;
		padding: 4px;
		font-size: 10px;
		border-top: 1px solid #BABDC9;
		border-right: 1px solid #BABDC9; }
		
	#form select { width: 253px; height: 22px; }
	
	#form input.button {
		width: auto;
		border: 0px;
		padding: 0px;
		margin: 10px 0 0 95px; }
		
/*
---------------------------------------------
06. MISC ELEMENTS
---------------------------------------------
*/

#flash {
	height: 325px;
	position: relative;}
	
	#flashText {
		background-color: white;
		position: absolute;
		width: 457px;
		padding: 8px 10px 5px 10px;
		z-index: 9999;
		right: 0;
		bottom: -33px; }
		
	#flashText h3 { font-size: 22px; }

#projects {
	color: white;
	height: 221px;
	background: url(../images/projects.gif) no-repeat;
	margin-bottom: 5px;
	padding: 6px; }
	
	#completed {
		overflow: hidden;
		height: 95px;
		margin-bottom: 10px; }
	
	#testimony {
		overflow: hidden;
		height: 95px;
		padding: 10px; }
		
	#testimony p { 
		font-size: 10px;
		line-height: 125%;
		margin: 0 0 10px 0; }
		
#banner {
	width: 161px;
	height: 87px;
	padding: 5px;
	background: url(../images/banner.gif) no-repeat; }
	
	
#thumbs {
	background-color: #e7e8ed;
	width:442px;
	padding:4px 4px;
	margin-bottom:20px;
}
	
	#thumbs IMG {
	height:113px;
	width:139px;
	float:left;
	padding: 4px 4px 4px 4px;
	}
	

	#thumbs P {
	margin:8px 4px;
	clear:both;
	}
	
/*
---------------------------------------------
07. CLASSES
---------------------------------------------
*/

.clear { 
	display: block;
	clear: both; }
	
.clear:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }
	
.float_left {
	float:left;
	padding:0px 15px 0px 0px;
	margin-top:0px;
}


hr, .divide {
	border: 0px;
	display: block;
	clear:both;
	padding-top: 1px;
	margin: 20px 0;
	border-bottom: 1px solid #D3D8E3;
	border-top: 1px solid #F6F7FA;
	color: white;
	background-color: white; }
	
.list { list-style: none; }
.list li { padding: 3px 0px; }
	
.warning {
	border: 1px solid #FF731A;
	padding: 10px 15px 0px 15px;
	margin: 10px 0px; }
	
	.warning legend {
		color: #FF731A;
		font-size: 12px;
		font-weight: bold;
		padding: 0px 5px; }
		
	.warning p { margin: 0 0 10px 0; }

/*
---------------------------------------------
00. END
---------------------------------------------
*/
