/**
 * Dreamline - Template 15
 * Designed and coded by 1Three
 * http://www.1three.com/
 */
 
/**
 * General Settings
 */
body {
	background: url('../images/body.gif') top repeat-x #dedbd6;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .69em
}

#wrapper {
	margin: 0 auto 20px auto;
	width: 875px
}

p {
	margin: 10px 0;
	line-height: 1.64em
}

.right { float: right }
.left { float: left }

.error {
	font-weight: bold;
	color: #f00
}

/**
 * Links
 */
a img { border: 4px solid #5d5d5d }
a:hover img { border-color: #e00 }

.go {
	background: url('../images/go.gif');
	display: block;
	width: 39px;
	height: 37px
}

/**
 * Headers
 */
h1 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 1.73em;
	font-weight: normal;
	color: #5d5d5d
}

/**
 * Forms
 */
form { margin: 0 } /* IE */

dt {
	float: left;
	width: 150px
}

label { line-height: 24px }
label:hover {
	cursor: pointer;
	color: #e00
}

.button {
	background: #e00;
	padding: 5px 0;
	display: inline-block;
	width: 100px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff
}
.button:hover { text-decoration: underline }

.button.disabled { background: #ddd }
.button.disabled:hover { text-decoration: none }

input.button { border: 0 }

input.text { font-size: 1.45em }
textarea { font-family: Tahoma, Verdana, Arial, sans-serfic;font-size: 1.45em }

/**
 * Header
 */
#header {
	background: url('../images/GHIRLogo3d.png') Left no-repeat;

	height: 150px
}


/**
 * Navigation
 */
#nav {
	background: #fff;
	border-top: 3px solid #c5c5c5;
	margin: 0;
	padding: 5px;
	height: 32px
}

#nav li {
	float: left;
	list-style: none
}

#nav a {
	display: block;
	width: 100px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000
}

#nav a:hover {
	background: #e00;
	-moz-border-radius: .3em;
	color: #fff
}

/**
 * Announcement
 */
.announcement { padding: 10px }

/**
 * Content
 */
#content {
	background: #fff;
	padding: 20px
}

.module {
	background: #dcdcdc;
	padding: 20px;
	min-height: 162px;
}

/* Welcome */
#welcome { margin-bottom: 20px }

/* Services */
#services { width: 459px }

#services div.right { width: 185px } 
#services .go { margin: 55px 0 0 15px }

#services #text { margin-right: 200px }

/* Contact Us */
#contact {
	background: url('../images/contact.gif') bottom no-repeat #dcdcdc;
	width: 280px
}

/**
 * Footer
 */
#footer { margin: 20px 0 }

#footer ul {
	background: #e00;
	border-bottom: 2px solid #ca080a;
	margin: 0;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	color: #fff
}

#footer ul li {
	float: left;
	list-style: none
}

#footer ul a {
	float: left;
	padding: 0 5px;
	display: block;
	height: 20px;
	text-decoration: none;
	color: #fff
}

#footer ul a:hover {
	background: #fff;
	color: #e00
}