/* BODY
---------------------------------------------*/

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align: center;
	color:#333;
	background-color: #FFFFFF;
}



/* STRUCTURE
---------------------------------------------*/
#container {
	width:750px;
	margin:0 auto;
	text-align:left;
	background: #fff;
	padding: 0px;
}

#header {
	text-align: right;
	border-bottom: 1px solid #E5E5E5;
	margin: 0px;
	padding: 15px 15px 0px 0px;
	height: 125px;
}

#nav {
	text-align: right;
	border-top: 15px solid #ED6123;
	margin: 0px 250px 0px 0px;
	padding: 0px;
}

#content {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0px;
	line-height: 1.5em;
}

#main-content {
	margin: 20px;
}


#sidebar {
	float: left;
	width: 248px;
	border-left: 1px solid #CCCCCC;
	margin: 10px 0px 25px;
	padding: 0px;
}
#footer {
	clear: both;
	border-top:1px solid #DADADA;
	font-size: 10px;
	color: #999999;
	text-align: right;
	background: #FFFFFF;
	padding-right: 8px;
	padding-bottom: 8px;
}



/* TYPOGRAPHY
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #999;
	font-weight: normal;	
}

h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	margin-bottom: 5px;
	font-style: italic;
}

p {
	padding-left: 5;
	margin-top: 8px;
}


/* NAVIGATION
---------------------------------------------*/

/* top navigation */

#topnav {
	margin: 0;
	padding: 5px 0 0 0;
}

#topnav li {
	display: inline;
	list-style: none;
}

#topnav a {
	font-weight: bold;
	margin:0 10px 4px 10px;
	text-decoration: none;
	color: #ED6123;
}

#topnav a:hover {
	color: #999999;
}


body#home #home_tab a,
body#about #about_tab a,
body#news #news_tab a,
body#projects #projects_tab a,
body#contact #contact_tab a {
	margin:0 10px 0 10px;
	color: #666;
}

/* sub navigation */

#subnav {
	margin-left: 20px;
	margin-right: 10px;
}

#subnav a, #subnav a:visited {
	text-decoration: none;
	color: #ED6123;
}

#subnav a:hover {
	color: #666666;
}

/* LINKS
---------------------------------------------*/

a {
	color:#ED6123;
	text-decoration: none;
}

a:link {
	color:#ED6123;
	text-decoration: none;
}

a:visited {
	color:#ED6123;
	text-decoration: none;
}

a:hover {
	color:#666666;
	text-decoration: none;
}

a:active {
	color:#93BF35;
	text-decoration: none;
}


/* LISTS
---------------------------------------------*/


/* BASIC NUMBERED LIST
---------------------------------------------*/

ol {
	margin: 0;
	padding: 0 0 0 30px;
}

ol li {
	line-height: 1.5em ;
}



/* BASIC UNORDERED LIST
---------------------------------------------*/

ul {
	padding: 0 0 10px 15px;
	margin-top: 0px;
}

ul li {
	line-height: 1.5em ;
	list-style: circle;
}



/* GENERIC DEFINITION LIST
---------------------------------------------*/

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0 0 0 5px;
}

dd {
	margin: 0;
	padding: 0 0 10px 5px;
}

/* IMAGES
---------------------------------------------*/
img {
	border: 0;
}


/* CLASSES
---------------------------------------------*/
.hide {
	display: none;
}
.btmrule {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
address {
	font-style: normal;
	line-height: 1.5em;
}
#subnav li {
	list-style: url(none) none;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#footer p {
	line-height: normal;
	margin: 0px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav a.active {
	color: #666666;
}

