@charset "utf-8";

/* Whitmore Group CSS

COLOR SCHEME
	#666666: grey, regular text
	#646464: darker grey - H1
	#00477f: deep blue - H2
	#4c88be: lighter blue - H3
	#FFFFFF: white - H5
	
	#00477f: dark blue - link (visited, unvisited)
	#4c88be: light blue - link left nav (visited, unvisited, active)
	
	#8dc3e9: light blue - border to images inside pages
	
	Navbars:
	#8dc3e9: light blue (print) - text color dark blue #00477f, hover #4c88be
	#4c88be: medium blue (mailing) - text color dark blue #00477f, hover #8dc3e9
	#00477f: dark blue (web 2 print) - text color light blue #8dc3e9, hover #4c88be
	#d9db56: light green (photo & art) - text color dark green #757116, hover #aebc21
	#aebc21: medium green (knowledge bank) - text color dark green #757116, hover #d9db56
	#757116: dark green (about us) - text color light yellow #d9db56, hover #aebc21
	
	
 */
/* PRIMARY TAG DEFINITIONS */
* {
	margin: 0;
	padding: 0;
}

body {
	color:#666666;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:67.5%;
}
html:first-child body {/* to size text in Opera properly */
	font-size: 72%;
}
p {
	font-size: 1em;
	line-height:1.5em;
}

h1 {
	color:#646464;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.7em;
	font-weight:bold;
}
h2 {
	color:#00477f;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:1.4em;
	text-transform:capitalize;
	margin-bottom:10px;
	}
h2#subhead{
	color:#58595b;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:1.2em;
	text-transform:capitalize;
	margin-bottom:10px;
	}
h3 {
	color:#4c88be;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	clear:left;	
}
h3#inset {
	color:#4c88be;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
	clear:left;	
}

h4 {
	color:#00477f;
	font-size:1em;
	margin-bottom: 1em;
	text-decoration:underline;
}

h5 {
	color:#FFFFFF;
	font-size:1em;
}
/* PAGE DIVISIONS */

.bold {
	font-weight: bold;
}
#totalcontainer {
	width:748px;
	margin:0 auto;
	margin-top:24px;
}
#preheader {
	width:748px;
}
#header {
	width:748px;
}

#leftnav {
	width: 180px;
	float:left;
	font-size: 1.1em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent {
	float:left;
	width:535px;
	margin: 20px 0 0 30px;
	font-size: 1em;
	line-height:1.5em;
	font-weight:normal;	
}
#mainContentFreeStuff {
	float:left;
	width:748px;
	margin: 20px 0 0 0;
	font-size: 1em;
	line-height:1.5em;
	font-weight:normal;	
}
#footer { /* primary footer that contains contact info and color bar */
	clear:both;
	width:748px;
	text-align:center;
	background:url(../images/footer.jpg) left bottom no-repeat;
	margin-bottom:10px;
	padding-top:30px;
	_font-size:.7em;	
}
#footerID { /* last footer that contains copyright info and address */
	clear:both;
	width:748px;
	padding-bottom:20px;
	_font-size:.7em;
}

#loginbox {
	width: 25%;
	margin: 0;
	padding: .5em;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00477f;
}

#loginbox a {
	text-decoration: none;
}

#loginbox a:link, #loginbox a:visited, #loginbox a:active{
	color: #FFFFFF!important;
}

#loginbox a:hover {
	color: #4c88be;
}

.mailbox {
	float:left !important;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px !important;
}
	
	
/* LINKS */
a {
	text-decoration:underline;
}
#mainContent a:link, #mainContent a:visited,
#footer a:link, #footer a:visited, 
#footerHomepage a:link, #footerHomepage a:visited,
#mainContentHomepage a:link, #mainContentHomepage a:visited {
	color:#00477f;
}
#mainContent a:hover, #mainContent a:active,
#footer a:hover, #footer a:active, 
#footerHomepage a:hover, #footerHomepage a:active, 
#mainContentHomepage a:hover, #mainContentHomepage a:active {
	color:#4c88be;
}
#footer a , #footerHomepage a{
	text-decoration:none;
	padding:20px 9px;
	font-weight:bold;
}

#leftnav ul li.first { /* an empty li that sets the top row of vertical bullets - decoration */
	display:block;
	background-image:url(../images/leftnav_first3_full.jpg);
	background-position: left 80%;
	background-repeat:no-repeat;
	padding-left:30px;
	height:39px;
	_margin-bottom:-3px;	 /* adjust for IE so there is no gap */
}
#leftnav ul li.subnav { /* an empty li that sets the top row of vertical bullets - decoration */
	display:block;
	background-image: url(../images/nav/leftnav_sub3_full.jpg);
	background-position: left 80%;
	background-repeat:no-repeat;
	padding-left:30px;
	height:34px;
}
#leftnav li a.subnav:link, #leftnav ul li a.subnav:visited { /* links for subnav */
	color:#757116;
}
#leftnav li a.subnav:hover { /* links for subnav */
	color:#757116;
	text-decoration:underline;
}
#leftnav li a:hover {
		color:#00477f;
}
	
/* PAGE ELEMENTS */
#preheader form, #preheaderHome form {
	float:right;
	margin-bottom: 10px;
}

#preheaderHome form {
	margin-right: 44px;
}

#preheader form select, #preheaderHome form select {
	font-size: 1em;
	background-color:#eee;
}

#preheader form option, #preheaderHome form option {
	padding-left:5px;
}

#mainContent img { /* for inset images in main parts of page  */
	float:right;
	margin: 0 0 10px 20px;
	border: 4px solid #8dc3e9;
}

#mainContent p, #mainContentHomepage p {
	margin-bottom:20px;
	font-family:Tahoma,Verdana,Arial,sans-serif;		
}

#mainContent .bold {
	font-weight: bold;
}

#mainContent ul, #mainContentHomepage ul {
	list-style-type:disc!important;
	margin-left:20px;
	margin-bottom: 20px;
}
#mainContent ul li, #mainContentHomepage ul li {
    display: list-item;
    list-style-type: disc;
	line-height:1.6em;	
	background:none;
	font-weight:normal;
	text-indent:0;
	height:auto;
	font-family:Tahoma,Verdana,Arial,sans-serif;	
}
#footerID .copyright {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#757116;
	font-weight:bold;
}
#footerID .address {
	text-align:right;
	float:right;
	color:#333;
	font-weight:bold;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.textbox {
	color: #646464!important;
	border: #4c88be 2px solid;
	padding: 15px;
}

.larger {
	font-size: 1.15em;
}
.emphasis {
	color:#75722f;
	font-weight:bold;
}
#footer img, #footerHomepage img {
	border:none;
	margin-bottom:10px;
	clear:both;
}
#footerHomepage img { padding-top:30px; }
#footer ul, #footerHomepage ul {
	margin-top:12px;
	padding-bottom:30px;
	list-style-type:none;	
}
#footer ul li, #footerHomepage ul li {
	display:inline;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background:none;
	font-weight:normal;
	text-indent:0;
	height:auto;	
}
.clearit {
	clear:both;
}

#submit {
	float:left!important;
	margin: 20px 20px 10px 0px!important;
	border: 4px solid #8dc3e9;
}

#alphabet {
	float:left;
	margin: 0px!important;
	padding: 0px;
	border: none!important;
}

.envirstmt {
	float:left!important;
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}

/* INFO FOR FREE STUFF FORMS PAGE */
#freeStuff {
	margin-top:20px;
}
#imagesFree{ /* left side of form where images of "free stuff" are displayed along with radio button selection options */
	float:left; 
	width: 432px;
	margin-right:30px;
	border: none;
}
#imagesFree img {
	float:left;
	clear:both;
	border: none;
	margin: 0 20px 20px 0;
}
#imagesFree .radiobuttonButton {
	float:left;
	margin: 0 10px 0 0;
}
#imagesFree .radiobuttonText {
	float:left;
	color: #323232;
	font-size: 1.2em;
	font-weight:bold;
}
#imagesGiclee {
	width:745px;
	border:none;
}
#imagesGiclee p {
	float:left;
	width: 228px;
	margin:10px 0 10px 20px;
	_margin:10px 0 10px 10px;	
}
#imagesGiclee .row {
	clear:both;
}

#imagesGiclee .radiobuttonButton {
	float:left;
	margin: 10px 10px 0 0;
	
}
#imagesGiclee .radiobuttonText {
	float:left;
	color: #323232;
	font-size: 1.2em;
	font-weight:bold;
	margin: 10px 0 0 0;	
}
#personalInfo { /* right side of form where basic information is collected */
	float:left; 
	width: 266px;
	border: 1px solid #8dc3e9;
	color:#999999;
	font-size: 1.1em;
	font-weight:bold;
	padding-left:17px;
}
#personalInfo2 { /* basic information is collected */
	width:705px;
	color:#999999;
	font-size: 1.1em;
	font-weight:bold;
	clear: both;
	padding:10px 10px 10px 30px;
	border: 1px solid #8dc3e9;
}
#personalInfo p, #personalInfo2  p {
	margin-bottom: 6px;
}
#personalInfo p.instru, #personalInfo2 p.instru{
	color: #124a7d;
	font-size: .92em;
	margin-top: 10px;
}
#personalInfo input, #personalInfo2 input {
	background-color:#f5fafd;
	border: 1px solid #999;
}
#personalInfo .radioButtonYesNo {
	background:none;
	border: none;
}
#personalInfo .submitButton, #personalInfo2 .submitButton{
	background-color: #e87033;
	color:#FFFFFF;
	text-transform:uppercase;
	border: none;
	padding: 4px 22px 4px 4px;
	background-image: url(../images/inpageimages/doublearrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom: 6px;
}
