html, body {
	margin: 0;
	padding: 0;	
}

body {
	background: #EAEAEA url(../images/graphics/bg.gif) repeat-x;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.6;


	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0; 
	text-align: center;

}

#content {
	width: 615px;
	height:450px;
	margin: 40px auto 10px;
	padding: 15px 30px;
	background: #FFF;	
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 10px #BBB;
	-webkit-box-shadow: 0 0 10px #BBB;
	box-shadow: 0 0 10px #BBB;
	
}

h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}

h2 {
	margin: 0;	
}

h1 em {
	font-size: 60%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p { padding: 10px 15px; }


a {
	outline: none;	
}



ul {
	margin: -15px 0 0 40px;
}

ul li {
	text-align: left;	
}


/* ----------------------- test ------------------------*/


/* Normal link */
a:link, a:visited {
	text-decoration: none;
	color: #AE855C;	
}


a img {
	border: 1px solid #DDD;
	text-decoration: none;
	padding: 2px;	
	margin: 10px;

}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
.headBox {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
#header-wrap {
	width: 100%;
	background: #fff url(../images/graphics/bg.gif) repeat-x    ;	
	margin: 0; padding: 0; 
	border-bottom: 1px solid silver;	
}
#header {
	position: relative;
	margin: 0 auto;
	height: 174px;	
}
#header h1#logo-text {
	margin: 0; padding: 0;
}
#header h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 55px Skia, 'Times New Roman', Times, serif;
	letter-spacing: -1px;
	color: #93b876;
	text-decoration: none;
	text-transform:none;	
	/* change the values of top and left to adjust the position of the logo*/
	top: 50px; left: 20px;	
}
#header h1#logo-text a:hover {
	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: skia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 105px; left: 60px;		
}
#header #header-image {
	position: absolute;
	background: url(../images/graphics/header-image.gif) no-repeat;
	width: 178px;
	height: 115px;	
	right: 70px; top: 25px;
	color:#AE855C;
}


/* --------------------- nav ----------------------- */
#header #nav {
	margin:0;
	padding:0;
	position:absolute;
	top:140px;
	left:42px;
	width:880px;
}
ul.menu {
	float:right;
	margin:10px 8px 8px;
	padding:0;
	text-align:left;
}
ul.menu li {
    display:inline;
	background:transparent;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:7px 5px;
}
ul.menu a:link, a:visited {
        color:#888;
        text-decoration: none;
        text-transform: uppercase;
}
ul.menu a:hover {
        color: #7BA857;
}
ul.menu li.active a:link, ul.menu li.active a:visited {
        color: #AE855C;
}
/* --------------------- secondary navigation ----------------------- */
div#right {
        margin:0;
        padding:0;
		position: absolute;
        right: 90px;
        top:240px;
}
div#right a, div#right2 a {
        display:block;
        padding:2px 2px 2px 26px;
}
div#right ul.portNav, div#right2 ul.portNav {
        margin:0;
        padding:0;
        text-align:right;
}
div#right ul.portNav li, div#right2 ul.portNav li {
        padding: 0;
		list-style-type:none;
}
ul.portNav a:link, a:visited {
        color:#888;
        text-decoration: none;
        text-transform: uppercase;
}
ul.portNav a:hover {
        color: #7BA857;
}
ul.portNav li.active a:link, ul.portNav li.active a:visited {
        color: #AE855C;
		text-decoration:none;
		padding-left:21px;
		background:transparent url(../images/graphics/arrow-3.png) no-repeat;
}
ul.portNav li.active2 a:link, ul.portNav li.active2 a:visited {
        color: #AE855C;
		text-decoration:none;
		padding-left:21px;
		background:none;
}


/* --------------------- pano nav ----------------------- */
div#right2 {
		margin:0;
		padding:0;
		position:absolute;
		right:40px;
		top:390px;
}

/* --------------------- end pano nav----------------------- */

/* ----------------------- mail to ------------------------- */
p.mailto {
		font-size:16px;
}
p.tech{
		text-align:justify;
		line-height:1.4em;
}

/* --------------------- end mail to ----------------------- */


/* --------------------- footer ----------------------- */
#footer-wrapper {
	clear:both;
	margin:0 auto;
	text-align:left;
}
#footer-content {
	float:left;
	margin:0 0 0 5px;
	padding:0 0 35px;
	width:100%;
}
#footer-bottom {
	border-top:1px solid #DADADA;
	clear:both;
	font-family:'Trebuchet MS','Helvetica Neue',Arial,sans-serif;
	margin:0 auto;
	width:940px;
}
p.bottom-left {
        padding: 0;
}
p.bottom-left a:link, p.bottom-left a:visited {
        color: #AE855C;
		text-decoration:none;
}
