/* @override 
	http://localhost:3000/static/css/master.css
	http://localhost:5000/static/css/master.css
*/

/* MASTER STYLESHEET */

/* TAG DEFINITIONS */
html, body {
	background-color: #404040;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

img { border: 0px; }

input, select, textarea { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	display : block;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #3f9bd5;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 0.8em 0;
}

th { 
	font-weight: normal;
	color: #3f9bd5;
}

form { margin: 0; padding: 0; }

/* IDs */
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
	color: #404040;
	background-color: #404040;
	background-image: url('/static/images/bg.gif');
	background-repeat: repeat-y;
	font-size: 0.75em;
} 

#header {
	background-image: url('/static/images/header.jpg');
	background-repeat: no-repeat;
	height: 60px;
	padding: 16px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 16px;
	left: 16px;
}
#header #page-title {
	position: absolute;
	right: 16px;
	bottom: 10px;
}
#header #page-title {
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 2.75em;
	letter-spacing: -0.05em;
}
#header #breadcrumbs {
	position: absolute;
	font-size: 0.8em;
	text-align: right;
	width: 700px;
	top: 10px;
	right: 16px;
	color: #fff;
}
#header #breadcrumbs a {
	color: #fff;
}

#main { 
	color: #666; 
	background-color: #fff; 
	padding: 20px 0;
	font-size: 0.9em;
}

#left-column {
	float: left;
	width: 423px;
	position: relative;
	height: auto !important;
	min-height: 420px;
	height: 420px;
}
#right-column {
	float: left;
	width: 297px;
	padding: 0 16px 0px 14px;
}

#slideshow {
	position: absolute;
	z-index: 10;
	width: 325px;
	height: 352px;
}
#navigation {
	position: absolute;
	z-index: 5;
	width: 423px;
	height: 353px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	margin-left: 2px;
}
#navigation ul li {
	list-style-type: none;
	margin-bottom: 1px;
}
#navigation ul li a {
	display: block;
	padding: 22px 10px 25px 0px;
	text-align: right;
	color: #666;
	width: 411px;
	background-color: #f2f2f2;
	height: 1em;
	text-decoration: none;
	background-image: url('/static/images/nav-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
}
#navigation ul li a:hover, #navigation ul li a.on {
	background-position: bottom;
	background-color: #659ac2;
	color: #fff;
}
#navigation ul li.double a {
	padding: 12px 10px 35px 0px;
}


#navigation ul li.first a, #navigation ul li.last a {
	position: relative;
}
#navigation ul li.first a span, #navigation ul li.last a span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 18px;
}
#navigation ul li.last a span {
	bottom: 0px;
	top: auto;
}
#contact-info {
	position: absolute;
	top: 360px;
	left: 10px;
}

#content {}

#content h1 {
	font-size: 1.8em;
	margin: 0.8em 0;
}
#content h2 {
	font-size: 1.4em;
	margin: 0.8em 0;
}
#content h3 {
	font-size: 1.0em;
	margin: 0.8em 0;
}

#features { }

#features ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: none;
}

#features h3 {
	background-image: url('/static/images/nav-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	color: #666;
	width: 287px;
	padding: 5px;
	margin: 3px 0 3px 0;
	cursor: pointer;
}

#features h3:hover {
	background-position: bottom;
	color: #fff;
}


table tr {
	font-size: 0.70em;
	color: #404040;
}

label {
  display: block;
  float: left;
  width: 80px;
  padding: 3px 5px;
  text-align: right;
}

.required label {
  font-weight: bold;
}

#footer {
	background-image: url('/static/images/footer.jpg');
	background-repeat: no-repeat;
	height: 30px;
	padding: 16px;
	font-size: 0.8em;
	color: #fff;
	position: relative;
}
#footer a {
	color: #fff;
}
#footer #links, #footer #copyright {
	position: absolute;
	right: 16px;
	bottom: 5px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#footer #links {
	bottom: 20px;
}
#footer #links p, #footer #copyright p {
	margin: 0;
}

#end-shadow a {
	font-size: 0.6em;
	color: #666;
}

/* CLASSES */
 
.required { color: #FF0000; }

.error { 
	color : #000;
	border : 1px solid #ff6969;
	background-color: #ffc4c4;
	padding : 2px;
}
 
.clear { clear: both; }
.float-right { float: right; }
.float-left { float: left; }
