@charset "utf-8";

/* Layout DIVs */

/* Global Elements */

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

#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 940px;
	background-color:#FFFFFF;
	
}

#banner {
	float: left;
	width: 940px;
	background-color: #F15922;
}

#logo {
	float: left;
	width: auto;
}

#tagline {
	float:right;
	width:200px;
	margin:35px 10px 0 0;
	text-align:right;
}

#topnav {
	float: left;
	width: 940px;
	background-image: url(/images/skin/nav_bg.gif);
	margin:0;
	padding:0;
	height:30px;
	border-bottom:3px double #F15922;
}

#mainbodycolumn {
	float:left;
	width:490px;
	margin:15px 15px 0 0;
	padding:0px 15px 15px 15px;
}

#rightcolumn {
	float: right;
	width: 188px;
	margin: 15px 0 0 0;
	padding: 10px;
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
}

#footer {
	float:left;
	width:935px;
	padding:10px 0 0 0;
	margin:40px 0 20px 0;
	border-top: 1px dashed #CCCCCC;
}

/* Homepage Specific */

#herocolumn {
	float: left;
	width: 490px;
	margin: 15px 15px 0 0;
	padding: 0px;
}

#heroimage {
	float: left;
	width: 490px;
}

#herocolumnbody {
	float: left;
	width: 440px;
	padding: 15px 25px 15px 25px;
	background-color:#F5F5F5;
}

#middlecolumn {
	float: left;
	width: 188px;
	margin: 15px 0 0 0;
	padding: 10px;
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
}

#quotesplash {
	float: right;
	width: 210px;
	height: 240px;
	margin: 15px 0 0 0;
	padding: 0px;
	background-image:url(/images/homepage/quotesplash_bg.gif);
}

#quotesplashcopy {
	padding:40px 10px 0px 10px;
}

#showcase {
	background-color:#FFFFFF;
	float:left;
	margin:15px 0 0 0;
	padding:10px;
	width:915px;
	border:1px solid #CCCCCC;
}

/* Body Styles */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	color: #666666;
	line-height: 1.4em;
}

h1 {
	color:#F15922;
	font-size:1.75em;
}

h2 {
	color:#333333;
	font-size:1.2em;
	margin:-10px -10px 10px -10px;
	background-color:#CCCCCC;
	padding: 5px 10px 5px 10px;
}

small {
	font-size: 0.9em;
}

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

a:hover {
	color:#F15922;
	text-decoration:underline;
}

img {
	border: 0;
	margin:0;
	padding:0;
}

a img {
	border: 1px solid #FFFFFF;
	margin:0;
	padding:0;
}

a:hover img {
	border: 1px solid #F15922;
	margin:0;
	padding:0;
}

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

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

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

table {
	background-color:#F5F5F5;
}

/* Metamorphis Logo */

.logo {margin:0; border:0;}
.logo img {margin:0; border:0;}
.logo a:link img {margin:0; border:0;}
.logo a:link active {margin:0; border:0;}
.logo a:link visited {margin:0; border: 0;}
.logo a:link hover {margin:0; border: 0;}

/* Tagline */

.tagline {
	color: #F5F5F5;
	font-family: tahoma;
	font-size: 0.9em;
	font-weight: bold;
	line-height:normal;
}

/* Top Nav Styles */

.nav {
	color: #F5F5F5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0;
	margin:0;
}

.nav ul {
	float:left;
	list-style:none;
	padding:7px 0 0 0;
	margin:0;
}

.nav li {
	float:left;
}

.nav a {
	color:#F5F5F5;
	padding:8px 15px 7px 15px;
	text-decoration:none;
}

.nav a:hover{
	background-image: url(/images/skin/nav_bg_hver.gif);
	padding:8px 15px 7px 15px;
	background-color:#a94400;
}

/* Contact Button */

.contactbtn img {border:none; margin:6px; padding:0;}
.contactbtn a:hover img {border:none; margin:6px; padding:0;}

/* Form Styles */

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

label {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .92em;
	}
	
input {
	float: right;
	width: 323px;
	border: solid 1px #CCCCCC;
	padding: 0px;
	margin-bottom: 0px;
}

textarea {
	float: right;
	width: 323px;
	border: solid 1px #CCCCCC;
	padding: 0px;
	margin-bottom: 0px;
}

select {
	float: right;
	width: 323px;
	border: solid 1px #CCCCCC;
	padding: 0px;
	margin-bottom: 0px;
}

.checkbox {
	float: left;
	width: auto;
	padding: 0px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 1px;
	border: none;
}

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

/* Form TextArea Styles */

/* hidden error messages*/ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display: none;
}

/* shown "inline" error message */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 0px solid;
	font-style: normal;
}
 
/* 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 */

/* hidden error messages */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* shown "inline" error message */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 0px;
	font-style: normal;
}

/* 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;
}


/* Form Select Styles */

/* Hidden error message */ 
.selectRequiredMsg, .selectInvalidMsg {
	display: none;
}

/* shown "inline" error message */
.selectRequiredState .selectRequiredMsg,
.selectInvalidState .selectInvalidMsg {
	display: inline;
	color: #CC3333;
	border: 0px solid #CC3333;
	font-style: normal;
}

/* When the widget is in the valid state the SELECT has a green background applied on it. */
.selectValidState select, select.selectValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the SELECT has a red background applied on it. */
select.selectRequiredState, .selectRequiredState select,
select.selectInvalidState, .selectInvalidState select {
	background-color: #FF9F9F;
}

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


/* Validation Checkbox Styles */

/* hidden error message */
.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg{
	display: none;
}

/* shown "inline" error message */
.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display: inline;
	color: #CC3333;
	border: 0px solid #CC3333;
	font-style: normal;
}