/* Element Fusion Water: Example Business Theme */
/* Main.css */
/* Created June 16, 2006 */
/* Modified July 25, 2006
--------------------------------------- */

/* General
--------------------------------------- */

.left {
	float: left;
	margin-right: 1em;
	}

.right { 
	float: right;
	margin-left: 1em;
	}

.small {
	font-size: smaller;
	line-height: 1.3em;
	}

.large {
	font-size: larger;
	line-height: 1.3em;
	}

.hide {
	display: none;
	}

blockquote {
	border-left-style: dotted;
	border-left-width: 1px;
	padding-left: 1em;
	display: block;
	}

dt {
	margin-top: .5em;
	font-weight: bold;
	}

dd {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	}

ul, ol {
	margin-left: 1em;
	padding-left: 1em;
	}

ul li {
	margin-bottom: 1em;
	list-style: disc outside;
	}

ol li {
	margin-bottom: 1em;
	list-style: decimal outside;
	}

ol ol li {
	margin-bottom: 1em;
	list-style: lower-alpha outside;
	}

ol ol, ul ul {
	margin-top: 1em;
	}

table { 
	border-collapse: collapse;
	border-spacing: 0;
	}

img {
	border: none;
	}

strong { 
	font-weight: bold;
	}

em {
	font-style: italic;
	}

#frame {
	text-align: left;
	margin: 0 auto;
	width: 960px;
        min-width: 960px;
	}

.oneCol #frame {

	}

#wrapper {
	position: relative;	/* padding: .1em 0 0 0; */
	}

#header {
	background: url(images/headerbg.jpg) no-repeat;
	background-position:top center;
	}

#header .content {
	text-align: left;
	margin: 0 auto;
	width: 960px;
        min-width: 960;
	height:159px;
	position: relative;
	font-size: 85%;
	color: #6E706B;
	}

#header h1 {
	padding: 30px 0 0 100px;	
	color: #213649;
	font-weight: normal;
	font-size: 300%;
	margin: 0;
	height: 56px;	
	}

#header h1 a {
	text-decoration: none;
	color: #213649;
	font-weight: normal;
	}

#header p {
	width: 500px;
	float: right;
	margin: 70px 0 0 0;
	}

.search {
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 80px;
	}

.search input {
	
	}

#feature {
	padding: 12px 15px 0 15px;	
	}

#feature img {
	margin-bottom: -3px;
	}
#brandedHeadlines {
        border: 2px solid rgb(64, 136, 150); 
        padding: 0pt 5px 5px; 
        background-color: rgb(30, 44, 55); 
        float: right; 
        width: 234px;
        }
#container {
	
	}

#mainCol {
	font-size: 105%;
	color:#FFF;
	width: 475px;
	float: left;
	display: inline;
	margin: 0 0 0 0px;
	}	

.oneCol #mainCol {
	width: 960px;
    min-width: 960;
	min-height:375px;
	}


#subCol {
	font-size: 85%;
	width: 265px;
	margin-right: 75px;
margin-top:1000px;
	float: right;
	display: inline;
	background-color: #000;
	color: #DCEAFA;
	}

.oneCol #subCol {
	display: none;
	}
#twocolcontent {
	clear:both;
	width: 960px;
    min-width: 960;
	}
#twocolcontent .content {
	text-align:left;
	font-size: 85%;
	color:#FFF;

	padding: 11px 70px 0 80px;
}
	
#footer {
    clear: both;
	}

#footer .content {
	text-align: center;
	color:#999;
	margin: 0 auto 0 auto;
	width: 960px;
        min-width: 960;
	font-size: 77%;
        }

.oneCol #footer .content {
	}

/* Links
--------------------------------------- */

a, a:link, a:visited {
	color: #e7731f;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #999;
	}

a:hover, a:active {
	text-decoration: underline;
	}

#footer a:link, #footer a:visited {
	color: #999;
	}


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


#navigation .nav {

	height: 36px;
	border-bottom: 10px solid #e7731f;
	margin: 0 15px;
	clear: both;
	}

#navigation .nav a:link,#navigation .nav a:visited {
	font-family: "Lucida Grand", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #FFF;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 10px;
	border-bottom: 6px solid #999;
	padding-bottom: 0px;
	}

#navigation  .nav a:hover, #navigation  .nav a:active {
	border-color: #e7731f;
	text-decoration: none;
	}

#extraCol .nav {
	background: #790000;
	padding: 8px 16px;
	}

#subCol .nav a {
	display: block;
	text-decoration: none;
	border-bottom: 3px solid;
	padding: 5px 10px;
	color: #999;
	}

#subCol .nav a:hover, #subCol .nav a:active {
	color: #FFF;
	}

#footer .nav li {
	margin-right: 1em;

	}


/* Headers
--------------------------------------- */

h1, h2, h3, h4 {
	margin: .55em auto .35em;
	color: #388e9c;
	line-height: 1.2em;
	font-family: "Lucida Grand", "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	}

h1 {
	font-size: 220%;
	font-weight: normal;
	}

h2 {
	font-size: 180%;
	font-weight: normal;
	}

h3 {
	font-size: 140%;
	font-weight: bold;
	}
	
h4 {
	font-size: 110%;
	font-weight: bold;
	}

.content h1, .content h2, .content h3, .content h4 {
	margin-top: 6px;
	}


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

#header p {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 24px;
	}

#mainCol .content {
	padding: 11px 70px 0 80px;
	}
#mainCol .twoColContent {
	padding: 11px 20px 0 80px;
	width:500px;
	}

#subCol .content {
	padding: 12px;
	}

#mainCol .blue {
	color: #FFF;
	background: #999 url(images/blue_tile.gif) repeat-x left top;
	}

#mainCol .blue h1, #mainCol .blue h2, #mainCol .blue h3, #mainCol .blue h4 {
	color: #FFF;
	}

p.water a {
	text-indent: -9999px;
	background: url(images/powered_by_water.gif) no-repeat left top;
	width: 133px;
	height: 24px;
	float: right;
	}

.btnSearch {
	
	border: 1px solid #e7731f;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding: 0 10px;
	}

.blue a, #subCol a {
	color: #FFF;
	}

div.breadCrumb {
		
	}
