@CHARSET "UTF-8";
body
{
	background: #9F9;
	text-align: center;
	font-size: 62.5%;
	padding: 10px 0;
}
#wrapper
{
	font-size: 1.3em;
	margin: 0 auto;
	background: #fff;
	width: 1000px;
	text-align: left;
	border: 1px solid #06C;
	position: relative;
}
#admin_bar
{
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 8px 0;
}
#branding
{
	position: relative;	
}
#primary_menu
{
	float: right;
	margin-right: 20px;
}
#primary_menu li
{
	float: left;
}
#primary_menu li a
{
	display: block;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.3em;
	font-weight: bold;
	font-family: sans-serif;
	color: #06C;
	border-top: 5px solid #06C;
	padding: .5em 1em 1em 1em;
	margin: 0 6px;
}
#primary_menu li a:hover
{
	border-top-color: #06F;
	color: #06F;
}
#primary_menu_wrapper
{
	border-bottom: 6px solid #06C;
	margin-bottom: 2px;	
}
#banner
{
	background-image: url(/img/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 250px;	
	border-width: 1px 0;
	border-style: solid;
	border-color: #000;
}
#banner p
{
	font-family: serif;
	margin-left: 320px;
	margin-top: 40px;
	font-size: 2em;
	font-weight:bold;
	font-style: italic;
	color: #fff;
	width: 300px;
}
#logo
{
	position: absolute;
	left: 60px;
	height: 145px;
	width: 211px;
	background: #fff url(/img/gradient-1.gif) left bottom repeat-x;
	border: 1px solid #06C;
	border-top:0;
}
#logo p.company_title
{
	font-variant: small-caps;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1.7em;
	text-align: center;
	margin-bottom: .5em;
	margin-top: .3em;
}
#logo p.slogan
{
	text-align: center;
	font-style:italic;
	font-weight: bold;
	text-transform: lowercase;
	font-family: sans-serif;
}
#secondary_menu
{
	margin-left: 30px;
}
#secondary_menu li
{
	float: left;
}
#secondary_menu li a
{
	display: block;
	text-transform: lowercase;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	font-family: sans-serif;
	font-size: .9em;
	padding: 5px 12px 12px 12px;
}
#secondary_menu li a:hover
{
	color:#333;
}
/*
#content
{
}
*/

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

label
{
	display: block;
}
h1
{
	font-family: sans-serif;
	color: #06C;
	font-weight:bold;
	font-size: 1.4em;
	margin: 1em 0 0 0;
}
legend
{
	padding: 0;
}
#credits
{
	border-top: 5px solid #050;
	margin-top: 1em;
	padding: .7em 0 1em 0;
	margin: 1em 2em 0 2em;
	position: relative;
}
#credits p
{
	text-align: left;
	color: #050;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1em;
}
h2
{
	font-weight: bold;
	margin: 1em 0 0 0;
	font-family:sans-serif;
}
#credits p.admin_link
{
	position: absolute;
	right: 0;
	top: .7em;
}
#credits p.admin_link a
{
	text-transform: uppercase;
}
#credits p.admin_link a:hover
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
p.error
{
	color: #f00;
	margin: 1em 0;
}
input[type="text"],
input[type="password"],
textarea
{
	width: 100%;
	border: 1px solid #999;
}
input
{
	border: 1px solid #999;
}
label
{
	margin-top: 1em;
	font-weight: bold;
	font-family: sans-serif;
}
p.submit
{
	margin: 1em 0;
}
select
{
	text-align: center;
	
}
p.margin
{
	margin: 1em 0;
}
strong
{
	font-weight: bold;
}
h1.margin
{
	margin-bottom: .5em;
}
fieldset.centered
{
	border: 1px solid #ccc;
	background: #f0f0f0;
	width: 400px;
	margin: 1em auto;
	padding: 10px;
}
fieldset.centered p
{
	width: 300px;
	margin: 0 auto;
}
fieldset.centered p input
{
	width: 100%;
}
fieldset.centered p.submit input
{
	width: auto;
	display: block;
	margin: 1em auto 0 auto;
}
fieldset.centered legend
{
	background: #000;
	color: #eee;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .7em;
	padding: 3px 5px;
	border: 1px solid #ccc;
	font-family: sans-serif;
}
