@charset "UTF-8";

/* START GLOBAL - Fixes/defaults to individual tags */

* {margin: 0; padding: 0;}
img { border: none;}
a {text-decoration: none; color: #004a7d;}
a:hover {text-decoration: underline;}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #21618e url(../images/main_back2.jpg) no-repeat fixed left top;
	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: #000000;
}
.red {color: #FF0000;}

/* END GLOBAL */

#container {
	width: 960px;
	margin: 0px auto;
	text-align: left;
} 

@media (min-width: 600px) { /* For Desktop */
/* #container {width: 960px;} */
}



/* START SIDE BARS */

#wings {
	display: block;
	height: 357px;
}
.leftbar {
	width: 140px;
	float: left;
	padding-top: 30px;
	background: url(../images/left_back_lg.png) no-repeat;
}
.rightbar {
	width: 140px;
	float: right;
	padding-top: 20px;
	background: url(../images/right_back_lg.png) no-repeat;
}
#leftwing {
	text-transform: uppercase;
	list-style: none;
	margin-left: 44px;
	margin-top: 12px;
	font-size: 9px;
	line-height: 12px;
}
#leftwing li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 0px 7px 10px;
}
#rightwing {
	font-size: 9px;
	line-height: 12px;
	list-style: none;
	margin: 6px 20px 0px 0px;
}
#rightwing li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 5px 7px 15px;
}
li.order {line-height: 16px; font-weight: bold; font-size: 14px;}

#leftwing li a:hover, #rightwing li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #023b63;	
}

#wings h1 {
	width: 91px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
.upload {
	background: url(../images/upload.gif) no-repeat left top;
	padding: 20px 3px 3px 35px;
	height: 23px;
	margin-bottom: -5px;
}
h1.upload a {color:white;}
h1.upload a:hover {text-decoration: none;}
.download {
	background: url(../images/download.gif) no-repeat left top;
	padding: 8px 3px 3px 35px;
	height: 30px;
	margin: 8px 0px -5px;
}
.winglines {border-bottom: 1px solid #005c9b;}
.navlogo {margin-left: 26px;}
.uprintlogo {margin-left: 15px;}

/* END SIDE BARS */

/* START MAINHEAD - Header above nav bar */

#mainHead {height: 160px;width: 960px;}
body#home #mainHead.back {background: url(../images/head_home.jpg) no-repeat bottom;}
body#print #mainHead.back {background: url(../images/head_print.jpg) no-repeat bottom;}
body#design #mainHead.back {background: url(../images/head_design.jpg) no-repeat bottom;}
body#copy #mainHead.back {background: url(../images/head_copy.jpg) no-repeat bottom;}
body#signs #mainHead.back {background: url(../images/head_signs.jpg) no-repeat bottom;}
body#downloads #mainHead.back {background: url(../images/head_downloads.jpg) no-repeat bottom;}
body#web #mainHead.back {background: url(../images/head_web.jpg) no-repeat bottom;}


#mainHead img.logo {
	margin-top: 24px;
	margin-left: 190px;
}
#mainHead img.copylogo {
	margin-top: 42px;
	margin-left: 170px;
}
#mainHead img.signlogo {
	margin-top: 22px;
	margin-left: 180px;
}
#mainHead img.weblogo {
	margin-left: 170px;
	margin-top: 30px;
}
#mainHeadNav {
	float: right;
	width: 300px;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
	margin: 18px 150px 0px 0px;
}
#mainHeadNav a {
	color: #FFFFFF;
	display: inline-block;
	padding: 4px 5px;
}
#mainHeadNav a:hover {
	color: #FFFFFF;
	background: url(../images/gray40.png);
}


/* END MAINHEAD */

#mainBox {
	background: #FFF repeat-y center;
	min-height: 400px;
	width: 680px;
	margin-left: 140px;
}

/* START MAIN CONTENT - The main div holding page content */

#mainContent {
	padding: 5px 20px 20px;
}
#mainContent p, h1, h2, h3, table {
	margin-bottom: 7px;
}
#mainContent h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h1 {
	font-size: 26px;
	font-weight: normal;
	color: #FF0000;
}

table {width: 300px; font-size: 12px;}
td {padding: 3px; border-bottom-color: #b5b5b5; border-bottom-style: solid; border-bottom-width: 1px;}
td.title {background-color: #e4e4e4; font-weight: bold;}
td.center {text-align: center;}

body#home #mainContent h1.head {color: #c62d2d;}
body#print #mainContent h1.head {color: #c62d2d;}
body#design #mainContent h1.head {color: #63ce00;}
body#copy #mainContent h1.head {color: #a900fd;}
body#signs #mainContent h1.head {color: #fd9710;}
body#downloads #mainContent h1.head {color: #c62d2d;}
body#web #mainContent h1.head {color: #0089d8;}

#mainContent h2 {
	font-size: 18px;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #004a7d;
	border-top: 1px dotted #004a7d;
	padding-top: 3px;
}
#mainContent h3 {
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 13	px;
}
#mainContent p {
	font-size: 12px;
	line-height: 17px;
}
#mainContent ul {
	font-size: 13px;
	margin-left: 20px;
	list-style: url(../images/bluedot.gif);
}
#mainContent ul li {}

/* END MAIN CONTENT */

ul.left {
	float: left;
	width: 50%;
}

#logos {
	float: left;
	width: 298px;
	height: 70px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-top: 128px;
	margin-bottom: 20px;
}
#logos.horz2color {
	background: url(../images/logos/horz2color.gif) no-repeat center 10px;
	margin-right: 20px;
}
#logos.vert2color {
	background: url(../images/logos/vert2color.gif) no-repeat center top;
}
#logos.horz1color {
	background: url(../images/logos/horz1color.gif) no-repeat center 10px;
	margin-right: 20px;
}
#logos.vert1color {
	background: url(../images/logos/vert1color.gif) no-repeat center top;
}
#logos.horz2colorRev {
	background: url(../images/logos/horz2colorRev.gif) no-repeat center 10px;
	margin-right: 20px;
}
#logos.vert2colorRev {
	background: url(../images/logos/vert2colorRev.gif) no-repeat center top;
}
#logos.horzBW {
	background: url(../images/logos/horzBW.gif) no-repeat center 10px;
	margin-right: 20px;
}
#logos.vertBW {
	background: url(../images/logos/vertBW.gif) no-repeat center top;
}
#logos.horzBWrev {
	background: url(../images/logos/horzBWrev.gif) no-repeat center 10px;
	margin-right: 20px;
}
#logos.vertBWrev {
	background: url(../images/logos/vertBWrev.gif) no-repeat center top;
}
#logos.bronco2color {
	background: url(../images/logos/bronco2color.gif) no-repeat center 5px;
}

/* START HOME BOXES - Boxes on home page - varied content */

/*#homebox2col {
	float: left;
	min-height: 120px;
	width: 290px;
	padding: 10px;
	background: #dcdcdc url(../images/homeboxgrad.jpg) repeat-x bottom;
}
#homebox2col h1 {
	width: 300px;
	margin: -10px 0px 10px -10px;
	padding: 4px 0px 2px 10px;
	font: 16px Arial, Helvetica, sans-serif;
}
#homebox2col h1.red {
	color: #FFFFFF;
	background: #990000;
}
#homebox2col h1.gray {
	color: #FFFFFF;
	background: #666666;
}
#homebox2col ul {
	font-size: 12px;
	padding-left: 15px;
	list-style: square;
}
#homebox2col ul li {
	margin-bottom: 3px;
}*/

.hbleft{margin-left: 20px;}
.hbbottom{margin-bottom: 20px;}
.homebox {float: left; min-height: 120px; width: 310px;}
.homeboxwide {min-height: 120px; width: 640px;}

/* START HOME BOXES - Boxes on home page - varied content */

/* START FOOTER */

#footer {
	margin: 10px 0px 15px;
}
#footer p {
	color: #90b0c6;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #90b0c6;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer img.divider {
	margin: 0px 10px;
}

/* END FOOTER */

/* START NAV BAR - Primary horizontal navigation bar */

#navBar {
	height: 30px;
	font-size: 11px ;
	width: 675px;
	padding: 0px 0px 0px 5px;
}
#navBar li {
	/*float the main list items*/
	float: left;
	display: block;
	background: url(../images/tab_blue.png) no-repeat;
	padding-right: 2px;
}
#navBar li a {
	/*for all links in the list*/
	color: #FFFFFF;
	display: block;
	height: 20px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}
#navBar li a:hover {
	background: url(../images/tab_red.png) no-repeat;
}
#navBar li.design a:hover {
	background: url(../images/tab_green.png) no-repeat;
}
#navBar li.copy a:hover {
	background: url(../images/tab_violet.png) no-repeat;
}
#navBar li.signs a:hover {
	background: url(../images/tab_orange.png) no-repeat;
}
#navBar li.web a:hover {
	background: url(../images/tab_liteblue.png) no-repeat;
}

body#home #navBar.border {
	border-top: 4px solid #c62d2d;	
}
body#print #navBar.border {
	border-top: 4px solid #c62d2d;	
}
body#design #navBar.border {
	border-top: 4px solid #63ce00;
}
body#copy #navBar.border {
	border-top: 4px solid #a900fd;	
}
body#signs #navBar.border {
	border-top: 4px solid #fd9710;	
}
body#downloads #navBar.border {
	border-top: 4px solid #c62d2d;	
}
body#web #navBar.border {
	border-top: 4px solid #0089d8;	
}

/* END NAV BAR */

/* START RIGHT BOX - on sub pages showing contact/location info */

#rightbox {
	background: url(../images/stickymain.jpg) no-repeat top;
	float: right;
	width: 195px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 11px;
	padding: 15px;
}
#rightbox h1 {
	color: #d36f00;
	font-size: 16px;
	font-weight: bold;
}
#rightbox img.map {
	margin-bottom: -15px;
	margin-left: -15px;
}
#rightbox img.under {
	margin-bottom: -15px;
	margin-left: -15px;
	margin-top: 11px;
}
#rightbox p {
	font-size: 11px;
	color: #333333;
	margin-bottom: 3px;
}

#rightbox2 {
	float: right;
	width: 280px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#rightbox2 h1 {
color: #d36f00;
	font-size: 16px;
	font-weight: bold;}

/* END RIGHT BOX */

.floatright { /* 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; 
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.pdflink {
	background: url(../images/pdf.gif) no-repeat right center;
	padding: 5px 20px 5px 0px;
}
.extlink {
	background: url(../images/extlink.png) no-repeat right center;
	padding: 5px 15px 5px 0px;
}
.pptlink {
	background: url(../images/powerpoint.png) no-repeat right center;
	padding: 5px 22px 5px 0px;
}
.videolink {
	background: url(../images/video.gif) no-repeat right center;
	padding: 5px 22px 5px 0px;
}
.colname {
	width: 250px;
	font-weight: bold;
}
.colname em {
	font-weight: normal;
}
.colemail {}
.colphone {
	width: 100px;
}
.colpaper {
	width: 120px;
	font-weight: bold;
}
.colpaperlb {
	width: 45px;
}
.colpapersize {
	width: 60px;
}
.colpapercolor {}

#homehorzbar {
	min-height: 40px;
	width: 640px;
	float: left;
	margin-bottom: 20px;
}
#homehorzbarinput {
	float: right;
	height: 20px;
	width: 180px;
	margin-top: 85px;
}
#homehorzbarinput #textfield {
	width: 140px;
	border: 1px solid #A27F5C;
	height: 18px;
}
#homehorzbar p {
	padding-top: 75px;
	padding-left: 185px;
	color: #53361c;
}
.greenbronco {
	background: url(../images/greenbronco_manila2.gif) no-repeat;
}
#searchgo {
	vertical-align: bottom;
}



/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

form {margin-top: 20px;}
.progressWrapper {
	width: 500px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
/*
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
*/

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 4px;
	background-color: #004581;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: #00ae00;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

div#divStatus { color: #424242; margin-bottom: 15px; margin-top: 15px; font-size: 16px;}
div.fieldset {
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 10px;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 600px;
	margin: 10px 5px;
	/*
border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
*/

}

/*
button, input, select, textarea { 
	border-width: 1px; 
	margin-bottom: 10px;
	padding: 2px 3px;
}
*/
button#btnCancel {border-style: none; background-image: url(../images/CancelButton.png); height: 40px; width: 200px;}



/* -------- Accordian Panels (jQuery) -------- */

.accordion { /*
min-width: 200px;
max-width: 490px;
*/ }
.accordion h3 {
	background: url(../images/collapsed.png) no-repeat 4px 8px;
	cursor: pointer;
	padding: 4px 8px 4px 20px;
	color: #007cc3;	/*border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;*/
}
.accordion h3:hover {
	background: #EDEDED url(../images/collapsed.png) no-repeat 4px 8px;
}
.accordion h3.active {
	background:  #666666 url(../images/expanded.png) no-repeat 4px 8px;
	/*border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;*/
	color: #FFFFFF;
}
.accordion p {}
#mainContent div.accordion ul {
	background: #ffffff;
	padding: 9px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 30px;
}



#mainContent p.fileupload {
	color: #898989;
	font-size: 16px;
	width: 402px;
	height: 20px;
	margin-bottom: -6px;
	margin-left: 8px;
}
p.fileupload span {
	text-transform: uppercase;
	background-color: #dedede;
	padding: 4px;
}
#mainContent p.fileupload a {
	font-size: 15px;
	font-weight: bold;
	width: 94px;
	border-left: 1px solid #ccc;
	padding: 4px 6px;
	background-color: #dedede;
}
#mainContent p.fileupload a:hover {
	background-color: #c1c1c1;
	color: #000;
	text-decoration: none;
}
#mainContent p.fileupload a.active {
	background-color: #2b5a8e;
	color: #fff;
}


/* For Mobile Devices */

/*
@media (max-width: 600px) { 
#container {max-width: 460px;}
#wings, #mainHeadNav {visibility: hidden; display: none;}
#mainHead {width: 100%; height: 110px;}
#mainHead img.logo {position: relative; left: 120px; margin-top: 10px; margin-left: 0px;}
body#home #container #wings.leftbar a img.navlogo {position: absolute; top: 10px; visibility: visible; display: block; margin-left: 0px; z-index: 999;}
body#home #mainHead.back {background-image: none;}
img {max-width: 100%;}
#mainBox {margin-left: 0px;}
}
*/



