* {margin:0;padding:0}
/* mac hide \*/
html,body {height:100%;width:100%;}
/* end hide */
img {
	border:0;
	/*display:block;*/
}

/* mac hide \*/
* html #tree {height:1%}
/* end hide */
object{float:left;width:100%;}

form {
	padding:0;
	margin:0;
}

/* had issues with ie*/
label {
	display: block;
	float:left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 150px;
	padding-right: 10px;
}

form br {
	clear:left;
}

fieldset {
	width:21%;
	float:left;
	padding:5px;
	margin-left:2px;
	border: 1px gray solid;
}
legend {
	padding:2px;
}
input, textarea, select {
	background-color: #f8f9f4;
	color:#666666;
	font-size: 11px;
	font-family: "Trebuchet MS", "Helvetica CY", arial, serif;
	padding:2px;
}




body {
	background: #babdaf url(/img/bg.jpg) repeat-y;
	text-align:center;
	/*min-height:588px; for good browsers*/
	min-width:810px; /*for good browsers*/
	
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {	
	margin: 0 auto;
	width:810px;
	text-align: center;
	background-image:url(../img/main_bg.jpg)}
#left {
	width:215px;
	float:left;
	display:block;
}
#right {
	text-align:left;
	width:595px;
	float:left;
	display:block;
}
#bottom {
	text-align: center;
	vertical-align:bottom;
	clear: both;
}
#footer {
	background: #a7aa9d url(../img/bottom.jpg) bottom no-repeat;
	text-align:right;
	font-family:"Trebuchet MS", "Helvetica CY", arial, serif;
	font-size:10px;
	color:#878b7b;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:2em;
}
#footer a {text-decoration:none;color:#656663;padding:0 4px;}
#footer a:hover { text-decoration:underline;padding:0 4px; }
#bottom img, #footer img {
	vertical-align:bottom;
	text-align:center
}

/* ----- LEFT SIDE ----- */
#tree {
	border:0;
	padding:0;
	margin:0;
}
#pgTitle {
	width:215px; 
	height:45px;
	background: url(../img/pg_title.jpg);
	text-align:right;
	clear:both;
}
#pgTitle p {
	font-family:"Trebuchet MS", "Helvetica CY", arial, serif;
	font-size: 15px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	padding: 20px 5px 0 0;
}
#validates {
	padding-top:15px;
	text-align:left;
	padding-left:25px;
	vertical-align:bottom;
}
#validates img { padding-top:5px; display:block;}
#left ul {
	margin:10px 0;
	padding:0;
	list-style: none;
}
#left ul li {
	margin:0;
	
	padding: 5px 0;
	text-align:right;
	font-family:"Trebuchet MS", "Helvetica CY", arial, serif;
	font-size: 11px;
	font-weight:bold;
	color:#e9ecdb;
}
#left ul li a{
	background: url(/img/sidelink_bullet.jpg) right no-repeat;
	color: #e9ecdb;
	text-decoration:none;
	padding:2px 12px 2px 2px;
}
#left ul li a:hover {
	/*border-top: 1px green solid;
	border-bottom: 1px green solid;*/
	padding:2px 12px 2px 2px;
	background: url(/img/sidelink_bullet2.jpg) right no-repeat;
	color: #979991; /* d45043*/
}



/* ----- RIGHT SIDE ----- */
#nav {
	height:127px;
	width:595px;
	background: url(/img/right_top.jpg) top right no-repeat;
	font-family:"Trebuchet MS", "Helvetica CY", arial, serif;
	font-size: 11px;
	font-weight:bold;
	color:#e9ecdb;
}

#nav ul {
	margin:0;
	padding: 19px 0 0 165px;
	list-style: none;
	/*width:550px;*/
}
#nav ul li {
	margin:0;
	float:left;
	padding: 8px 14px;
}
.divider {
	background: url(/img/nav_divider.jpg) right no-repeat;
}
#nav ul a {
	text-decoration:none;
	color:#e9ecdb;
}

#logo {
	background: url(/img/right_logo.jpg);
	height:64px;
	width:595px;
}
#breadcrumbs {	
	margin-top:5px;
	width:575px;
	height:27px;
	background: #e9ecdb;
	font-family:"Trebuchet MS", "Helvetica CY", arial, serif;
	font-size:10px;
	color:#77796f;
	text-transform:capitalize;
}
#breadcrumbs p {
	padding: 7px 8px 7px 10px;
}
#content {
	font-family:"Trebuchet MS", "Helvetica CY", arial, serif;
	font-size:11px;
	color: #77796f;
	padding:10px 25px 10px 12px;
}
#content a, #breadcrumbs a {
	color: #54564f;
}
#content a:hover, #breadcrumbs a:hover {
	text-decoration:none;
	background: #dfe2d3;
}
.outerBoxMain {
	width:95%;
	background-color: #e6e9dd;
	padding:5px;
	float:left;
	margin:2px;
}
.outerBoxPages {
	width:540px;
	background-color: #e6e9dd;
	padding:5px;
	float:left;
	margin:2px;
}
.outerBoxPages ul {
	padding:0;
	margin:0;
	list-style:none;
}
.outerBoxPages ul li {
	margin:0 0 0 10px;
	padding:5px 0 5px 15px; 
	background: url(/img/mid_bullet.jpg) left no-repeat;
}

.outerBoxSide {
	width:225px;
	background-color: #e6e9dd;
	padding:5px;
	float:left;
	margin:2px;
}

.innerBox, .innerBoxArticles, .innerBoxProjects {
	background-color: #eceee5;
	border:1px #dde0d5 solid;
	padding:10px;

}
.innerBox p, innerBoxProjects p {
	line-height:16px;
	padding: 3px 4px 10px 4px;
}
.innerBox b, .innerBox strong {
	color: #666666;
}

h1 {
	font-size:15px;
	font-style:italic;
	color:#d45043;
	text-transform:lowercase;
	line-height:22px;
	padding-bottom: 8px;
}
h2 {
	margin: 12px 0 0 0;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	color:#797c70;
	line-height:18px;
	text-transform:lowercase;
	border-bottom:1px #CCCCCC dotted;
	background-color: #e7e9e1;
}
h3 {
	margin: 5px 0 0 0;
	padding: 0 2px 0 4px;
	font-size:11px;
	font-weight:bold;
	color:#909d49;
	line-height:18px;
}
.innerBoxArticles ul {
	margin:0;
	padding:0;
	list-style: none;
}
.innerBoxArticles ul li {
	padding:2px 0 12px 2px;
	display:block;
	line-height:15px;
}
.innerBoxArticles ul li a {
	padding:3px;
	color: #54564f;
	text-decoration:underline;
	display:block;
}
.innerBoxArticles ul li a:hover {
	padding:3px;
	text-decoration:none;
	background: #dfe2d3;
	display:block;
}
.innerBoxProjects img {
	margin:8px 3px;
}
.innerBoxProjects a img {
	border:1px #c0c2ba solid;
}
.innerBoxProjects a:hover img {
	border:1px #fff solid;
}


.wedBox {
	position:relative;
	background:url(/img/box_bg.jpg);
	height:31px;
	width:180px;
	margin-left: 23px;
	margin-top:15px;
	margin-bottom:5px;
	border:1px #d0d8d8 solid;
	font-family:"Trebuchet MS", "Helvetica CY", arial, serif;
	font-size:11px;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	line-height:30px;
}
.wedBox a {
	color:#fff;
	text-decoration:none;
}
.wedBox a:hover {
	text-decoration:underline;
}


.imgSnug {
	float:left;
}
.clearRight {
	clear:right;
}