/*

 Design Monkey
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family:Trebuchet MS;
	font-size: 1em;
	color:#4f4f4f;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family:Trebuchet MS;
}

a{
	text-decoration:none;
}

a:hover{

}
	
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */

div#innerbody{	
	background: #000 url(../images/bg.jpg) repeat-x bottom center;
	min-height: 1000px;
	overflow: hidden;
}

div#outercontainer{	
	background: transparent url(../images/header.jpg) repeat-x top center;
}


div#container{
    width: 900px;
	margin: 0 auto;
}


/* Header 
------------------------------------------------------------------------------------------------- */
div#header{
	width:900px;
	height:260px;
	position: relative;
}

div#header h1{
	background: transparent url(../images/logo.png) no-repeat center;
	width:222px;
	height:177px;
	display:block;
	text-indent:-3000px;
	margin:auto;
	padding-top:5px;
}

div#header h2{
	float: left;
	margin-top:-170px;
}

div#header p {
	float:right;
	margin-top:-170px;
	text-align:right;
	color:#000;
	font-size:0.8em;
}

div#header p a{
	color:#000;
}

/* Nav 
------------------------------------------------------------------------------------------------- */
ul#nav{
	position: absolute;
	list-style:none;
	width:900px;
	height:50px;
	margin-top:35px;
	z-index: 1000;
	top: 184px;
	left: 50%;
	margin-left: -450px;
}

ul#nav li{
	float:left;
	margin:0 26px;
	font-size:1.4em;
	position: relative;
}

ul#nav li a{
	color:#fff;
}

ul#nav ul{
	list-style:none;
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	background: #5D440B;
	font-size: 0.4em;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 15px 5px 0 5px;
	z-index: 1000;
}

ul#nav li:hover ul{
	display: block;
}

ul#nav li ul li{
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 1px #815D11 solid;
	display: block;
}

ul#nav li ul li a{
	padding: 5px;
	display: block;
	width: 100px;
}

/* Content 
------------------------------------------------------------------------------------------------- */
div#content{
	min-height:670px;
	width:900px;
	overflow: hidden;	
}

div#maincol{
	width:610px;
	float:left;
	padding:20px;
}

div#maincol h2{
	margin-bottom: 15px;
}

div#maincol h3{
	margin-bottom: 15px;
}

div#maincol h4{
	margin-bottom: 15px;
	font-weight: normal;
}

div#maincol p{
	font-size:0.8em;
	margin-bottom: 15px;
}

div#maincol a{
	color: #FF0000;
}

div.html_content, dl.fileupload, div.gallery{
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	padding:15px;
	margin-bottom: 15px;
	z-index: 1;
}

a.galimg{
	width: 170px;
	float: left;
	text-align: center;
	font-size: 0.7em;
	color: #666666;
	padding: 10px;
	height: 200px;
}

dl.fileupload a{
	color: #FF0000;
}

dl.fileupload a:hover{
	color: #000000;
}

div#rightcol{
	width:250px;
	float:left;
}

div#rightcol h2{
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin: 10px;
	border: none;
}

div#rightcol h2 a{
	color: #FFF;
}

div#rightcol h4{
	font-size:0.9em;
}

div#rightcol p{
	font-size:0.7em;
}

div#rightcol p a{
	color:#ff0000;
	font-size:0.8em;
	padding:3px;
	margin-bottom:5px;
}

h3 a{
	color: #FF0000;
}

/* Forms
------------------------------------------------------------------------------------------------- */

fieldset.form{
	border: none;
	padding: 0;
	margin: 10px 0;
	font-size: 0.7em;
	color: #333;
}

fieldset.form legend{
	display: none;
}

fieldset.form dt{
	clear: left;
	float: left;
	width: 140px;
	margin-bottom: 3px;
}

fieldset.form dd{
	float: left;
	width: 400px;
	margin-bottom: 3px;
}

fieldset.form dd input, fieldset.form dd textarea{
	width: 320px;
}

fieldset.form dd textarea{
	height: 200px;
}

fieldset.form dd input.submit{
	width: 120px;
}

button.button{
	font-size: 0.7em;
	padding-top: 1px;
}

fieldset.form p.mandetory{
	clear: both;
	font-size: 0.8em!important;
}

ul.errorMessage{
	margin: 10px 10px 20px 0!important;
}

.error{
	color: #ab0505;
	background: #fffdcd url(../images/exclamation.png) no-repeat 8px 8px;
	border-width: 1px 0;
	border-color: #e78f04;
	border-style: dashed;
	padding: 5px 30px;
	font-size: 0.8em;
	font-weight: normal;
}

.ok{
	color: #66970f;
	background: #dcf7ab url(../../../images/icons/accept.png) no-repeat 8px 8px;
	border-width: 1px 0;
	border-color: #66970f;
	border-style: dashed;
	padding: 5px 30px;
	font-size: 0.7em;
	font-weight: normal;
}

.alert{
	background-position: 8px 8px!important;
	padding: 5px 30px!important;
	font-weight: normal;
}

/* Footer 
------------------------------------------------------------------------------------------------- */
div#footer{
	width:900px;
	height: 76px;
	margin:auto;
	clear:both;
}
div#footer h4{
	text-align:center;
	color:#ff0000;
	font-size:0.8em;
	width: 500px;
	float: left;
}

div#footer h4 a{
	color: #ff0000;
}

div#footer p.charity{
	text-align:right;
	font-size:0.7em;
	float: left;
	width: 200px;
	margin-top: -30px;
}

p.webdesign a{
	width: 200px;
	height: 60px;
	background: transparent url(../images/dm.png) no-repeat bottom left;
	outline: none;
	text-indent: -30000px;
	display: block;
	float: left;
	margin-top: -20px;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}

.clearleft{
	clear: left;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}
