* {margin:0;padding:0;}
html {border:0;}
body {
	font-family:"Palatino", "Palatino Linotype";
	font-size:13px;
	background-image:url('/images/parchment.gif');
/*	background-position:center;*/
}

input, textarea {
	font-family:"Palatino", "Palatino Linotype";
	font-size:12px;
}
img {border:0;vertical-align:middle;}
table {border-collapse:collapse;}
hr {border:none;border-top:2px solid #B59B4E;background:transparent;}

input.textfield {
	background: url('/images/field_bevel.gif') repeat-x;
	height:20px;
	border: 1px solid #663;
	padding:0 2px;
	font-size:11px;
	line-height:20px;
	margin:2px;
	font-weight:bold;
	color:black;
	outline:none;
}

input.button {
	background: url('/images/row_odd.gif') repeat-x top left;
	height:21px;
	border: 1px solid #663;
	padding:0 10px;
	font-size:11px;
	line-height:20px;
	margin:0 2px;
	font-weight:bold;
	color:black;
}
input.button:active {background-image:url('/images/row_even.gif');}

a.button {
	background: url('/images/row_odd.gif') repeat-x top left;
	height:20px;
	border: 1px solid #663;
	padding:0 10px;
	font-size:11px;
	line-height:20px;
	margin:0 2px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	display:inline-block;
}
a.button:active {background-image:url('/images/row_even.gif');}
a.button img {margin-left:-5px;margin-right:5px;vertical-align:middle;}

/***** Foundation ****/
#container {
 	position:relative;
  	min-width: 920px;
	z-index:0;
	background-image:url('/images/parchment.gif');
}
#content {
	position:relative;
  	text-align: left;
	padding: 5px;
}
/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#container .Alert {
	text-align:center;
	background-color:#FFBD00;
	border-bottom:1px solid #FFCE52;
	border-top:1px solid #DEA502;
	font-size:14px;
	padding:3px;
	font-weight:bold;
	font-family:'Tahoma', 'Geneva', sans-serif;
}


#Header {
	height:140px;
	background:url('/images/header_tile.gif') repeat-x left bottom;
	position:relative;
	top:3px;
	left:0;
	z-index:-1;
	overflow:hidden;
	width:100%;
	padding:0;
}
#Header.short {
	height:75px;
}
#Header_BG_Right {position:absolute;right:0;bottom:0;}
#Header_BG_Left {position:absolute;left:50px;bottom:0;}
#Header.short #Header_BG_Left {left:-140px;}

#Header_Logo {width:500px;display:block;position:absolute;top:0px;left:50px;background:no-repeat center center;}
#Header.short 	#Header_Logo {left:-130px;height:80px;background-image:url(/images/logo_text_small.png);}
#Header.tall 	#Header_Logo {height:138px;background-image:url(/images/logo_text.png);}

#MainMenu {position:absolute;bottom:-4px;width:100%;}
#MainMenu a {margin-right:-5px;z-index:10;}
#MainMenu.short {text-align:center;width:100%;}
#MainMenu.tall a.index {display:none;}
#MainMenu.tall a.videos {margin-left:230px;}

#Tabard.tall {
	position:absolute;
	top:-25px;
	right:0px;
	z-index:4;
	width:225px;
	height:217px;
	background:url("/images/tabard.png") no-repeat left top;
}
#Tabard.short {
	position:absolute;
	top:-5px;
	right:0px;
	z-index:4;
	width:100px;
	height:100px;
	background:url("/images/tabard_small.png") no-repeat left top;
}

.Dialog {padding:10px;display:inline-block;text-align:left;}
.Dialog label {
	font-family:'Tahoma', 'Geneva', sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	width:100px;
	display:inline-block;
}


.ProcessBox {
	font-family:'Tahoma', 'Geneva', sans-serif;
	display:inline-block;
	background: #1E1E1E;
	border:3px solid #353535;
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	color:white;
	margin:40px;
	min-width:300px;
	min-height:100px;
}
.ProcessBox .Title {font-size:18px;border-bottom:1px solid #353535;padding-bottom:2px;margin-bottom:2px;}
.ProcessBox a {color:white;}
.ProcessBox hr {border:none;border-top:2px solid #353535;background:transparent;margin:7px 0 3px 0;color:#1E1E1E;}
.ProcessBox input.button, #login a.button {
	display:inline-block;
	background: url(/images/slide/button_backdrop.gif) repeat-x center center;
	border:1px solid #1ACCC9;
	padding:2px 10px;
	color:white;
	cursor:pointer;
	font-family:sans-serif;
	font-weight:bold;
	font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow:0px 0px 3px black;
}
.ProcessBox input.button:hover, #login a.button:hover {text-decoration:none;}
.ProcessBox input.button:active, #login a.button:active {
	background-image:url(/images/slide/button_backdrop_pressed.gif);
	color:black;
	text-shadow:0px 0px 3px white;
}
.ProcessBox .Dialog {margin:10px;}
.ProcessBox  input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	padding:0 2px;
	color: white;
	height: 16px;
	font-family: sans-serif;
	font-size:11px;
	outline:none;
}
.ProcessBox  input.field:focus {background: #545454;}
.ProcessBox .error {padding:2px 5px;color:#FFB108;}