* { padding: 0; margin: 0; }
html {
	margin: 0px;
	padding: 0px;
}

body  {
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(graphics/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f8fbfb;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #3C3C3C;

}
#wrapper {
	width: 922px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#header {
	color: #333;
	width: 920px;
	float: left;
	padding: 0px;
	height: 174px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top {
	color: #A4A4A4;
	width: 915px;
	float: left;
	height: 17px;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.grey:link   {
	color: #9D9D9D;


}
.grey:visited {
	color: #9D9D9D;
}

.grey:hover {
	color: #00BEF2;


}
#top-right {
	float: right;
	width: 334px;
	margin-top: 63px;
	display: block;
}

#navigation {
	float: left;
	color: #333;
	margin: 0px;
	width: 550px;
	height: 40px;
}
#leftcolumn {
	margin: 0px;
	min-height: 350px;
	width: 550px;
	float: left;
	padding-top: 10px;
	display: block;
	line-height: 19px;
}
#rightcolumn {
	float: right;
	color: #666666;
	min-height: 450px;
	width: 310px;
	display: inline;
	background-image: url(graphics/right-col.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c7dcdf;
	border-bottom-color: #c7dcdf;
	border-left-color: #c7dcdf;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8db8bf;
	background-color: #fafafa;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 16px;
}
#logo{
	float:left;
	margin-top:56px;
	margin-left:0px;
}
a:link, a:visited, a:active{
	color: #00C0EF;
	text-decoration:none;
}
a:hover {
	color: #212F2F;
	text-decoration:none;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto;
	padding: 4px 0;
	font-family: tahoma, arial;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	background: transparent url('graphics/aeroleft.gif') no-repeat top left;
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 31px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 3px; /*spacing between buttons*/





filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.9;
	-moz-opacity: 0.9;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
	color: #333333; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('graphics/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color: #01BFF3;
}

.black a.aero{
background-image: url('graphics/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('graphics/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

li{
	list-style-type: none;
	list-style-image: url(graphics/arrow.jpg);
	margin-left: 16px;
	margin-bottom: 8px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
	}
html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 1%;
	}

#footer {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(graphics/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 110px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	background-color: #434F4F;
}
#footer-content {
	color: #01BFF1;
	width: 920px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
#footer-content strong {
	font-weight: bold;
	color: #FFFFFF;

}

#footer-content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	
#content {
	float: left;
	width: 518px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 4px;
}
.copyright {
	float: right;
	display: inline;
	padding-top: 63px;
	color: #01BFF1;
	font-size: 11px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 300px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #00C0EF;
	margin-bottom: 14px;
	margin-top: 10px;
}
h2 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 4px;
	color: #00C0EF;
	margin-bottom: 14px;
}

p {
	margin-bottom: 15px;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.port-box {
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#menu-bar{
	padding-top: 0px;
	padding-bottom: 35px;
	background-image: url(graphics/ul-bg.jpg);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
ul#main-nav	{
	width: 550px;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#extra-nav{
	width: 550px;
	float: right;
	text-align: right;
	margin: 10px 0 0 0;
}
ul#main-nav	li, ul#extra-nav li {
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
ul#main-nav li a, ul#extra-nav li a {
	text-transform: uppercase;
	color: #666666;
	font-size: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 11px;
}

ul#main-nav li a:hover,
ul#extra-nav li a:hover,
body#portfolio ul#extra-nav li.portfolio a,
body#default ul#main-nav li.home a,
body#aboutus ul#main-nav li.aboutus a,
body#gecko ul#main-nav li.gecko a,
body#portfolio ul#main-nav li.portfolio a,
body#services ul#main-nav li.services a,
body#contact ul#main-nav li.contact a,
body#resume ul#extra-nav li.resume a{
	color: #00C0EF;
}
