/*
CSS Document  

For:
Date:
Created By: Zack Davis
Website: 2721west.com


Colors for Site: 


*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, b {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* =========== Redefine ===== */

body { 
	margin:0; 
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}

a:link, a:visited {}

a:hover, a:active {}

p {
	font-size:12px;
	margin-left:10px;
	line-height:16px;
}

span {}

h1 {}

h2 {
	font-size:25px;
	text-align:center;
	line-height:24px;
	color:#DF488E;
}

h3 {
	font-size:18px;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:bold;
	margin-left:10px;
}

h4 {}

h5 {}

h6 {}

blockquote {}

ul {
	clear:left;	
}

ol {}

ol li {}

ul {
	display:block;
	margin-left:45px;
	font-size:12px;	
	line-height:16px;
}

ul li {
	list-style:url(../images/2011bwbullet-star.png);
		
}

strong, b {
	font-weight:bold;
	font-sze:13px;	
}

form {}

input {}

fieldset {}

textarea {}

table {
}

table tr {
	
}

table tr td {
	padding:10px;
	border-bottom:1px solid black;
}

/*Site Setup or IDs */
#siteWrapper {
	margin:auto;
	width:960px;
	margin-top:20px;
	padding-bottom:20px;	
}

#rowOne {
	clear:both;
}

#rowTwo {
	clear:both;	
	border:2px solid white;
}

#rowThree {
	clear:both;	
	margin-top:-10px;
	border:2px solid white;
}

#rowThree .colThree {
	height:510px;	
}

/* Type Setup or Classes */

.logo {
	display:block;
	float:left;
	margin-right:30px;
	width:150px;
	height:109px;
	background:url(../images/final_logo.gif);
	text-indent:-9999px;	
}

.bTitle {
	font-size:16px;	
	color:black;
	margin:0;
	float:right;
	margin-top:-70px;
	margin-right:115px;
}

.bTitle li {
	float:left;	
	list-style:none;
	margin-left:15px;
	margin-right:15px;
}

.bTitle li a{
	color:#D63D4A;
	text-decoration:none;	
}

.colOneLarge {
	width:610px;
	float:left;
	margin-right:30px;
}

.colOne {
	width:300px;
	float:left;
	margin-right:10px;
	clear:left;
}

.colTwo {
	width:300px;
	float:left;
	margin-right:10px;
}

.colThree {
	width:300px;
	float:right;
}

.menu {
	width:960px;
	margin:0;	
	margin-top:5px;
}

.menu li {
	float:left;
	list-style:none;
}

.menu li a {
	background:#DF488E;
	color:white;
	width:300px;	
	text-decoration:none;
	padding:10px;
	display:block;
	text-align:center;
	font-size:16px;
}

.menu li a:hover {
	background:#F6C7DD;
	color:#DF488E;	
}

.floatLeft {
	float:left;	
}

.floatRight {
	float:right;	
}

.clear {
	clear:both;	
}

.orange {
	color:#E18839;
}

.blue {
	color:#00AADE;
}

.green {
	color:#6EAC4C;
}

.pink {
	color:#DF488E;
}

.red {
	color:#D63D4A;
}

.white {
	color:#FFF;	
}

.orangeBG {
	background:#E18839;
}

.blueBG {
	background:#00AADE;	
}

.greenBG {
	background:#6EAC4C;	
}

.redBG {
	background:#D63D4A;
}

.pinkBG {
	background:#DF488E;	
}

.tableHeader {
	color:#FFF;
	font-size:14px;	
}
