* {margin:0; padding:0; border:0;}

body, html {
	width:100%;
	height:100%;
	/*min-height:100%;*/
}

html {
	font-size: 62.5%;
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.1em;
	color:#FFFFFF;
	background-color:#000000;
	line-height:1.4em;
}

#container {
	width:100%;
	height:100%;
	min-height:500px;
	/*background-color:#FF0000;*/
	min-width:750px;
}

#flash {
	width:100%;
	height:100%;
	z-index:5;
}

#content {
	width:750px;
	margin:0 auto;
}

#content img {
	margin:12px 0 12px 303px;
}

#content h1, #content h2 {
	margin:18px 0 4px 0;
	padding-bottom:4px;
	border-bottom:solid 1px #FFFFFF;
}

#services {
	width:750px;
}

.service {
	width:190px;
	height:175px;
	float:left;
	margin:12px 24px 12px 0;
	background-color:#161616;
	padding:5px;
}

#content h3 {
	/*margin-top:12px;*/
}

#content ul {
	margin-left:16px;
}


/*
#footer {
	position:absolute;
	bottom:0;
	margin:auto 0;
	background-color:#333333;
	width:100%;
	z-index:100;
	height:30px;
	color:#CCCCCC;
	overflow:hidden;
}

#footer p {
	padding-left:12px;
	margin:10px 0;
	font-size:10px;
}

#footer ul li {
	float:left;
	margin:10px 4px;
	padding-right:8px;
	list-style:none;
	border-right:solid #FFFFFF 1px;
	font-size:10px;
}

#footer ul li.jdi {
	border-right:none;
	float:right;
	margin-right:12px;
}

#footer a {
	text-decoration:none;
}

#footer a:link {
	color:#CCCCCC;
}

#footer a:visited {
	color:#999999;
}

#footer a:hover {
	color:#FFFFFF
}


#footer a:active {
	color:#000000;
}



#transparency {
		position:absolute;
		bottom:0;
		margin:0 auto;
		background:url(bg.png);
		background-repeat:repeat;
		background-image:url(../images/footerBG.png);
		background-repeat:repeat;
		background-repeat:repeat-x;
		width:100%;
		min-width:950px;
		height:124px;
		padding:12px;
		z-index:100;
		filter: alpha(opacity=25);
		-moz-opacity: .25;
	}

	
img, #transparency  { 
		behavior: url(iepngfix.htc); 
	}

#nav {
	height:24px;
	float:left;
}

#nav img.first {
	margin-left:54px;
}

#logo {
	float:left;
	width:351px;
}

#logo img {
	margin:31px 0px 7px 24px;
}

#boxContainer {
  position:relative;
  overflow:visible;
  height:100px;
  float:left;
  width:510px;
  z-index:120;
}

#box0, #box1, #box2, #box3, #box4 {
  position:absolute;
  left:0;
  top:0;
  width:60%;
  border-style: none;
  color: white;
  background-color: white;
  padding: 0px;
 
}

#box1, #box2, #box3, #box4 {
  display:none;

}

*/

/*----------------------------------------------------------- CLEARFIX -----------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}