/* CSS Document */

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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	
	background-color:#748171;
	
   scrollbar-3dlight-color:black;
   scrollbar-arrow-color:black;
   scrollbar-base-color:black;
   scrollbar-darkshadow-color:black;
   scrollbar-face-color:#748171;
   scrollbar-highlight-color:#748171;
   scrollbar-shadow-color:black;
   
   line-height: 1.3;
}

h1, h2 {
	font-weight:bold;
	font-size:medium;
}

h1 {
	margin-top: 12px;
}

p {
	margin: 6px 0;
}

a {
	text-decoration:none;
	color: #004500;
	font-weight:bold;
}

a:hover {
	color:#0011AA;
}

img {
	border: 0;
}



td {
	padding: 6px;
}

/* layout containers */

#mainContainer {
	width: 962px;
	height: 614px;
	
	background-color:#9DB49F;
	
	background-image:url(images/aj-bg-top-banner-1.jpg);
	background-repeat:no-repeat;
	background-position: top;
	
	margin: 10px auto;
	border: solid 4px #FFFFFF;
}

#header {
	height: 101px;
	border-bottom: solid 4px #FFFFFF;
}

/* left menu */

#leftColumn {
	float: left;
	width: 120px;
	height: 509px;
	border-right: solid 4px #FFFFFF;
	background-color:#BCD0B7;
}

#leftColumn ul {
	width: 100%;
}

#leftColumn li {
	list-style:none;
}

#leftColumn li a {
	display:block;
	border-bottom: solid 1px #FFFFFF;
	background-color:#D2DCC8;
	padding: 4px 0 4px 12px;
}

#leftColumn li a:hover {
	background-color:#BB9A9A;
}

/* main content floated right */

#rightColumn {
	float: right;
	width: 834px;
}

#rightColumnPortfolio {
	float: right;
	width: 814px;
}

/* portfolio page */

#portfolioContent {
	float: left;
	width: 570px;
	height: 490px;
	margin-top: 8px;
}

#portfolioScroll {
	float:right;
	width: 230px;
	overflow:auto;
	height: 490px;
	margin-top: 8px;
	margin-right: 10px;
}

.portfolioThumbnail {
	float: left;
	margin: 0 8px 8px 0;
}

.siteIcons img {
	border: 1px solid #666666;
}

.siteIcons img:hover {
	border: 1px solid #990000;
}


/** horizontal divs for portfolio page **/

#portfolioContentUpper {
	width: 700px;
	height: 380px;
	margin: 0 auto;
	
}

#portfolioContentUpperLeft {
	width: 260px;
	float: left;
}

#portfolioContentUpperRight {
	width: 438px;
	float: right;
}

#portfolioContentLower {
	width: 700px;
	height: 100px;
	margin: 0 auto;
}

/*** spry panels ***/

.siteIcons {
	margin: 0 auto;
	clear:both;
}

.siteIcons li {
	list-style: none;
	display: inline;
	margin-right: 8px;
}

.sitePages li {
	list-style: none;
	display: inline;
	margin-right: 4px;
}

.sitePages {
	margin-top: 6px;
}

.sitePages li a {
	border: 1px solid #888888;
	padding: 2px 4px;
	background-color:#C0D1B0;
}

.sitePages li a:hover {
	background-color:#FFFF99;
	border: 1px solid #FF0000;
}

.sitePages .blank {
	border: 1px solid #888888;
	padding: 2px 4px;
	
}



.SlidingPanels {
   
   width: 700px;
   height: 100px;
   padding: 0px;
}

.SlidingPanelsContentGroup {
   
   height:840px;
   margin: 0px;
   padding: 0px;
   width: 100%;
}

.SlidingPanelsContent {
   width: 100%;
   height: 100px;
   overflow: hidden;
   margin: 0px;
   padding: 0px;
   
}

/****** HOME ************************/

.panelHome {
	width: 700px;
	margin: 10px auto;
	clear:both;
	
	min-height: 130px;
}

.panelHome table {
	margin-left: 12px;
}

.panelHome p {
 	padding-left: 16px;
}

.panelHome img {
	padding: 16px;
}

.panelHome .floatRight {
	float: right;
}

.panelGreen {
	background-color:#A9D3B8;
}

.panelKhaki {
	background-color:#BDC6AC;
}



/******************************/

#pageHeader {
	height: 55px;
}

#content {
	width: 857px;
	height: 546px;
	background-image: url(images/aj-bg-home.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* spry tabbed panel */

.TabbedPanelsContent {
	background-color:#B5C5B1;
	background-image:url(images/aj-bg-content-1.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.TabbedPanelsTab {
	font-size: small;
}

.TabbedPanelsTabSelected {
	background-color: #AFC6B1;
	border-bottom: 1px solid #AFC6B1;
}



/****** odd fixes *****/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.marginLeft {
	margin-left: 260px;
}

.padImageLeft {
	padding-right: 8px;
	padding-bottom: 8px;
}

.floatImageLeft {
	float: left;
	
}
