/*
Theme Name: Maverick Strategies + Communications
Theme URI: http://maverick-strategies.com
Description: The Maverick Strategies Theme
Version: 1.1
Author: 
*/

/* Yahoo Reset + Base */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0}h1{font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,strong{font-weight:bold}abbr,acronym{border-bottom:1px dotted#000;cursor:help}em{font-style:italic}blockquote,ul,ol,dl{margin:1em}ol,ul,dl{margin-left:2em}ol li{list-style:decimal outside}ul li{list-style:disc outside}dl dd{margin-left:1em}th,td{border:1px solid#000;padding:.5em}th{font-weight:bold;text-align:center}caption{margin-bottom:.5em;text-align:center}p,fieldset,table{margin-bottom:1em}

body  {
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_rep.png);
	background-repeat: repeat-y;
	background-position: center;
}
#outerContainer {
	background-image: url(images/logo_drop.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding-top: 0;
	text-align: left;
} 
#header {
	height: 150px;
	margin: 0;
	padding: 0;
} 
#header img {
	margin: 0;
	padding: 0;
	border: 0;
}
#sidebar1 {
	float: left;
	width: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	margin: 0 0 0 300px;
	padding: 0 20px;
} 
#mainContent h1 {
	font-weight: bold;
	font-size: 22px;
}
#mainContent h1.pageTitle {
	margin-top: 0;
	padding-top: 0;
}
#mainContent h2 {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 18px;
}
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
#footer p {
	margin: 20px 0 0 0;
	padding: 10px 0;
	font-size: small;
	font-style: italic;
	color: #999999;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.menu {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.menu a {
	font-weight: bold;
	font-size: smaller;
	text-decoration:none;
	color: #000000;
}
ul.menu a:hover {
	background-color: #f7941e;
}
a {
	color: #f7941e;
}
a.selected {
	background-color: #f7941e;
}
ul.menu li {
	margin-bottom: 5px;
	list-style: none;
}
ul.menu li ul {
	margin-top: 4px;
}