@charset "utf-8";
/* CSS Document */

/* orange; #f90; */
/* grey text; #666; */

/* TOC 
	1 = html (tags)
	2 =	structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
*/


/* 1 HTML */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:0.8em;
	background:url(../images/build/background.gif) #333 repeat-x top left;
}
img {
	border:0;
}

/* 1 HTML ENDS */

/* 2 STRUCTURE */
div.headerleft {
	float:left;
	width:170px;
}
div.headerright {
	float:right;
	width:700px;
	text-align:right;
	height:95px;
	margin:0;
	padding:0;
}
img.imgleft {
	float:left;
	margin:0 10px 0 0;
}
img.imgright {
	float:right;
	margin: 0 0 6px 10px;
}
div.footer {
	clear:both;
	width:100%;
	background:url(../images/build/footerbackground.gif) #333 top left repeat-x;
	color:#FFF;
	padding:14px 0 14px 0;
	font-size:80%;
}
div.footercolumn {
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/build/orangeverticalline2.gif) repeat-y top left;
	width:310px;
	float:left;
	display: inline;
}
div.footercolumn div.inner {
float: left;
width: 40%;
white-space: nowrap;
}
#pageholder {
	width:960px;
	margin:20px auto 0 auto;
}
div.holder {
	margin:0 auto;
	padding:0;
	width: 960px;
}
#header {
	height:105px;
	margin:20px auto 0 auto;
	padding:0;
	text-align:right;
	width:960px;
}
img.floatleft {
	float:left;
}
img.floatright {
	float:right;
}
#search {
	height:145px;
	margin:0 auto;
	width: 960px;
}
div.searchleft {
	float:left;
	margin:45px 0 0 0;
	width:830px;
}
div.searchright {
	float:right;
	padding:0;
	margin:0;
}
div.searchtext {
	font-size:160%;
	color:#fff;
}
#maincontent {
	padding:10px 0;
	width: 100%;
	background: url(../images/build/barshadow.gif) #eee top left repeat-x;
}
div.fullbox {
	width:960px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	float:left;
	background: #fff url(../images/build/fullcolumnshadow.gif) bottom no-repeat;
}
div.fullboxcolumn {
	width:320px;
	float:left;
}
div.fullboxbottom {
	clear:both;
	background:url(../images/build/fullcolumnshadow.gif) bottom no-repeat;
	height:7px;
}
div.smallbox, div.smallboxlast {
	width:300px;
	background-color:#fff;
	padding:0;
	margin:0 30px 10px 0;
	float:left;
}
div.smallboxlast {
	margin:0 !IMPORTANT;
}
div.smallboxbottom {
	clear:both;
	background:url(../images/build/thirdcolumnshadow.gif) bottom no-repeat;
	height:7px;
}
div.buttonbar {
	width:620px;
	clear:none;
	padding:10px 0;
	background:url(../images/build/dottedline.gif) repeat-x top;
	float: right;
	margin: 0 10px;
}
/*2 STRUCTURE ENDS*/

/*3 NAVIGATION */
div.navigation {
	float:right;
	font-size:160%;
}
div.navigation ul{
	list-style:none;
	padding:0;
	margin:0;
}
div.navigation ul li{
	display:inline;
	padding:0 15px;
	background:url(../images/build/orangeverticalline.gif) repeat-y top left;
}
div.navigation ul li.first{
	background: 0 !IMPORTANT;
}
div.navigation ul li.last{
	padding:0 0 0 15px !IMPORTANT;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover, div.copy a {
	color:#333;
	background:url(../images/build/dottedline.gif) repeat-x bottom;
}
div.footer a{
	color:#FFF;
}
span.textsetright {
	float: right;
	padding: 5px 0;
}

/*3 NAVIGATION ENDS*/

/*4 TEXT*/
h1 {
	font-size:200%;
	padding:0;
	margin:5px 0 10px 0;
}
h2, div.fullbox h1, div.fullboxcolumn h1 {
	color:#f90;
	font-weight:normal;
	font-size:160%;
	margin: 8px 10px 0 10px;
	padding:0 0 6px 0;
	background:url(../images/build/dottedline.gif) repeat-x bottom;
}
div.smallbox p span.textsetright, div.smallboxlast p span.textsetright, div.fullbox p span.textsetright {
	float: right !IMPORTANT;
	margin: 4px 0 8px 0;
}
.largetext {
	font-size:240%;
}
div.headerright span.largetext {
	font-size:220%;
}
.orangetext {
	color:#f90;
}
#maincontent p{
	padding:10px;
	margin:0;
}
ul.textlist {
	list-style:none;
	margin: 10px;
	padding:0;
	text-indent: 10px;
}
ul.textlist li{
	background:url(../images/build/bullet.gif) left no-repeat;
}
span.status {
	font-weight: bold;
	color:#f90;
}
span.redtext {
	font-weight: bold;
	color: #C30;
}
/*4 TEXT ENDS*/

/*5 FORMS*/
div.fullboxcolumn form label, div.fullbox form label {
	text-transform: uppercase;
	float: left;
	width: 320px;
}
div.fullboxcolumn form, div.fullbox form {
	padding: 10px;
	margin: 0;
}
input.inputbox {
	border: 1px solid #999;
	height:20px;
	vertical-align:middle;
	color:#666;
	padding-left:4px;
}
input.button {
	background:url(../images/build/button.gif) #fff repeat-x center left;
	border: 1px solid #999;
	height:24px !IMPORTANT;
	vertical-align:middle;
	font-size: 100%;
	color:#666;
	cursor: pointer;
	text-transform: uppercase;
}
a.button {
	background:url(../images/build/button.gif) #fff repeat-x center left;
	border: 1px solid #999;
	height:24px !IMPORTANT;
	vertical-align:middle;
	font-size: 100%;
	color:#666;
	cursor: pointer;
	padding: 4px;
	text-transform: uppercase;
}
div.searchleft form{
	margin:10px 0 0 0;
}
option {
	text-transform: capitalize;
	min-width: 200px;
	widthe: 200px;
}
/*5 FORMS ENDS*/

/*6 TABLES*/

/*6 TABLES ENDS/

/*7 HACKS */

/*7 HACKS ENDS */


/* header */



/* end header */

/* search bar */



/* end search bar */

/* main content */

/* end main content */



/* end footer */

/*7 HACKS*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*7 HACKS ENDS */
