/* CSS Document */

/* Table of Contents:

	1.0 Global
	2.0 Structure
	3.0 Typography
	    3.1 Content
	4.0 Footer
	5.0 Quicklinks
	6.0 Navigation
		6.1 You are here elements
	7.0 iContact Form 
	
*/

/* COLORS
   Body Background:       #
   Main Text:             #
   Links:                 #
*/



/* 1.0 Global
------------------------------------------------------------------*/

* {
	margin:0;
	}

html, body {
	height:100%;
	}

body {
	background: #ddd185 url(../images/bkg.gif) top center repeat-y;
	text-align: center;
	margin: 0;
	padding:0;
	font-size: small;
	}

* html .wrap
{
height: 100%;
}

/* 2.0 Structure
------------------------------------------------------------------*/
.wrap {
	margin: 0 auto; 
	width: 750px;
	text-align: left;
	min-height:100%;
	position:relative;
	}

.banner {
	height: 133px;
	}

#nav {
	background:#a3b37d;
	padding:0;
	margin:0 auto;
	height:30px;
	}

#main {
	padding: 25px;
	}

#content {
	color: #3b484a;
	width:65%;
	float:left;
	padding:0 0 -118px 0;
	}

#quicklinks {
	width: 30%;
	color: #313e3f;
	float:right;
	margin-top:35px;
	}

#footer {
	height:109px;
	background: #BBD3D3 url(../images/footer-bkg.jpg) no-repeat;
	clear: both;
	padding:10px 0 0 25px;
	margin-top:20px;
	}

.clearall {
	clear:both;
	}

/* 3.0 Typography 
------------------------------------------------------------------*/

/* 3.1 Content
------------------------------------------------------------------*/

#content .indent {
	margin-left:25px;
	}

#content p, #content li, table {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
	padding:0 0 8px 0;
	margin:0;
	}

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

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

#content h1 {
	font: 190% "Palatino Linotype", georgia, "times new roman", Times, serif;
	font-weight:normal;
	color: #385656;
	margin: 0;
	padding: 0 0 5px 0;
	}

.subhead {
	font: 18px "Palatino Linotype", georgia, "times new roman", Times, serif;
	font-weight:normal;
	color: #385656;
	margin: 0;
	padding: 0 0 15px 0;
	}

#content h2 {
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#563838;
	margin:0;
	padding: 3px 0 3px 0;
	}

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

#content h2 a:hover {
	text-decoration:none;
	color: #999966;
	}

#content h3 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#385656;
	margin:0;
	padding: 3px 0 3px 0;
	}

#content h4 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	margin:0;
	padding: 3px 0 3px 0;
	}

#content ul, #content li{
	margin-left:15px;
	}

#content ol {
	margin-left:15px;
	}

hr {
	background: #ffffba;
	height:1px;
	margin:10px 0;
	color: #ffffba;
	padding:0;
	}

/* 4.0 Footer
------------------------------------------------------------------*/

#footer h1 {
	font:135% "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:0 0 3px 0;
	color:#3b4a4a;
	}

#footer p {
	line-height:125%;
	font:86% Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 8px 0;
	margin:0;
	color:#56696c;
	}

#footer a:link {
	text-decoration:none;
	color:#472E47;
	}

#footer a:visited {
	text-decoration:none;
	color:#472E47;
	}

#footer a:hover {
	text-decoration:underline;
	color:#472E47;
	}

#footer a:active  {
	text-decoration:underline;
	color:#472E47;
	}

#footer .col1 {
	width: 50%;
	float:left;
	}

#footer .col2 {
	width:40%;
	float:left;
	}

/* 5.0 Quicklinks
------------------------------------------------------------------*/

#quicklinks hr {
	border-bottom:1px solid #ffffba;
	height:1px;
	margin:10px 0;
	}

#quicklinks img {
	background:#ffffba;
	border:1px solid #ccc;
	padding:3px;
	margin:3px 0;
	}

#quicklinks h1 {
	font: 140% "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#565638;
	margin:0;
	padding:0 0 6px 0;
	}

#quicklinks h2 {
	font: 115% "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#565638;
	margin:0;
	padding:11px 0 6px 0;
	}

#quicklinks p {
	font:85% Verdana, Arial, Helvetica, sans-serif;
	color:#31333f;
	margin:0;
	padding:0 0 8px 0;
	line-height:125%;
	}

#quicklinks a {
	font-size:85% verdana, arial, helvetica, sans-serif;
	text-decoration:underline;
	color:#31333f;
	}

#quicklinks a:hover {
	text-decoration:none;
	color:#31333f;
	}

#quicklinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#quicklinks li {
	font:85% Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 8px 0;
	line-height:125%;
	}


/* 6.0 Navigation
-------------------------------------------------------------------*/

#nav ul { 
	padding:0 0 0 15px;
	list-style: none;
	margin:0 auto;
	}

#nav li {
	display:block;
	float:left;
	font:118% "Palatino Linotype", "times new roman", times, serif;	
	font-weight: bold;
	text-align:center;
	color:#394026;
	}
	
#nav li a {
	text-decoration:none;
	color:#394026;
	padding:.5em;	
	display: block;
	}

#nav li a:link, #nav li a:visited {
	color:#394026;
	}

#nav li a:hover {
	background:#c9dcdc;
	text-decoration:none;
	color: #4D7575;
	}

/* 6.1 You are here elements
-------------------------------------------------------------------*/

body#homepage li#home a, body#devpage li#dev a, body#workpage li#work a, body#mtgpage li#mtg a, body#partnerpage li#partners a, body#newspage li#news a {
	background:#c9dcdc;
	text-decoration:none;
	color: #4D7575;
	}

/* 7.0 iContact Form
-------------------------------------------------------------------*/

.signupframe {
  border: 1px solid #c9dcdc;
}

label {
	font-size: 80%;
	}

.signupframe p {
	margin: 0;
	padding: 0 0 4px 0;
	}


/* 7.1 iContact Form for Content Section
------------------------------------------------------------------*/

#content label {
	font-size:100%;
	text-align: right;
	width: 75px;
	padding-right: 20px;
	}

#content label, #content input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}


br {
	clear: left;
}

/* 8.0 Table
------------------------------------------------------------------*/

table {
	border-collapse:collapse;
	font-size: 11px;
	width:100%;
	background: #DAE7E7;
	}

th {
	text-align:left;
	padding: 7px 5px;
	}

td {
	vertical-align:top;
	padding: 7px 5px;
	}

tr {
	border-bottom:1px solid #c9dcdc;
	}

table li {
	margin-left: 7px;
	}

/* 9.0 Highlight Box - used this for home page feature article
------------------------------------------------------------------*/

.news { 
	border: 1px solid #ACC9C9;
	padding:7px;
	width:95%;
	margin: 5px auto;
	background:#BBD3D3 url(/images/news-bkg.png) repeat-x;
	} /*#dae7a7 - original background color*/

#content .news h1 {
	color:#536830;
	font-weight: bold;
	font-stretch:condensed;
	}

.button {
	width: 200px;
	background: #2E4747;
	padding:10px;
	margin:3px auto;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:120%;
	text-align:center;
	border-top: 1px solid #619494;
	border-right: 1px solid #619494;
	border-left: 1px solid #9CBFBF;
	border-bottom: 1px solid #9CBFBF;
	}

.button a:link {
	color:#E6FFCC;
	text-decoration:none;
	}

.button a:visited {
	color:#E6FFCC;
	text-decoration:none;
	}

.highlighted {
	background:#99CCCC;
	color:#006666;
	}
	
.button a:hover {
	color:#999933;
	text-decoration:none;
	}

.button a:active {
	color:#E6FFCC;
	text-decoration:none;
	}