/*
Theme Name: Template
Theme URI: http://wordpress.org/
Description: New Theme
Version: 1.0
Author: Brisk Interactive
Author URI: http://briskinteractive.com/
Tags: none
*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
body {
	background-color:#cbd5cf;
}
a,img {
	border:none;
	outline:none;
}
h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
        color:#01532B;
}

h2,h3,h4 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
        font-weight:bold;
        color:#01532B;
}
	h1, h2, a {
		color:black;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}
.mmf-form label {
        display:block;
        width:195px;
        margin-right:20px;
        float:left;
        text-align:left;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:938px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image:url(images/bg.png);
}

div#header {
	background-color:#000;
	width:900px;
        height:143px;
	margin-left:19px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1.5em 35px 5em 35px; /* bottom padding for footer */
	width:595px;
	background:#f0f0f0;
	margin-left:19px;
}
	div#content p a:link{
               color:#3F6A8D;
               text-decoration:none;
               font-weight:bold;
               font-size: 14px;
	}
	div#content p a:visited{
               color:#3F6A8D;
              text-decoration:none;
               font-weight:bold;
               font-size: 14px;
	}
	div#content p a:hover{
               color:#01532B;
               background-color:#D5E1EC;
               text-decoration:none;
                font-weight:bold;
               font-size: 14px;
	}
	div#content p a:active{
               color:#01532B;
               background-color:#D5E1EC;
              text-decoration:none;
               font-weight:bold;
               font-size: 14px;
	}
	
div#footer {
	position:absolute;
	width:900px;
	bottom:-1px; /* stick to bottom */
	background:#fff;
	margin-left:19px;
}
	div#footer p {
		padding:1em;
		margin:0;
		text-align:center;
	}
	
div#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:1em 1em 5em; /* bottom padding for footer */
	
}
div#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:1em 1em 5em; /* bottom padding for footer */
	margin-right:19px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#nav_container {
	width:900px;
	float:left;
	margin-left:19px;
	height:32px;
	background-image:url(images/nav_bg.png);
	background-repeat:repeat-x;
}
ul#nav {
	list-style:none;
	margin:0;padding:0;
	position:relative;
}
ul#nav li {
	display:block;
	width:99px;
	height:26px;
	float:left;
	text-align:center;
	background-color:#01532b;
}

ul#nav li a {
	line-height:26px;
	display:block;
	width:99px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
ul#nav li a:link {
}
ul#nav li a:visited {
}
ul#nav li a:hover {
	background-color:#5085b2;
}
ul#nav li a:active {
	background-color:#5085b2;
}

ul#nav li.current_page_item a:link  {
	background-color:#5085b2;
}
ul#nav li.current_page_item a:visited  {
	background-color:#5085b2;
}
ul#nav li.current_page_item a:hover  {
	background-color:#5085b2;
}
ul#nav li.current_page_item a:active  {
	background-color:#5085b2;
}

div#subnav_container {
	width:900px;
	float:left;
	margin-left:19px;
	height:32px;
}
ul#subnav {
	list-style:none;
	margin:0;padding:0;
	position:relative;
}
ul#subnav li {
	display:block;
	height:26px;
	float:left;
	text-align:center;
	margin:0 8px 0 6px;
}

ul#subnav li a {
	line-height:16px;
	display:block;
	width:100%;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#3f6a8d;
	border:#d3d5d9 thin solid;
	font-size:10px;
	padding:0 2px 0 2px;
	margin-top:5px;
        text-transform:uppercase;
}
ul#subnav li a:link {
}
ul#subnav li a:visited {
}
ul#subnav li a:hover {
	background-color:#d5e1ec;
	color:#01532b;
}
ul#subnav li a:active {
	background-color:#d5e1ec;
	color:#01532b;
}

ul#subnav li.current_page_item a:link  {
	background-color:#d5e1ec;
	color:#01532b;
}
ul#subnav li.current_page_item a:visited  {
	background-color:#d5e1ec;
	color:#01532b;
}
ul#subnav li.current_page_item a:hover  {
	background-color:#d5e1ec;
	color:#01532b;
}
ul#subnav li.current_page_item a:active  {
	background-color:#d5e1ec;
	color:#01532b;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

ul {
margin:0 0 0 7px; padding:0 0 0 7px;
}
strong {
color:#01532B;
}

ul#upcoming_events a {
text-decoration:none;
}
div#content ul {
margin:0 0 20px 0;
}