
/* - - - - - - - - - - - - - - - - - - - - -

Title :    Williams/Crawford
URL :      http://WEBSITEURL.com

Author :   Ryan Swedal
Created :  01.18.2009
Modified : 01.18.2009

- - - - - - - - - - - - - - - - - - - - - */

/*  G L O B A L - R E S E T
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
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: "" "";
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	

/*  H T M L
- - - - - - - - - - - - - - - - - - - - - */
body {
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	line-height: 1em;
	background-color: #141212;
	color: #323232;
	}
	
html>body { font-size: 12px; }

/* Anchor Links */
a:link { color: #9a8c37; text-decoration: none; }
a:visited { color: #9a8c37; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

/* Headings */
h2, h3, h4, h5 { margin-bottom: 1em; line-height: 1.2em; letter-spacing: 1.5px; }
h2 { font-size: 1.8em; color:#587c2c; padding-bottom:3px; border-bottom:1px solid #587c2c; }
h3 { font-size: 1.3em; font-weight:bold; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

.title { font-size: 1.3em; font-weight:bold; }

/* Text Elements */
#footer {
	color:#ffffff;
}
#content p { margin-bottom: 1.5em; font-size: 1em; line-height: 1.6em; letter-spacing: 0.5px; }
#footer p { margin-bottom: 2em; font-size: 1em; line-height: 1.3em; }

#content small, #content cite { font-size: 0.9em; }
#content strong { font-weight: bold; }
#content em, #content cite { font-style: italic; }

#content ul, #content ol { margin: 0 0 1em 1em; }
#content ul li, #content ol li { margin-left: 1em; line-height: 1.6em; }

#content ul { list-style-type: disc; }
#content ul ul { list-style-type: circle; }
#content ul ul ul { list-style-type: square; }
#content ul ul ul ul { list-style-type: disc; }

#content ol { list-style-type: decimal; }
#content ol ol { list-style-type: upper-alpha; }
#content ol ol ol { list-style-type: lower-roman; }
#content ol ol ol ol { list-style-type: decimal; }

#content dl { margin-bottom: 2em; }
#content dt { font-weight: bold; }
#content dd { margin-bottom: 1em; padding-left: 50px; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: monospace; }

pre {
	white-space: pre-wrap;       /* css-3 */
}

hr {
	background-color: #666;
	border-width: 0;
	height: 1px;
	text-align: left;
	width: 95%;
}


/*  M A I N - L A Y O U T
- - - - - - - - - - - - - - - - - - - - - */

.print, .hide { display: none; }

.clear { clear: both; height:1px; }

#menu,
 #content,
  #footer {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	}

#header {
	height: 15px;
	background: #545454;
	border-bottom: 2px solid #e9ebea;
	}

#logo {
	float:left;
	margin-top:5px;
	margin-left:15px;
}

#container {
	/*background: #141212 url(../images/wc_content_bg_2.png) 0 0 repeat-x;*/
	background-color: #141212;
	border-top: 4px solid #9a8c37;
	}

#content {
	clear: both;
	width: 638px;
	padding: 30px;
	background: #fff;
	border: 1px solid #749548;
	border-top: none;
	}

#footer {
	clear: both;
	width: 698px;
	background: #141212;
	/*border-right: 1px solid #749548;
	border-left: 1px solid #749548;*/
	}

#footer p.secondary {
	float:right;
	margin-right:20px;
	margin-top:10px;
}




/*  P A G E - D E T A I L S
- - - - - - - - - - - - - - - - - - - - - */

#home #content {
	width: 698px;
	padding: 0;
	border: none;
	}
	

ul#threecolumns {
	list-style:none;
	line-height:0px;
	margin-left:0px;
}

ul#threecolumns li {
	width:290px;
	float:left;
	margin-bottom:5px;
	margin-left:0px;
}

#content p.smaller {
	font-size:.9em;
}

img.right {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	border:0px;
}

#videocolumn {
	width:350px; margin-left:20px; text-align:center; float:right;
}

.flashvideo {
	margin-bottom:10px;
}
