/* HTML Tag Redifinitions */

body {
	text-align: center; /* For IE */
	background: #FFFFFF url(/public/images/gradient-page.jpg) repeat-x;
	color: #263f4a;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px;
	margin-top: 19px;
	padding: 0px;
} 	
p {
	line-height: 1.5;
	margin-top: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding:0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 14px;
	margin: 10px 0px 3px;
	padding: 0px 0px 3px 0px;
}
h3 {
	font-size: 12px;
	margin: 15px 0px 3px 0px;
}
a {
	color: #263f4a;
	text-decoration: underline;
}
a:visited {
	color: #263f4a;
	text-decoration: underline;
}
hr {
	border: 1px solid #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
}
img {
	border: none;
}
ul {
	line-height: 1.5em;
	margin:0px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
/* Main Layout Controls */

#page_wrapper {
	width: 932px; /* most finite dimensions, ie page inc drop shaddow 900px + dropshaddow */
}
div#page_wrapper {
	text-align: left;
	margin: 0 auto;
}

#body_header {
	border: 1px solid #E8E8E8;
	border-bottom: none;
	float: left;
}

#body_wrapper {
	width: 876px; /* old dim was 876 */
	padding: 12px;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-bottom: none;
	float: left;
}
#body_content {
	padding-top: 15px;
	float: left;
}

#footer_wrapper {
	width: 900px;
	/*margin-left: 15px;*/
	border: 1px solid #E8E8E8;
	float: left;
	margin-bottom: 15px;
}
#footer {
	padding: 0px;
	height: 32px;
	vertical-align: middle;
	background-color: #FAFAFA;
	background-image: url(/public/images/gradient-footer.jpg);
}

#footer p {
	margin: 0;
	margin-left: 8px;
	margin-right: 18px;
	padding-top: 8px;
	font-size: 11px;
}
#footer p, #footer p a {
	color: #666666;
	text-decoration: none;
	
}
#footer p a { 
	padding-left: 10px;
	padding-right: 10px;
}
#footer p a:hover {
	text-decoration: underline;
}

#footer p strong {
	color: #046A85;
	padding-left: 10px;
}


/* Template Specific Layouts */


/* 3 Col layout */

#left_col {
	width: 217px; 
	float: left; 
}

#middle_col {
	padding-left: 15px;
	padding-right: 15px;
	width: 409px; 
	float: left;
}

#right_col {
	width: 210px;
	float: left;
	padding-left: 10px;
	padding-top: 8px;
	background-image: url(/public/images/gradient-fizzer-3-col.png);
	background-repeat: no-repeat;
	background-position: left top;	
	min-height: 487px;
}
#right_col strong {
	color: #128296;
}

#right_col hr {
	margin-top: 16px;
	border: none;
	width: auto;
	height: 1px;
	background-image: url(/public/images/gradient-fizzer-3-col-horizontal.png);
	clear: both;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Two Col Layout */

#a_col {
	width: 406px;
	float: left;
	padding-right: 16px;
	padding-left: 16px;

	background-image: url(/public/images/gradient-fizzer-case-study-vertical.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 300px; /* for fizzer */
}

#b_col {
	width: 406px;
	float: left;
	padding-right: 16px; 
	padding-left: 16px; 

}

/* fancy bits */


.link, .link:visited {
	background-image: url(/public/images/arrow-button.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #128296;
	vertical-align: middle;
	margin-right: 16px;
}
.link-back, .link-back:visited {
	background-image: url(/public/images/arrow-button-back.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #128296;
	vertical-align: middle;
	margin-right: 16px;
}



/* these guys don't look as good as the one above */
.link2, .link2:visited {
	background-image: url(/public/images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #128296;
	vertical-align: middle;
}/* Menu and Nav bar CSS */

#menu_wrapper {
	font-size: 0px; /* Fix IE render bug */
	width: 932px;
	height: 79px;
	clear: both;
	border-bottom: none;
}

#logo {
	float: left; 
	width: 176px;
	padding-left: 20px;
}

#telephone {
	float: right; 
	width: 720px;
	height: 20px;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
}
#telephone p {
	padding-right: 28px;
	text-align: right;	
	color: #FFFFFF;
}
#telephone p strong {
	color: #179EB8;
	padding-right: 8px;
}

#menu {
	text-align: center;
	float: right;
	width: auto;
	padding-right: 8px;
	padding-top: 8px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left;
	height: 21px;
}
#menu ul li a {
	vertical-align: middle;
	line-height: 20px; /* to align text in IE */
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: #179EB8;
}

a.separator {
	background-image: url(/public/images/gradient-top-menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}#midmenu_wrapper {
	font-size: 0px; /* Fix IE render bug */
	width: 900px;
	height: 111px;
	clear: both;
	border-bottom: none;
}
#midmenu {
	text-align: center;
	/*height: 21px;*/
	background-image: url(/public/images/btn_bck.gif);
	background-repeat: repeat-x;
}
#midmenu ul {
	margin: 0;
	padding: 0;
	/*margin-left: 245px;*/
	list-style: none;
}
#midmenu ul li {
	float: left;
	height: 44px;
	width: 25%;
}
#midmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	line-height: 36px; /* to align text in IE */
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333333
}
#midmenu ul li a:hover {
	text-decoration: underline;
}

#wl { background-image: url(/public/images/btn_grad_wl.jpg); }
#wl a {
	background-image: url(/public/images/arrow_wl.png);
	background-repeat: no-repeat;
	background-position: right center;	
}
#wl a:hover { color: #173F73; }

#hr { background-image: url(/public/images/btn_grad_hr.jpg); }
#hr a {
	background-image: url(/public/images/arrow_hr.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#hr a:hover { color: #676EB4; }

#te { background-image: url(/public/images/btn_grad_te.jpg); }
#te a {
	background-image: url(/public/images/arrow_te.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#te a:hover { color: #29B14B; }

#ss { background-image: url(/public/images/btn_grad_ss.jpg); }
#ss a {
	background-image: url(/public/images/arrow_ss.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#ss a:hover { color: #F37926; }
#leftmenu_wrapper {
	min-height: 300px;
	background-color: #FBFBFB;
	background-image: url(/public/images/gradient-banner-lower.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#leftmenu_wrapper h2 {
	font-size: 16px;
	color: #263F4A;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	padding-left: 16px;
	height: 36px;
	background-color: #CCCCCC;
	background-image: url(/public/images/gradient-banner-top.jpg);
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}

#leftmenu_wrapper ul {
	margin: 0;
	padding: 0;
	margin-left: 16px;
	padding-left: 16px;	
	padding-top: 16px;
}
#leftmenu_wrapper ul li { 
	padding-bottom: 8px;
	padding-right: 12px;
		
	list-style-image: url(/public/images/bullet-arrow.gif);
	/*list-style: none;	
	background-image: url(/public/images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: -1px 2px;*/	
}

#leftmenu_wrapper ul li a {
	color: #128296;
	font-weight: bold;
	text-decoration: none;
}
#leftmenu_wrapper ul li a:hover {
	text-decoration: underline;
}

#leftmenu_wrapper_shadow_left {
	padding: 0px;
	margin: 0px;
	background-image: url(/public/images/gradient-1px-fizzer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 1px;
}

#leftmenu_wrapper_shadow_right {
	padding: 0px;
	margin: 0px;
	background-image: url(/public/images/gradient-1px-fizzer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 1px;
}


/* breadcrumb */
#breadcrumb {
	padding-left: 5px;
}
#breadcrumb a {
	color: #128296;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}#body_wrapper_shadow_right {
	padding: 0px;
	margin: 0px;
	background-image: url(/public/images/shadow-r.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 320px;
	width: 932px;
	
}
#body_wrapper_shadow_left {
	padding: 0px;
	margin: 0px;
	background-image: url(/public/images/shadow-l.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	min-height: 320px;
	width: 917px; /* total width less padding */
}




/* Index Page Layouts */

.index_quarter_wrapper {
	width: 208px;
	float: left;

	background-color: #FBFBFB;
	background-image: url(/public/images/gradient-banner-lower.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* for some reason this doesn't work
div.index_quarter_wrapper:last-child {
	margin-right: 0px;
}*/

.index_quarter_wrapper h2 {
	font-size: 16px;
	color: #263F4A;
	line-height: 60px;
	padding: 0px;
	margin: 0px;
	padding-left: 16px;
	height: 50px;
	/* IE6 Hack: set margin, and reduce line-height, and height */
	/*
	margin-top:10px;
	line-height: 40px;
	height: 40px;
	
	*/
}

/* Index Page Icons */
#hnews, #hdiagnostic, #hcasestudies, #hcontact {
	background-image: url(/public/images/icon-bar-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#hnews { background-position: 0px 0px; }
#hdiagnostic { background-position: -208px 0px; }
#hcasestudies { background-position: -416px 0px; }
#hcontact { background-position: -624px 0px; }

/* Resources Page Icons */

#rblog, #rnews, #rpublications, #rlinks {
	background-image: url(/public/images/icon-bar-resources.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#rblog { background-position: 0px 0px; }
#rnews { background-position: -208px 0px; }
#rpublications { background-position: -416px 0px; }
#rlinks { background-position: -624px 0px; }

.index_quarter_wrapper p {
	margin: 12px;
}

.index_quarter_content {
	/* IE6 Hack */
	width: 206px;
}

.index_quarter_wrapper_shadow_left {
	padding: 0px;
	margin: 0px;
	background-image: url(/public/images/gradient-1px-fizzer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 1px;
	float: left;
	
}

.index_quarter_wrapper_shadow_right {
	padding: 0px;
	margin: 0px;
	background-image: url(/public/images/gradient-1px-fizzer.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 1px;
	float: left;
}

/* stupid hack because :last-child doesn't work */
.index_quarter_spacer {
	margin-right: 10px;  /* except last */
	float: left;	
}
/* contact form items */

label, textarea, input, select {
	float: left;
	margin: 5px;
	padding: 0px;
}

textarea, input, select {
	width: 250px;
	border: 1px solid #CCCCCC;
}

label {
	font-weight: bold;
	color: #263f4a;
	text-align: left;
	width: 90px;
	padding-right: 10px;

}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: 1px solid #FFFFFF; /* kludge to fix IE rendering bug */
}
#Submit {
	width: auto;
	float: right;
	margin-right: 40px;
}

.clear input, .clear textarea {
	float: right;
	margin-right: 40px;
}

/* redundant declaration required for Chrome Bug */
textarea {
	padding: 0px;

}/* Right-Menu */

#key-contacts img, #case-study img { 
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#key-contacts p, #case-study p {
	margin: 0px;
	padding: 0px;	
	line-height: 16px;
}

#key-contacts h3, #case-study h3 {
	margin-bottom: 10px;
}
