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


body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

html {
    margin: 0px;
	background-color: #FFFFFF;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
}


p {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
}


td {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}


h1 {
	color: #c31b76;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 0px;
}
h3 {
	color: #c31b76;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
}

h4 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
}


li {
	list-style-image: url(../images/generic/bullet.gif);
	font-size: 13px;
	color: #666;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-position: outside;
	text-decoration: none;
}


a, a:visited {
	color: #900;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #999;
	text-decoration: none;
}


hr {border: none 0;
border-top: 1px dotted #000000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


/* structure */

#wrapper {
	text-align: left;
	vertical-align: top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 40px;
}


#logo {
	text-align: center;
	height: 100px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	vertical-align: top;
	height: 325px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#strapline {
	text-align: center;
	height: 50px;
	width: 940px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#strapline2 {
	text-align: center;
	height: 2px;
	width: 940px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
#content {
	width: 1000px;
	text-align: left;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

#columnOne {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 170px;
	margin-left: 30px;
}

#columnTwo {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 470px;
	margin-left: 30px;
}

#columnThree {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-left: 30px;
}

#footer {
	width: 940px;
	text-align: center;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin-left: auto;
	padding-top: 0px;
	height: 60px;
	margin-right: auto;
}
.footer {
	font-size: 12px;
	color: #999;
}

#space {
	height: 10px;
	clear: both;
}


/* font styles */


.headings {
	font-size: 14px;
	text-transform: uppercase;
	color: #c7b299;
	letter-spacing: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.socialmedia {
	font-size: 14px;
	letter-spacing: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.socialmedia img {
	font-size: 14px;
	letter-spacing: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.headingsline {
	font-size: 14px;
	text-transform: uppercase;
	color: #c7b299;
	letter-spacing: 2px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333;
	padding-top: 10px;
}

.bodycaps {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	font-size: 11px;
}
