@charset "utf-8";
body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
}
#shadow {
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	margin: auto;
	width: 1001px;
}

#wrapper {
	margin: auto;
	width: 960px;
	background-color: #FAFAFA;
}
#header {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8C6A41;
}

#navigation {
	background-color: #8c6a41;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #281F20;
	border-bottom-color: #281F20;
}
#contentwrapper {
	background-image: url(../images/faux-column.jpg);
	background-repeat: repeat-y;
}
#contentarea {
	width: 600px;
	float: left;
	font-size: 13px;
	line-height: 18px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#sidebar {
	margin-left: 700px;
	margin-right: 15px;
	padding-top: 8px;
}
.clear {
	clear: both;
}
#contentarea h1 {
	font-size: 24px;
	color: #990000;
	padding-bottom: 8px;
	line-height: 30px;
}
#contentarea p {
	padding-top: 8px;
	padding-bottom: 8px;
}
#contentarea h2 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 12px;
	padding-top: 12px;
	line-height: 24px;
}
#contentarea ol li {
	margin-left: 40px;
	margin-bottom: 10px;
}

#services h3 a:link, #services h3 a:visited, #services h3 a:active {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#services h3 a:hover {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


#contentarea ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 50px;
	margin-bottom: 5px;
	margin-right: 15px;
}


/*Round corners on boxes -GOlden*/ 
.roundcont {
	width: 240px;
	background-color: #dbad51;
	color: #F9F9F9;
}

.roundcont p {
	margin: 0 10px;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: 18px;
}
.roundcont h1 {
	color: #990000;
	font-size: 18px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: -5px;
}
.roundcont a:link {
	color: #330000;
	text-decoration: none;
}
.roundcont a:visited {
	color: #330000;
	text-decoration: none;
}
.roundcont a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.roundcont a:active {
	color: #330000;
	text-decoration: none;
}
.roundtop {
	background-image: url(../images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*Round corners on boxes - White*/ 
.roundcontlight {
	width: 240px;
	background-color: #EBE6E2;
	color: #F9F9F9;
	margin-top: 10px;
}
.imgleft {
	margin-right: 5px;
}


.roundcontlight p {
	margin: 0 10px;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}
.roundcontlight h1 {
	color: #990000;
	font-size: 18px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: -5px;
}
.roundcontlight a:link {
	color: #330000;
	text-decoration: none;
}
.roundcontlight a:visited {
	color: #330000;
	text-decoration: none;
}
.roundcontlight a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.roundcontlight a:active {
	color: #330000;
	text-decoration: none;
}
.borderimg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

.roundtoplight {
	background-image: url(../images/trl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottomlight {
	background-image: url(../images/brl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*Round corners on boxes - Red*/ 
.roundcontred {
	width: 240px;
	background-color: #990000;
	color: #F5F4F0;
	margin-bottom: 10px;
}

.roundcontred p {
	font-size: 12px;
	color: #F5F4F0;
	line-height: normal;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
}
.roundcontred img {
	margin: 0px;
	padding: 0px;
}

.roundcontred h1 {
	color: #DDCB4F;
	font-size: 17px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
}
.roundcontred a:link {
	color: #330000;
	text-decoration: none;
}
.roundcontred a:visited {
	color: #330000;
	text-decoration: none;
}
.roundcontred a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.roundcontred a:active {
	color: #330000;
	text-decoration: none;
}
.borderimg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}

.roundtopred {
	background-image: url(../images/trr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottomred {
	background-image: url(../images/brr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#finallyme {
	background-image: url(../images/finally-women.jpg);
	height: 90px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center;
}
.red {
	color: #990000;
}
.subheading {
	font-size: 12px;
	line-height: normal;
}
#footer {
	clear: both;
	background-color: #8c6a41;
	padding-top: 5px;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	padding-bottom: 10px;
}
#contact {
	width: 300px;
	float: left;
	padding-left: 15px;
	padding-bottom: 10px;
}
#areas {
	margin-left: 350px;
	margin-right: 15px;
}
#contentarea a:link {
	color: #006699;
	font-weight: bold;
}
#contentarea a:visited {
	color: #006699;
	font-weight: bold;
}
#contentarea a:hover {
	color: #006666;
	font-weight: bold;
}
#contentarea a:active {
	color: #006699;
	font-weight: bold;
}
.testimonial {
	display: block;
	width: 400px;
	background-color: #DBAD51;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #AE967A;
	color: #330000;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.testimonialheadline {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	line-height: 26px;
}

.testimonial img {
	border: 1px solid #F5F4F0;
	margin-left: 10px;
	margin-right: 10px;
}
.small {
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
}
.Casestudy {
	width: 500px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px double #DBAD51;
	background-color: #FFFFFF;
}
.biopic {
	border: 1px solid #333333;
	margin: 5px;
}

.Casestudy table {
	margin: auto;
}
.borderblk {
	border: 1px solid #333333;
}
#ContactForm {
	width: 550px;
	margin: auto;
	padding: 10px;
	border: 1px solid #AE967A;
	background-color: #EBE6E2;
}
#featuredevent {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #DBAD51;
}
biopics {
	margin-right: 10px;
	border: 1px solid #333333;
}
.underline {
	text-decoration: underline;
}
.supertext { vertical-align: super; }
.map { width: 425px; margin: auto; border: 1px solid #AE967A; }

