@charset "utf-8";
/* Center the page vertically */
*
{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	font-family: 'Century Gothic', 'CenturyGothic', Arial, Verdana, Sans-Serif;
	overflow:hidden;
}
body{
	overflow-y:auto;
}
html
{
	overflow-y:auto;
	background:#000;
}

html, body, #OuterContainer
{
	margin: 0px;
	height:100%;
	width: 100%;
	
}

body
{
    text-align: center;
	background-image:url(../images/background.jpg);
	font-size: 12px;
	vertical-align:middle;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Century Gothic', 'CenturyGothic', Arial, Verdana, Sans-Serif;
	
}
#OuterContainer
{
	vertical-align:middle;
	display:table;
	width: 100%;
	height:100%;
}
#MiddleContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#InnerContainer {
    vertical-align: middle;
	padding:0px;
	margin:0px;
}

#InnerContainer > div
{
	vertical-align:middle;
	margin-bottom:auto;
	text-align:center;
	margin-top:auto;
	display:inline-block;
	border-width:7px;
	border-color: #7DC933;
	border-style:solid;
	border-spacing:0;
	padding:0px;
	margin:auto;
}
#container
{
	background:#FFF;
	width:900px;
	min-height:600px;
	display:block;
}
#container > div
{
	padding:20px;
}
* li, * ul
{
	list-style-type:none;
	list-style-position:outside;
	display:inline;
	text-align:left;
}
* ul
{
	padding:10px 15px;
}
.clear
{
	clear:both;	
}

#head
{
	text-align:left;
	width:100%;
	margin:0px;
}
#header
{
	margin:15px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:left;
	clear:right;
	float:left;
	display:block;
	width:150px;
	height:62px;
	background:url(../images/sandymontanaSmall.gif) no-repeat;	

}

#header img
{
}
#address
{
	font-family: Tahoma, Geneva, sans-serif;
	text-align:right;
	float:right;
	margin: 0px 15px;
}
#description div
{
	padding:5px 20px;
	text-align:left;
}
#navigation
{
	width:100%;
	text-align:left;
}

li div.section
{
	margin:10px 10px;
	padding:5px 15px;
}
li div.section *
{
	margin:0px 5px;
	padding:0px;
}
li div.sectionHead
{
	height:32px;
	margin:0px 10px;
	padding: 0px 10px;
}
li div.sectionHead a div.top
{
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:10px;
}
li div.sectionHead a
{
	position:relative;
	top:10px;
	float:right;
}
li div.sectionHead a div.top
{
	background-color: #E4F4D5;
	width:10px;
	height:9px;
	float:left;
	clear:right;
	text-align:center;
	vertical-align:middle;
	border:transparent solid 2px;
	display:inline;
	position:relative;
	top:1px;
}
li div.sectionHead a div.top:hover,li div.sectionHead a:hover div.top
{
	background-color: #7DC933;
	border:#390 solid 2px;
}
li#work div.sectionHead
{
	text-align:right;
	background: url(../images/ourWork.png) no-repeat left top;
}

li#news div.sectionHead
{
	text-align:right;
	background: url(../images/news.png) no-repeat  left top;
}
h1
{
	font-size: 12px;
	vertical-align:top;
	color: #7DC933;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

b
{
	font-weight: bold;
}
td
{
	margin-left: 20px;
	font-size: 12px;
}




a img
{
	border-width: 0px;
}
a img:hover
{
	/*background-color: #E4F4D5;*/
	border-color: #E4F4D5;
	background-color: #E4F4D5;
}

a, a:link, a:visited, a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #7DC933;
}

a:hover 
{ 
	color: #060; 
}


#title
{
	bottom:0px;
	width:50px;
	position:relative;
	left:0px
}

#digg
{
	width:50px;
	border:0px;
	position:relative;
	right:38px; 
	top: 5px;
	text-align:right;
}
#work li
{
	margin-left:10px;
	margin-bottom:10px;
	list-style-type:circle;
	display:block;
	list-style-position:outside;
	overflow:visible;
}
#work li a
{
	margin-left:-10px;
}

