/*
Defaults
---------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, img, form, label {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
img {
	/*border:1px solid #ddd;*/
	border:none;
}
#wrapper, body, #footer {
	text-align:center;
}
#header, #content {
	text-align:left;
}
#footer p {
	text-align:right;
}

/* 
BLOCK AND WRAPPERS
---------------------------------------------------------- */
body {
	font-size:62.5%;
	font-family:arial, helvetica, sans-serif;
	color:#555;
	background-color:#fff;
	min-width:750px;
}
#header {
	background:#000000 url(../graphics/bg_header.jpg) repeat-x scroll 0 -25px;
	color:#f6851f;
	min-width:750px;
	border-bottom:2px solid #747474;
}
#content {
	width:750px;
	margin:0 auto;
	padding-top:30px;
}
#footer div {
	width:750px;
	margin:0 auto;
	background:#fff url(../graphics/dottedline.gif) 0 0 repeat-x; 
}
#wrapper {
	clear:both;
	background:#fff url(../graphics/grad_content.jpg) top left repeat-x;
	width:100%;
	min-width:750px;
}
#footer {
	clear: both;
	padding:0;
}

/*
HEADING
---------------------------------------------------------- */
h1 a {
	z-index:1;	
	position:absolute;
	top:0;
	left:0;
	width:342px;
	height:114px;
	min-height:114px;
	background:transparent url(../graphics/bg_h1.jpg) no-repeat;
	font-size:1em;
}
h1 {
	font-size:2.4em;
	float:left;
	position:relative;
	color:#bfbdbe;
	padding-top:35px;
}
h1 a:link, h1 a:visited {
	color:#bfbdbe;
}
h1 a:hover {
	color:#bfbdbe;
}
/*
NAVIGATION BAR
---------------------------------------------------------- */
#navlist {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#navlist ul {
	float:right;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:15px;
	padding-right:0;
    padding-top:100px;
	padding-left:0;
	font-size:1.7em;
	/*background:#000 url(../graphics/logo_3.jpg) 0 50% no-repeat;
	background:#000 url(../graphics/logo_4u.gif) 0 50% no-repeat;*/
	font-weight:400;
}
#navlist ul li {
	display:inline;
	margin:0 1em;
	padding:0 0 0 12px;
    background:none;
}


/*
LINK STYLES
---------------------------------------------------------- */
a:link, a:visited {
	color:#da6019;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
h3 a:link, h3 a:visited {
	color:#000;
	text-decoration:none;
}
h3 a:hover,
h3.accordionheading:hover {
	color:#da6019;
	text-decoration:none;
}
h3.accordionheading a:focus {
	text-decoration:none;
	color:#da6019;
}

#navlist ul a {
	text-decoration: none;
	padding-bottom:4px;
}
#navlist ul a:link, #navlist ul a:visited {
	color:#9B999A;
}
#navlist ul li.current a:link, #navlist ul li.current a:visited {
	color:#f6851f;
	border-bottom:2px solid #f6851f;
}
#navlist ul a:hover {
	color:#f6851f;
	border-bottom:2px solid #f6851f;
}
#navlist ul li.current a:hover {
	color:#f6851f;
}

/*
TEXT ELEMENTS ETC
---------------------------------------------------------- */
h1, h2, h3, h4, h5 {
	/*font-family:arial,verdana,helvetica,sans-serif;*/
	font-weight:normal;
}
h2 {
	font-size:2.4em;
	color:#000;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	background:url(../graphics/dottedline.gif) 0 100% repeat-x;
}
h5 {
	color:#cc5200;
	color:#000;
	font-style:oblique;
}
h3 {
	font-size:1.8em;
	color:#cc5200;
	color:#000;
	padding:0 0 0 0;
	margin:0.8em 0 0.5em 0;
	padding-left:18px;
	background:url(../graphics/lozenge.gif) 0 50% no-repeat;
}
#accordion {
	margin-bottom:2em;
}
h3.accordionheading {
	cursor:pointer;
	padding-left:28px;
	background:url(../graphics/plus.gif) 4px 50% no-repeat;
	color:#000;
}
div.accordioncontent {
	padding-left:28px;
}
h4 {
	font-size:1.6em;
	color:#cc5200;
	color:#000;
	padding:0.3em 0 0.3em 0;
}
h2, h3, h4 {
	line-height:1;
}
p {
	line-height:1.7;
	padding-bottom:0.7em;
}
p, ul, dl, h5 {
	font-size:1.4em;
}
#wrapper ul ul {
	font-size:1em;
	padding-bottom:0;
	padding-top:0.5em;
	
}
p.introtext {
	/*background:url(../graphics/dottedline.gif) 0 100% repeat-x;*/
	padding-bottom:1em;
	margin-bottom:1em;
}
#footer p{
	font-size:1.1em;
	padding-top:0.5em;
	color:#777;
}
#footer p#tools {
	float:left;
}
#wrapper ul {
	padding-bottom:1em;
}
#wrapper ul li {
    padding:0 0 0.5em 15px;
    background:url(../graphics/bullet_cross.gif) 0 0.25em no-repeat;
	margin-left:0.3em;
}
/*
FORMS
--------------------------------------------------------- */
form {
}
p.instruction, #formholder em {
	font-size:1.1em;
	font-style:italic;
	color:#777;
	padding:0;
}
#formholder {
	background:#fff url(../graphics/grad_content.jpg) 0 -20px repeat-x;
	padding:1.2em;
	border:1px solid #f0f0f0;
	float:left;
	margin-top:1em;
}
label, input, textarea {
	font-family:arial, helvetica, sans-serif;
	color:#555;
	font-size:1.4em;
}
input, textarea {
	display:block;
	margin-bottom:1.5em;
	border:1px solid #d0d0d0;
	padding:4px;
}
input#chkbox {
	display:inline;
	border:none;
}
input.invisible {
	border-width:0;
	margin:0;
	padding:0;
}
input#send {
	border:none;
	display:inline;
	margin:1em 0 0 0;
	padding:0;
}
#formholder .fancybutton {
	margin-top:1em;
}
.vericoderow {
	overflow:hidden;
}
.vericoderow label {
	margin-bottom:0;
}
.vericoderow input {
	float:left;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.vericoderow img {
	clear:left;
	float:left;
	margin:0 10px 0 0;
}
.vericoderow em {
	clear:left;
	float:left;
	padding:0 10px;
	margin-bottom:1em;
}
label {
	display:block;
	font-weight:700;
	margin-bottom:0.5em;
}
.req {
	color:#f00;
}

/*
PORTFOLIO
---------------------------------------------------------- */
.portfolioitem {
	background-color:#f0f0f0;
	background-color:#f5f5f5;
	margin-bottom:1.5em;
	padding:1em 1em 1em 1em;
	border:2px solid #dfdfdf;
	border:1px solid #f0f0f0;
	overflow:auto;
	background:#fff url(../graphics/grad_content.jpg) 0 -15px repeat-x;
	}
/*
.portfolioitem a:link img, .portfolioitem a:visited img {
	border:1px solid #dfdfdf;
	}
.portfolioitem a:hover img {
	border:1px solid #F5851F;
	}
*/
p.portfoliolaunch {
	font-size:1em;
	color:#999;
	}
p.portfoliolink {
}
.portfolioitem h3 {
	}
.portfolioitem a.smoothbox {
	float:right;
	width:378px;
	}

.portfolioitem img {
	float:right;
	padding:8px;
	background:#fff;
	margin-left:1em;
}
/*
PAGINATION
---------------------------------------------------------- */
.pageidentifier {
	float:right;
}
.newslistingsummary {

}
.pagination {

}
.ditto_page, .ditto_currentpage {
	padding:2px 0.33em;
	margin:0 0.25em;
	border:1px solid #ededed;
}
.ditto_page {
	background:#f0f0f0;
}
.ditto_currentpage {
	background:#fff;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HACKS AND FIXES   
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/*
FooterStick
---------------------------------------------------------- */
html, body {
	height:100%;
}
#page {
	position:relative;
	min-height:100%;
}
* html #page {
	height:100%;
}
#wrapper {
	padding-bottom:6.5em;
}
#footer {
	position:relative;
	margin-top:-3.5em;
}
/*
Fix scrollbar for moz
---------------------------------------------------------- */
html {
	min-height:100%;
	margin-bottom:1px;
}
/*
Easy Float clearing
---------------------------------------------------------- */
.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 */

/* Has Layout Triggers 
---------------------------------------------------------- */
/* Hide from IE5/Mac \*/
* html #navlist ul li {
	height:1px; 
} 
/* End hide from IE5/Mac */
