/* 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;}
/* End hide from IE-mac */

.clearFloat {
  clear: all;
}

body {
  background-color: #fff;
  font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", Courier New, Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-align: center;
  line-height: 1.2em;
  color: #000;

}
h1 {
  font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", Courier New, Helvetica, Arial, sans-serif;
  font-size: 2.3em;
  line-height: 1.1em;
  padding: 0.2em 0 0 0;
}

h2 {
  font-size: 2.3em;
  font-weight: normal;
  line-height: 1.1em;
}

h3 {
}

h4 {
}

a, a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
a:focus {
  color: #ff0000;
}
a:active {
  color: #ff0000;
}


p {
  margin-bottom: 1em;
}


ul.bulleted {
  list-style: disc;
  margin-bottom: 1em;
}

ul.bulleted li {
  margin-left: 3em;
}

ol {
  list-style-type: decimal;
  margin-left: 3em;
}

.alert {
  color: #ff0000;
  font-weight: bold;
}

#outerWrapper {
  margin: 0 auto;
  text-align: left;
  width: 986px;
  background-color: #fff;
}

#innerWrapper {

}

#hdr {
	margin-left: 135px;

		height: 50px;
}

#logo {
	position: fixed;
	top: 50px;
	display: inline;
	width: 112px;
	margin-left: 866px;
}

form .forminput {
	width: 163px;
	height: 17px;
	border: 1px solid #333;
	font-size: 10px;
	padding: 6px 0 0 3px;
  color: #333;
}



/* main nav */

#mainNav {
	position: fixed;
	top: 50px;
	width: 93px;
	font-size: 0.8em;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin: 0 1em;
	padding: 1em 0;
	
}

#mainNav li {
	margin-bottom: 0.3em;
}

#mainNav li a {
	display: block;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #fff;

}



#mainNav li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

body#workpage #mainNav li#work {
	border-bottom: none;
}

body#workpage #mainNav li#work a{
	background-color: #000;
	color: #fff;

}

#mainNav li#clientlogin {
	margin-top: 2em;
}

#topphoto{
	z-index: 100;
	margin-left: 250px;
	margin-top: -298px;
	margin-bottom: 30px;
}


.alt {
	display: none;
	visibility: hidden;
}

img {
  border: 0;
}

img.txtimg
{
	visibility: visible;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.img-wrapper img {

}

.img-wrapper {
  float: left;
  display: inline;
  width: 152px;
  margin-right: 13px;
}

.img-wrapper-nofloat {
  margin-right: 5px;
}

.img-wrapper-nofloat img{
   border: 1px solid #666;
  padding: 5px;
}

#content {
	width: 721px;
	margin-left: 135px;
	font-size: 0.9em;
}

#content img {
	display: block;
}

.section {
	 border-top: 3px solid #cacaca;
	padding-top: 0.5em;
}



.title {
	display: block;
	font-weight: bold;
}


/*a.backtotop {
	padding: 1em;
	text-align: right;
	display: block;
	font-size: 0.9em;
}*/


#footer {
	margin-top: 20px;
	margin-left: 135px;
	font-size: 0.75em;
	font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", Courier New, Helvetica, Arial, sans-serif;
	border-top: 1px solid #cacaca;
	padding: 1em 0 3em 0;
  	width: 725px;

}

dl {
	margin-top: 2em;
}

dt {
	font-weight: bold;
	margin-bottom: 0.3em;
}

dd {
	font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", Courier, Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
}

#recent p {
	text-align: right;
	margin-right: 1em;

	margin-bottom: 3em;
}

p a.more,
p a.backtotop{
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
}

p a.more:hover,
p a.backtotop:hover {
	text-decoration: none;
}

p a.backtotop {
	position: absolute;
	padding-left: 15px;
	background: url(../images/up_arrow.gif) no-repeat center left;
	height: 15px;
}


#recent li {
	width: 232px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

#recent li a {
	text-decoration: none;
	float: left;
}

#recent li a:hover {
	cursor: pointer;
}

#recent li a:hover .caption {
	cursor: pointer;
	display: block;
	font-size: 0.7em;
	line-height: 1.2em;
	background: #111;
	filter:alpha(opacity=90);
	opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.1em 2em;
	margin: 0;
	width: 232px;
}

#recent li a:hover .caption strong {
	display: block;
	font-size: 1em;
	font-weight: bold;
}

#recent li a .caption {	display: none; }


#recent h1,
#about h1 {
	margin-bottom: 0.5em;
}

#about dl {
	width: 350px;
	float: left;
	display: inline;
	font-size: 0.9em;
	margin-right: 10px;
}

#news dl {
	width: 225px;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}

#contact img {
	float: right;
	width: 479px;
	margin-top: 0.5em;
}

#workpage #project ul {
	float: left;
	display: inline;
	width: 490px;
	margin-top: 20px;
}

#workpage #project li {
	margin-bottom: 20px;
}

#workpage #project {
	font-size: 0.9em;
}

#workpage #project #side {
	margin-top: 20px;
	margin-left: 490px;
	min-height:500px;
  	height:auto !important;
  	height:500px;

}


