/* Basics and Browser Resets */
* { 
	margin:0; padding:0; 
}
html { 
	height: 100%;
}
body {
	color: #a2a2a2;
	font-family: "Lucida Grande",Lucida, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100%;
	line-height: 1.2em;
	background:#000;
	text-align:left;
}
p, div {
	margin: 0;
	text-align:left;
}
ul {
	margin: 0;
	list-style-type:none;
}
li {
	list-style-position: inside;
}
a {
	color: #ca193c;
	text-decoration: none;
	outline:0;
}

a:hover {
	color: white;
}
a img { border:0; }

/* Text Styles */
h1 {
	font-size:1.13em;
	font-weight:bold;
	margin-bottom:0.81em;
	color:#6b6b6b;
	font: normal 1em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	
}
h1 a {
	color:#6b6b6b;
	text-decoration:none;
}
h2 {
	margin-bottom:0.81em;
	color:white;
	font: normal 1em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}
h3 {
	font-size:0.81em;
	font-weight:normal;
	margin-bottom:0.81em;
	color:white;
	text-decoration:none;
}
h3 a {
	color:white;
	text-decoration:none;
}
#details a {
	color:#999;
}
#details a:hover {
	color:#E5E5E5;
}
#page-body p {
	font-size:0.81em;
	margin-bottom: 0.81em;
	color:#666;
}

#noflash-message {
	padding:40px;
	margin: 20px auto;
	background-color:#111;
	width:400px;
}

#footer a{
	color:#2c2c2c;
}
#footer a:hover {
	color:#999;
}
/* Top Logo Bar */
#logo-bar {
	width:100%;

}
#logo-bar-left {
	width:50%;
	height:54px;
	background:url(../img/logo_bar_l.png) repeat-x top;
	float:left;
}
#logo-bar-right {
	width:49.9%;
	height:54px;
	background:url(../img/logo_bar_r.png) repeat-x top;
	float:left;
}
#logo-bar-lcontent {
	width:100%;
	height:54px;
	background:url(../img/lcurve.png) no-repeat top right;
	float:left;
}
#logo-bar-rcontent {
	width:100%;
	height:54px;
	background:url(../img/rcurve.png) no-repeat top left;
	float:left;
}
#logo-bar-rcontent img{
	margin:0 -28px 0 28px;
}
/* Main Content Containers */

#container {
	width:930px;
	margin: 0 auto;
	clear:left;
}
#logo {
	float:left;
	margin-left:15px;
}
#details {
	float:right;
	text-align:right;
	margin:30px 15px 0 0;
	font-size:0.75em;
	color:#999;
}
#nav {
	clear:both;
	width:100%;
	height:56px;
	background:url(../img/nav_bg.png) no-repeat ;
	overflow: visible;
	font-size:0.81em;
}
#page-body {
	clear:both;
}
#body-content {
	padding:0 15px 0 15px;
	min-height:61px;
}
.text-content-2col {
	padding: 10px 0px 10px 30px;
	width: 550px;
	float: left;
	display: inline; /* IE hack */
}
.text-content-1col {
	padding: 10px 0px 10px 30px;
	width: 275px;
	float: left;
	display: inline; /* IE hack */
}
.text-content-3col {
	padding: 10px 30px;
}

#footer {
	clear:both;
	height:55px;
	padding:0 45px;
	line-height:49px;
	overflow: visible;
	font-size:0.81em;
	color:#2c2c2c;
	text-lef;
}

/* Main Nav */
#nav ul {
	margin:0 27px;
}
#nav ul li {
	float:left;
	height:39px;
	width:126px;
	padding-top:18px;
	margin:0 10px;
	text-align:center;
	text-transform:uppercase;
}
#nav ul li a {
	display:block;
	height:24px;
	line-height:24px;
	padding:0 0 0 10px;
	background:url(../img/nav_hover_l.png) no-repeat left 50px;
	color:#848484;
}
#nav ul li a:hover, #nav ul li.selected a {
	background:url(../img/nav_hover_l.png) no-repeat left top;
	color:#fff;
}

#nav ul li a span {
	display:block;
	padding:0 15px 0 5px;
	background:url(../img/nav_hover_r.png) no-repeat right 50px;
		
}
/** html #nav ul li a span {
	display:inline-block;		
}*/
#nav ul li a:hover span, #nav ul li.selected span {
	background:url(../img/nav_hover_r.png) no-repeat right top;
}

.project-block-item {
	width: 260px;
	float: left;
	padding: 10px 0px 10px 30px;
}

label {
	width: 100px;
	display: block;
	float: left;
	clear: both;
}

textarea {
	width: 445px;
	height: 130px;
}

input.textbox {
	width: 170px;
}

input.submitbutton {
	float: right;
}

.clear {
	clear: both;
}

.blog-date {
	width: 100px;
	float: left;
	font-size: 0.6em;
}
.blog-body {
	float: right;
	width: 450px;
}
.blog-post {
	margin-bottom: 2em;
}
.thumb-container {
	width:260px;
	margin:20px auto;
}