@charset "UTF-8";
*{
	margin:0;
	padding:0;
	font-size: 14px;
}
img { behavior: url(iepngfix.htc) }
.beta{
	width:50px;
	height:83px;
	position:fixed;
	right:0;
	top:250px;;
	z-index:1000;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#615e5e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#615e5e;
}
.twoColFixRtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/BG.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	z-index:1;
	border-left:8px solid white;
	border-top:6px solid white;
	border-right:8px solid white;
	border-bottom:6px solid white;
}
.twoColFixRtHdr #container_other { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/BG.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	z-index:1;
	border-left:8px solid white;
	border-top:6px solid white;
	border-right:8px solid white;
} 
.twoColFixRtHdr #header {
	height: 80px;
	border-bottom:2px solid white;
	position:relative;
	z-index:1;
} 
.twoColFixRtHdr #logoFloat {
	width:238px;
	height:260px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	overflow:hidden;
	position:absolute;
	top:-6px;
	left:706px;
	z-index:4;
}
.twoColFixRtHdr #tagLine {
	padding:30px 247px 0 0;
	text-align:right;
	height:110px;
}
.twoColFixRtHdr #latestWork {
	padding:22px 0 18px 16px;
	height:240px;
	width:940px;
	position:relative;
}
.twoColFixRtHdr #latestWork img.lw{
	padding-bottom:1px;
}
.twoColFixRtHdr #latestWork div{
	display:block;
	width:160px;
	float:left;
	padding-right:18px;
	font-size:12px;
	text-align:center;
	position:relative;
}
.twoColFixRtHdr #latestWork div img{
	border:13px solid #615e5e;343232
}
.twoColFixRtHdr #latestWork div img.work{
	border:13px solid #343232;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 16px;
	position:relative;
}
.twoColFixRtHdr #tweetBox{
	width:410px;
	height:193px;
	position:relative;
	z-index:1;
	background-image:url(images/tweet.png);
}
.twoColFixRtHdr #mainContent { 
	margin: 20px 250px 0 16px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size:14px;
	width:360px;
}
.twoColFixRtHdr #otherContent{
	background-color: #666;
	border-left:8px solid white;
	border-right:8px solid white;
	border-bottom:6px solid white;
	position:relative;
	width:940px;
	margin:0 auto;
	text-align:left;
}
.twoColFixRtHdr #formBG{
	position:relative;
	z-index:3;
	padding:16px 20px;
	font-size:24px;
	color:white;
}
.twoColFixRtHdr #oFlower{
	position:absolute;
	z-index:2;
	left: -224px;
	top: 0px;
	max-width:940px;
}
.twoColFixRtHdr #footer {
	width:100%;
	height:123px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFF;
	position:relative;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.eightpx {
	padding-left:8px;
	font-size:14px;
	font-weight:normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copy{
	width:169px;
	color:#FFF;
	padding-right:20px;
	position:absolute;
	text-align:left;
	left:770px;
	top:0px;
	font-size:12px;
}
.transparent {
	background-color:#615e5e;
	border:0;
	filter:alpha(opacity=75);   
	-moz-opacity:0.75;          
	opacity: 0.75;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#615e5e;
	font-weight:bold;
	line-height:32px;
}
.greenh1 {
	font-size:32px;
	color:#a9d051;
	font-weight:bolder;
}
.hr_white{
	height:4px;
	width:940px;
	background-image:url(images/hr_white.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	background-color:#FFF;
}
.hr_green{
	height:4px;
	width:690px;
	background-image:url(images/hr_green.png);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
}
/*-----NAVIGATION-------*/
			
#menu {
	list-style: none;
	padding:0px;
	margin:0px;
	display:block;
	height:80px;
}
#menu li{
	padding:0;
	margin:0;
	display: inline;
}
#menu li a {
	display: block
	text-decoration: none;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	}
#menu .home a {
	background-image:url(images/navigation.gif);
	width: 163px;
	height:80px;
	background-position:0px 0px;
}
#menu .home a:hover {
	background-position: 0px -80px;
}
#menu .work a {
	background-image:url(images/navigation.gif);
	width: 160px;
	height:80px;
	background-position: -163px 0px;
}
#menu .work a:hover {
	background-position: -163px -80px;
}
#menu .contact a {
	background-image:url(images/navigation.gif);
	width: 224px;
	height:80px;
	background-position: -323px 0px;
}
#menu .contact a:hover {
	background-position: -323px -80px;
}
#menu .blog a {
	background-image:url(images/navigation.gif);
	width: 146px;
	height:80px;
	background-position: -547px 0px;
}
#menu .blog a:hover {
	background-position: -547px -80px;
}

/*-----LINKS-----*/
a:link {
	color: #a9d051;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a9d051;
}
a:hover {
	text-decoration: underline;
	color: #a9d051;
}
a:active {
	text-decoration: none;
	color: #a9d051;
}
span.overlay {
top: 13px;
left: 13px;
height: 141px;
width: 141px;
display: inline-block;
position: absolute;
cursor:pointer;
background-color:#a9d051;
-moz-opacity:0.80; /*FF*/
opacity:0.80;
visibility:hidden;
}
a.mb:hover span.overlay {
	visibility:visible;
}

