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

/* BG Gold	#d5a22d */
/* BG Brown	#2c220b */

html {
	height: 100%;
}

body {
	height: 100%;
	min-width: 960px; /* Prevents big BG from sliding off the page */
	min-height: 1px; /* The height of the image file */
	background: #d5a22d url(../images/main_bg.gif) repeat-y center 0px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #ffffff;
	cursor: default;
}

/* Layers */

#ads {
	display: none;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;

}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 87px;
	background: url(../images/head_logo.png) no-repeat 0 0;
}

#header h2 {
	float: right;
	width: 400px;
	margin: 50px 20px 0 0;
	display: inline;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
}

/* Navigation */
/*
#nav {
	height: 56px;
	background: #4f5d4a;
}

#nav a:link, #nav a:visited {
	display: block;
	padding: 12px 42px 11px 32px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	color: #d6a326;
	font-size: 14px;
}

#nav a:hover, #nav a:active {

	color: #e57c28;
}
*/

#navbox {
	height: 56px;
	background: #4f5d4a;
}

#nav span {
	font-weight: normal;
	color: #ffffff;
	font-size: 12px;
}

body#pgabout a#navpgabout,
body#pgdev a#navpgdev,
body#pgfin a#navpgfin,
body#pgstrat a#navpgstrat,
body#pgport a#navpgport,
body#pgcon a#navpgcon {
	color: #d86031;
}

/* remove the list style */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
}	
	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	float:left; 
	display:block; 

	background:#ccc; 
	position:relative;
	z-index:500; 
	margin:0 1px;
	background: url(../images/nav_divider.gif) no-repeat right top;
}
		
/* this is the parent menu */
#nav li a {
	display:block; 
	padding: 13px 22px 20px 16px;
	font-size: 14px;
	font-weight:700;  
	height:23px; 
	text-decoration:none; 
	color: #d6a326;
}

#nav li a:hover {
	color: #e57c28;
}
	
/* you can make a different style for default selected value */
#nav a.selected {
	color:#f00;
}
	
/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding: 6px 0px 10px 0px;
	list-style:none;
	background: #44543e;

	-moz-border-radius-bottomright: 8px; /* for Firefox */
	-webkit-border-radius-bottomright: 8px; /* for Safari */
	-khtml-border-radius-bottomright: 8px; /* for Linux */
	border-bottom-right-radius: 8px; /* for ??? */

	-moz-border-radius-bottomleft:8px;  /* for Firefox */
	-webkit-border-radius-bottomleft: 8px;  /* for Safari */
	-khtml-border-radius-bottomleft: 8px;  /* for Linux */
	border-bottom-left-radius: 8px; /* for ??? */
}
		
#nav ul li {
	float:left;
	background: none;
}
		
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;  
	height:12px;
	padding: 6px 14px 6px 14px; 
	color:#ffffff;
	font-size: 13px;
	font-weight: normal;
}
		
#nav ul a:hover {
	text-decoration:underline;	
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

/* Main Pics */

#mpic {
	height: 250px;
}

/* Main Container */

#maincont {
	margin-bottom: 30px;
}

#maincont a:link, #maincont a:visited {
	color: #e57c28;
	text-decoration: none;
}

#maincont a:hover, #maincont a:active {
	text-decoration: underline;
}

/* Main Container Left */

#m2coleft {
	float: left;
	width: 174px;
	font-size: 15px;
}

#m2coleft h5 {
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 8px;
}

#m2coleft ul {
	padding-left: 20px;
	font-size: 13px;
}

#m2coleft li {
	background: url(../images/nav_bullet.gif) no-repeat 0 3px;
	margin-bottom: 6px;
	padding-left: 10px;
}

/* Main Container Right */

#m2colright {
	float: right;
	width: 786px;
	margin-top: 20px;
	background: url(../images/mborder.gif) repeat-y left;
}

#m2colright h2 {
	margin-bottom: 12px;
	padding-left: 30px;
	font-size: 25px;
}

#m2colright h3 {
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 19px;
	line-height: 24px;
}

#m2colright h3.project {
	margin-left: 30px;
	margin-right: 20px;
	padding-top: 12px;
	padding-left: 0px;
	border-top: #C60 dotted 1px;
}

#m2colright h5 {
	margin-bottom: 12px;
	padding-left: 30px;
	font-size: 14px;
}

#m2colright ul {
	margin-left: 0px;
	margin-right: 20px;
	padding-top: 2px;
	padding-left: 30px;
	font-size: 16px;
}

#m2colright ul h4 {
	margin-right: 20px;
	margin-bottom: 6px;
	font-size: 16px;
}

#m2colright li {
	font-size: 13px; /* Orig 14px */
	margin-bottom: 14px;
	line-height: 23px; /* Orig 18px */
}

#m2colright p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 12px;
}

#m2colright ul h4 {
	margin-right: 20px;
	margin-bottom: 6px;
	font-size: 16px;
}

#m2colright ul.list {
	margin-bottom: 20px;
}

#m2colright ul.list li {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 14px;
	list-style: outside circle;
}

#m2colright ul.gal {
	margin-bottom: 12px;
}

#m2colright ul.gal li {
	display: inline;
}

#m2colright ul.gal img {
	padding: 1px;
	border: #c60 solid 1px;
}

/* Footer */

#footer {
	clear: both;
	height: 94px;
	margin-bottom: 20px;
	background: url(../images/foot_bg.gif) repeat-y;
	font-size: 12px;
	line-height: 15px;
}

#footer p {
	padding: 18px 0 0 20px;
}

#footcopy {
	float: right;
	display: inline;
	width: 300px;
	margin: 62px 20px 0 0;
	text-align: right;
}

.unitPng {
}
