/* Copyright (c) 2009 LabArts Corporation */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #252525 url(/images/tile.png) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

h1, h2, h3 {
	margin: 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1865c3;
}

h1 {
	letter-spacing: -2px;
	font-size: 36px;
}

h2 {
	letter-spacing: -1px;
	font-size: 22px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

p, ul, ol {
	margin: 0px 0px 20px 0px;
	text-align: left;
	line-height: 140%;
}

a {
	color: #1d79e9;
	text-decoration: none;
}

a:hover {
	color: #e85d0c;
}

.orange {
	color: #e85d0f;
	/*color: #e85d0c;*/

}

.blue {
	color: #1d79e9;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 25px;
}

img.alignright {
	margin-left: 25px;
}

a img, img {
	border: none;
}

.rightCol li a:hover {
    font-weight: bold;
}

.rightCol {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}


.orangeFatUnderline {
	border-bottom: 3px solid #e85d0c;
}

.orangeUnderline {
	border-bottom: 1px solid #e85d0c;
}

.rightCol li {
	padding: 5px 0px;
    border-top: 1px solid #e85d0c;
}

.rightCol li.first {
    margin-top: 0px;
    border-top: 0px;
}

.contactUs {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.contactUs li {
	padding: 5px 0px;
    border-top: 1px solid #e85d0c;
}

.contactUs li.first {
    margin-top: 0px;
    border-top: 0px;
    margin-bottom: 10px;
    padding: 0;
	border-bottom: 1px solid #e85d0c;
}

/* Wrapper */

#outer, #middlebackground, #topbackground {
	height: 640px;
	min-height: 640px;
}

html>body #outer, html>body #middlebackground, html>body #topbackground {
	height: auto;
}

#outer {
	background: url(/images/outer_tile.png) repeat-x left top;
}

#middlebackground {
	background: url(/images/middle.png) repeat-y center top;
}

#topbackground {
	background: url(/images/top.png) no-repeat center top;
}

#footer {
	background: url(/images/bottom.png) no-repeat center bottom;
    height: 60px;
}

/* Header */

/* Logo */

#IE_warning {
    display: none;
}

#header {
	width: 784px;
	height: 40px;
	margin: 0px auto;
	/* background: url(/images/shadow.png) repeat-x left bottom;*/
    margin-bottom: 30px;
}

#login {
	height: 0;
    clear: none;
    margin: 0;
}

#login img {
    /*
    It's more logical that these margins appear in
    #login (and indeed, works fine in most browsers)
    but ... IE 6's box model isn't very logical.
    */
    margin-top: 90px;
    margin-left: 680px;
    border: 0px;
}

#logo {
	height: 180px;
	width: 500px;
	float: left;
    margin-left: 50px;
	/* background: url() no-repeat left bottom; */
}

#logo h1 {
	padding: 100px 0px 15px 0px;
	text-transform: lowercase;
}

#logo a {
	text-decoration: none;
	color: #633;
}

/* Region above content (30px tall) */

#page {
	width: 680px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 440px;
}

.story .title {
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
}

.story .entry {
    font-size: 14px;
}

.story .entry img {
    float: right;
    margin: 0; padding: 0;
    margin-left: 10px;
    text-align: left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 212px;
}

/* Footer */

#inside_footer {
	padding-top: 20px;
}

#inside_footer p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	text-align: center;
}

/* Front page */

.two-columns {
}

.two-columns .column-one {
	float: left;
	width: 412px;
}

.two-columns .column-two {
	float: right;
	width: 206px;
}

/* middle column on front page */

.middleCol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.middleCol li {
    margin: 0 0 2px 0;
    padding: 5px 10px 10px 0;
    border-bottom: 1px solid #ddd;
}

.middleCol a {
}

.currentChild a {
    font-color: #000;
}

.currentSibling a {
    font-color: #000;
}
