@charset "UTF-8";

/* base styles */
body {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6, pre, code, p, blockquote {font-size; 1em; margin: 0; padding: 0;}
img {border: none;}
.clear {clear: both;}
.center {margin: inherit auto inherit auto;text-align:center;}
.external { }

/* tables_v2.css */
.detail td, .detail th {text-align: left;vertical-align: top;padding-bottom: .5em}
.detail th {padding: 0 1em .5em 1em;}

/* forms_v2.css */
/* Older Styles */
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form p {
	padding: 0;
	margin: 0;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 10px; -- DOn't do this unless labels are the same size as alignment goes off! */
	color: #50483A;
	background-color: #efefef;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #50483A;
	background-color: #efefef;
}

/* New Form Styles - From Color Sample Store */
.form_box_2col {
	float: left ;
	width: 396px ;
	margin: 0 6px 6px 0;
}

form .instructions {
	border: 1px solid black;
	background-color: #E0E0E0 ;
	padding: 5px;
	margin: 1em 0;
}

form .instructions .title {
	font-weight: bold;
}
form .requirement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-style: italic;
	font-size: 11px; */
}

form .error {
	color: red;
	margin-top: 10px;
	margin-bottom: 20px;
}

fieldset {
	margin: 1.5em 0 0 0;
	padding: 0px 10px 10px 10px;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	margin: 0;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset.submit {
	border: none;
}

fieldset .button {
	color: #000;
	margin-left: 15em;
	border: 1px solid #000;
	background-color: #7896c3;
}

legend {
	margin-left: 1em;
	color #000;
	font-weight: bold;
}

/* fieldset requirement added to avoid conflict with existing forms */
fieldset label {
	position: relative;
	float: left;
	width: 11.5em;
	margin-right: 1em;
}

fieldset label em {
	position: absolute;
	left: 11.2em;
	top: 0;
}

/* Historic Style, should be eliminated when older forms are updated to new format. */
.form_labels {
	color: #3b65a1;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* Special Styles for Selling Samples */
.colorSample {
	width: 24px;
	height: 16px;
	border: 1px solid #CCCCCC;
	margin: 2px auto;
}

/* Forms Inside Sidebars */
.sidebar form ol {
	margin: 0;
	padding: 1em;
	list-style:none;
}

.sidebar form li {
	padding-bottom: 1em;
}

.sidebar .text {
	width: 16em;
	font-size: 1em;
}

.sidebar label {
	display: block;
	font-size:1.1em;
}

.sidebar .submitButton {
	text-align:center;
	margin-bottom: 1em;
}

/* default_v2 starts */
body {
	background-color: #a7a9ac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #3b65a1; 
	font-weight:normal;
}
h1 {
	font-size: 25px;
	line-height: 1.25em;
	margin-bottom: .3em;
}
h2 {
	font-size: 20px;
	line-height: 1.1em;
	margin-bottom: .3em;
}
h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-bottom: .3em;
}
hr {
	color: #3b65a1;
}

img.inline {
	float: left;
	margin: 0 1em 1em 0;
}
img.inlineRight {
	float: right;
	margin: 0 0 1em 1em;
}
img.embed {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 4px;
}

/* For Use in Link Exchange */
.listing {
	margin: 20px 240px 20px 40px;
	padding-bottom: 10px;
	border-bottom:1px solid #777;
}
#content .listing p, #content .listing h3 {font-size:12px;}
#content .listing p.contactInfo {font-style:italic;color:#222;}
#content .listing a {text-decoration:none;}
#content .listing a:hover {text-decoration:underline;}
.listing .logo {float: left; padding-right:1em;}

#wrapper {
	width: 984px;
	padding: 0 10px;
	margin: 0px auto;
	text-align: left;
	background: #FFF url(../images/subpage/wrapper_background.gif) repeat-y center;
}

#header {
	background: #fff url(../images/subpage/header/Banner_SubPage_Spacer.gif) repeat-x top;
	width: 100%;
	float: left;  /* To clear contained floats */
	position: relative; /* Reset reference point. */
}
#header #logo {
	float: left;
	height: 150px;
	width: 160px;
}
#header #logo h1 {
	text-indent: -99999px;
	position: absolute;
	top: 0;
	left: 0;
}
#header img {
	float: left;
}
#header #promotion {
	float: right;
	margin-right: 6px;
}
#header #tagLine {
	position: absolute;
	right: 0;
	top: 127px;
	margin: 4px 65px 0 0;
	font-size: 13px;
}

/* Currentl contains nav, contactInfo, and content */
#body {
	float:left; /* To clear contained floats */
	position: relative;
	margin: 12px 0 8px 0;
}

/* Used on site footer elements */
#footer {
	clear: both;
	font-size: 13px;
	color:#FFF;
	background: #000 url(../images/subpage/footer/subPage_footer_background.gif) repeat-x top;
	text-align: center;
	padding: 11px 0 6px 0;
	/*margin-top: 8px; IE adds margin to margin from body! */
}
#footer #links {
	font-weight: normal;
	margin: .5em 0;
}
#footer a, #footer a:visited {
	color: #fff;
}

/* These two must share width */
#nav, #contactInfo {
	margin: 6px;
	padding: 0;
	width: 150px;
}
#nav {
	margin-top: 0px;
	float: left;
	margin-bottom: 140px; /* This leaves space for #contactInfo */
}
#nav img {
	left: 50%;
	margin-bottom: 5px;
}
#nav h2 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0;
}

#contactInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
#contactInfo h2 {
	font-size: 12px;
}
#contactInfo p {
	margin-bottom: 8px;
}

#content {
	float: right;
	padding: 4px;
	border: 1px solid black;
	border-right: none;
	width: 813px;
	min-height: 500px;
}
#content p, #mainContent p {
	margin-bottom: .6em;
}
#content ul {
	margin-top: 8px;
}

/* For Two Column Content Section */
#mainContent, #sideBar {
	float: right;
	border: 1px solid black;
}

#mainContent {
	position: relative;
	padding: 4px;
	margin-right: 6px;
	width:600px;
}

.featured {
	clear: left;
	margin: 2em 0;
}

.featured img {
	float: left;
	margin-left: 4px;
}

.featured .description {
	margin-left: 135px;
}

/* sidebar region and sidebars in main content */
#sideBar {
	padding:0;
	width: 198px;
	margin-right: 6px;
}

#sideBar h2 {
	color: #FFF;
	text-align:center;
	font-size: 13px;
	font-weight:normal;
	padding: 3px 0 8px 0;
	margin: 10px 0 6px 0;
	background: #000 url(../images/subpage/footer/subPage_footer_background.gif) repeat-x bottom;
}

#sideBar h2#first {
	margin-top: 0;
}

#sideBar h3 {
	font-size: 12px;
	margin: 6px 6px 3px 6px;
	border-bottom: #5d82bb solid 1px;
}

#sideBar h4 {
	margin: 6px 6px 3px 6px;
	font-weight:normal;
	font-size: 13px;
}

#sideBar h4 a, #sideBar h4 a:hover {
	 color: #3b65a1;
	 text-decoration:none;
}

#sideBar h4 a:hover {
	text-decoration:underline;
}

#sideBar p {
	margin: 0 6px 6px 6px;
}
#sideBar img {
	display:block;
	margin: 0 auto;
}
#sideBar ul, .sidebar ul {
	margin-top: 0;
	margin-left: 1em;
	padding-left: 1em;
}
.sidebar img.embed {
	margin: 0 0 4px 6px;
}
#mainContent .sidebar {
	float: right;
	width: 240px;
	margin: 4px 4px 4px 8px;
	padding: 8px;
	border-top: #000 3px solid;
	border-bottom: #000 3px solid;
	background-color: #e2e1e3;
}
#mainContent .sidebar h1 {
	font-size: 14px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: .5em;
}

/* May one day replace current #nav */
#functionList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 220px;
	float: left;
}

#functionList li {
	font-size: 12px;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#functionList a {
	background: #7896c3;
	display: block; color: #000; text-decoration: none; padding: 0 6px; margin: 5px 0 0; line-height: 22px; border: solid 1px black; }

#functionList a:hover {
	background: #8A8788;
}
