/* @group Headings */
h1 {
	font-size: 132%;
	margin-bottom: 10px;
}

/* H2 */
h2 {
	font-size: 111.6%;
	margin-bottom: 10px;
}
h3 {
	font-size: 98.5%;
	color: #333;
	margin-bottom: 10px;
}
h4 {
	font-size: 83.1%;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}
h5 {
	font-size: 73.1%;
	color: #333;
	margin-bottom: 10px;
}
h6 {
	font-size: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}
/* @end */

/* @group Text Styles */
address {
	margin-bottom: 10px;
}
blockquote {
	margin: 10px 40px 20px 40px;
	font-style: italic;
}
code {
	font-family: monospace;
}
dl {
	margin-left: 30px;
	margin-bottom: 20px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 10px;
	margin-bottom: 5px;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 10px;
	line-height: 130%;
}
q {
	font-style: italic;
}
strong {
	font-weight: bold;
}
tt {
	font-family: monospace;
}


/* Custom Text Classes */
.gt-error {
	background-color: #cc0000;
	padding: .5em;
	color: #fff;
	margin-bottom: 10px;
}
.gt-error p, .gt-notice-box p {
	margin: 0;
}
.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #f5f9ea;
	margin-bottom: 10px;
}
.gt-success {
	background-color: #6caa00;
	padding: .5em;
	color: #fff;
}
/* @end */

/* @group Lists */
ol {
	margin-bottom: 20px;
}
ol li {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 2px;
}
ul {
	margin-bottom: 20px;
}
ul li {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 10px;
}
/* @end */

/* @group Forms */
/* Default Form */

/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */






/*
 * Ewing custom styles
 */

 label {
 	font-size: 14px;
	display: block;
	margin-bottom: 3px;
 }
 
p.text input {
 	width: 300px;
	height: 25px;
	border: 1px solid #8d8d8d;
	padding: 3px;
 }
 legend {
 	font-family: Verdana;
	font-weight: bold;
 }
 fieldset {
 	border: 1px solid #6a6a6a;
	margin-bottom: 2em;
 }
 span.fieldError {
 	color: red;
 }
 fieldset {
 	padding: 0 10px 10px 10px;
 }
 
 p.usermenu {
 	font-size: 11px;
	font-family: arial;
	padding: 0 20px;
	text-align: left;
 }
 p.usermenu a {
 	color: #333;
 }
