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

.clearthis {display: inline-table;}

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





body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-size: 11px;
	color: #333;
	background: #fff url(images/bkgd.gif) top left repeat;
}

* { 
	margin: 0; 
	padding: 0;
}


/* Links */

a:link, a:visited {
	color: #000;	
	text-decoration:none;
}

a:hover {
	color: #cc0000;
}

/* ~~ General ~~ */
.alt {
	display: none;
	visibility: hidden;
}

img { 
	border: 0; 
	display: block;
	margin-bottom: 1px;
}

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

.inline {
	display: inline;
}

form select {
	font-size: 0.95em;
	width: 136px;
}

ul { list-style: none; }
p { margin-bottom: 0.7em; }

h1 { 
	margin-top: 50px;
	}

	
h2, ul#header {
	position: relative;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.4em;
	color: #D2D2D2;
	font-weight: normal;
	line-height: 1.3;
	padding: 5px 0 3em 10px;
}



.strong {
	color: #000;
}

.stronger {
	color: #000;
	text-decoration: underline;
}



/* COMMON LAYOUT
----------------------------------------------------- */

#container {
	position: relative;
	margin: 0 ;
	width: 810px;
}	

div#sidebar {
	float: left;
	position: relative;
	display: inline;
	width: 201px;

}

div#content {
	background-color: #fff;
	margin-left: 201px;
	padding: 10px;
}

div#logo-mark {
	position: absolute;
	top: 200px;
	left: 850px;
	background: #fff url(images/logo_mark.gif) no-repeat 0 0;
	width: 49px;
	height: 49px;
}

div#subnav {
	height: 52px;
}

div#description {
	padding: 15px 3px;
	width: 400px;
	float: left;
}

div#pulldown-menu {
	padding: 10px 0 0 0;
	line-height: 1.2;
}

div#pulldown-menu img {
	display: inline;
	vertical-align: middle;
}

div#pulldown-menu #pulldownSelect {
	width: 130px;
}

ul#thumbs {
	position: relative;
	top: 0;
	left: 0;
	width: 600px;
	padding-bottom: 37px;
}

ul#thumbs li {
	width: 142px;
	float: left;
	display: block;
	margin: 0 7px 7px 0;
	padding: 0;
	font-size: 1px;
}

ul#thumbs li a img {
	border: 10px solid #fff;
}

ul#thumbs li a:hover img {
	border: 10px solid #ffce07;
}


#main-content {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}



div#footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 19px;
	padding-bottom: 2em;
}

ul#bottomnav {
	margin-bottom: 1em;
}

ul#bottomnav li {
	float: left;
	display: inline;
	padding-right: 1em;
}

ul#bottomnav li a {
	font-size: 1.15em;
}

ul#bottomnav li a:hover {
	color: #DA0C0C;
}

p.backbtn { 
	display: block;
	padding-top: 3em;
}

p.backbtn a {
	margin-left: 1.8em;
}

/* NAVIGATION
----------------------------------------------------- */

#main-nav {
	margin: 10px 0 0 52px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.9;
}

#main-nav a {
	color: #F26648;

}

#main-nav a:hover {
	color: #000;
}

#main-nav #spacer {
	margin: 8px 0 4px 0;
}

#main-nav a.currSection { 
	color: #000;
	background-color: #fff;
	display: block;
	width: 100%;
}


/* end */



/* HOME & WORK
----------------------------------------------------- */

body#homepage h2, body#workpage h2, body#homepage #main-content, body#workpage #main-content, body#workpage div#content ul#header {
	border-bottom: 5px solid #000;
}

body#workpage div#content ul#header {
	padding-bottom: 0.5em;
	color: #999;
}

body#workpage div#content ul#header span.title {
	color: #ccc;
}

body#homepage div#pulldown-menu, body#workpage div#pulldown-menu {
	text-align: right;
}

img#mainphoto {
	float: left;
	display: inline;
	width: 440px;
	padding-bottom: 150px;
}

dd, dt {

	display: inline;
}

#itemnav {
	margin-left: 460px;
	width: 126px;
}

#itemnav li {
	line-height: 2em;
}

#itemnav li .current {
	font-weight: bold;
}

#itemnav li p {
	line-height: 1.2em;
	color: #999999;
}

#itemnav a {
	color: #FF6633;
	font-weight: bold;

}

/* ABOUT
----------------------------------------------------- */

#about-content {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	float: left;
	width: 440px;
	padding-top: 10px;
	display: inline;
	background-color: #fff;
}

#about-content dl {
	float: left;
	display: inline;
	width: 440px;
	padding-bottom: 75px;
}

#about-content dt {
	width: 291px;
	float: right;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
}

#about-content dd { 
	color: #000;
	line-height: 1.3;
}

#about-content dd.img img {
	padding-bottom: 1em;
}

body#aboutpage div#pulldown-menu {
	border-top: 5px solid #ffce07;
	border-bottom: 5px solid #ffce07;
	margin-left: 447px;
	padding-bottom: 10px;
}


/* NEWS
----------------------------------------------------- */

#news-content {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	float: left;
	width: 440px;
	padding-top: 10px;
	display: inline;
	background-color: #fff;
	min-height: 400px;
}

#news-content dl {
	width: 440px;
	padding-bottom: 75px;
}

#news-content dt {
	display: block;
	width: 291px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
}

#news-content dd { 
	color: #000;
	line-height: 1.3;
}

#news-content dd.img img {
	padding-bottom: 1em;
}

body#newspage div#pulldown-menu {
	border-top: 5px solid #ffce07;
	border-bottom: 5px solid #ffce07;
	margin-left: 447px;
	padding-bottom: 10px;
}


/* CONTACT
----------------------------------------------------- */

#contact-content {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	float: left;
	width: 440px;
	padding-top: 10px;
	display: inline;
	background-color: #fff;
	min-height: 400px;
}

#contact-content dl {
	font-size: 2em;
	width: 440px;
	padding-bottom: 20px;
}

#contact-content dt {
	display: block;
	width: 291px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;	
}

#contact-content dd { 
	display: block;
	color: #000;
	line-height: 1.3;
}

body#contactpage div#pulldown-menu {
	border-top: 5px solid #ffce07;
	border-bottom: 5px solid #ffce07;
	margin-left: 447px;
	padding-bottom: 10px;
}


/* CLIENT LOG-IN
----------------------------------------------------- */

body#clientloginpage div#content {
	padding-top: 200px;
}

#clientlogin-content {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	float: left;
	width: 440px;
	padding-top: 10px;
	display: inline;
	background-color: #fff;
	min-height: 400px;
}

body#clientloginpage div#pulldown-menu {
	border-top: 5px solid #ffce07;
	border-bottom: 5px solid #ffce07;
	margin-left: 447px;
	padding-bottom: 10px;
}