/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body{
	background:#fff;
	color:#000;
	font:10pt arial;
	margin:0;
	padding:0;
	text-align:center;
}
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
#sidebarcontainer,#header,#bread,#helpdesk,#footerlinks,#nav,#tabright,#tableft h1,#tableft {
	display:none;
}
#cell_1 img, #cell_2 img, #cell_3 img{
	display:none;
}
#print-header {
	margin-bottom:30px;

}
#print-header h1 {
	padding-top:20px;

}
.highlight {
	margin:0px;
	padding:1px;
	font-weight:bold;
	background:#FEFFF8;
}
form
{
	margin: 0;
}

/* HEADINGS
----------------------------------------------------------------- */
h1,h2,h3 {
	margin-bottom:10px;
}
h1 {
	color:#a82600;
	font-size:1.4em;
	font-weight:bold;

}
h2 {
	color:#636360;
	font-size:1.2em;
	font-weight:bold;
	margin-top:10px;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h1.sitemap{

	margin:10px 0 15px 0;
	color:#666;
}


h2.sitemap{
	margin:10px 0 0 0px;
		color:#000;
	}


h2.table
{
	margin: 0px 0 0 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
}
h2.th
{
	margin: 0px 0 0 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
}



#callouts img{
	float:left;
}
.homelist ul
{
	padding: 0;
	margin: 0.5em 0 0;
	
}
.homelist li
{
	padding: 0 0 0 5px;
	margin: 0 0px;
}
#bread{
	border-bottom:1px solid #cccccc;
	color:#888;
	font-size: 11px;
	margin-bottom:10px;
	margin-left:-15px;
	padding:10px 0 3px 0;
}
#bread ul{
	
	padding-left:0;
	display:inline;
	border:none;
} 
#bread ul li{
	margin-left:0;
	
	border:none;
	list-style:none;
	display: inline;
}
#bread a{
	color:#9A9A9A;
	text-decoration:underline;
	display:inline;
	background:#fff;
	padding:0;
	margin-left:0;
}
#bread a:hover{
	color:#D2DCE2;
	text-decoration:none;
}
.contentbody h3
{
	margin:1em 0 0.5em;
	padding:1px;
	font-weight:bold;
	background:#FEFFF8;
	font-size: 25px;
}

/* Links */

a:link, a:visited
{
	color: #4C4C4C;
	cursor:pointer;
	text-decoration: none;
	
}
a:hover, a:active
{
	color: black;
}

.contentbody a:link, .contentbody a:visited
{
	color: #126FAC;
	font-weight:normal;
	text-decoration:underline;
}
.contentbody a:hover, .contentbody a:active
{
	color: black;
	font-weight:normal;
}

#footer a:link, #footer a:visited
{
	color: #FFF;
	
}
#footer a:hover, #footer a:active
{
	color: #B6CAD7;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 704px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 890px;
	background: white;
	margin:0 auto;
	text-align:left;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
.content
{
	width: 890px;
	padding-right: 0;
	
}

.bluebox
{
	background:#D2E6F4;
	border-top:2px solid #56A2D6;
	padding:1px;
	margin-bottom:40px;
}
.version
{
	float:right;
	padding-left:20px;
	padding-top:10px;
}

/*-------------------------------------------------
  Helpdesk Login
-------------------------------------------------*/
#helpdesk
{
	background:#56A3D7;
	padding-top:5px;
	padding-left:20px;
	color:#fff;
	text-align:center;
	
}
#login
{
	background:#56A3D7;
	
	padding:2px;
	text-align:right;
	color:#fff;
}
#login a
{
cursor:pointer;
}
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
p{
	
	padding:0 20px 20px 0;
}
p.italic
{
	font-style:italic;
}
span.red
{
	color:#FF4141;
	font-weight:bold;
}
code
{
	color:#9E0B0E;

}
p.red
{
	color:#FF4141;
	margin-left:30px;
}
p.table
{
	margin: 0px 0 0 0;
}
p.sitemap
{
	margin: 0px 0 0 0;
}
	

/*-------------------------------------------------
  Rounded Boxes
-------------------------------------------------*/
.rdbox {
	width: 500px;
	background: #E0E6E6;
	color: #FFF;
}
.rdboxcontent {
	padding: 0 15px;
	display: block;
	color:#000;
	text-align:center;
}
.rdboxhead ul {
	background: url(images/corner-grey.gif) -10px -10px no-repeat;
	height: 10px;
	list-style: none;
	margin: 0;
}
.rdboxhead ul li {
	float: right;
	background: url(images/corner-grey.gif) 0px -10px no-repeat;
	width: 10px;
	line-height: 10px;
}
.rdboxfooter ul {
	background: url(images/corner-grey.gif) -10px 0px no-repeat;
	height: 10px;
	list-style: none;
	margin: 0;
}
.rdboxfooter ul li {
	float: right;
	background: url(images/corner-grey.gif) 0px 0px no-repeat;
	width: 10px;
	line-height: 10px;
}

/* set millions of background images */

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbroundbox{ background: url(images/nt-grey.gif) repeat; }
.rbtop div { background: url(images/tl-grey.gif) no-repeat top left; }
.rbtop { background: url(images/tr-grey.gif) no-repeat top right; }
.rbbot div { background: url(images/bl-grey.gif) no-repeat bottom left; }
.rbbot { background: url(images/br-grey.gif) no-repeat bottom right; }

.rbcontent { margin: 0 7px;}
.rbcontent p { padding:0;}
.rbroundbox { width: 100%;}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 0px 0 15px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
	text-align:right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
img pdf{
	margin-top:40px;
}

#prev_posts{
	border-bottom:1px #ccc solid;
	text-align:left;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer{
	background: url(images/ue_footer.gif) no-repeat;
	padding: 25px 0 10px 0;
	margin: 0px auto;
	width:947px;
	height:83px;
	color:#fff;
}
#footerleft{
	float:left;
	margin-left:20px;
	margin-top:10px;
}
#footerright{
	float:right;
	text-align:center;
	margin-right:20px;
}
#footerlinks{
	text-align:center;
	margin-top:-20px;
}
#copyrights
{
	color: #FFF;
	text-align:left;
}
#waa
{
	color: #FFF;
	float:right;
	margin-right:30px;
	width:100px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
	background:#A7D2F0;
}
.loginform{
	padding:5px;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: #126FAA;
	color: #fff;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
	cursor:pointer;
	padding:5px;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}

.price-schedule .formfield
{
	width: 180px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
	margin: 0 2px 2px 0;
}
.price-schedule .formbutton
{
	width: 120px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}


.contact .formfield
{
	width: 180px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.contact .formbutton
{
	width: 80px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}

.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.floatright{float:right;}
img.floatright{float:right;margin-left:30px;margin-top:10px;}
.floatleft{float:left;}
.clr{clear:both;}
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
}


/* Leftbox and Rightbox toolbar buttons */

.leftbox {
	float: left;
	margin:18px 30px 5px 0;
	
}
.rightbox {
	float: right;
	margin:0 0px 5px 10px;
	clear:both;
}
.homeimage {
	float: right;
	margin:0 0px 25px 0;
}
.servicesimage {
	float: right;
	margin:12px 0px 0px 10px;
}

table.price-schedule {
	width:100%;
	font-family:verdana;
	font-size:10px;
	line-height:1.5em;
}

table.price-schedule a:link, table.price-schedule a:visited {
	color:#000;
	text-decoration:none;
}

table.price-schedule a:hover {
	color:#000;
	text-decoration:underline;
}

table.price-schedule th, table.price-schedule td {
	padding:3px;
}

table.price-schedule th{
	text-align:left;
	background:#56A2D6;
	color:#fff;
}


table.price-schedule .on td {
	background:#E0E6E6;
}


table.download thead th {background: #EA7F00; padding: 5px; color: #fff; font-weight: normal;}

table.download tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

table.download td {background: #EAECEE;}

table.download tbody {border-bottom: 1px solid #EAECEE;}
                      
table.download tbody td, table tbody th {padding: 10px;}

table.download tbody tr {background: #F3F5F7;}

table.download tbody tr.odd {background: #F0F2F4;}

table.download tbody  tr:hover {background: #EAECEE; color: #111;}

table.download tfoot td, table.download tfoot th, table.download tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}

table{
	width:100%;
}
table#stform{
	width:750px;
}
table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	color: #555;
}
td, th {
	padding: 4px;
}
thead th {
	text-align: center;
	background: #E6EDF5;
	color: #BA9B6F;
	font-size: 100% !important;
}
tbody th {
	font-weight: normal;
}
tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}
table a:visited {
	color: #718ABE;
	text-decoration: none;
}
table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}
tfoot th, tfoot td {
	font-size: 85%;
}

/* Prices */

.orange th{
	text-align: center;
	background: #EA7F00;
	color: #fff;
}
.profit{
	background: #FAF7DA;
}
.save{
	float:left;

}
table.red {
	border-collapse: collapse;
	color: #555;
}
table.red thead th {
	text-align: center;
	background: #EA7F00;
	color: #fff;
	font-size: 100% !important;
}
table.red td {
	background: #EAECEE;
}
table.red td.white{
	background: #fff;
}

.clr{clear:both;}
.line {
	border-bottom:1px solid #ccc;
}
.highlightbox{
	background:#FAF7DA;
	border:1px solid #DADADA;
	
	padding:10px;
}
.highlightbox img{
	float:right;
}
.homeboxlft{
	float:left;
	width:250px;
	margin-bottom:30px;
}
.homeboxrht{
	float:right;
	width:250px;
}
.homeboxrht p{
	padding-right:0;
}
ul{
	background:#fff;
	padding:0;
	margin-left:15px;
}

/* Lists */
.sidebar ul
{
	background:#fff;
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.sidebar li
{
	
	padding: 0 0 0 10px;
	margin: 0 20px;
}
.sidebar li a:hover
{
	background:#fff;
	color:#ea7f00;
}

.horizline{
border-bottom:1px solid #ccc;
	padding:1px;
	margin:5px 0 5px 0;
}

#tabbground{
	background:#f2f5f8;
	border:10px solid #d2e8f8;
	font-size:1em;
	margin-bottom:10px;
	overflow:hidden;
}

#tableft{
	background:#ddeefa url(images/bground-tableft.jpg) right repeat-y;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	float: left;
	width: 100%;
}
.tab{
	border-top:1px solid #f1f8fd;
	border-bottom:1px solid #c8e4f7;
	padding:0 0 5px 10px;
}
.tab p{
	margin:0;
	padding:0;
}

.tab h2{
	font-size:1.1em;
	padding:5px 0 3px 0;
	margin: 0 1px 1px 0;
	
}
.tab h2 a{
	color: #ea7f00;
	font-weight:bold;
	text-decoration:none;
}

/*-------------------------------------------------
  HOME PAGE
-------------------------------------------------*/
#cell_1, #cell_2, #cell_3{
	border-bottom:1px solid #ccd1d3;
	width:30%;
}
#cell_1 {
	margin:0 5px 1em 0;
	float:left;
}

#cell_2 {
	margin:0 12px 1em 12px;
	float:left;
}

#cell_3 {
	margin:0 0 1em 5px;
	float:left;
}

#cell_1 p, #cell_2 p, #cell_3 p {
	color:#000000;
	padding-bottom:10px;
}
#cell_1 h1, #cell_2 h1, #cell_3 h1{
	font-size:1em;
}
#cell_1 a, #cell_2 a, #cell_3 a{
	color:#fff;
	float:none;
	margin:0;
	text-decoration:none;
	padding:0;
}
#cell_1 img, #cell_2 img, #cell_3 img {
	border:1px solid #d2d6d9;
	margin-bottom:5px;
}
#cell_1 h1 {
	background:#000;
}

#cell_2 h1 {
	background:#000;
}

#cell_3 h1 {
	background:#000;
}
#cell_1 p a,#cell_2 p a,#cell_3 p a{
	background:url(images/icon-arrow.gif) no-repeat left center;
	color:#df6b2f;
	float:right;
	margin-bottom:10px;
	padding-left:10px;
	
}

.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 */
