@charset "utf-8";

/* Div ID Positional Values */

#page {
	margin: 0;
	background-color:#FFFFFF;
}

#container {
	position: relative;
	width: 960px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#leftpanel {
	position:fixed;
	width:150px;
	margin: 0px 40px 0 40px;
}

#rightpanel {
	float:right;
	width:730px;
	margin:110px 0 0 0;
}

#topbanner {
	float:left;
	width: 960px;
	margin: 0 0 40px 0;
}

#logobox {
	float: left;
	background-color: transparent;
	width: 150px;
	margin: 0 0 20px 0;
}

#navcoloumn {
	float: left;
	width: 150px;
	min-height: 400px;
}

#fullbodycoloumn {
	float: left;
	width: 690px;
	margin: 0 0 20px 0;
}

#bodycoloumn {
	float: left;
	width: 430px;
	margin: 0px 40px 40px 0;
}

#rightcoloum {
	float: right;
	margin: 0px 40px 0px 0px;
	width: 150px;
	padding: 5px;
	background-color:#F5F5F5;
}

/* Landing Page Layout */

#row {
	float:left;
	width:690px;
	margin:0;
}

#column1 {
	float:left;
	width:150px;
	margin:0 30px 40px 0;
}

#column2 {
	float:left;
	width:150px;
	margin:0 30px 40px 0;
}

#column3 {
	float: left;
	width: 150px;
	margin: 0 0 40px 0;
}

#column4 {
	float: right;
	width: 150px;
	margin: 0px 40px 40px 0px;
}

/* Footer Elements */

#footer {
	background-color:transparent;
	border-top:1px dotted #708090;
	float:left;
	margin:20px 0 10px;
	padding:10px 0 0 0;
	width:690px;
}

#validator {
	float:left;
	width: 735px;
	text-align:left;
	background-color: transparent;
	margin: 0 0 20px 0;
}

/* Homepage Specific*/

#herocolumn {
	float: left;
	width: 304px;
	padding: 0px;
	margin:0 45px 40px 0;
	min-height: 300px;
}

#middlecolumn {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 150px;
	padding: 5px;
    background-color: #F5F5F5;
}

/* Includes */
#contact {
	float: right;
	margin: 0px 40px 0px 0px;
	width: 150px;
	padding: 5px;
	background-color:#F5F5F5;
}

/* Logo */
.hsdlogo {float: left;}
.hsdlogo img {border: none;}
.hsdlogo a img {border: none;}
.hsdlogo a:hover img {border: none;}

/* Master Body Tags */

body {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 18px;
	letter-spacing: normal;
	color:#708090;
}

h1 {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 2em;
	line-height: .9em;
	text-decoration:none;
	margin: 0 0 10px 0;
}

h2 {
	background-color:#EEEEEE;
	color:#708090;
	font-family:Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	margin:0 0 1px 0;
	padding:1px 1px 0 0;
	line-height: 14px;
}

h3 {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 14px;
	font-weight: bold;
	padding: 2pt 0pt 2pt 4pt;
	background-color: #708090;
	margin:0 0 5px 0;
}

h4 {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color:#708090;
}

p {
	max-width: 410px;
	margin-top: 8px;
	margin-bottom: 0px;
	word-spacing: normal;
	line-height: inherit;
}

small {
	font-size: .9em;
	line-height: 14px;
}

ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

li {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
}

a {
	color:#DD6600 ;
	text-decoration:none;
}

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

img {
	border: solid 5px #FFFFFF;
}

a img {
	border: solid 5px #FFFFFF;
}

a:hover img {
	border: solid 5px #DD6600;
}

blockquote {
	margin: 8px 0px 0px 0px;
	font-size: 15px;
	line-height: 18px;
	text-indent: -6px;
	font-style: italic;
	padding: 0px;
}

span {
	font-style: italic;
}

sup {
	color: #DD6600 ;
	vertical-align: text-top;
}

table {
	border: solid 1px #EEEEEE;
}

td {
	vertical-align: top;
}

/* work area */

.piece {
	background-color:#F5F5F5;
	padding:5px;
	margin:0 0 10px 0;
	width:auto;
}

/* Form Styles */

form {
	margin: 0px;
	padding: 0px;
	width: 410px;
}

label {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	}
	
input, textarea {
	width: 290px;
	border: solid 1px #CCCCCC;
	padding: 0px;
	margin: 0px;
}

.button {
	width: auto;
	background-color: #DD6600 ;
	cursor: pointer;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px;
}

/* Add This */

.addthis {
	border: none;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	line-height: 0px;
}

.addthis a:hover {
	color: #666666;
	background-color:#FFFFFF;
}

.addthis img {
	vertical-align: text-bottom;
}

/* Navigation Styles */

.nav {
	color:#708090;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}

.nav a {
	background-color:#F5F5F5;
	color:#DD6600;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	line-height:12pt;
	margin:0 0 1px;
	text-decoration:none;
}

.nav a:hover {
	background-color:#DD6600;
	color:#FFFFFF;
	font-size:1.7em;
	font-weight:bold;
}

/* Footer Styles */

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #708090;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #708090;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	background-color: #708090;
}

/* Form TextArea Styles */

/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 0px solid;
}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FF9F9F;
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}

/* Form TextField Styles */

/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 0px;
}

/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}
