body, * {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font: 11px Verdana, Arial, sans-serif;
	line-height: 16px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

td {
	font: 11px Verdana, Arial, sans-serif;
	line-height: 16px;
}



a:link, a:visited {
	text-decoration: none;
	color: #3877ae; /* #00a2ff; */
}
a:hover, a:active {
	text-decoration: none;
}
a img {
	border: 0;
}



#contentWrapper {
	background: url('/images/strickland/content-bg.gif') repeat-y top left;		
	margin-left: 10px;
}



/* ********************** -- header --  ********************** */
#header {
	padding: 10px 15px 0 0;
	margin: 10px 10px 0 10px;	
	z-index: 50;
	position: relative;	
}

#quickLinks {
	list-style-type: none;
	font-weight: bold;
	float: right;
	padding-bottom: 0;
	margin-bottom: 0;
}
#quickLinks li {
	float: left;
	font-size: 10px;	
}
#quickLinks li a {
	padding: 0 9px;
	border-right: 1px solid #000;
}

#quickLinks li a:hover {
	color: #009AFF;
}

#quickLinks li.lastQL a {
	border-right: 0;	
	padding-right: 0;
}

#mainSearch {
	padding-top: 0;
	margin-top: 2px;
	clear: both;
	float: right;
}
#mainSearch .search {
 	color: #999999; 
 	width: 165px;
 	margin-right: 3px;
	font-size: 10px; 
}

#header p {
	padding-left: 7px;
	padding-bottom: 10px;
}
#header #date {
	margin-left: 7px;
}
#header h1 a {
	color: #fff;
}
#header h1 a#printerFriendly {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 18px; 
	height: 18px; 
	display: block; 
	z-index: 52;
}
#header img {
	border: 0;
}
#header h1 {
	clear: left;
	font: 13px 'Trebuchet MS', Verdana, sans-serif;
	color: #fff;
	background: url('/images/strickland/header/rotate.php') no-repeat top left;	
	height: 110px;
	text-align: left;
	padding: 12px 0 0 20px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
	position: relative;
}

#donate {
   position: absolute;
   top: 55px;
   right: 15px;
   width: 72px;
   height: 30px;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   padding: 6px 0px 0px 0px;
   text-align: center;
   background: url('/images/static/btn-donate.gif') no-repeat top left;
}
#donate:hover {
   background: url('/images/static/btn-donate.gif') no-repeat top right;
}


/* **********************  -- content --  ********************** */
#content {
	width: 725px;
	padding: 0 20px 10px 20px;
	margin: 0;
	float: left;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #c1a68b;
}

.content-home {
	background: url('/images/strickland/content-home-bg.jpg') no-repeat top left;	
}

#content .contentTitle {
	color: #c1a68b;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 10px 10px 20px;
} 


#content p {
	margin: 10px 0;
	padding-right: 15px;
}
#content ul, #content ol {
	margin-left: 30px;
	margin-right: 10px;
}
#content li {
	margin-bottom: 7px;
	margin-top: 7px;
}


#content hr {
	border: 0;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	background-color: #ccc;
	width: 690px;
}


#content ul.genericList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#content a:hover, #content a:active, #footer a:hover, #footer a:active {
	text-decoration: underline;
}
#content h1 {
	font-size: 22px;
}
#content h2 {
	color: #336699;
	font-size: 18px;
	padding: 20px 10px 10px 0;
}
h2.contentTitle {
	margin-bottom: 15px;
	margin-left: -20px;
}
#content h3 {
	font-size: 14px;
	padding: 15px 0 0 0;
}
#content h4 {
	font-size: 12px;
	padding: 4px 0 2px 0;	
}
#content h5 {
	font-size: 11px;
	padding: 2px 0 0;	
}
#content h6 {
	font-size: 10px;
	padding: 2px 0 0;	
}


#content a {
	color: #339933;
	text-decoration: none;
}


#content a:hover {
	color: #f03c29;
	text-decoration: underline;
}

.clear {
	visibility: hidden;
	clear: both;
}

#contentBottom {
	width: 926px;
	clear: both;
}

.caption {
	font-size:10px;
	line-height: 12px;
	color: #a3c380;
	text-align: left;
}

div.projects {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #3d3932;
	min-height: 130px;
}

.projectTitle {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	
}

.projectThumb{
	border: 1px solid #ffcc99;
	margin-right: 20px;
	float: left;
}


/* **********************  -- footer --  ********************** */
#footer {
	clear: both;
	margin: 0 1px 0 0;
	padding: 5px 18px 20px;
	color: #989898;
	font-family: Verdana;
}
#footerLink {
	font-weight: bold; 
	float: right;
}

#footer a {
	color: #989898;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer-btns {
   float: right;
   margin-right: 25px;
}
#footer-inside-link img {
   padding-bottom: 10px;
   padding-left: 5px;
}

/* ***********  -- scroll arrows --  **************** */
.scrollFrame {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

.upArrow img, .downArrow img {
	display: none;
}
.upArrow {
	position: absolute;
	bottom: 11px;
	right: 10px;
}
.downArrow {
	position: absolute;
	bottom: 0;
	right: 10px;
}
.upArrow {
	width: 10px;
	height: 9px;
	display: block;
	background: url('/images/static/arrow-up.png') no-repeat top left;
}
.downArrow {
	width: 10px;
	height: 9px;
	display: block;
	background: url('/images/static/arrow-down.png') no-repeat top left;
}
a.upArrow:hover, a.downArrow:hover {
	background-position: bottom left;
}


/* ************ -- DYNAMIC POPUPS -- *************** */
.dynamicPopped {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	border: 2px solid #ccc;
	background-color: #fff;
	cursor: move;
}


/* **************** two column layout ******************* */
#col1of2, #col2of2, .col1of2, .col2of2 {
	width: 47%;
	padding: 0px 2% 0px 0px;
	float: left;
}


/* **********************  -- nav --  ********************** */
#nav a {
    color: #339933;
    font-weight: bold;
}
#nav a:hover {
    color: #f03c29;
}
#nav {
    padding: 0 0 10px;
    width: 165px;
    float: left;
    background-color: #3a342c;
    position: relative;
    left: 3px;
}
#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
    text-align: left;
}
#nav ul.menu {
    padding: 0 0 10px;
    margin: 0;
}
#nav ul.menu ul {
    padding: 0;
    margin: 0;
}
ul.menu li {
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 160px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}
ul.menu li li {
    margin: 0;
    padding: 0 0 0 10px;
    background: none;
    font-size: 10px;
}
ul.menu li a {
    font-weight: bold;
    color: #339933;
    padding: 5px 2px 5px 15px;
    margin: 0;
    display: block;
    width: 130px;
    text-decoration: none;
    outline: none;
}
ul.menu li a:hover {
    text-decoration: none;
    margin: 0;
}

ul.menu li#firstNavCol {
    padding-top: 15px;
}
/* **********************  -- sub nav --  ********************** */
#nav ul ul a {
    color: #339933;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}
ul.menu li li a {
    padding: 3px 2px 4px 15px;
    line-height: 12px;
}
