@charset "utf-8";

@import url("forms.css");
@import url("cycle.css");
@import url("fade.css");

*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body{
	height: 100%;
	color: #778899;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

img{
	border-style: none;
	text-decoration: none;
}

.wrapper{
	position: relative;
	min-height: 70%;
	width: 950px;
	margin: 0 auto;
	background: #ffffff;
	padding: 1% 2%;
}

* html .wrapper{
	height: 100%;
}

.header{
	text-align: center;
	padding: 2% 0;
	width: 95%;
	margin: 0 auto;
}

.nav{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1%;
}

.nav ul{
	display: inline;
	height: 4%;
	width: 100%;
	list-style: none;
}

.nav ul li{
	display: inline;
}

.nav ul li a{
	color: #ffffff;

	text-decoration: none;
	border-top: none;
	background: #ffffff;
}

.nav ul li a:hover{
	text-decoration: none;
}

.content{
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	border: 1px solid #ddd;
	line-height: 150%;
	font-size: 100%;
	background-image: url(../images/bullet.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.contact_container{
	width: 100%;
}

.contact_text{
	width: 45%;
	float: left;
	padding-right: 5px;
}

.client_container{
	width: 100%;
	float: left;
	padding-top: 10px;
}

.clients_left{
	width: 50%;
	float: left;
}

.clients_right{
	width: 50%;
	float: left;

}

.status{
	font-size: smaller;
	text-transform: uppercase;
}

.current{
	font-size: small;
	text-transform: uppercase;
}

.type{
	font-size: small;
	font-weight: bold;
	width: 90%;
}

.summary{
	font-size: small;
	width: 90%;
}

.tech{
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
}

h2, h3{
	margin: 1% 0 0 0;
	margin: 1% 0 0 0;
	padding-bottom: 1%;
}

.content blockquote{
	border-left: 5px solid #192644;
	padding-left: 3%;
	margin: 1% 2%;
	padding-left: 0%;
	margin-left: 9%;
}

.content ol{
	margin-left: 7%;
}

.content ul{
	list-style: square;
	margin-left: 7%;
	margin-left: 0;
}

.footer{
	color: #ddd;
	font-size: small;
	text-align: center;
	position: relative;
	display: block;
	padding-top: 1%;
	padding-bottom: 1%;
	text-transform: uppercase;
}

.footer a{
	color: #ddd;
	text-decoration: none;
}

.content a {
	font-weight: bold;
	text-decoration: none;
	color: #192644;
}

a:hover{
	color: #999;
	text-decoration: none;
}

a:active
{
  outline: none;
}

ul{
	list-style: inside;
}
