@charset "UTF-8";
/* CSS Document */

/* ----- UNIVERSALS ----- */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
img {
	border: none;
	}
	
a {
	text-decoration: none;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
/* ----- Headers ----- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
	padding-top: 20px;
	}
	
/* ----- PARAGRAPHS ----- */

.campaignInfoTitle {
	position: absolute;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	}

.campaignInfo {
	position: absolute;
	left: 118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	}

.p_info {
	position: absolute;
	top: 295px;
	width: 196px;
	}

.p_brochure {
	position: absolute;
	top: 365px;
	width: 196px;
	}

.p_pullQuote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #917b4c;
	} 
	
/* ----- IMAGES ----- */

img.titleHeader {
	padding: 15px 15px;
	}
	
img.floatRight {
	float: right; 
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
img.floatLeft {
	float: left; 
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

	
/* ----- IDS and DIVS ----- */

#mainContainer {
	position: relative;
	margin: 0 auto;
	}
	
#header {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 210px;
	background-image: url(../images/header.jpg);
	}

#midder {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: url(../images/leftNavBkgd.jpg) left repeat-y;
	overflow: auto;
	}

#leftNav {
	position: relative;
	float: left;
	width: 196px;
	}

#contentStage {
	position: relative;
	float: right;
	width: 580px;
	}

#footer {
	position: relative;
	width: 800px;
	height: 34px;
	background: url(../images/footer.jpg) repeat-x;
	clear: both;
	}

#movieDiv {
	position: relative;
	top: 0;
	left: 0;
	width: 328px;
	height: 234px;
	background: url(../images/movie_frame.gif) no-repeat;
	}

#movieDiv2 {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 320px;
	height: 196px;
	}

#movieDiv3 {
	position: relative;
	top: 0;
	left: 0;
	width: 368px;
	height: 264px;
	background: url(../images/movie_frame2.gif) no-repeat;
	}

#movieDiv4 {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 360px;
	height: 294px;
	}

div.testimonyBlock {
	clear: both;
	border-bottom: 1px solid #dad2c2;
	}
	
/* ULs and LIs */
	
#leftNav ul {
	position: absolute;
	top: 32px;
	width: 196px;
	}
	
/* CLEARS */
	
#firstClear { /* this id helps to drop */
	line-height: 400px;
	}
	
.secondClear { /* this id helps to drop */
	line-height: 206px;
	}
	
.thirdClear { /* this id helps to drop */
	clear: both;
	}
	
.fourthClear { /* this id helps to drop */
	line-height: 265px;
	}
	
/* DIV Links */

div#camHome  {
	background: url(../images/over_campaignHome.gif) no-repeat;   /* no-repeat prevents spilling of image */
	position: absolute;
	top: 0;
	width: 196px; 
	height: 28px;
	}

div#camHome a {
	background: url(../images/base_campaignHome.gif) no-repeat;
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#camHome a:hover {
	background: url(../images/over_campaignHome.gif) no-repeat;
	color: #dad2c2;
	}

div#element  {
	background: url(../images/over_elements.gif) no-repeat;   /* no-repeat prevents spilling of image */
	position: absolute;
	top: 28px;
	width: 196px; 
	height: 28px;
	}

div#element a {
	background: url(../images/base_elements.gif) no-repeat; 
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#element a:hover {
	background: url(../images/over_elements.gif) no-repeat;
	color: #dad2c2;
	}

div#wachVid  {
	background: url(../images/over_video.gif) no-repeat;   /* no-repeat prevents spilling of image */
	position: absolute;
	top: 56px;
	width: 196px; 
	height: 28px;
	}

div#wachVid a {
	background: url(../images/base_video.gif) no-repeat; 
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#wachVid a:hover {
	background: url(../images/over_video.gif) no-repeat;
	color: #dad2c2;
	}

div#testimo {
	background: url(../images/over_testimonials.gif) no-repeat;   /* no-repeat prevents spilling of image */
	position: absolute;
	top: 84px;
	width: 196px; 
	height: 28px;
	}

div#testimo a {
	background: url(../images/base_testimonials.gif) no-repeat; 
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#testimo a:hover {
	background: url(../images/over_testimonials.gif) no-repeat;
	color: #dad2c2;
	}

div#nameOpp {
	background: url(../images/over_naming.gif) no-repeat; /* no-repeat prevents spilling of image */
	position: absolute;
	top: 112px;
	width: 196px; 
	height: 28px;
	}

div#nameOpp a {
	background: url(../images/base_naming.gif) no-repeat; 
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#nameOpp a:hover {
	background: url(../images/over_naming.gif) no-repeat;
	color: #dad2c2;
	}

div#donorRe {
	background: url(../images/over_donor.gif) no-repeat; /* no-repeat prevents spilling of image */
	position: absolute;
	top: 140px;
	width: 196px; 
	height: 28px;
	}

div#donorRe a {
	background: url(../images/base_donor.gif) no-repeat; 
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#donorRe a:hover {
	background: url(../images/over_donor.gif) no-repeat;
	color: #dad2c2;
	}

div#ourRole {
	background: url(../images/over_ourRole.gif) no-repeat; /* no-repeat prevents spilling of image */
	position: absolute;
	top: 168px;
	width: 196px; 
	height: 28px;
	}

div#ourRole a {
	background: url(../images/base_ourRole.gif) no-repeat; 
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#ourRole a:hover {
	background: url(../images/over_ourRole.gif) no-repeat;
	color: #dad2c2;
	}

div#contact {
	background: url(../images/over_contact.gif) no-repeat; /* no-repeat prevents spilling of image */
	position: absolute;
	top: 196px;
	width: 196px; 
	height: 28px;
	}

div#contact a {
	background: url(../images/base_contact.gif) no-repeat; 
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#contact a:hover {
	background: url(../images/over_contact.gif) no-repeat;
	color: #dad2c2;
	}

div#smcHome {
	background: url(../images/over_smccHome.gif) no-repeat; /* no-repeat prevents spilling of image */
	position: absolute;
	top: 224px;
	width: 196px; 
	height: 28px;
	}

div#smcHome a {
	background: url(../images/base_smccHome.gif) no-repeat; 
	position: absolute;
	width: 196px; 
	height: 28px; 
	font-size: 1px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #cdc3ae;
	}

div#smcHome a:hover {
	background: url(../images/over_smccHome.gif) no-repeat;
	color: #dad2c2;
	}

#footer ul {
	position: absolute;
	top: 9px;
	left: 10px;
	}

#footer li {
	float: left;
	}
	
/* Anchor links */

a:link, a:visited {
	color: #917b4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;	
	}

a:hover {
	text-decoration: underline;
	}

a:link.brochure, a:visited.brochure {
	color: #917b4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	}

a:hover.brochure {
	text-decoration: underline;
	}

a:link.bottomLinks, a:visited.bottomLinks {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding-right: 12px;
	}

a:hover.bottomLinks {
	text-decoration: underline;
	}

a:link.quickTimeLink, a:visited.quickTimeLink {
	color: #917b4c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	}

a:hover.quickTimeLink {
	text-decoration: underline;
	}
	
/* INPUTS and LABELS */

input.text30px {
	position: absolute;
	left: 330px;
	width: 30px;
	height: 20px;
	background-color: #dad2c2;
	font-size: 10pt; 
	font-weight: normal; 
	text-align: left;
	border: 1px solid #917b4c;		
	}
	
input.text60px {
	position: absolute;
	left: 365px;
	width: 60px;
	height: 20px;
	background-color: #dad2c2;
	font-size: 10pt; 
	font-weight: normal; 
	text-align: left;
	border: 1px solid #917b4c;		
	}

input.text200px {
	position: absolute;
	left: 125px;
	width: 200px;
	height: 20px;
	background-color: #dad2c2;
	font-size: 10pt; 
	font-weight: normal; 
	text-align: left;
	border: 1px solid #917b4c;		
	}

input.text300px {
	position: absolute;
	left: 125px;
	width: 300px;
	height: 20px;
	background-color: #dad2c2;
	font-size: 10pt; 
	font-weight: normal; 
	text-align: left;
	border: 1px solid #917b4c;		
	}

textarea.inquiryBox {
	margin-left: 125px;
	margin-top: -27px;
	width: 300px;
	height: 150px;
	background-color: #dad2c2;
	font-size: 10pt; 
	font-weight: normal; 
	text-align: left;
	border: 1px solid #917b4c;		
	}

#sendButton {
	width: 4em;
	margin-left: 46px;
	}

.note {
	color: #917b4c;
	font-size: 10pt;
	margin-left: 230px;	
	}

