@import "print.css";

body {
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	font-family: Century Gothic;
	font-size: 11px;
	color : #000000;
}

span.century {
	font-family: Century Gothic;
	font-size: 11px;
	color : #000000;
}

div.century {
	font-family: Century Gothic;
	font-size: 11px;
	color : #000000;
}

td, p, th {
	font-family: Century Gothic;
	font-size: 11px;
	color : #000000;
}


.homeheadingwhite {
	font-size: 15px;
	color : #FFFFFF;
	margin : 0 0 0 0;
	padding-bottom : 5px;
}

.homeheadingorange {
	font-size: 15px;
	color : #F7941C;
	margin : 0 0 0 0;
}




A.breadcrumb:VISITED, A.breadcrumb:LINK, A.breadcrumb:FOCUS, A.breadcrumb:ACTIVE {
	color : #F7941C;
}

A.breadcrumb:HOVER, A.breadcrumb:FOCUS {
	color : #F7900C;
}

A:VISITED, A:LINK, A:FOCUS, A:ACTIVE {
	color : #F7941C;
}

A:HOVER, A:FOCUS {
	color : #F7900C;
}

li {
	list-style: none;
	padding-left: 25px;
	background-image: url(images/HbArrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .1em;
}

h1 {
	font-size: 16px;
	color : #F7941C;
	font-weight:bold;
}


h2 {
	font-size: 15px;
	font-weight: bold;
	color: #F7941C;
}


h3 {
	font-size: 14px;
	color : #F7941C;
	font-weight:bold;
}

h4 {
	font-size: 13px;
	color : #F7941C;
	font-weight:bold;
}

h4.century {
	font-size: 13px;
	color : #F7941C;
	font-weight:bold;
	font-family: Century Gothic;
}

h5 {
	font-size: 12px;
	color : #F7941C;
	font-weight:bold;
}

.boxgrid{ 
					width: 111px; 
					height: 233px; 
					margin:0px; 
					float:left; 
					border: solid 0px #8399AF; 
					overflow: hidden; 
					position: relative; 
					padding:0px; 
					margin:0px;
				}
					.boxgrid img.cover{ 
						position: absolute; 
						top: 0; 
						left: 0px; 
						border: 0; 
					}
					.boxgrid p{ 
						padding: 0 10px; 
						color:; 
						font-weight:bold; 
						font:10pt "Lucida Grande", Arial, sans-serif; 
					}
					
				.boxcaption{ 
					float: left; 
					position: absolute; 
					height: 247px; 
					width: 100%; 
					opacity: .8; 
					/* For IE 5-7 */
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
					/* For IE 8 */
					-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				}
					.captionfull .boxcaption {
						top: 260;
						left: 0;
					}
					.caption .boxcaption {
						top: 220;
						left: 0;
					}

  /* Rhino Specific Stylesheet DONOT DELETE */
.rhino_heading {
	font-weight : bolder;
}

a.rhino_readmore {	
	color : #F7941C;
}

a.rhino_readmore:hover {
	color : #F7941C;
}

.error, .required, .rhino_price  {
	font-weight : bold;
	color: Red;
	padding: 2px;
}	

.rhino_option_bold {
	text-decoration: underline;
}


/* End Rhino Specific */     

/* Control Specific */
input.submit, input.button
{
	text-align:	center;
	font-family: Century Gothic;
	background: #F7941C;
	font-size: xx-small; 
	margin-bottom:	2pt;
	border-top: solid 1px #fff;
	border-bottom: solid 2px #888;
	border-left: solid 1px #fff;
	border-right: solid 2px #888;
	padding: 0.04em;
}

input.file, input.text, input.checkbox, input.radio, select, textarea  {
	border: 1 solid #F7941C;
	z-index:1;
	font-size: xx-small;
	font-family: Century Gothic;
}

img {
	border:0px;
}

/* Ends Control Specific */

.highlight{
	background-image:url(images/highlight.gif);
}
   