@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25;
	background-color: #666666;
}



a:link,a:visited {
	text-decoration:none;
	color:#900;
}
a:hover {
	color:#FC0;
	text-align: left;
}

.think {
	font-style: italic;
	font-weight: bold;
	color: #666;
	margin: 0px;
	clear: none;
	text-align: center;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;
	background-color: #FFFFFF;
	background-image: url(images/sidebarBack.png);
	background-repeat: repeat-y;
	background-position: 0px;
} 
#header  {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #333;
	background-image: url(images/thinkLogo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #7F2A25;
} 
#header h1  {
	color: #822925;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0px;
}
#container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #812925;
	margin-top: 0.6em;
	margin-right: -1em;
	margin-bottom: 0.4em;
	margin-left: -1em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	width: 510px;
}
#sidebar1  {
	float: none; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333;
	clear: both;
}
#mainContent  {
	color: #666;
	margin-bottom: 1.4em;
	margin-left: 215px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-color: #333;
} 
#footer  {
	background-color: #333;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.65em;
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1em;
	line-height: 0px;
}
h4 {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #CCC;
	padding-left: 5px;
	width: 275px;
	margin: 10px;
	padding-top: -1px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	color: #666;
	line-height: 2em;
	text-align: left;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	list-style-type: circle;
	text-indent: 13px;
	letter-spacing: 0em;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: -1px;
}
#vertnav {
	border: 3px solid #333;
	list-style-type: none;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
	width: 173px;
	margin: 1px;
	padding: 1px;
}
#vertnav li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 170px;
}
#vertnav li a {
	color: #CCC;
	display: block;
	height: 2%;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	width: 174px;

}
#vertnav li a:hover {
	color: #FFF;
	display: block;
	height: 1%;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	background-color: #7F2A25;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FC0;
	width: 174px;
}
.cNav {
	color: #FFF;
	display: block;
	height: 1%;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	background-color: #000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FC0;
	width: 174px;
}
.navhold {
	padding: 1px;
	clear: left;
	float: left;
}

#holder {
	color: #CCC;
	display: block;
	height: 2%;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
}


#container #mainContent #frmContact fieldset  {
	background-color: #E1E1E1;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10pt;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	padding-left: 10px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-color: #7F2A25;
	border-left-color: #7F2A25;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
}
#container #mainContent #frmContact p  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 30px;
	margin-top: 30px;
	text-align: left;
}
#mainContent #frmContact legend   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #7F2A25;
	color: #FFF;
	margin-top: -15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: -5px;
	font-weight: bold;
}
#mainContent #frmContact input.text {
	width: 250px;
}
#mainContent #frmContact input.text:focus, #mainContent #frmContact textarea:focus {
	background-color: #FFF0F0;
	border: 1px solid #7F2A25;
}
#mainContent img {
	border: thin solid #7F2A25;
	padding: 1px;
	margin: 1px;
}

.date {
	color: #000;
	display: block;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #7F2A25;
	border-bottom-style: dotted;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 5px;
	border-bottom-width: 2px;
	border-bottom-color: #FC0;
	width: 150px;
	height: 20px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
