/* ======================================================================

   jbrandonlowe.net
   hello@bramandsons.com
   (c) 2009, All Rights Reserved.

 ======================================================================== */
 
 * { margin: 0; padding: 0; }
 
/*----------------------------------------------------------------------- 
   Standard
 ------------------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background-color: #CEDDDD;
	}

a:link, a:visited, a:active { 
	color: #002225;
	text-decoration: none;
	}

a.image:hover {
	border-bottom: 0px;
	}

a:hover { 
	color: #666;
	border-bottom: 1px dotted #002225;
	}
 
img { 
	border: 0;
	}
	
img.border {
	margin-right: 14px;
	float: left;
	border: 5px solid #DDD;
	}
	
h1, h2, p.date {
	font-family: Georgia, Times New Roman, Serif;
	}

h1 {
	color: #002225;
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	}
	
h2 {
	font-size: 15px;
	font-style: italic;
	}
	
h3 {
	font-family: Gill Sans, Verdana, Helvetica, Sans-Serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .75px;
	color: #5E9732;
	}

#container {
	margin: auto;
	width: 750px;
	height: auto;
	text-align: left;
	background-color: #FFF;
	}

p.copy {
 	font-family: Lucida Fax, Times New Roman, Serif;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 18px;
	}
	
p.date {
	font-style: italic;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	}
	
span.download, span.link {
	font-family: Gills Sans, Verdana, Sans Serif;
	font-size: 8px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 14px;
	}
	
span.download {
	background-image: url(../imgs/pdficon.gif);
	background-repeat: no-repeat;
	}

span.link{
	background-image: url(../imgs/arrow.png);
	background-repeat: no-repeat;
	}	
	
p.important {
 	font-family: Lucida Fax, Times New Roman, Serif;
	letter-spacing: 1px;
	font-size: 13.5px;
	font-style: italic;
	line-height: 18px;
	margin: 8px 0px 16px 0px;;
	padding-bottom: 16px;
	border-bottom: 2px solid #EEE;
	}
	
p.mono {
	font-family: Andale Mono, Verdana, Sans Serif;
	font-size: 8px;
	color: #666;
	text-transform: uppercase;
	text-align: right;
	}

span.italic {
	font-style: italic;
	}

/*----------------------------------------------------------------------- 
   Header
 ------------------------------------------------------------------------ */

#headground {
	width: 100%;
	height: 180px;
	background-color: #FFF;
	}

#header {
	width: 750px;
	height: 180px;
	position: relative;
	border-bottom: 2px solid #666;
	}
	
/*----------------------------------------------------------------------- 
   Navigation
 ------------------------------------------------------------------------ */


#mainnav {
	background-color: #BBB;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 6px solid #333;
	}

#mainnav ul {
	list-style-type: none;
	font-family: Gills Sans, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

#mainnav li {
	display: inline;
	padding: 5px;
	}
	
	
/*----------------------------------------------------------------------- 
   Left Column
 ------------------------------------------------------------------------ */
 
 
#leftcol {
	width: 475px;
	height: auto;
	padding: 10px;
	float: left;
	background-color: #FFF;
	line-height: 20px;
 	border-right: 1px solid #999;
	}
	
/*----------------------------------------------------------------------- 
   Right Column
 ------------------------------------------------------------------------ */
 
 #rightcol {
 	width: 230px;
 	height: auto;
 	padding: 10px;
 	float: right;
 	background-color: #FFF;
 	}

#rightcol ul {
	list-style-type: none;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 16px;
	padding-left: 3px;
	}
	
#rightcol ol {
	list-style-type: none;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	padding-left: 3px;
	}
	
/*----------------------------------------------------------------------- 
   One Column Content
 ------------------------------------------------------------------------ */

#content {
	width: 720px;
	height: auto;
	padding: 10px 15px 10px 15px;
	background-color: #FFF;
	line-height: 20px;
	}
	
 
 /*----------------------------------------------------------------------- 
	Footer
 ------------------------------------------------------------------------ */
 
 
#footer {
	width: 730px;
	height: auto;
	padding: 10px;
	clear: both;
	background-color: #002225;
	}
	
p.foot {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 8px;
	letter-spacing: 1px;
	color: #FFF;
	}