/* GRABARENTAL.CSS */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 75%/1.5 Arial, Helvetica, sans-serif;
	background: url(../images/body-bg.gif) repeat-x top #9999A0;
	color: #333;
}

ul, ol, p {
	margin-bottom: 1.5em;
}

ul {
	list-style: disc outside;
	margin-left: 2em;
}

ol {
	list-style: decimal outside;
	margin-left: 2em;
}

h1, h2, h3 {
	color: #900;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: .75em;
}

h2 {
	border-bottom: 1px solid #CCC;
}

hr {
	height:0;
	border:0;
	padding:10px;
	border-top: 1px solid #CCC;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}

a {
	color: #900;
	text-decoration: none;
	border-bottom: 1px dotted #900;
}

a:hover, a:focus, a:focus {
	border-bottom-style: solid;
}

a img {
	border: 0;
}

.container {
	width: 720px;
	margin: 10px auto;
	padding: 1px;
	background: #FFF;
	border: 1px solid #33333C;
}

#header {
	height: 80px;
	background: url(../images/header-bg.jpg) repeat-x bottom #990002;
	color: #FFF;
	margin-bottom: 1px;
	position: relative;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	width: 208px;
	height: 52px;
	position: absolute;
	top: 22px;
	left: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/h1-a-bg.gif) no-repeat 0 0;
	border: none;
}

#header h1 em {
	width: 356px;
	height: 45px;
	position: absolute;
	top: 17px;
	right: 12px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/h1-em-bg.gif) no-repeat 0 0;
}

#article {
	border-top: 1px solid #900;
	border-bottom: 1px solid #999;
	padding: 20px;
	margin-bottom: 1px;
}

#footer {
	padding: 20px;
	background: #CCC;
	font: .75em/2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#footer p {
	margin-bottom: 0;
}

#footer a {
	color: #000;
}

.left {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}

/* Form */

fieldset {
	padding: 0 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

legend {
	padding: 0 5px;
	color: #900;
	font-weight: bold;
	margin-bottom: 10px;
	vertical-align: middle;
}

form br {
	clear: left;
}

label {
	float: left;
	width: 13em;
	margin-right: .75em;
	margin-bottom: .75em;
}

.inputbox, textarea, select {
	padding: 2px;
	border: 1px solid #999;
	border-left-width: 3px;
	float: left;
	margin-bottom: .75em;
}

.inputbox, select {
	font-size: 1.25em;
	line-height:1.2em;
}

textarea {
	padding: 5px;
	font: 1em/1.5em "Courier New", Courier, monospace;
}

.inputbox:hover, .inputbox:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
	border-color: #900;
}

.required {
	font-weight: bold;
}

.button {
	padding: 2px 4px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #666;
	border-left-width: 3px;
	background: #CCC;
}

.button:hover, .button:focus {
	border-color: #600;
	background: #C00;
	color: #FFF;
}

/* Float Clearing for IE6 */
* html #article
{
	height: 1%;
	overflow: visible;
}

/* Float Clearing for IE7 */
*+html #article
{
	min-height: 1%;
}

/* Float Clearing for Everyone Else */
#article:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Firefox Scrollbar Hack */
html {
	height: 100%;
	margin-bottom: 1px;
}
/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFF;
   text-align: left;
}
/* TinyMCE specific image alignment */
.left {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}
.right {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
