body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}

strong{
	color: #bbb;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:15px;
	text-decoration: none;
	font-weight: normal;
	color: #2083fc;
	margin-bottom: 10px;
}

h2{
	font-size: 15px;
}

h3{
	margin-top: 10px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p{
	margin-bottom: 10px;
	clear: left;
}

a{
	color: #2083fc;
}

abbr,acronym { 
	border:0;
}

body {
	background-color: #000;
	color: #fff; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em;
}

html{
	height: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
}

.alignRight{
	text-align: right;
}

.floatRight{
	float: right;
	margin: 10px 0 10px 10px;
}

.floatLeft{
	float: left;
	margin: 10px 10px 10px 0;
}

.clear{
	clear: both;
}

.beautiful{
	font-family: "Monotype Corsiva", "Apple Chancery", "ArtScript", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #2083fc;
	font-size: 18px;
	padding: 0 10px;
	text-decoration: none;
}

.beautiful:hover{
	color: #8abbfd;
}

#wrapper{
	height: 100%;
	min-height: 100%;
	text-align: left;
	position: relative;
	background: url(images/main-background.png);
}

* > #wrapper{
	height: auto;
}

#content{
	width: 1014px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	color: #878787;
}

#home #content{
	padding-bottom: 200px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #333 url(images/header-background.png) repeat-x;
}

#headerHolder{
	width: 614px;
	padding-left: 400px;
	height: 75px;
	margin: 0 auto;
	background: url(images/header-logo.png) no-repeat 10px;
}

#menu{
	height: 68px;
	margin-top: 2px;
	float: left;
	border-left: 1px solid #353535;
	border-right: 1px solid #101010;
}

#menu li{
	border-left: 1px solid #101010;
	border-right: 1px solid #353535;
	float: left;
	height: 68px;
}

#menu li a{
	line-height: 68px;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	color: #878787;
	text-decoration: none;
}

#menu li a:hover, #menu li a.selected{
	color: #2083fc;
	background: #262626;
	text-decoration: none;
}

.blogPost{
	color: #fff;
	padding: 2px 0;
}

.blogPost span{
	color: #878787;
}

#mainImage{
	height: 224px;
	padding: 75px 0 1px 0;
	background: #141414 no-repeat center 75px;
	border-bottom: 1px solid #1f1f1f;
}

#mainImageHolder{
	margin: 0 auto;
	height: 224px;
	width: 1014px;
	position: relative;
	background-image: url(images/mainPicture-Home.jpg);
}

#title{
	position: absolute;
	left: 259px;
	bottom: 53px;
}

#rightMenu{
	width: 227px;
	background: #1b1b1b;
	position: relative;
	padding: 3px 0;
	border: 1px solid #303030;
	background: url(images/rightMenu-background.png) repeat-y;
}

#rightMenuTop{
	position: absolute;
	width: 227px;
	height: 3px;
	top: 0;
	left: 0;
	background: url(images/rightMenu-top.png) no-repeat;	
}

#rightMenu a{
	display: block;
	text-decoration: none;
	height: 21px;
	padding-left:30px;
	background: url(images/rightMenu-item.png) no-repeat;
	line-height: 21px;
	font-size: 13px;
}

#rightMenu a:hover, #rightMenu a.selected{
	background: url(images/rightMenu-item-active.png) no-repeat;
	color: #fff;
}

#rightMenu form{
	padding: 10px;
}

#rightMenu form #name, #rightMenu form #email, #rightMenu form #phone, #rightMenu form #message{
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px 3px;
}

#rightMenu form .submitbut{
	border: 1px solid #999;
	padding: 2px 3px;
	background: #555;
	position: relative;
	top: -5px;
	color: #ddd;
}

.greyBox{
	width: 330px;
	padding: 5px;
	background: #141414;
	border: 1px solid #222;
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.greyBox .t{
	overflow: hidden;
	height: 12px;
	background: url(images/grey-box-top.png) no-repeat;
}

.greyBox .m{
	letter-spacing: 1px;
	text-align: center;
	padding: 10px;
	background: url(images/grey-box-middle.png) repeat-y;
}

.greyBox .b{
	overflow: hidden;
	height: 13px;
	background: url(images/grey-box-bottom.png) no-repeat;
}

.greyBox .title{
	color: #909;
	font-size: 24px;
	margin: 0 0 1em;
}

.greyBox .purple{
	color: #909;
}

.greyBox p.blue{
	font-size: 16px;
	color: #009afc;
	margin: 0 0 20px;
}

.greyBox p.white{
	letter-spacing: 0;
	font-size: 12px;
	color: #fff;
	margin: 0;
}

.greyBox p small{
	letter-spacing: 0;
	font-size: 10px;
}

#columns{
	width: 950px;
	padding-right: 1px;
	overflow: hidden;
}

#columns #leftcolumn, #columns #rightcolumn{
	float: left;
}

#columns #rightcolumn{
	width: 23%;
	padding: 0 0 0 3%;
}

#columns #leftcolumn{
	width: 63%;
	padding: 0 2% 0 3%;
}

#columns #leftcolumn ul{
	list-style: disc;
	margin: 10px;
}

#columns #leftcolumn img, .flashbox, #map{
	display: block;
	
	padding: 5px;
	background: #141414;
	border: 1px solid #292929;
}

* > .flashbox object, * > .flashbox embed{
	display: block;
	width: 160px;
	height: 120px;
}

.pad{
	padding: 15px;
}

#footer	{
	position: relative;
	background: #000;
	height: 49px;
	margin: -50px 0 0 0;
	border-top: 1px solid #1f1f1f;
	color: #535353;
}

#footer	a{
	color: #666;
}

#home #footer{
	height: 199px;
	margin-top: -200px;
}

#footerHolder{
	margin: 0 auto;
	width: 1014px;
	position: relative;
	height: 49px;
}

#home #footerHolder{
	height: 199px;
}

#footerLeft{
	position: absolute;
	left: 20px;
	top: 5px;
}

#footerRight{
	position: absolute;
	text-align: right;
	right: 20px;
	top: 5px;
}

#footerBottom{
	width: 1014px;
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 10px;
}

#columns #leftcolumn #map img{
	display: inline;
	background: none;
	padding: 0;
	border: 0;
}
.niceBorderleft{
	padding: 5px;
	background: #1A1A1A;
	border: 1px solid #4f4f4f;
	float: left;
	margin: 0 10px 5px 0px;
	text-align: center;
}

/* Blog Posts */

.blogPost ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.blogPost ul li {
	list-style:none;
	padding:0;
	margin:5px 0;
	}
	
.blogPost ul li a {
	color:#FFFFFF;
	}


/*  inlink */

a.inlink{
	text-decoration: none;
	color: #877B7F;
	
}

a:hover.inlink{
	text-decoration: none;
	color: #877B7F;
	
}
