/* 
----------------------------------------------------------------------
    BEGIN CSS DOCUMENT
----------------------------------------------------------------------



******************** Copyright Notice ***********************
Hope you like the site. This code and any accompanying code or files
(CSS,JS,XHTML, images,etc) are not templates and cannot be reused 
in this unique combination. All text and content is copyright too.

So please be kind enough to either pay us for reuse of the code or
even better hire us to help on your next project, we'd love to work
with you.

Creative Commons License:
http://creativecommons.org/licenses/by-nc-nd/2.0/
*************************************************************

©2006 XLSquad  www.xlsquad.com
author: Luke Hamilton

XLSquad	
info@xlsquad.com

Last Modified: Oct. 1, 2007

Code is optimized at verdana 8pt / tab size = 4

COLORS
dark blue	: #1D4771
blue		: #0957A4
lite blue 	: #0C7EF0

FONTS
main		: Trebuchet
small		: Verdana

----------------------------------------------------------------------
*/


/* -------------------------------------------------- base elements */

@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body{
	background:#000 url('../img/top_bg.gif') repeat-x top center;
	font: normal 90%/1em Arial, Verdana, sans-serif;
	color: #454545;
	}

h1{
	font-size:22px;
	}
h2{
	font-size:20px;
	font-weight:bold;
	}
h3{
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:bold;
	color:#CCFF99;
	text-transform:uppercase;
	}
	
a{color:#CCFF99; font-weight:bold; text-decoration:underline;}
a:link{color:#CCFF99; text-decoration:underline;}
a:visited{color:#FFFFFF; text-decoration:underline;}
a:hover{color:#FFFFFF; text-decoration:underline;}
a:active{color:#FFFFFF; text-decoration:underline;}

p{
	margin-bottom:15px;
	line-height: 1.2em;
}

ul, ul li {list-style: none;}

#top, #mid, #btm {
	clear: both;
	text-align: center;
	width: 100%;
	}
#hdr, #nav, #content, #ftr {
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align: left;
	width:970px;
	}
	
#top {

	}
#mid{
	background:#EFEFEF url('../img/mid_bg.gif') repeat-x top center;
}
#btm{
	
	}

#hdr{
	}
#nav{
	}
#logo{
	margin:66px 0 0 10px;
	height:44px;
	background: url('../img/logo_nimbatech.gif') no-repeat top left;
	text-indent:-1000em;
	}
#content{
	height:500px;
	}
.bullets{
	margin:20px 0 30px 0;
	font-size:16px;
	}
.bullets li{
	margin:0 0 5px 20px;
	list-style-type:disc; 
	}
.thin{
	width:500px;
	}
.right{
	text-align:right;
	}
#ftr{
	margin-top:15px;
	height:50px;
	font-size:10px;
	color:#454545;
	text-align: center;
	}

.hide {
	display: none;
}
.clear{
	clear:both;
	}

