/*
Design J C Harris ©2009
http://www.multishake.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E6E6E;
	background-image: url(images/bg-image.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
}

input, textarea {
	background: #FFFFFF url(images/img09.gif) repeat-x;
	border: 1px solid #FFFFFF;
	border-top-color: #A3A3A3;
	border-left-color: #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #DB2484;
	border-bottom: dotted #6E6E6E 1pt;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: #333333;
	line-height: 130%;
	padding-top: 15px;
}

h3 {

}

p, ul, ol {
	margin-top: 1em;
	line-height: 22px;
}

ul, ol {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #DB2484;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

hr {
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	padding: 20px 30px;
}

/* Header */

#header {
	width: 800px;
	padding: 0px 0px 0px 0px;
	height: 117px;
}

#time {
	float: right;
	width: 200px;
	height: 31px;
	padding: 86px 0px 0px 0px;
	text-align: right;
}

/* Menu */

#menu {
	width: 600px;
	border-bottom: solid #DB2484 1pt;
	height: 36px;
	text-align: right;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 8px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-bottom: 5px;
}

#menu a {
	text-decoration: none;
	display: block;
	text-align: center;
	width: 90px;
	font-size: 11px;
	color: #000000;
	padding: 8px 5px 0px 5px;
	background-image: url(images/button-background.gif);
	height: 20px;
	font-weight: normal;
	margin-right: 5px;
}

#menu .active {
	color: #DB2484;
	font-weight: bold;
}

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

/* Share */

#share {
	width: 200px;
	float:right;
	border-bottom: solid #DB2484 1pt;
	padding-top: 0px;
	height: 36px;
}

/* Content */

#content_left {
	float: left;
	width: 380px;
	padding: 20px 0px 15px 0px;
}

#content_right {
	float: right;
	width: 395px;
	padding-left: 0px;
	padding: 20px 0px 15px 0px;
}

#content_long {
	float: left;
	width: 800px;
	padding: 20px 0px 20px 0;
}

/* Footer */

#footer {
	width: 800px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: solid #DB2484 1pt;
}

#footer ul {
}

#footer li {
	display: inline;
}

#footer a {
	color: #A5A5AD;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	border-left: solid #A5A5AD 1pt;
	padding: 0px 20px 0px 20px;
}

#footer a:hover {
	text-decoration: none;
	color: #000000;
}

#footer .firstlink a {
	border-left: 0px solid #000000;
	padding: 0px 20px 0px 0px;
}

/* Form * Form * * Form * Form ** Form * Form ** Form * Form ** Form * Form ** Form * Form */ 

 label
{
	width: 5em;
	float: left;
	text-align: left;
	margin-right: 1em;
	display: block;
}

 input
{
	color: #000000;
	background: #ffdef4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

 textarea
{
	color: #000000;
	background: #ffdef4;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
}

.submit input
{
	background: #ffdef4;
	padding: 5px;
	margin-left: 10px;
}

.application {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DB2484;
	height: 20px;
	width: 789px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Other */

.orange {
	color: #DB2484;
}

/* access keys * access keys ** access keys ** access keys ** access keys ** access keys ** access keys * access keys */ 


#acceskeys  {
position : relative;
padding : 0;
margin : 0;
margin : auto;
text-align : left;
}

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

#acceskeys li {
padding : 0;
margin : 0;
list-style : none;
display : inline;
}

#acceskeys a {
border : 1px solid white;
color : #000000;
position : absolute;
top : 0;
left : 0;
overflow : hidden;
width : 0;
height : 0;
font-size : 1em;
z-index : 1000;
}

#acceskeys a:active, #acceskeys a:focus {
position : absolute;
overflow : visible;
width : auto;
height : auto;
margin : auto;
padding : 3px;
background-color : #e7ff44;
border : 1px solid #b6db4d;
}

/* other * other * other * other * other * other * other * other * other * other * other * other * other * other * other * other */ 

.float-right {
	float: right;
	padding-left: 20px;
}

.float-left {
	float: left;
	padding-right: 0px;
}

.padding-top {
	padding-top: 11px;
}
