/*--------------------------------------------*/
/*  Andrew Consulting Engineers Sytle sheet	  */
/*--------------------------------------------*/

body {
	padding:0px;
	margin:0px;
	background:url(../images/backgroundSlice.png) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	margin: 0px auto;
	width: 850px;
}

/*------------<header>----------------*/
#header {
}
#logo {
	margin: 0 0 6px 0;
}
/*-----------<navBar>----------------*/
#navBar {
	height:31px;
	width:364px;
	float:right;
}
#navBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navBar li {
	display:inline;
}

/*--------<CSS rollovers>-----------*/
/*----------<about>-------*/
#navBar #aboutLink a {
	float:left;
	height:31px;
	width:75px;	
}
li.about a:link, li.about a:visited {
	background:url(../images/BTNabout.png) no-repeat;
	width: 75px;
	height: 31px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.about a:hover {
	background: url(../images/BTNabout.png) no-repeat;
	background-position:0 -31px;
}
#about #navBar li.about a {
	background-image: url(../images/BTNabout.png);
	background-position: 0 -31px;
	width: 75px;
	height: 31px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}

/*---------<projects>-------------------*/
#navBar #projectsLink a {
	float:left;
	height:31px;
	width:105px;	
}
li.projects a:link, li.projects a:visited {
	background:url(../images/BTNprojects.png) no-repeat;
	width: 105px;
	height: 31px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.projects a:hover {
	background: url(../images/BTNprojects.png) no-repeat;
	background-position:0 -31px;
}
#projects #navBar li.projects a {
	background-image: url(../images/BTNprojects.png);
	background-position: 0 -31px;
	width: 105px;
	height: 31px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}

/*---------<profiles>-------------------*/
#navBar #profilesLink a {
	float:left;
	height:31px;
	width:99px;	
}
li.profiles a:link, li.profiles a:visited {
	background:url(../images/BTNprofiles.png) no-repeat;
	width: 99px;
	height: 31px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.profiles a:hover {
	background: url(../images/BTNprofiles.png) no-repeat;
	background-position:0 -31px;
}
#profiles #navBar li.profiles a {
	background-image: url(../images/BTNprofiles.png);
	background-position: 0 -31px;
	width: 99px;
	height: 31px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}

/*---------<contact>-------------------*/
#navBar #contactLink a {
	float:left;
	height:31px;
	width:85px;	
}
li.contact a:link, li.contact a:visited {
	background:url(../images/BTNcontact.png) no-repeat;
	width: 85px;
	height: 31px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.contact a:hover {
	background: url(../images/BTNcontact.png) no-repeat;
	background-position:0 -31px;
}
#contact #navBar li.contact a {
	background-image: url(../images/BTNcontact.png);
	background-position: 0 -31px;
	width: 85px;
	height: 31px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
/*-----------</navBar>----------------*/
/*-----------</header>----------------*/

/*----------<banner>---------------*/
#banner {
	clear: both;
	margin: 4px 0 0 0;
	background: url(../images/ACEpic.png) right top no-repeat;
	float: left;
	width: 850px;
}
/*----------</banner>---------------*/


/*------------<mainContent>-----------------*/
#mainContent {
	clear: both;
	margin: 25px 15px 25px 5px;
	float: left;
	width: 830px;
}
#mainContent a:link, #mainContent a:visited {
	color:#990000;
	text-decoration:none;
}
#mainContent a:hover {
	text-decoration:underline;
}
#leftColumn {
	float: left;
	width: 390px;
	color:#666666;
}
/*-- profiles pages only --*/
#leftColumnP {
	float: left;
	width: 575px;
	color:#666666;
}
#profileNav {
	float: right;
	margin: 0 0 0 50px;
	padding: 0 0px 15px 25px;
	width:150px;
	text-align:right;
}
#profileNav ul {
	margin: 5px 0 0 5px;
	padding:0;
}
#profileNav li {
	list-style-type:none;
	padding: 10px 0 0;
}
/*-- profiles pages only --*/
/*-- projects pages only --*/
#leftColumnP {
	float: left;
	width: 585px;
	color:#666666;
}
#projectsNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float: right;
	padding: 0 0 15px 25px;
	width:185px;
	text-align:right;
}
#projectsNav ul {
	margin: 10px 0 0 0;
	padding:10px 0 0 0;
}
#projectsNav li {
	list-style-type:none;
	border-bottom:1px solid #ddd;
	padding: 10px 3px 10px 0;
}
#projectsNav li:first-child {
	border-top:none;
}
/*-- projects pages only --*/

#rightColumn {
	float: right;
	padding:25px 0 0 0;
	color:#666666;
}

#flash {
	border: 1px solid #cccccc;
	padding: 3px;
	height:267px;
	width:400px;
	margin:25px 0 0 0;
}
#address {
	line-height:18px;
	padding: 35px 0 0 25px;
	text-align:right;
}
#slimbox img {
	padding: 3px;
	margin: 5px 5px;
	height:100px;
	border: 1px #CCCCCC solid;
}
#slimbox img:hover {
	background:#CCC;
}

/*------------</mainContent>-----------------*/

/*------------<footer>-----------------*/
#footer {
	clear: both;
	padding: 10px 0;
	margin: 50px 0;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	color:#999999;
	line-height:16px;
	float:left;
	width:850px;
}
#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*------------</footer>-----------------*/


/*------------- CLASSES -------------*/
.pText {
	color:#666666;
	line-height: 26px;
	padding: 0 0 0 5px;	
}
.small {
	font-size:10px;
	font-style:italic;
	text-align:right;
	padding: 5px 0 0 0;
}
.img {
	padding: 3px;
	margin: 0 0 5px 10px;
	border: 1px #CCCCCC solid;
}
.map {
	padding: 3px;
	border: 1px solid #cccccc;
	margin:0;
}


	