/* Start of CMSMS style sheet 'uniprint_styles' */
/*----------------------------------------------------------------------------------
Standard hmtl elements
*/
img{
	margin:0px;
	padding:0px;
}


hr{	
	height:1px;
	border:0px;	
	border-bottom: 1px solid #373737;	
}




.hyperBut{	
	background-image: url(images/uniprint/butBg.gif);	
	background-repeat:repeat;
	background-position:center;
	background-color:#df0400;
	border:1px solid #ca2405;		
	padding-top:1px;
	padding-bottom:2px;
	padding-right: 5px;
	padding-left: 5px;	
			
	text-transform:uppercase;
	font-size:12px;
	font-weight:bolder;
	color:#FFFFFF;  
	text-decoration:none;
}
.hyperBut:hover{
	background-image: url(images/uniprint/butBg_over.gif);
	background-color:#df0400;
}

/*used for list items*/
.nobullets{
	width: 300px;
}
.nobullets ul{
	 list-style-type: none;
	margin: 0px;	
	padding:0px; 
}
.nobullets img{
	margin:0px;
	padding:0px;
}

.nobullets li{
    margin: 1px;	
	padding:0px;
}

/*used for horizontal hr*/
.white_divider{
	border-bottom: 1px dashed #fff;	
}
/*----------------------------------------------------------------------------------
end standard hmtl elements
*/



/*----------------------------------------------------------------------------------
fonts
*/
strong, b{
	font-weight:bold;

}

h2{
	font-size:18px;
	color:#000;
	margin:0px;
	padding:0px;

}
#plainContentHolder h2{
	font-size:1.25em;
	clear:both;
}


.smallFont{
	font-size:10px;
	font-weight:lighter;
}


.mediumFont{
	font-size:11px;
	font-weight:lighter;
}
.largeFont{
	font-size:12px;
	font-weight:lighter;
}





h3{
	font-size:.75em;
	font-weight:lighter;
}

p{
	font-weight:lighter;
}


a{
	color:#DF0400;
	text-decoration:underline;
}
a.noUnderline{
	text-decoration:none;
}
a.noUnderline:hover{
	text-decoration:underline;
}


a:hover{
	color:#DF0400;
	text-decoration:none;
}




/*
----------------------------------------------------------------------------------
end  fonts
*/



/*
----------------------------------------------------------------------------------
layout	
*/

html {
     overflow: -moz-scrollbars-vertical;
}


.red{
	color:#DF0400;
}

.black{
	color:#202020;
}

body{
	margin: 0px;
	padding:0px;
    background: #F5F5F5 url(images/uniprint/background_main.jpg) repeat-y center top;
	font-family:Arial, sans-serif, Helvetica;
	color:#626060;
	TEXT-ALIGN: center;
}


#root{
    /*762px*/
	width: 762px;    
    margin-right: auto;
    margin-left: auto;
	margin-top:0px;	
	TEXT-ALIGN: left;
    position: relative;
}

#rootContent{
	margin-left:8px;
	margin-right:5px;
	margin-top:0px;	
	margin-bottom:0px;	
}





#banner{
	/*margin is 10px here because there is no surrounding elementes
	all other elements will have a five px border around them which
	will combine to make 10
	similiar to the footer
	*/
	margin:3px;
	margin-bottom:0px;
	height:91px;
	margin-top:0px;	
}

#banner a{
	color:#626060;
	text-decoration:none;
}

#banner_top_right{
	color:#626060;	
	float:right;	
	text-align:right;
	margin:0px;
	padding:0px;	
}






/* 2 column layout */
#columnleft
{
    margin:0px;
	float: left;
	/* 170 + 6px to accomodate for 3 margin around each element*/
    width: 176px;
	background-color:white;
}

#blackNav{	
	width:170px;	
	margin:3px;
	margin-bottom:0px;	
}
#blackNav .topCap{
	background-image:url(images/uniprint/black_nav_top_cap.gif);
	background-repeat:no-repeat;			
	height:12px;
	width:170px;
	font-size:0px;
}
#blackNav .boxContent{
	background-color:#252525;
	height:165px;
	color:#ccc;
	padding-left:5px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:15px;	
}


#cl_grey_box{
	width:170px;
	margin:3px;
	margin-top:6px;
}
#cl_grey_box form{
	color:#999999;
}

#cl_grey_box .boxContent{
	background-color:#E1E1E1;
	padding-left:12px;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:15px;
}

#columnright
{
    margin:0px;
	width:573px;		 
	float:left;
}

.cr_white_box{
	margin:3px;	
}


.cr_white_box .boxContent{
	background-color:#fff;
	padding-left:15px;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:15px;
}


.cr_heading_box{
	margin:3px;
	
}

/*holds the heading for a wide box. The hr over hands the main content
and therefore requires a separate div and cannot be nested inside
cr_white_box */
.cr_heading_box .boxContent{
	background-color:#fff;	
}
.cr_heading_box .boxContent hr{
	border-bottom: 1px solid #d5d5d5;	
}
.cr_heading_box .boxContent h2{
	padding-left:15px;
	padding-top:5px;
}

#plainContentHolder h2{
	padding-top:10px;
}


.redTag_wide_box{	
	/*277*/
	/*(280 * 2) + 6px margin + 1(becuase its not even)= columnright width*/
	float:left;
	width:280px;
	margin:3px;	
	display:inline;
	text-align:left;
}


.redTag_wide_box .boxContent{
	background-color:#E3E3DF;
	padding-left:15px;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:15px;
	border-bottom:1px solid #c2c2ba;
	min-height:80px;
}


.red_tag_heading{
	background-image:url(images/uniprint/mid_red_tag.gif);
	background-repeat:repeat-x;
	border-right:1px solid #DF0400;
	height:40px;		
}
#plainContentHolder .red_tag_heading h2, .red_tag_heading h2{
	padding-top:10px;
	color:#fff;
	line-height:18px;
	font-size:15px;
	vertical-align:middle;	
	clear:none;


}

.grey_tag_box{	
	/*280 is the default size inline styles can make the box 100%width*/
	width:280px;
	margin:3px;
	/*use to correct float alignment in IE. Mozilla handles it correctly and automaticlly overrides this*/
	display:inline;
	float:left;
	background-image:url(images/uniprint/grey_tag_gradient.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;	
	text-align:left;
}


.grey_tag_heading{
	background-image:url(images/uniprint/mid_grey_tag.gif);
	background-repeat:repeat-x;
	height:40px;		
}

.grey_tag_box .boxContent{
	padding-left:15px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:15px;	
}

.grey_tag_heading h2{
	color:#fff;
	vertical-align:middle;
	line-height:40px;				
}



.grey_tag_box .boxContent hr{
	border-bottom: 1px solid #d5d5d5;	
}

#footer{	
	clear:both;
	width:743px;
	margin:3px;
	margin-bottom:0px;
	
}

#footer .topCap{
	margin:0px;
	padding:0px;
	background-image:url(images/uniprint/footer_top_cap.gif);
	background-repeat:no-repeat;			
	height:33px;
	width:743px;
	font-size:0px;
}
#footer .boxContent{
	background-image:url(images/uniprint/footer_bg.gif);
	background-position:top;	
	background-repeat:no-repeat;
	color:#686868;
	padding-left:15px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:20px;
		
}

/*mozillaSpacer ensures that a space appears between the footer and the content.
This is done to ensure that the content does not move 3px in mozilla 
when going from page to page
*/
#mozillaSpacer{
	height:227px; 	
}



#plainContentHolder{
	margin-right:3px;
	margin-top:3px;
}

#plainContentHolder{
	margin-left:20px;
} 

#plainContentHolder hr{
	border-bottom: 1px solid #d5d5d5;
	/*17 not 20 because of the 3 px border around the elements*/
	margin-left:-17px;
	width: 567px;
}




.wideList, .wideList ul {
   list-style: none; 
   margin: 0px; 
   padding-bottom:20px;
   padding: 0px; 
   width: 100%; 
}

.wideList ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
.wideList li { 
   background-image:url(images/uniprint/red_bullets2.gif);
   background-position:top left;
   background-repeat:no-repeat;	
   padding:0px;
   margin:0px;
   margin-bottom: 5px;    
   position: relative;
   padding-left:15px;
   line-height:1.25em;  
}



#client_login_left_col{
	margin-top:15px;
	width:250px;
	padding-right:10px;	
	float:left;
}


.rollover_buts a{
	padding:3px;
}




#client_login_right_col{
	margin-top:15px;
	width:250px;
	float:left;	
	border-left: 1px dashed #ccc;

    padding-left: 10px;	
}

.solidline{
	border-bottom: 1px solid #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


.dashedline{
	border-bottom: 1px dashed #ccc;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


.testimonial img{
	width:70;
	height:72;
	margin-right:10px;
	float:left; 	
}

.testimonial h3{
	font-size:1.0em;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;		
}
.testimonial p{
	margin:0px;
	padding:7px;
	padding-left:0px;
}

.testimonial .content{
	float:left; 
	width:450px;
	margin:0px;
	padding:0px;
}

.clearb{
	font-size:0px;
	clear:both;
	color:#fff;
	position:relative;
	display:block;
}
.testimonial{
	clear:both;
}

.dashedlineplain{
	border:0px;
	border-top: 1px dashed #ccc;
	height:10px;
	clear:both;
	font-size:0px;

}

.narrow{
	float: left; 
	width: 70%;
}

p { margin: 10px 0px 15px;}

p.download {clear:both; width: 65%; padding: 5px; color: #665; background-color: #E3E3DF; border: 1px solid #C2C2BA; }
p.download a { padding: 0 5px 0 20px; background: transparent url(images/uniprint/downArrow.gif) no-repeat 0 2px; }




.roll_over{
	display:-moz-inline-box!important;
	display:inline-block;
	margin-bottom:5px;
}
.roll_over a{
	display:block;
	padding: 0px;
	background-repeat: no-repeat;
	text-decoration:none;
	border:0px solid #00ff00;
}
.roll_over span{
	visibility:hidden;
}
.preload_images{
	visibility:hidden;
		font-size:0px;
}
.preload_images img{
	width:1px;
	height:1px;
	font-size:0px;
}


#file_mngr_but a{background-image:url(images/uniprint/rollover/file_mngr_but_out.gif); width:178px; height:33px;}
#file_mngr_but a:hover{background-image:url(images/uniprint/rollover/file_mngr_but_over.gif); }


#qt_req_but a{background-image:url(images/uniprint/rollover/qt_req_but_out.gif); width:178px; height:33px;}
#qt_req_but a:hover{background-image:url(images/uniprint/rollover/qt_req_but_over.gif); }

#jb_ord_but a{background-image:url(images/uniprint/rollover/jb_ord_but_out.gif); width:178px; height:33px;}
#jb_ord_but a:hover{background-image:url(images/uniprint/rollover/jb_ord_but_over.gif); }


#home_services{
font-weight: lighter; font-size: 0.75em;
}

/*wysiwyg styles*/
.mediumfont{
	font-size:11px;
	font-weight:lighter;
}

.largefont{
	font-size:12px;
	font-weight:lighter;
}
.smallfont{
	font-size:10px;
	font-weight:lighter;
}




.red{
	color:#DF0400;
}

.black{
	color:#202020;
}

/* End of 'uniprint_styles' */

/* Start of CMSMS style sheet 'uniprint_uploader' */
#progressBar{
     position:relative;
     font-size:0px;
     top:4px;
     left:7px;
     width:0px;
     height:15px;
     background-color:#df1900;
     border-top:#c30202 solid 2px;
     border-bottom:#c30202 solid 1px;
}

#progressBarBg{
     left:40px;
     top:20px;
     width:200px;
     height:23px;
     background-image:url(images/uniprint/progressbar_plain.gif);
}










/* End of 'uniprint_uploader' */

