@CHARSET "UTF-8";

/********************************
	Tetrault Design Associates.com stylesheet
		Copyright 2007 Tetrault Design Associates, Inc
********************************/

/********************************
	Basic global HTML styles
********************************/
body {
	color: #FFEDB4;
	background-color: #c6c6c6;
	margin: 0px;
	padding: 10px;
	border: 0;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	background-image: url(../images/white-gray.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 16px;
}


img {
	border: none;
}
a img {
	border: none;
}
p {
	margin: 0px;
}
fieldset {
	padding: 20px;
	position: relative;
}
fieldset p {
	margin-top: 10px;
}

/********************************
	Generic Classes
********************************/
.left {
	float: left;
}
.right {
	float: right;
}
.nofloat {
	float: none;
}
.clear {
	clear: both;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.success {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
.error {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}
.error legend, .success legend {
	position: absolute;
	top: -17px;
	left: 0px;
	margin-bottom: 21px;
	padding: 0px 8px 0px 8px;
	
}

/********************************
	Wrap, Header, and Main box
********************************/
#wrap {
	position: relative;
	margin: 0px auto;
	width: 971px;
	text-align: left;
	background-color: #BB9C3F;
	background-image: url('../images/bg2.jpg');
	background-repeat: repeat-y;
	background-position: 0px 30px;
	border-top-width: 22px;
	border-right-width: 22px;
	border-bottom-width: 16px;
	border-left-width: 22px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	padding-bottom: 12px;
}
#header a, #subheader a {
	background: none;
	border: none;
}
#header h1 {
	display: none;
	visibility: hidden;
}
#header img {
}
#main {
	background-color: none;
	background-image: url('../images/x-bg-plain2.jpg');
	background-repeat: no-repeat;
	position: relative;
	height: 1%; /* hack to fix lame floating background glitch in internet explorer */
}
.company #main {
}
.contact #main {
}
.news #main {
}
.careers #main {
}

/********************************
	Navigation Menu:
		Oh the Woes of Internet Explorer
********************************/
#navigation {
	position: absolute;
	top: 0px;
	left: 298px;
	height: 35px;
	width: 640px;
}
#navigation .branding {
	background-image: url('../images/nav/1o.gif');
	width: 72px;
	height: 35px;
}
#navigation .web_development {
	background-image: url('../images/nav/2o.gif');
	width: 109px;
	height: 35px;
}
#navigation .print_design {
	background-image: url('../images/nav/3o.gif');
	width: 80px;
	height: 35px;
}
#navigation .company {
	background-image: url('../images/nav/4o.gif');
	width: 59px;
	height: 35px;
}
#navigation .news {
	background-image: url('../images/n5.gif');
	width: 42px;
	height: 35px;
}
#navigation .careers {
	background-image: url('../images/n6.gif');
	width: 57px;
	height: 35px;
}
#navigation .contact {
	background-image: url('../images/nav/5o.gif');
	width: 57px;
	height: 35px;
}
#navigation .menu_item {
	position: relative;
	float: left;
	margin: 0px; 
	padding: 0px;
	background-repeat: no-repeat;
	overflow: hidden; /* stupid IE hack to remove extra height */
}
#navigation .menu_item a {
	display: block;
	color: #000000;
	float: left;
	width: 100%;
	height: 35px;
	text-decoration: none;
	overflow: hidden; /* stupid IE hack to remove extra height */
}
* html a:hover {
	color: #FFFFFF;
	background-color: #626230;
}
#navigation .menu_item a span {
	visibility: hidden;
}
#navigation .menu_item a:hover {
	background: none;
}
#navigation .menu_item a:hover img {
	visibility: hidden;
}
#navigation .current a img {
	visibility: hidden;
}
.menu_item a:hover img {
	display: none;
	
}

/********************************
	Left Column
********************************/
#left_column_home {
	float: left;
	width: 260px;
	margin-top: 12px;
	padding-left: 24px;
	/*border: 1px solid red;*/
	color: #FFFFFF;
}

#left_column_home h2 {
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 27px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#left_column_home a {
	
	border: none;
	color: #949D01;
	background-color: #000000;
	text-decoration: none;
	padding: 4px;

}

#left_column_home a:hover {
	color: #FFFFFF;
	background-color: #515228;
	text-decoration: none;	
}

#left_column {
	float: left;
	width: 260px;
	margin-top: 45px;
	padding-left: 24px;
	color: #FFFFFF;
}

#left_column a {
	color: #FFFFFF;
	text-decoration: underline;
}

#left_column p a:hover {
	color: #FFFFFF;
	background-color: #515228;
}
#left_column h2 {
	color: #EED580;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 19px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 27px;
}
#left_column p {
	margin-top: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #FFEDB4;
}
#left_column img.left {
	margin: 20px 10px 0px 0px;
}

/********************************
	Body content area
********************************/
#body {
	padding: 20px;
	color: #000000;
	min-height: 300px;
	width: 550px;
	margin-top: 22px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 300px;
}
.company #body {
	margin: 68px 8px 0px 310px;
}
.contact #body {
	margin-top: 36px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 290px;
}

/********************************
	Home page content
********************************/
#home_frame {
	
}
#home_frame h3 {
	margin: 0px;
	font-size: 1em;
}
#home_frame p {
	margin: 20px 0px 30px 0px;
	font-size: .75em;
	line-height: 1.5em;
}



/********************************
	Branding and Print page content
********************************/
#brand_frame {
	width: 456px;
	height: 337px;
	background-image: url('../images/window-branding.gif');
	background-repeat: no-repeat;
	text-align: center;
}
#print_frame {
	width: 456px;
	height: 365px;
	background-image: url('../images/window-print.gif');
	background-repeat: no-repeat;
	text-align: center;
}
#brand_frame img, #print_frame img {
	margin-top: 13px;
}
.branding_content, .print_content {
	width: 456px;
	text-align: center;
	padding-top: 8px;
}
.branding_content h3, .print_content h3 {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	line-height: 16px;
	font-size: 13px;
}
.branding_content p, .print_content p {
	margin: 0px;
	padding: 0px;
}
.branding_content a.previous, .print_content a.previous {
	border: none;
}
.branding_content a.next, .print_content a.next {
	border: none;
}
.branding_content a.previous, .print_content a.previous {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/prev-u.gif');
	background-repeat: no-repeat;
}
.branding_content a.next, .print_content a.next {
	background-image: url('../images/next-u.gif');
	background-repeat: no-repeat;
}
.branding_content a:hover.next img, .print_content a:hover.next img {
	visibility: hidden;
}
.branding_content a:hover.previous img, .print_content a:hover.previous img {
	visibility: hidden;
}
.branding_content .nav, .print_content .nav {
	
}
.branding_content .project_notes, .print_content .project_notes {
	margin-top: -2px;
	padding: 10px;
}

/********************************
	Web Development page content
********************************/
#webdev_frame {
	padding: 0px;
	color: #FFFFFF;
}
#webdev_frame a {
	color: #D2BC73;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	line-height: 14px;
	background-color: #522902;
	padding: 6px;
}
#webdev_frame a:hover {
	color: #BCA245;
	background-color: #FFFFFF;
}


#webdev_frame a img {
	display: block;
	border: 1px solid #645526;	
}

#webdev_frame p {
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4F3D0C;
	line-height: 18px;
}
#webdev_frame p a span {
	display: block;
	width: 148px;
	height: 117px;
	cursor: pointer;
	
}
#webdev_frame .column1 {
	float: left;
	width: 160px;
	text-align: center;
}
#webdev_frame .column2 {
	float: left;
	width: 160px;
	margin-left: 20px;
	text-align: center;
}
#webdev_frame .column3 {
	float: left;
	width: 160px;
	margin-left: 20px;
	text-align: center;
}

 
 

/********************************
	Company page content
********************************/
#company_frame {
	margin-left: 44px;
	margin-right: 66px;
		width: 511px;
}
#company_frame h3 {
	margin: 0px;
	font-size: 26px;
	line-height: 31px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
#company_frame p {
	margin: 0px 0px 14px 0px;
	font-size: 12px;
	line-height: 16px;
}

#company_frame a {
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.company #body .left img {
	padding-bottom: 6px;
	background-image: url('../images/web-shadow.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
.company #left_column p {
}

/********************************
	News page content
********************************/
#news_frame {
	 width: 522px;
	 	margin-left: 10px;

}
#news_frame h3 {
	margin: 0px 0px 0px 60px;
	font-size: 1em;
}
#news_frame p {
	margin: 20px 0px 30px 30px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#news_frame img.left {
	margin: 4px 0px 0px 0px;
	border: 1px solid #7E641B;
}

/********************************
	Careers page content
********************************/
#careers_frame {
		width: 522px;

}
#careers_frame h3 {
	margin: 0px;
	font-size: 1em;
}
#careers_frame p {
	margin: 20px 0px 30px 0px;
	font-size: .75em;
	line-height: 1.5em;
}
#careers_frame p img.left {
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url('../images/web-shadow.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
		margin: 4px 0px 0px 0px;

}

/********************************
	Contact page content
********************************/
#contact_frame {
	margin-left: 44px;
	margin-right: 80px;
}
#contact_frame dl {
	margin: 0px;
}
#contact_frame dl dt {
	margin-bottom: 4px;
	font-size: .70em;
}
#contact_frame dl dd {
	margin: 0px 0px 14px 0px;
}
#contact_frame dl dd .inputtext {
	width: 300px;
	padding: 4px;
	color: #336600;
	font-weight: bold;
	border: 1px solid #7F7241;
	background-color: #FFFFFF;
}
#contact_frame dl dd #submit {
	border: 1px solid #836D31;
	background-color: #000000;
	color: #99CC00;
}
#contact_frame dl dd input.inputtext:focus {
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
}
#contact_frame dl dd textarea.inputtext {
	color: #000000;
}
#contact_frame dl dd select.inputtext {
	background-color: #FAD6AE;
}
.contact #body .left img {
	padding-bottom: 6px;
	background-image: url('../images/web-shadow.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

/********************************
	Footer block
********************************/
#footer {
	height: 20px;
	margin-top: 20px;
	clear: both;
	background-image: url(../images/x-bg-foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
#footer img {
	position: absolute;
	bottom: 24px;
	right: 26px;
}
#footer p {
	display: none;
	visibility: hidden;
}
#thinkful #wrap #main #left_column_home p {
	font-size: 12px;
	line-height: 16px;
	color: #FFEDB4;
}
#thinkful #wrap #main #left_column #sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #FFFFFF;
}
.subs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
