body {
	margin: 0;
	padding: 0;
	background: #000 url('img/bg.jpg') repeat-x;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

a, a:visited {
	color: #A42455;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.link {
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px;
}
.pdf { background-image: url('img/icon-pdf.gif'); }
.doc { background-image: url('img/icon-doc.gif'); }
.zip { background-image: url('img/icon-zip.gif'); }
.ext { background-image: url('img/icon-ext.gif'); padding: 2px 12px 2px 0; background-position: right; }

/* hidden things - - - - - - - - - - - - - - */
#header h2, #sidebar h2, #footer h2 {
	display: none;
}


/***** STRUCTURE ***********************************/

#container {
	width: 701px;
	background: url('img/sidephoto2.jpg') no-repeat;
	padding-left: 200px;
	min-height: 700px;
}

#header {
	background: url('img/header.jpg') no-repeat;
	height: 106px;
}

#content {
	background: url('img/body-bg.gif') repeat-y;
	width: 700px;
}

#copy {
	float: right;
	width: 460px;
	margin-right: 20px;
}

#sidebar {
	float: left;
	width: 181px;
	margin: 15px 0 0 10px;
	padding: 0;
}

#push {
	clear: both;
}


/***** STYLIN' ***********************************/

/* header and main nav menu - - - - - - - - - - */
#mainnav {
	font-size: 16px;
	padding-top: 78px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
}

#mainnav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#mainnav a, #mainnav a:visited {
	color: #565656;
	padding: 12px 12px 12px 12px;
	text-decoration: none;
}

#mainnav .active a {
	background: url('img/menuhover.jpg') repeat-x;
}

#mainnav a:hover{
	color: #000;
}

/* copy - - - - - - - - - - - - - - - - - -*/

#copy {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}

#copy h2 {
	font-weight: normal;
	color: #a42454;
	font-size: 18px;
	margin: 0 0 10px 0;
}

#copy h3 {
	font-weight: normal;
	color: #a42454;
	font-size: 14px;
	margin: 10px 0 10px 0;
}

#copy li {
	margin-bottom: 8px;
}

#copy img {
	border: 1px solid #666;
}

#copy img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

#copy img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

#copy ul {
	padding-left: 15px;
}

#copy ul li {
	list-style-type: circle;
	line-height: 14px;
}

#copy .gototop {
	text-align: right;
	font-size: 10px;
}


/* sidebar - - - - - - - - - - - - - - - */

#sidebar {
	font-size: 12px;
	color: #676767;
}

#sidebar .box {
	background-color: #f9f9f9;
	border: 1px solid #e5e4e4;
	padding: 10px 5px 10px 10px;
	margin-bottom: 25px;
}


#sidebar .box h3 {
	font-weight: normal;
	color: #7b7b7b;
	font-size: 16px;
	margin: 0 0 10px 0;
}

#sidebar .box h3 a {
	color: #7b7b7b;
}

#sidebar .box h4 {
	font-weight: normal;
	color: #999999;
	font-size: 14px;
	margin: 0 0 7px 0;
}

#sidemenu {
	padding-bottom: 10px;
	line-height: 12px;
}

#sidemenu a, #sidemenu a:visited {
	text-decoration: none;
}

#sidemenu a:hover {
	text-decoration: underline;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
}

#sidemenu li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#sidemenu ul ul {
	margin-top: 7px;
}

#sidemenu ul li ul li {
	padding: 0 0 0 15px;
}

#sidemenu ul li ul li a, #sidemenu ul li ul li a:visited {
	color: #777;
}

#sidemenu .active a {
	text-decoration: underline;
}

/* contactform - - - - - - - - - - - - - - - */
.contactForm {
	width:70%; 
	background-color:#f9f9f9; 
	border:solid 1px #e5e4e4; 
	padding:10px; 
	font-size:12px;
	}
	
.cHeading {
	width:25%; 
	text-align:left; 
	vertical-align:top; 
	padding:5px; 
	font-weight:bold;
	}
	
.cInput {
	text-align:left; 
	vertical-align:top; 
	padding:5px;
	}
	
.cFooter {
	text-align:left; 
	vertical-align:middle; 
	padding:5px;
	}

/* footer - - - - - - - - - - - - - - - */

#footer {
	background: url('img/footer.gif') no-repeat;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #bdbdbd;
}

#footer a, #footer a:visited {
	color: #bdbdbd;
	text-decoration: none;
}

#footer a:hover {
	color: #d9d9d9;
	text-decoration: underline;
}

/* gallery - - - - - - - - - - - - - - - */
#copy ul.gallery {
	width: 470px;
	padding: 0;
	margin: 0;
}

#copy ul.gallery li {
	list-style-type: none;
	width: 155px;
	height: 150px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}

#copy ul.gallery img {
	display: block;
}


/* classes to be appplied */

.small {
	font-size: 10px;
	line-height: 14px;
}

