@charset "utf-8";

/* CSS Reset Snippet - Zeros all elements, fixing many browser problems and starting everything evenly in all browsers.*/
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, 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: 12pt;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End of CSS Reset Snippet */

/* General Page Section Styles */
body  {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background: url(images/cloth022blue.jpg) repeat left top;
}

#container {
	width: 50.625em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: justify;
	padding: 1em 0 1em 0;
} 

#header {
	background: url(images/dropshadowbox1.png) no-repeat center top;  
	text-align: center;
	padding-top: 2em;
} 

#centerSection { background: url(images/dropshadowboxcenter.png) repeat-y center top; }
.mainContent {
	margin-right: 1.75em;
	margin-left: 1.75em;
	padding: 15px 0;
} 

.leftSidebar {
	float: left;
	width: 18em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-left: 1.75em;
}

.rightSidebar {
	float: right;
	width: 28em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-right: 1.75em;
}

#footer {
	padding: 0 0 15px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/dropshadowbox1.png) no-repeat center bottom;
	text-align: center;
} 

/* Text Styles - Paragraphs, Headers, Links, Lists, Etc */
.leftSidebar p, .rightSidebar p, .mainContent p {
	color: #666666;
	font: 0.75em/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0.5em 0em 0.7em 1em;
}
#footer p {
	margin: 0;
	color: #666666;
	font: normal 0.625em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
p a:link, p a:visited {
	color: #666666;
	text-decoration: underline;
}
p a:hover, p a:active, p a:focus {
	color: #00a8ec;
	text-decoration: underline;
}
.addresstext { text-align: center; }

h1, h2, h3 {
	margin: 0; /* the left and right margin should be given to every element that will be placed in the side columns */
	color: #f8b449;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 { height: 1 .em; font-size: 1.375em; 
}
h2 { font-size: 1.125em; 
}
h3 { font-size: 1em; 
}
#header h1 {
	width: 80em;
	left: -100em;
	position: absolute;
}
#header ul {
	color: #004f72;
	font: normal 0.875em Arial, Helvetica, sans-serif;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	list-style: none;
}
#footer ul {
	color: #004f72;
	font: normal 0.875em Arial, Helvetica, sans-serif;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	list-style: none;
}

/* Menu Styles - Header and Footer menus */
#header li, #footer li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
#header ul a:link, #header ul a:visited, #footer ul a:link, #footer ul a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #004f72;
	text-decoration: none;
}
#header ul a:hover, #header ul a:active, #header ul a:focus, #footer ul a:hover, #footer ul a:active, #footer ul a:focus {
	font-family: Arial, Helvetica, sans-serif;
	color: #00a8ec;
	text-decoration: none;
}
.currentpage { 
	color: #00a8ec; 
}

/* FAQ page list and link styles */
.faqlist {
	text-align: left;
	color: #004f72;
	font-weight: bold;
	font-size: 0.875em;
	list-style-type: disc;
	margin: 1em 0em 1em 4em;
}
a.faqinternal:link, a.faqinternal:visited {
	text-decoration: underline;
	color: #004f72;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1em;
}
a.faqinternal:hover, a.faqinternal:active, a.faqinternal:focus {
	text-decoration: underline;
	color: #00a8ec;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1em;
}
a.faqinternaltop:link, a.faqinternaltop:visited {
	text-decoration: underline;
	color: #004f72;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1em;
	margin: 0.5em 0em 0.7em 1em;
}
a.faqinternaltop:hover, a.faqinternaltop:active, a.faqinternaltop:focus {
	text-decoration: underline;
	color: #00a8ec;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1em;
	margin: 0.5em 0em 0.7em 1em;
}

/* Miscellaneous Page Element Styles */
#titleBar {
	background: url(images/titlebanner2007_01.gif) no-repeat center center;
	height: 4.6875em;
	width: 47.5em;
	padding: 0px;
	color: #666666;
	text-indent: -7000em;
	display: block;
	margin-left: 25px;
}
#bottomLogo {
	background: url(images/bottomlogo.jpg) no-repeat center center;
	height: 42px;
	width: 760px;
	margin-left: 24px;
}
/* Spacers for on right side to put beside headers on the left */
.h1space { height: 2.625em; }
.h2space { height: 2.375em; }
.h3space { height: 2.25em; }
/* Left sidebar photo section styles - other than founder, all photos are background images, not in the html */
.leftSidebarimage {
	margin: 1em 0 1em 1em;
}
.leftSidebarimage p { /* Image captions */
	text-align: center;
	margin: 0.5em 0em 1em 0em;
}
#founderphoto {
	width: 252px;
	height: 577px; 
}
#historyphoto {
	background: url(images/historyside1.jpg) center no-repeat;
	width: 252px;
	height: 577px; 
}
#traditionphoto {
	background: url(images/traditionside1.jpg) center no-repeat;
	width: 252px;
	height: 577px; 
}
#innovationphoto {
	background: url(images/innovationside1.jpg) center no-repeat;
	width: 252px;
	height: 577px; 
}
#portfoliophoto {
	background: url(images/portfolioside1.jpg) center no-repeat;
	width: 252px;
	height: 577px; 
}
#pastphoto {
	background: url(images/pastside1.jpg) center no-repeat;
	width: 252px;
	height: 577px; 
}
#futurephoto {
	background: url(images/futureside1.jpg) center no-repeat;
	width: 252px;
	height: 577px; 
}
/* Contact Form Styles */
.contactform {
	padding-top: 0em;
	padding-bottom: 1.5em;
	width: 28em;
}
.contactform p {
	margin-top: 0px;
	padding-top: 0px;
}
.contactinput,.contacttextarea {
	border-top: 1px solid #0077AA;
	border-right: 1px solid #00a8ec;
	border-bottom: 1px solid #00a8ec;
	border-left: 1px solid #0077AA;
	padding: 0.2em;
	width: 26em;
	background: #EEEEEE;
	margin-bottom: 0.5em;
}
.contactinput:focus, .contacttextarea:focus { background: #F9F9F9; }
.contacttextarea { width: 26.5em; 
}
.contactform #clear, .contactform #submit {
	font-weight: bold;
	color: #ffffff;
	background-color: #0077AA;
	border: 1px solid #0077AA;
	cursor: pointer;
}
.contactform  #clear:hover, .contactform #submit:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #00a8ec;
	border: 1px solid #00a8ec;
	cursor: pointer;
}
label {
	display: block;
	font-weight: normal;
	color: #004f72;
	font: 0.75em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
	border: 0em;
	padding: 0.8em 0em 0.8em 0.8em;
}


/* Floating Element Styles */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
