/************************************************************************
*					IMPORT SITE SPECIFIC LAYOUT							*
************************************************************************/


/************************************************************************
*				DEFAULT CSS VALUES USED THROUGHOUT SITE					*
************************************************************************/

body {
	font-family:arial,helvetica,sans-serif;
	background-color:#000000;
	background-image:url("../../images/layout/bg.gif");
	margin:0px;
	padding:0px;
}

#container {
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:1001px;
	background:#FFF;
}

#text-container {
	font-size:12pt;
	position:absolute;
	background:#000;
	color:#fff200;
}

.zoo {
	font-size:0.8em;
	position:absolute;
	bottom:3px;
	right:3px;
}

/************************************************************************
*						DEFAULT ANCHOR CLASSES							*
************************************************************************/

a:link, a:visited, a:active {
	color:#9e005d;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/************************************************************************
*						BASIC FORMATTING CLASSES						*
************************************************************************/

hr {
	margin:0px;
	padding:0px;
	border:0px;
	border-bottom:1px dotted #ccc;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:lighter;
}

h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color:#000;
	text-decoration:none;
}

table, tr, td {
	font-size:9pt;
}

.bold {
	font-weight:bold;
}

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

.headline {
	margin:5px;
}

.content-heading {
	margin:0px;
	padding:0px;
}

.white, a.white:link, a.white:active, a.white:visited, a.white:hover{
	color:#FFF;
	text-decoration:none;
}

.grey, a.grey:link, a.grey:active, a.grey:visited, a.grey:hover{
	color:#909090;
	text-decoration:none;
}

.black, a.black:link, a.black:active, a.black:visited, a.black:hover{
	color:#000000;
	text-decoration:none;
}
/************************************************************************
*							BASIC FORM CLASSES							*
************************************************************************/

.frmShort {
	width:30px;
}

.frmMedium {
	width:300px;
}

.frmLong {
	width:500px;
}

.formLayout {
	display:block;
	width:410px;
}

.formLayout label {
	display:block;
	width:136px;
	text-align:left;
	float:left;
	margin-left:60px;
	font-size:9pt;
	padding-top:4px;
}

.formLayout input {
	vertical-align:text-bottom;
	display:block;
	float:left;
}

.formLayout .submit {
	float:right;
	font-size:1.3em;
}

.textfield {
	width:200px;
	border:1px solid #CCC;
}

.formLayout br {
	clear:both;
}

.required-star {
	float:right;
	color:#ff0000;
	margin:0px;
	font-size:1.5em;
}

.missing-field {
	color:#ff0000;
	font-weight:bold;
	padding-left: 5px;;
}

.error-box {
	display:block;
	padding:5px 5px 5px 0px;
	color:#ff0000;
	float:left;
}

.instructions {
	margin-left:60px;
	width:337px;
}

.comments {
	margin-left:60px;
	width:337px;
	height:100px;
	border:1px solid #CCC;
}

.note {
	float:left;
	font-size:0.8em;
}