/**
 * Dreamline - Template 15
 * Designed and coded by 1Three
 * http://www.1three.com/
 */
 
/**
 * General Settings
 */
body {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-position: top;
	font-weight: normal;
	text-transform: none;
	color: #999999;
	width: 1000px;
	background-color: #FFFFCC;
}

#wrapper {
	width: 1000px;
	margin: auto;
	height: auto;
}

p {
	line-height: 1.64em;
	margin-right: 0;
	margin-left: 0;
	height: auto;
	font-size: small;
}

.right { float: right }
.left { float: left }

.error {
	font-weight: bold;
	color: #f00
}

/**
 * Links
 */
a img { border: .1px solid #ffffff }
a:hover img { border-color: #ffffff }

.go {
	background: url('../images/go.jpg');
	display: block;
	width: 39px;
	height: 37px
}

/**
 * Headers
 */
h1 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	text-indent: 1em;
}

/**
 * Forms
 */
form { margin: 0 } /* IE */

dt {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

label { line-height: 24px }
label:hover {
	cursor: pointer;
	color: #e00
}

.button {
	background: #cccc99;
	display: inline-block;
	width: 100px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
	height: 25px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.button:hover { text-decoration: underline }

.button.disabled { background: #ddd }
.button.disabled:hover { text-decoration: none }

input.button { border: 0 }

input.text {
	font-size: small
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

/**
 * Header
 */
#header {
	height: auto;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-bottom: 0px;
}

#logo {
	background: url('../images/logo.jpg');
	display: block;
	width: 64px;
	height: 98px
}

/**
 * Navigation
 */
#nav {
	background: #ffffff;
	margin: 0;
	padding: 5px;
	height: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #990000;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	font-size: small;
	border-bottom-width: thin;
	border-bottom-color: #990000;
}

#nav li {
	float: left;
	list-style: none
}

#nav a {
	display: block;
	width: auto;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	cursor: auto;
	letter-spacing: 0.15em;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav a:hover {
	-moz-border-radius: 0.3em;
	color: #990000
}

/**
 * Announcement
 */
.announcement {
	padding: 10px;
	color: #333333;

}

/**
 * Content
 */
#content {
	background: #ffffff;
	padding-bottom: 0px;
}

.module {
	background: #000000;
	padding: 20px;
	min-height: 162px;
}

/* Welcome */
#welcome {
	letter-spacing: .05em;
	border-left-width: 0px;
}

/* 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() bottom no-repeat #000000;
	width: 280px
}

/**
 * Footer
 */
#footer {
	margin-right: 0;
	margin-left: 0;
}

#footer ul {
	margin: 0;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #990000;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #990000;
	background-color: #FFFFFF;
}

#footer ul li {
	float: left;
	list-style: none
}

#footer ul a {
	float: left;
	padding: 0;
	display: block;
	height: 0px;
	text-decoration: none;
	color: #666666;
	font-size: x-small;
	margin-right: 5px;
}

#footer ul a:hover {
	background: #fff;
	color: #999999
}
