/*  This file is part of Mura CMS.

    Mura CMS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, Version 2 of the License.

    Mura CMS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>.

*/

/* @group GLOBALS
===================================== */
html,body {
	height: 100%;
	margin: 0 0 1px;
}
body {
	background-color: #aaa;
	color: #fff;
	font-family: serif;	
}
p.intro {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
	color: #453620;
}

.content a {
	color: #1f1609;
	text-decoration: underline;	
}

.content img {
	padding: .5em;
	border: 0;
	}


/* @group Globals - Headings
===================================== */

p#sectionTitle {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: tahoma,verdana,sans-serif;
}
#header h1 {
	padding: 16px 0 0 12px !important;
	font-size: 3.8em;
}
#mast h2 {
	position: absolute;
	bottom: 3px;
	left: 190px;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 250%;
}
h1 a {
	text-decoration: none;
}

h2 {
}

/* @end Globals - Headings
-------------------------------- */

/* @end GLOBALS
-------------------------------- */

/* @group LAYOUT
===================================== */

#container {
	margin: 0 auto;
	width: 770px;
	position: relative;
	background-color: #333;
	padding: 0 1px;
}
#content {
	position: relative;
	border: 0;
	margin: 0 5px;
	padding: 0;
	background: #3453a5 url(images/blue/content.gif) 3px 0 repeat-y;
	font-size: 110%;
	color: #333; 
}
#content2col {
}
.twoColSL #content2col {
}
#content #primary {
	float: left;
	width: 500px;
	padding: 15px 5px;
	margin: 0 0 0 0;
}
#content #content2col #primary {
	float: left;
	width: 620px;
	padding: 15px 15px 170px 15px;
	min-height: 150px;
}
#right {
	width: 230px;
	padding: 0 15px 0 25px;
}
#left {
	width: 130px;
	margin: 10px 20px 0 45px;
	padding: 0;
	min-height: 100px;
	float: left;
}
	
.oneCol #primary {
	width:740px;
	border: 0;
	}
.threeCol #primary {
	width: 528px;
	}
.twoColSL #content #primary {
	width: 525px;
	border-right: 0;
	}

.twoColSR .content {
	border-left: 0;
	}
#content #logo {
	background: transparent url(images/logo_big.gif) no-repeat 0 0;
	display:block;
	height:100px;
	left:60px;
	position:absolute;
	top: 15px;
	width:102px;
	height: 102px;
}
#content.frontpage {
	padding; 0;
	height: 500px;
	padding: 0 0 0 45px;
	background: #3453a5 url(images/blue/background.jpg) right 0 no-repeat;
}

#content.frontpage #logo {
	left:60px;
	top:15px;
}
#content.frontpage #primary {
	position: absolute;
	bottom: 20px;
	left: 60px;
	width: 500px;
	background-image: url(images/white.png);
	min-height: 100px;
	padding: 10px 10px 0 10px;
	color: #111;	
	border: 1px solid #333;
}

/* @group Layout - Header
===================================== */

#header {
	padding: 0;
	margin: 0;
	height: 130px;
	background-color: #fcfcfc;
	position: relative;
}
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}
#header h1 a {
	color: #000;
}
#header #search {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	right: 0;
	bottom: 0;
	width: 250px;
}
#header #breadcrumbs {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	left: 0;
	bottom: 10px;
	width: 250px;
}
#headerbar {
	padding: 0;
	margin: 0;
	height: 35px;
	width: 990px;
	margin: 0 auto;
	text-align: right;
}
#header #masthead_images {
	width: 632px;
	height: 190px;
	float: right;
	margin: 10px 0 0 0;
}
#header #minimenu {
	float: right;
	width: 400px;
	padding: 7px 0 0 0;
}
#header #search {
	padding: 0 40px 0 0;
	margin: 0;
	padding: 0;
	border: none;
}
#searchform {
	width: 220px;
	float: right;
	height: 30px;
	text-align: right;
	padding: 0;
	margin: 0;
}
#searchform #txtKeywords {
	margin: 0;
	border: 1px solid #ccc;
	background-color: #fafafa;
	text-align: right;
	font-size: 1em;
	padding: 3px;
	width: 100px;
}
#searchform .submit {
	margin: 0 0 0 2px;
	padding: 0 4px 3px 4px;
	background-color: #333;
	border: 0;
	color: #eee;
	font-size: 120%;
}
#mast {
	position: relative;
	height: 124px;
	background: #3453a5 url(images/blue/masthead.jpg) right 0 no-repeat;
}
#mastheadmenu {
	padding: 4px 0;
	margin: 0 0 0 0;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	height: 24px;
}
#contenttop {
	background-image: url(images/bg_content_top.gif);
	background-repeat: no-repeat;
	height: 13px;
}
/* @end Layout - Header
-------------------------------- */


/* @group Layout - Footer
===================================== */

#footer {
	margin: 0 5px;
	background-image: url(images/blue/bottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding: 10px 0px 0 0;
	background-color: #333;

}
#footer a {
	text-decoration: none;
	color: #eee;
}
#footer #menu {
	float: left;
	width: 500px;
}
#footer #credit {
	padding: 4px 0;
	text-align: right;
	float: right;
}

/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	}

#crumbList li {
	color: #ccc;
	}

#crumbList li a {
	padding-bottom: 0;
	border: 0;
	color: #ccc;
	}

/* @end Nav - Breadcrumb
-------------------------------- */


/* @group Nav - Primary
===================================== */
#navPrimary {
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
	width: 760px;
	text-transform: uppercase;
	font-size: 95%;
	font-weight: normal;
}
#navPrimary ul {
	margin: 0;
	padding: 0;
}
#navPrimary li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 120%;
}
#navPrimary li.first {
	padding: 0;
	margin: 0;
}
#navPrimary li a {
	display: block;
	margin: 0 5px 0 0;
	padding: 0 8px 0 8px;
	line-height: 2.2em;
	text-decoration: none;
	color: #fff;
}
#navPrimary li.last a {
}
#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	color: #cacaca;
	text-decoration: none;
}

#navPrimary li.current a {
	background-color: #aaa;
	color: #111;
}
#navPrimary li.current li a {
}

#navPrimary li ul { /* second-level lists */
	border: 0;
}
#navPrimary li ul a {
	color: #111;
}

#navPrimary li li.first {
	padding: 3px 0;
	margin-left: 0;
}

#navPrimary li li {
	padding: 3px 0;
	border-top: 1px solid #fff;
}

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover {
	}

#navPrimary li li ul { /* third-level lists */
	border-left: 1px solid #fff;
	}

/* @end Nav - Primary
-------------------------------- */
.navSecondary {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 130px;
	font-size: 110%;
	font-weight: bold;
}
.navSecondary li {
	margin: 0;
	padding: 6px 0 6px 6px;
	border-bottom: 1px solid #fff;
}
.navSecondary li a {
	color: #fff;
	text-decoration: none;
}
.navSecondary li a:hover {
	text-decoration: underline;
}
.navSecondary li.current {
	background-color: #aaa;
}
.navSecondary li.current a {
	color: #111;
}
.navSecondary li ul {
	font-weight: normal;
	margin: 4px 0 !important;
	padding: 0;
}
.navSecondary li li {
	list-style: none;
	border: 0;
	font-size: 80%;
	padding: 3px 0 3px 10px;
}
.navSecondary li li.current a {
	font-weight: bold;
}

/* @group Footer Nav
=================================================== */

.navFooter { 
	color: #000;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.navFooter ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navFooter li {
	font-size: 110%;
	display: inline;
	margin: 0;
	padding: 0;
}

.navFooter li a { 
	display: block;
	padding: 3px 8px;
	text-decoration: none; /* IE6 Bug */
	color: #453620;
	}

.navFooter li a:hover {
	color: #e2541c;
	text-decoration: underline;
	}

.navFooter li.current a {
	color: #e2541c;
	font-weight: bold;
	}
	
/* @end Footer Nav
---------------------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @end default.css Overrides
-------------------------------- */




/* EOF */
