@charset "utf-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: styles.css
* Version: 1.0.0 (2008-02-05)
* Website: http://www.westcoastvideomarketing.com/
* Author: [r:m] design and photography
* Copyright © 2008 West Coast Video Marketing

== STRUCTURE: ====================================================
* Page width: 800 px
* Number of columns: 2 
==================================================================

== INDEX: ===================================
_global : Styles used site-wide
_typography : Text styling
_links : Link styling
_bullets : Bullet styling
_forms : Form element styling

============================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* _global
==========================================*/

body {
	margin-top: 35px;
	background: #7FBE51 url(../images/bg_grey.gif) repeat-x top;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #6D8173;
	letter-spacing: 0px
	}


/* _typography
==========================================*/

.footerTXT {
	color: #FFFFFF;
	}
	
.vidCaption {
	font-size: 9px;
	padding: 7px 0px 0px 0px;
	}
	
.newsTeaser {
	font-size: 9px;
	color: #000000;
	}
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #6D8173;
	margin-bottom: 5px;
	}
	
h1.black {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
	}
	
h1.form {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top:5px;
	}
	
.featureTXT {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #6D8173;
	}
	
.greyBoxTXT {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	}
	
.greyBoxTXTwhite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	}
	
.blackBulletTXT {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
.blackBulletTXT9 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	}
	
	
/* _links
==========================================*/

a:link.footerLINKS { color: #FFFFFF; text-decoration: none; }
a:hover.footerLINKS { color: #FFFFFF; text-decoration: underline; }
a:visited.footerLINKS { color: #FFFFFF; text-decoration: none; }


/* _links
==========================================*/

 ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	}

ul li {
	background-image: url(../images/bullet_greenbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 5px;
	padding-left: 12px;
	}
	
	
/* _forms
==========================================*/

select.white, textarea.white, input.white {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
padding: 3px;
}	

input.white {
background-color: #FFFFFF;
border: none;
}

textarea.white {
background-color: #FFFFFF;
border: none;
}