@charset "utf-8";
/* CSS Document */
/* Begin standard reset to clean up things */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Standard Reset code */
body {
	line-height: 1;
	background-color: #000;
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1em;
	margin-top: 1em;
}
.roundedcornr_box_221266 {
}

h1 {
	font-size: 2em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F61922;
}
h2 {
	font-size: 1.5em;
	color: #F61922;
}
h3 {
	font-size: 1.25em;
	color: #FC0;
}

#container
{
	background-color: #242424;
	border: 1px solid gray;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 90%;
}

#top
{
	border-bottom: 1px solid gray;
	height: 100px;
	background-image: url(../images/bannerwide.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#sidebar
{
	float: left;
	width: 210px;
	margin: 0;
	padding: 1em;
}
/* NAvigation */
#mainNav {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

	/* padding: 0;
	list-style: none;
	width: 150px; 	
} */

#mainNav li {
	text-align: left;
}


#mainNav a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 5px 5px 5px; 
	/* background-image: url(../images/grey2.gif);
	background-repeat: no-repeat;
	background-position: left center; */
}

#mainNav a:hover {
	/* background: url(../images/greybutton.gif) no-repeat; */
	text-decoration: underline;
	font-style: italic;
}

/* styles for the "you are here" buttons */
#home #mainNav a#homelink,
#services #mainNav a#servicelink,
#portfolio #mainNav a#portlink,
#about #mainNav a#aboutlink
{
	font-weight: bold;
	
}

/* #home #mainNav a#homelink:hover,
#feature #mainNav a#featureLink:hover {
	color: #B2F511; */
	
#content
{
margin-left: 250px;
border-left: 1px solid gray;
padding: 1em;
max-width: 40em;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #999;
	border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
/* #content h2 { margin: 0 0 .5em 0; } */
img.figure {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 2px;
	margin-top: 3px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
td {
	padding: 3px;
	vertical-align: middle;
	text-align: left;
}
th {
	padding: 3px;
	vertical-align: middle;
	text-align: left;
	font-size: .75em;
}
.cornerBox {
	position: relative;
	width: 100%;
	color: #000000;
	background-color: #cfcfcf;
	margin-top: 40px;
}
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0%;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
}
.cornerBoxInner { padding: 10px; }
.cornerBox .cornerBoxInner a {
	color: #000;
}

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }
.service {
	padding: 15px;
}
.service h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
	margin-bottom: 0.5em;
}
.service ul li {
	line-height: 1.25em;
}

.service ul {
	list-style-type: circle;
	padding-left: 15px;
}
#home #container #content table tr th {
	color: #F00;
}

