﻿html 
{ 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover
{
    font-size: 100%;
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover
{
    font-size: 100%;
    color: #00A2FF;
}

/*======================================================*/
/*======================================================*/


/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active
{
	background-color: #00FF00;
}

body {
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	background:#999;
}
img{border-style:none;}

a
{
	text-decoration:none;
	color:#ffffff;
}

a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
legend{
	display:none;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:960px;
	margin:13px auto 6px;
	background:#fff;
}
#header{
	height:1%;
	overflow:hidden;
	background:#000;
	padding:20px 0 15px;
	margin-bottom:1px;
}
.logo{
	width:209px;
	margin:0 auto;
	display:block;
}
.logo a{
	background:url(/app_themes/wilsonmiller/images/logo.gif) no-repeat;
	height:41px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.search{
	float:right;
	width:237px;
	overflow:hidden;
	padding:0 16px 0 0;
	margin:-14px 0 0;
}
.search input{
	margin:0;
	padding:0 0 0 3px;
	border:0;
}
.search .text{
	float:left;
	width:93px;
	height:12px;
	font-size:10px;
	line-height:12px;
	margin:0 5px 0 0;
}
.search ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.search ul li{
	float:left;
	background:url(/app_themes/wilsonmiller/images/sep-search.gif) no-repeat 0 50%;
	margin:0 7px 0 -1px;
	padding:0 0 0 8px;
	font-size:10px;
	display:inline;

}
* + html .search ul li{
	margin:0 3px 0 -1px;
}
* html .search ul li{
	margin:0 3px 0 -1px;
}
.search  .btn{
	background:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding:5;
	cursor:pointer;
	margin:-1px 0 0;
}
* + html .search .btn{
	margin:0;
}
* html .search .btn{
	margin:0;
}
.search ul li a{
	float:left;
	padding-top: 2px;
}

#nav{
	margin:0;
	padding:0;
	list-style:none;
	left: -50%;
	position: relative;
	float:left;
}
#nav li{
	float:left;
}
#nav a{
	text-transform:uppercase;
	padding:2px 14px 4px 15px;
	font-size:11px;
	font-weight:bold;
	display:block;
}
#nav a:hover,
#nav li.active a{
	color:#00457c;
	background:#ffc600;
}
#main{
	height:1%;
	height: auto;
	overflow:hidden;
	background:#fff;
	margin-top:1px;
}
#content{
	float:right;
	width:330px;
	padding:21px 30px 0 0;
}
#content h1{
	margin:0 0 8px;
	font-size:20px;
	color:#00457c;
}
#content p{
	margin:0 0 8px;
	line-height:20px;
}
#content a{
	color:#336699;
}
#content p a{
	color:#336699;
	font-style:italic;
}
#content p a:hover{
	text-decoration:underline;
}
#content h2{
	margin:75px 0 7px 3px;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	background:#00457c;
	text-transform:uppercase;
	padding:1px 0 2px 9px;
}
ul.news{
	margin:0 0 0 4px;
	padding:0;
	list-style:none;
}
ul.news li{
	color:#00457c;
	line-height:14px;
	padding: 0 0 6px 12px;
	background:url(/app_themes/wilsonmiller/images/sep-news.gif) no-repeat 0 3px;
}
.news li a{
	color:#00457c;
}
ul.news li.all{
	background:none;
}
ul.news li.all a{
	font-style:italic;
}
ul.news li a:hover{
	text-decoration:underline;
}
#placeholder{
	float:left;
	/*width:576px;*/
}
#placeholder img{
	float:left;
	display:block;
}
.nav{
	margin:0;
	padding:12px 0 10px;
	list-style:none;
	background:#000;
	overflow:hidden;
	height:1%;
	text-align:center;
}
.nav li{
	display:inline;
	background:url(/app_themes/wilsonmiller/images/sep-nav.gif) no-repeat 0 5px;
	padding:0 7px 0 11px;
}
.nav a{
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}
.nav a:hover{
	text-decoration:underline;
}
.nav li:first-child{
	background:none;
}
#footer{
	width:960px;
	margin:0 auto;
	text-align:center;
}
#footer p{
	margin:0 0 27px;
	color:#fff;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
}
/* inner page */
#main-inner{
	overflow:hidden;
	height:1%;
	background:#fff;
}
#main-inner #content{
	width:353px;
	margin-right:32px;
	line-height:21px;
	position: relative;
	float: right;
}
#main-inner #content h2{
	background:none;
	color:#00457c;
	font-weight:bold;
	font-size:14px;
	margin:12px 0 14px;
	text-transform:capitalize;
	padding:0;
}

#main-inner #placeholder{
	/*width:478px;*/
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
}

#inner-topnav {
	background:#00457c; 
	margin-left: 0px; 
	width: 961px;	
}

#inner-topnav #nav-elements {
	margin-left: 100px; 
	/*width: 700px;*/
}

blockquote{
	margin:45px 0 0;
	color:#69c;
	background:url(/app_themes/wilsonmiller/images/bg-quote.gif) no-repeat 25px 0;
	padding:10px 0 0;
	overflow:hidden;
	width:100%;
	min-height: 110px;
}
#content q, .content q{
	font-size:16px;
	font-weight:bold;
	quotes:none;
	text-indent:16px;
	display:block;
}
#content q:before, .content q:before{content:"";}
#content q:after, .content q:after{content:"";}
#content cite, .content cite{
	font-size:14px;
	float:right;
}
.mini-quote
{
    width: 370px;
    padding: 15px;
    margin: 15px;
}


/******************************************************************************
 main navigation menu. 
******************************************************************************/

.mainNavDropDown
{
	text-transform: uppercase;
	text-align: center;
	font-size:11px;
	font-weight:bold;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 6px;
	padding-right: 6px;
}

.mainNavDropDown_selected
{
	background-color: #ffc600;
	color:#00457c;
}

.mainNavDropDown_item,
.mainNavDropDown_item a,
.mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */
{
	text-transform: uppercase;
	background-color: #00457c;
    font: 11px;
    padding-bottom: 4px;
    padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

.mainNavDropDown_item_hover,
.mainNavDropDown_item_hover a,
.mainNavDropDown_item_hover a:visited, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:hover, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:active /* requird by IE6 to override ancestors. */
{
	color:#00457c;
	background-color: #ffc600;
    font: 11px;
	text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
}

.mainNavDropDown_item *
{
	font-size: 11px;
}

.mainNavDropDown_item_hover *
{
	font-size: 11px;
}