/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background: #000;

}

body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
body.white, body.white a, body.black, body.black a{
	color:#7e7e7e;
}
body.black a:hover, body.black a:active, body.black a.current,body.black a.section {
	color:#444444;
}
body.white a:hover, body.white a:active, body.white a.current,body.white a.section {
	color:#fff;
}
* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
h2 {
	font-weight:normal;
	font-size:15px;
}

/* Layout CSS */
#Main {
	position:relative;
	margin:0px auto;
	width:800px;
	margin-top:90px;
	height: 436px;
}
#logo {
	position:absolute;
	top:0;
	left:0;
	width: 61px;
	height: 436px;
	z-index:2;
}
#logo h1 a {
	display:block;
	width:100%;
	height:436px;
	text-indent:-50000px;	
	background: url(../images/logo.png) left top no-repeat;
	-moz-outline:none;
}
#content_area {
	top:1px;
	right:0;
	width:741px;
	height:426px;
	position:absolute;
	z-index:1;
	border-top: solid white 4px;
	border-right: solid white 4px;
	border-bottom: solid white 4px;
}
.BlogEntry #content_area, .BlogHolder #content_area {
	height:auto;
	min-height: 426px;
	padding-bottom:50px;	
}
#menu_container {
	position:absolute;
	top:48px;
	left:35px;
	z-index:20;
}
#menu_container a, #menu_container a:hover, #menu_container a:active{
	text-decoration:none;
}
#menu_container a:hover, #menu_container a:active, #menu_container a.current {
	xxtext-decoration:underline;
}
#Menu2 {
	left:84px;
	position:absolute;
	top:0;
	width:120px;
}


.content {
	float:right;
	width:595px;
	height:390px;
	top:10px;
	right:10px;
}

#say-hello #Content, #what-we-do  #Content{
	margin-top: 48px;
}
#showcase .content {
	width:455px;
}
.showcase_content {
	position:absolute;
	height: 357px;
	top:0;
	left:30px;
	width:215px;
	z-index:30;
	xxletter-spacing:1px;	

}
.showcase_content .inner{
	background:#000 url('../images/desc.png') left top repeat-x;
	height:100%;
	color:#fff;
	padding:48px 7px 0 7px;
}
.toggledesc {
	position: absolute;
	left:30px;
	bottom:0px;
	width: 208px;
	text-align: left;
	padding:3px 0 3px 7px;
	cursor: pointer;
	border-top: solid 1px #444444;
	color:#7e7e7e;
}

#flashcontent {
	position: absolute;
	margin-top: -84px;
	xxleft:20px;
}
#flashcontent embed {
	position: absolute;
}	

/** SCROLL PANE STYLES **/

#slider
{
    height: 555px;
    width: 20px;
    margin:0px 10px 0px 10px;
    float:left;
}
#scroller
{
    width: 555px;
    height: 400px;
    overflow:hidden;
}
#content
{
    width: 535px;
}
#about-us #Content, .jScrollPaneContainer {
	width: 555px !important;
}
#blog h2.title, .BlogEntry h2.title {
	display:block;
	width: 163px;
	height: 64px;
	text-indent: -50000px;
	background: url(../images/blog.gif) no-repeat;
	margin-bottom:20px;
}
.content_wrapper, .blogcontent, #BlogContent {
	position:relative;
	left: 150px;		
	top: 50px;
	width: 550px;
}
#blog #BlogContent, .blogContainer #BlogContent {
	width: 350px;
}
.blogSummary {
	margin-bottom:20px;
}
.blogContainer {
	font-size: 12px;
}
.blogContainer #BlogContent {
	float:left;
}
.blogContainer #Sidebar {
	float:right;
	padding-top:140px;
	width: 200px;
}
#BlogContent h2 a, #BlogContent h2, #PageComments_holder h4 {
	color:#fff;
	font-size: 18px;
	font-weight:normal;
	text-decoration: none;
}
#PageComments_holder fieldset {
	border:none;
}
#PageComments_holder fieldset .middleColumn {
	display:block;
}
#PageComments_holder fieldset div.field, #PageComments_holder div.Actions {
	margin-top:6px;
}
#PageCommentInterface_Form_PageCommentsPostCommentForm_Name, #PageCommentInterface_Form_PageCommentsPostCommentForm_Comment {
	width:350px;
}
#PageCommentInterface_Form_PageCommentsPostCommentForm, #CommentHolder {
	margin-bottom:20px;
}
#PageComments .info {
	color:#fff;
}
#PageComments li {
	margin-top:20px;
}
#Sidebar h3{
	color: #fff;
}
.authorDate {
	margin:8px 0;
}
#Sidebar a {
	text-decoration: none;
}
.WidgetHolder{
	margin-bottom: 20px;
}
.tagcloud a {
	display:block;
}
.fifty_fifty {
	float: left;
	width:270px;
	padding: 10px 10px 10px 0;	
}