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


/*------->>>GLOBAL 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body	{
	text-align: center;
	background:#011a58 url(images/design/body_grad.gif) repeat-x ;
	font-size:67.5%;
	margin-top:0px;
	padding-top:0px;
	font-family:  Arial, Verdana,  helvetica,   "MS Sans Serif", sans-serif;
	}

h1 {
	font-family: georgia;
	font-size:1.4em;
	color:#011a58;
	font-weight:normal;
	padding-bottom:10px;
	}

h2 {
	font-family: georgia;
	font-size:1.2em;
	color:#011a58;
	font-weight:normal;
	padding-bottom:10px;
	} 
	
#wrapper {
	width:800px;
	margin:0px auto 0px auto;
	padding-top:0px;
	text-align:left;
	}

#header	{
	background-image: url(images/design/header.gif);
	background-repeat:no-repeat;
	height:200px;
	}

#content {
	background: #fff;
	font-size:1.6em;
	color: #000;
	}

#content p {
	border-bottom: #51b4ff solid 1px;
	padding-bottom:20px;
	font-size:0.8em;
	line-height:1.2em;	
	
	}
	
#blurb {
	float:right;
	width:350px;
	padding: 25px 40px 25px 25px;
	text-align:justify;
	border-left: #51b4ff dotted 1px;}
#blurb p {
	padding-top:20px;
	}

#services  { 
	background: #fff url(images/design/light_blue_grad.gif) repeat-x;
	margin-top:20px;
	}
	
#services li{
	line-height:1.4em;
	margin:auto 40px auto 20px;
	border-bottom: #51b4ff dotted 1px;
	font-size:0.8em;}
		
#content_left {
	margin-right:410px;
	}

#clear_bottom {
	clear:both;
	}
	
#footer	{
	background-image:url(images/design/footer.jpg);
	background-repeat:repeat-x;
	height:96px;
	}

#footer p {
	color: #fff;
	padding-top:80px;
	margin-left:20px;}
	
#footer a {
	color:#ffde00;
	}
.copyright {
	float:right;
	margin-right:20px;
	}
/* Navigation */



#navlist{
	
	margin-top:20px;
	margin-left:20px;
	font-size:2.2em;
	color:#222;
	
	}
		
#navlist li {
	display:inline;
	}
	
#navlist a{
	color:#51b4ff;
	text-decoration:none;
	margin-right:20px;
	
	}

#navlist a:hover {
	color:#51b4ff;
	text-decoration:none;
	border-bottom: #51b4ff solid 2px;
	}
	
/* Classes */

.main_pic {
	float:left;
	padding:20px 0px 10px 12px;
	}
	

.logo {
	text-align:left;
	}	


