/* Stage It! CSS Document */

body {
	background-color: #000;
	color: #000;
	margin: 30px; padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}

/* Links
------------------- */
a { color: #006; text-decoration: underline; }
a:hover { color: #fe6d11;  }
a:active { color: #fe6d11; }
a:visited { color: #006; }

/*
a { color: #006; text-decoration: none; border-bottom-color: #fe6d11; border-bottom-style: dotted; border-bottom-width: 1px; }
a:hover { color: #fe6d11; border-bottom-color: #036; }
a:active { color: #fe6d11; border-bottom-color: #036; }
a:visited { color: #006; border-bottom-color: #fe6d11; }
*/


/* Text
------------------- */
h1 { font-size: large; color: #fe6d11; }
h2 { font-size: medium; }
h3 { font-size: small; font-style: italic; padding-bottom: 0px; }
p { font-size: small; padding-bottom: 1em; line-height: 1.4em; padding-top: 0px; }
.error-message { color: #f00; font-style: italic; }



/* Tables
------------------- */
table.contactform td {
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
table.contactform td.header {
	text-align: right;
	width: 100px;
	}
table.contactform td.header span {
	font-size: 10px; font-style: italic;
	}
table.contactform td.headerBorder {
	border-bottom-color: #fe9020;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
table.contactform td.input {
	text-align: left;
	padding-left: 4px;
	}
table.contactform td.inputBorder {
	border-left-color: #00538a;
	border-left-style: solid;
	border-left-width: 1px;
	}


/* Form Elements
------------------- */
form { margin: 0px; padding: 0px; }
input {
	background-color: #F2F2F2;
	font-size: 12px;
	width: 225px;
	border-width: 1px; border-color: #ccc; border-style: solid;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
.checkbox {
	background-color: #F2F2F2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
select {
	background-color: #F2F2F2;
	font-size: 12px;
	width: 150px;
	border-width: 1px; border-color: #ccc; border-style: solid;
	padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
textarea {
	background-color: #F2F2F2;
	font-size: 12px;
	border-width: 1px; border-color: #ccc; border-style: solid;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
.bnt {
	background-color: #00538a;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border-width: 1px; border-color: #fe9020; border-style: solid;
	padding: 3px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	}


/* div - structure
------------------- */
#container { 
	background-color: #fff; background-image: url(../../images/site/bg-container.png); background-position: left top; background-repeat: repeat-y;
	margin: 0px; padding: 0px;
	width: 936px;
	}


#wrapper { 
	background-image: url(../../images/site/header.png); background-position: left top; background-repeat: no-repeat;
	margin: 0px; padding: 0px;
	width: 936px;
	}


#col-right { 
	float: right;
	/*
	margin-top: 180px;
	width: 175px;
	*/
	margin-top: 20px;
	margin-right: -35px;
	width: 238px;
	padding-right: 35px;
	font-size: small;
	}
	#col-right a {
		border-width: 0px;
		}
	#col-right img {
		border-width: 0px;
		}
	#col-right div {
		float: none;
		width: 175px;
		margin-top: 25px;
		margin-left: 30px;
		}
		#col-right div div {
			margin: 0px;
			text-align: center;
			}
	#col-right ul.address { 
		font-size: small;
		list-style: none; margin-top: 10px; margin-left: 0px; padding: 0px;
		}
		#col-right li { margin-left: 5px; }


#navigation { float: left; width: 121px; margin-top: 200px; }
	#navigation ul { list-style: none; margin: 0px; padding: 0px; }
	#navigation li { margin-top: 10px; margin-left: 12px; }
	#navigation a { font-size: 13px; text-decoration: none; color: #fff; font-weight: bold; border-bottom-width: 0px; }
	#navigation a:hover {
		color: #000;
		border-bottom-color: #fff; border-bottom-style: dotted; border-bottom-width: 1px;
		}

#content {
	float: left;
	margin-left: 40px;
	margin-top: 125px;
	width: 496px;
	padding: 0px;
	}
	#content h3 { font-size: small; font-style: italic; padding-bottom: 0px; }
	#content ul { list-style-type: disc; font-size: small; margin-top: 0px; padding-top: 0px; }

#footer {
	clear: both;
	margin-left: 161px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 530px;
	font-size: x-small;
	}

form { margin: 0px; padding: 0px; }
