/* 
	JH Bertrand
	Master Screen CSS
	Alison Endacott
	01/10
	
	COLORS
	
		
 */

/* ------------------------ 
		reset
------------------------ */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

	img {
		border: 0;
		outline: 0;
	}

	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		
	}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}
		
	body {
		line-height: 1.4;
		color: #4e4e4e;
		background: #fff url(/content/v1/us/img/bg.gif) no-repeat top center;
		font-size: 62.5%;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
	}
	
		a,
		a:link
		a:visited
		a:hover
		a:active {
			color: #d35501;
			text-decoration: underline;
		}
				
			a:hover {
				text-decoration: none;	
			}
	
		 #accessibility {
			position: absolute;
			left: -9999px;
		 }
	
	#container {
		width: 982px;
		margin: 0 auto;
		font-size: 1.1em;
		position: relative;
	}
	
	img.right {
		float: right;
		_display: inline;
		margin: 5px;
	}
	
	::selection {
		background: #FDB927;	
		color: #000;
	}
	
	::-moz-selection {
		background-color: #FDB927;	
		color: #000;
	}
	
/* ------------------------ 
		head
------------------------ */
#head {
	position: relative;
	padding-top: 16px;
	width: 980px;
	z-index: 99999;
}

 h1 {
	
	 position: relative;
	 top: 16px;
	 left: 1px;
 }
 
 	p#phone {
		position: absolute;
		top: 64px;
		right: 65px;
		font-size: 15px;
		font-weight: bold;
		color: #ccc;
	}
 
 	p#quote-us a {
		position: absolute;
		top: 9px;
		right: 0;
		text-indent: -9999px;
		background: url(/Content/v1/us/img/quote-us.gif) 0 0 no-repeat;
		width: 71px;
		height: 73px;
	} 	
	
	/*
		#search dl {
			float: left;
			_display: inline;
		}
	
			#search dt {
				position: absolute;
				text-indent: -9999px;
			}
			
			#search dd {
			}
			
				#search dd input {
					background: url(/content/v1/us/img/searchbox.gif) no-repeat;
					width: 170px;
					height: 24px;
					border: 0;
					padding: 8px 5px;
					font-size: 11px;
					color: #838383;
					*position: relative;
					*top: -1px;
				}
				*/
	 
 	#navigation {
		clear: both;	
		height: 57px;
		position: relative;
		z-index: 999;
		width: 982px;
	}
	
		#navigation li {
			display: block;	
			float: left;
			_display: inline;
		}
		
			#navigation li a {
				display: block;
				width: 140px;
				height: 35px;
				background: url(/content/v1/us/img/nav.gif) no-repeat;	
				background-position: -142px 0;
				color: #fff;
				text-decoration: none;
				text-align: center;
				font-size: 12px;
				font-weight: bold;
				text-transform: uppercase;
				padding-top: 22px;
			}
			
			#navigation li.first a {
				background-position: 0 0;	
				width: 142px;
				position: relative;
			}
			
			#navigation li.last a {
				
			}
			
				#navigation li a em {
					color: #99c2e9;
					font-size: 10px;
					display: block;
					font-style: normal;
					position: absolute;
					top: 13px;
					left: 18px;
				}
			
				#navigation li a:hover,
				#navigation li:hover a {
					background-position: -142px -57px;
				}
				
				#navigation li.first a:hover,
				#navigation li.first:hover a {
					background-position: 0 -57px;	
				}
				
				
		/* single drop down styles */		
		#navigation ul { /* all lists */
			list-style: none;
			z-index: 70;
			width: 141px;
			background: url(/content/v1/us/img/nav-hover.png) no-repeat bottom;
			*background: url(/content/v1/us/img/nav-hover.gif) no-repeat bottom;
			padding-bottom: 8px;
			position: absolute;
			left: -9999px;
			z-index: 99999;
		}
		
		ul#navigation li.first {
				background: url(/content/v1/us/img/nav-hover-top.gif) no-repeat top left;
			}
	
			#navigation li:hover ul, 
			#navigation li.sfhover ul { /* lists nested under hovered list items */
				left: auto;
			}	

			#navigation ul li {
				_height: 1%;
				display: block;
				float: none;
				line-height: 1.1;
				text-align: left;
			}
				#navigation ul a {
					background: transparent;
					width: auto !important;
					height: auto;
					text-indent: 0;
					color: #ebeff5;
					border: 0;
					border-top:1px solid #1a4c8c;
					border-bottom:1px solid #003272;
					margin: 0 10px;
					padding: 8px 11px;
					display: block;
					font-weight: normal;
					text-align: left;
					font-size: 11px;
					text-transform: none;
					background: url(/content/v1/us/img/white-arrow.gif) no-repeat 0px 12px !important;
				}
				
				#navigation ul li.first a {
					border-top: 0;
					padding-top: 15px;
					background-position: 0 19px!important;
					}
				
					#navigation ul a:hover {
						color: #fff;
						}
		
		/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
			#navigation li.hover,
			#navigation li:hover,
			#navigation a:hover {
				*position: static;
			}
		
			#navigation ul li.quote-li a {
				list-style: none;
				background: none !important;
				}
				#navigation ul li a.nobg {
					text-indent: 5px;
					background: none !important;
					}
			#navigation ul li p.quote {
				background: url(/Content/v1/us/img/nav-quote.gif) 0 0 no-repeat;
				display: block;
				width: 23px;
				height: 23px;
				float: left;
				text-indent: -9999px;
				margin-top: 10px;
				margin-left: 7px;
				z-index: 9999;
				}
		
 
/* ------------------------ 
		content
------------------------ */
#content {
	min-height: 300px;
	_height: 300px;
}

	#content p {
		padding: .2em 0;	
	}

    #innerContent ul,
	#innerContent ol {
	    list-style: outside;
		list-style: disc;
		margin-left: 20px;
       }
	   
	 #innerContent ol {
		 list-style:decimal;
	 }
	
	#content h2 {
		font-size: 26px;
		color: #d35501;
		font-weight: normal;
		padding-bottom: 26px;
		line-height: 1.1;
		
	}
	
	h3 {
		font-size: 15px;	
		font-weight: bold;
	
	}
	
		#innerContent {
			font-size: 12px;
			line-height: 18px;
		}
		
			#innerContent p {
				padding: 11px 0;
				}
	
			#innerContent a {
				font-weight: bold;	
			}
			
	/* accordion */
	h3.toggler {
		font-size: 12px;
		padding: 2px 5px;
		margin: 1px;
		background: #fedc93;
		cursor: pointer;
		border: 1px solid #FDB927;
	}

		h3.toggler:hover {
			background: #FDB927;
			color: #000;
		}
		
	.element {
		padding: 5px;	
	}
	
		.element span {
			display: block;
			padding: 5px;
		}
	
	/* modal */
	
	#sbox-content #head,
	#sbox-content #footer,
	#sbox-content #sideBar {
		displaY: none;
		visibility: hidden;
	}
	
	#sbox-content #container,
	#sbox-content #content,
	#sbox-content #innerContent {
		width: auto;
		background: #fff;
		min-height: 1px;
		padding: 0;
		float: none;
	}
	
	#sbox-content #container {
		position: static;
	}
	
	#sbox-content #innerContent {
		padding: 5px;
	}

/* ------------------------ 
		footer
------------------------ */
#footer {
	color: #7e7e7e;
	font-size: 11px;
	padding: 20px 0;
}

	#footer p {
		padding: .5em 0;	
	}
	
		#tlm {
			display: block;
			float: right;
			_display: inline;
			background: url(/content/v1/us/img/tlm.gif) no-repeat bottom left;
			text-indent: -9999px;
			width: 85px;
			height: 82px;
			margin-left: 10px;
		}
		#cgmp {
			display: block;
			float: right;
			_display: inline;
			background: url(/content/v1/us/img/cGmp.gif) no-repeat bottom left;
			text-indent: -9999px;
			width: 108px;
			height: 64px;
			margin-left: 18px;
			margin-top: 8px;
		}
		
	
	#footer ul {
		width: 730px;
	}
	
		#footer li {
			float: left;
			_display: inline;
			padding: 0 10px 10px 0;
			margin-right: 10px;
			background: url(/content/v1/us/img/bullet.gif) no-repeat right 7px;
		}
		
		#footer li.last {
			background: transparent;	
		}
		
			#footer a {
				color: #7e7e7e;
			}
		
	#navFooter {
		border-top: 1px dotted;	
		padding-top: 5px;
		clear: both;
	}
		.pagination li span{
			color: #fff;
			background: #9a3334;
		}

		
	/* errors */
	#errors,
	.errors {
		margin: 0!important;
		padding: 0!important;
	}
	
		#ctl00_PageContent_Errors1 span,
		.validation-advice,
		.errorlist,
		#ctl00_PageContent_Errors1 {
			color: #f00;
			font-size: 10px;
			font-weight: bold;
			position: relative;
		}

		#ctl00_PageContent_Errors1 span {
			border: 1px solid #f00;
			background: #ffe0e0 url(/content/v1/img/error.gif) no-repeat right 2px ;
			padding: 5px;
			display: block;
			margin: 0 0 5px 0;	
		}

		#ctl00_PageContent_Errors1 li {
				padding: 0!important;
		}

		.validation-failed {
			border-color: #f00 !important;
		}

		.errorlist {
			padding: .2em 1em;
			font-size: 1.1em;
			display: block;
		}
/* ------------------------ 
		google search
------------------------ */	
#search {
		width: 216px;
		top: 75px;
		right: 0;
		position:absolute;
		z-index: 1000;
		/*background: url(/content/v1/us/img/searchbox.gif) no-repeat top left;*/
	}
	
#search fieldset {
	padding: 0;	
}

.gsc-branding,
.gsc-tabsArea{
	displaY: none;	
}

.gsc-control-cse { 
	background: transparent!important;
	
}

.cse .gsc-control-cse, .gsc-control-cse  {
	border: 0!important;
}

	#search .gsc-input input {
		width: 158px!important;
		height: 24px;
		border: 1px solid #ccc;
		font-size: 11px;
		color: #838383;
		*position: relative;
		*top: -1px;
	}
	
	table.gsc-search-box td.gsc-input {
		padding: 0!important;	
	}
	
		#search input.gsc-search-button  {
			background:url(/content/v1/us/img/go.gif) no-repeat ;
			border:0 none;
			cursor:pointer;
			display:block;
			width:35px;
			float: left;
			margin-left: 3px;
			padding-top: 28px;
			overflow: hidden;
			height: 0;
			left: -4px;
			*height: 28px;
			*top: -1px;
			*margin-right: 5px;
			position: relative;
		}
		
		#search div.gsc-clear-button  {
			background-image:url("http://www.google.com/uds/css/clear.gif");
			background-position:center center;
			background-repeat:no-repeat;
			cursor:pointer;
			display:inline;
			margin-left:4px;
			margin-right:4px;
			padding-left:10px;
			text-align:right;
			float: left;
			*position: relative;
			*left: -10px;
	}
	
.gsc-wrapper {
	font-size: 11px;
}

	.gsc-resultsbox-visible {
		background: #fff;	
		padding: 10px;
		line-height: 1;
		z-index: 99999;
		position: relative!important;
	}
	
		.gsc-resultsbox-visible a {
		}
	
	.gsc-adBlock{
		background: #fff;	
		font-size: 10px!important;
		margin: -6px 0 0 0 !important;
	}
	
	.gsc-result .gs-title {
		height: auto!important;	
	}
/* ------------------------ 
		meta
------------------------ */
.activeRevision {
	padding-left: 5px;
	position: absolute;
	top: 10px;
	right: 20px;
}

	.activeRevision select {
		font-size: 12px;
		float: left;
		margin: 3px 5px;
	}
		.activeRevision select option {
			padding-left: 20px;	
			padding-top: 2px;
		}
		
		.activeRevision select option.active{
			height: 16px;
			background: url(/Pages/v1/default/Admin/Core/MochaUi/Themes/Catalyst/Images/icons/starIcon.gif) no-repeat left;
		}
		
		.activeRevision input {
			float: left;
			background:url("/Pages/v1/default/Admin/Core/MochaUi/Themes/Catalyst/images/button.gif") repeat-x scroll 50% 50% #2469BA;
			border:1px solid #1E579A;
			color:#FFFFFF;
			cursor:pointer;
			display:block;
			font-family:Verdana,Arial,Helvetica,sans-serif;
			font-size:10px;
			padding:4px 8px;
			text-transform:uppercase;	
		}

	div.metaEdit {
		position: absolute;
		top: 125px;
		right: 30px;
		font-size: 11px;
		line-height: 1.5;
		z-index: 999999;
	}
	
		p.metaToggler {
			display: inline;
			color: #5288C9;
			padding-left: 20px;
			cursor: pointer;
			padding-bottom: 3px;
			margin-bottom: 2px;
			font-size: 12px;
			text-transform: uppercase;
		}
			p.metaToggler {
				background: transparent url(/Pages/v1/default/Admin/Core/MochaUi/Themes/Catalyst/Images/icons/editIcon.gif) no-repeat 2px -1px;
			}
			
	div.metaElement {
		clear: both;
		right: 0;
		margin-top: 10px;
	}
			
		div.metaElement fieldset {
			clear: both;
			background: #fff;
			border: 1px solid #DFDFDF;
			padding: 5px;
			margin-bottom: 10px;
		}
		
			div.metaElement fieldset dl{
				background: #eee;
				padding: 6px 10px;
				clear: both;
			}
			
				div.metaElement fieldset dt {
					color: #555555;
					}
					
					div.metaElement fieldset dd{
						
					}
					
					div.metaElement fieldset dd input {
						background:#EFF4FA none repeat scroll 0 0;
						border:1px inset #CCCCCC;
						font-size:11px;
						padding:3px;
						width: 300px;
					}
					
					div.metaElement fieldset dd input:focus {
						background: #E7EEF7;
					}
			
			input.invisible {
				display: none;
			}
	#meta-save-results {
		position: absolute;
		top: 0;
		left: 5px;
	}
		#meta-save-results .message {
			padding-left: 14px;
			font-weight: bold;
			color: #5288C9;
			text-transform: uppercase;
			background: url(/content/v1/us/img/admin/btn_save.gif) no-repeat;
		}	
		
	#meta-save-results {
		position: absolute;
		top: 0;
		left: 5px;
	}
		#meta-save-results .message {
			padding-left: 14px;
			font-weight: bold;
			color: #5288C9;
			text-transform: uppercase;
			background: url(/content/v1/us/img/admin/btn_save.gif) no-repeat;
		}
/* ------------------------ 
		modal
------------------------ */

#sbox-content #container,
#sbox-content #content,
#sbox-content #innerContent {
	width: auto;	
	background: #fff;
	margin: 0;
	padding: 0;
	float: none;
}

	#sbox-content #innerContent h3 {
		margin-top: 0;
	}
	#social {
		clear: both;
		padding: 10px 0;
	}
	
		#social li {
			background: transparent;	
			padding: 0 0 0 25px;
		}
		
		li#blogLink {
			background: url(/content/v1/us/img/blog.gif) no-repeat left;
		}
		
		li#subscribe {
			background: url(/content/v1/us/img/subscribe.gif)  no-repeat left;
		}
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

