@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, input, img, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}


body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F6F6F6;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	color: #818181;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
}
h2 {
	color: #818181;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}
p {
	color: #818181;
	font-size: 0.8em;
	line-height: 1.7em;
}

li {
	color: #818181;
	font-size: 0.8em;
	line-height: 1.7em;
}

a {
	color: #C01218;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#global_nav {
	margin-top: 130px;
	margin-right: 20px;
	margin-left: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	padding-bottom: 15px;
}
#global_nav ul li  {
	display: inline;
	margin-right: 26px;
	margin-left: 26px;
}
#content {
	margin-right: 20px;
	margin-left: 230px;
	margin-top: 25px;
	color: #999;
}
#content #column {
	width: 363px;
	float: left;
}
#content #column h2 {
	margin-left: 15px;
	margin-top: 30px;
}
#content #column p {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#content ul {
	margin-left: 70px;
	margin-right: 70px;
	margin-bottom: 15px;
}
#content #column .quote {
	font-style: italic;
}
#content .photo {
	float: right;
	padding: 10px 10px 0px;
	border: 1px solid #CACACA;
	margin-bottom: 10px;
	margin-left: 15px;
}
#content .photo p {
	text-align: center;
	margin-top: 5px;
}


#content label {
	display: block;
	float: left;
	width: 7.0em;
	text-align: right;
	margin-right: 5px;
}

#content .input {
	border: 1px solid #CACACA;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	color: #ABABAB;
	font-size: 12px;
}
#content select {
	color: #A6A6A6;
	background-color: #FEFEFE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#content .textarea {
	border: 1px solid #CACACA;
	padding: 3px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	color: #ABABAB;
	font-size: 12px;
}

#content .button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F5F5F5;
	padding: 4px;
	background-image: url(../images/button_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #B9BDBF;
	background-position: bottom;
	cursor: hand;
	cursor: pointer;
}
#content #moreUploadsLink {
	margin-left: 7.3em;
	margin-top: 10px;
}

#content #moreUploads {
	margin-left: 7.3em;
	font-size: 0.8em;
}

#content #column #upload {
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACACA;
	padding-top: 15px;
}
#content #column .testimonial p.quote{
	color: #CDA060;
}

#content #column .testimonial p.author{
	color: #CDA060;
}


/*#footer {
	position: fixed;
	width: 100%;
	height: 40px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CACACA;
	clear: both;
}*/


#footer {
	clear: both;
	margin-top: 40px;
	padding-bottom: 50px;
}

#footer p {
	font-size: 0.7em;
	color: #818181;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

#footer span {
	margin-right: 15px;
	margin-left: 15px;
}

#footer #utilities {
	float: right;
}

