/*
	..............................................................
	Global settings applied to all elements
	- Sets all margins and padding to help consistency in browsers
	- Global font setting
	..............................................................
*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #686764;
}

/*
	.......................................
	Global settings for text based elements
	Ordered hierarchy <h1> down to <p>
	.......................................
*/

p {
	padding-bottom: 5px;
}

a:link, a:visited {
	color: #FF6600;
}

a:hover, a:active {
	color: #B8B3A5;
}

.strong { /* In place of the <strong> tag - use <p class="strong"> or <span class="strong"> instead of <strong> */
	font-weight: bold;
	line-height: 14px;
}

/*
	.....................................
	Global layout settings for the header
	.....................................
*/

#page {  /* The most outter wrapping div */
	width: 100%;
	margin: 0px auto 0px auto;
}

#logo { 
	margin: 3px 0 0 16px;
	width: auto;
	height: 93px;


}
#contentWrap { /* The div around content - Sometimes called the "band" 
				  which streches right accross the width of the screen
			   */
	background-color: #D9D2C2;
	margin: 12px 0px 0px 16px;
	width: 100%;
	height: 325px;
		letter-spacing: 1.2px;

}

#content { /* The limited width content area */

}

#content_2 { /* The limited width content area */
	width: 809px;
	height: 425px;
}
/*
	Center Panel Settings
*/
#centerPanel {
	margin-top: 30px;
	float: left;
	margin-left: 240px;
	width: 800px;
	border-top: 1px dotted white;
	border-left: 1px dotted white;
	}
/*
	............................
	Global settings for the menu
	............................
*/

#header ul {
position: absolute;
top: 56px;
left: 401px;
}

#header li {

	display: inline;
	float: left;
	list-style: none;
}

#header li a {
	font-size: 10px;
	display: block;
	padding: 4px 9px;
	color: #686764;
	text-decoration: none;
	font-weight: bold;					
}

#header li a:hover {
	color: #D9D2C2;

}




/****** pages *************/

#leftPanel {
	left: 16px;
	top: 120px;
	height: 293px;
	position: absolute;
}

#leftPanel a, #leftPanel p {
	font-size: 11px;
	line-height: 11px;
	text-decoration:none;
}

#leftPanel p {
	width: 120px;
	height: 16px;
	padding: 10px 0px 15px 20px;
}

#leftPanel ul {

}


#leftPanel li{
	display: inline;
	float:left;
	padding-bottom: 15px;
}

#leftPanel li a {
	display:block;
	font-size: 10px;
	width: 13px;
	height: 13px;
	padding: 2px 1px 2px 2px;
	color: #686764;
	text-decoration: none;
	font-weight: bold;
		
}
#leftPanel.section li a{
	color: #006699;
}
.pagetitle {
	color:#FFFFFF;
	font-size:14px;
	border-bottom: 1px white dotted;
	border-right: 1px white dotted;
	margin-left: 11px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
	width: 215px;
}
#PortNumericalNav ul li a {
	margin: 3px;
	color:#666666;
	display: inline;
	}
#PortSection ul li a {
	margin: 0px 10px;
	width: 10px;
	color: #666666;
	padding: 0px 5px;
}

.PortOn {
border: 1px #FF6600 dotted;
	}
.menuItemOn {
	color: #B8B3A5;
	border:#999999 1px dotted;
	background-color: #FFFFFF;
	
}
#ProjectDescription {
	width: 230px;
	position: absolute;
	top: 446px;
	left: 19px;
	display: block;
	}

#ProjectDescription p {
	margin-top: 5px;
}

#ProjectDescription a:link, #ProjectDescription a:visited {
	text-align:left;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #999999;

}
#ProjectDescription a:hover, #ProjectDescription a:active  {
	color: #B8B3A5;
	}
#aboutContent {
	margin: 15px;
	width: 680px;
}
#aboutContent a {
	color: #666666;
	}
#contactContent {
	margin: 40px 30px;
	}
#portfolioContent {
	margin: 0px 0px 0px 1px;
	width: 800px;
	z-index: 0;
}
#layerdiv_1, #layerdiv_2, #layerdiv_3, #layerdiv_4, #layerdiv_5, #layerdiv_6 {
	display:none;
}
.Main {
	background-image:url(../i/bgPortMain.gif);
	background-position:top center;
	background-repeat:no-repeat;

	
	}
#pageLeft {
	margin-left: 4px;
	height: 280px;
	}
#pageLeft img {
	margin-left: 8px;
	margin-top: 15px;
	width: 205px;
	border: 1px white solid;
}
#linksContent {
	margin: 15px;

}
#linksContent ul {
	margin-left: 5px;
	list-style:none;
}
#linksContent ul ul {
	margin-left: 20px;
	list-style: disc;
	}
	

/*
	Right Panel settings
*/
#rightPanel {
	position: absolute;
	left: 570px;
	width: 257px;
	top: 93px;
}

/*
	Right Box settings
*/
.rightBox {
	margin-top: 68px;
	margin-left: 54px;
	width: 189px;
	background-color: #B8B3A5;
	border-bottom: 8px solid #AEA99C;
}

.rightBox p {
	color:#FFF;
	font-size: 12px;
}

/*
	..............................
	Global settings for the footer
	..............................
*/
#footer {
	border-top: 1px solid #D9D2C2;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	position:absolute;
	top: 700px;
	
}

#footer p {
	display: inline;
}

#footer span {
	position: relative;
	left: 600px;
}

#footer a {
	text-decoration: none;
	color: #686764;
}

#footer a:hover {
	color: #D9D2C2;
	background-color:#FFFFFF;
	border: 1px #999999 dotted;
}

/* HACKS */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* CSS Document */
