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


.clear{
		clear: both;
	}

/*GENERAL FORMATTING*/
* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif ;
	}

body {
	background-color:#d9f9b8;
	}
	
div {
	margin:0px;
	padding:0px;
	position:relative;
	}

#header, #topnav, #content, #footer{
	width:810px;
	margin: 0px auto;
	}

a {
	color:#fff;
	text-decoration:none;
 	}
/*GENERAL FORMATTING END*/


/*HEADER*/
#header	{		
	background-image:url(images/headermiddle.jpg);
	background-repeat:repeat-x;
	height:177px;
	}
	
#header img {
	border:none;
	float:left;
	}
	
h2 {
	background-image: url(images/headerend.jpg);
	background-repeat:no-repeat;
	background-position:right top;font-size:18px;	
	text-align:right;
	padding-top: 120px;
	padding-right:20px;
	text-align:right;
	height:177px;
	}
/*HEADER END*/


/*NAVIGATION*/
/* Current Page Hilighting */
#home #topnav .home a {
	cursor: default;
	font-weight:bold;
	}
	
#services #topnav .services a {
	cursor: default;
	font-weight:bold;
	}
	
#expertise #topnav .expertise a {
	cursor: default;
	font-weight:bold;
	}

#contact #topnav .contact a {
	cursor: default;
	font-weight:bold;
	}
/* Current Page Hilighting End*/

/*Top Navigation Buttons*/
#topnav {
	background-image:url(images/topnav.jpg);
	background-repeat:no-repeat;
	background-position: top;	
	height:58px;}

#topnav ul{
	margin-right:20px;
	list-style-type: none;
	float:right;
	}

#topnav ul li {
	margin-top:18px;
	float:right;
	width: 90px;
		}

#topnav ul li a {
	font-size: 16px;
	text-align: center;
	padding: 20px 10px;
	}

 
#topnav a:hover {
	font-weight: bold;
	text-decoration: none;

	}

/*Top Navigation Buttons End*/
/*NAVIGATION END*/


/*CONTENT*/

#content {
	background-image:url(images/middlecontent.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	}
	
#content h1{
	background-image:url(images/topcontent.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:70px;
	padding-left:275px;
	padding-top:20px;
	color:#094fa3;
	font-variant:small-caps;
	}

#content .clear {
	background-image:url(images/bottomcontent.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height: 28px;
	}
	
/*SIDEBAR CONTENT*/
#sidebar {
	width:220px;
	float:left;
	margin-left: 50px;
	background-image:url(images/swooshx.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	padding-bottom:20px;
	font-size:20px;
	color: #666666;
	font-variant:small-caps;
	line-height:1.1em;
	font-weight:bold;
	text-align:center;
	}

#sidebar img {
	margin-bottom:20px;
	margin-top:20px;
	border:0px;
	}
	
/*SIDEBAR END*/

/*Main Content*/
#main {
	width: 440px;
	float:right;
	margin-right: 50px;
	border-left: 1px #00adef solid;
	padding-left: 40px;
		}
#main p,h3{
	font-size:14px;	
	line-height:1.3em;
	margin-bottom: 20px;
	}
#main ul li{
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	list-style-type:none;
	margin-top: 10px;
	}
	
#main ul li ul li{
	font-size:14px;
	font-weight:normal;
	margin-left:20px;
	list-style-type: none;
	margin-top: 0px;
	}

#main a {
	color:#000;
	}
	
#main a:hover {
	color:#000;
	text-decoration:underline;
	}

/*Main End*/

/*CONTENT END*/



/*FOOTER*/

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position: top;	
	height:58px;
	}

#footer ul{
	list-style-type: none;
	float:left;
	}

#footer ul li {
	font-size: 12px;
	float: right;
	padding-top: 19px;
	padding-right: 30px;
	color:#FFFFFF;
	}

#footer li#copyright {
	width:350px;
	margin-left: 50px;
	float:left;
	font-style:oblique;
	color:#000000;
	}
	
#footer a:hover, a:active{
	color:#fff;
	text-decoration:underline;
 	}
/*FOOTER END*/
