/*-----------------------------------------------
[Let It Out] Screen Stylesheet
Stylesheet:  global.css
Author:   
Version:  1
Date:     00/00/00
Revision: 
-----------------------------------------------*/

@import url("reset.css");

body {
	background: #4d3011 url(imgs/bg.jpg) repeat-x top;
	color: #583600;
	text-align: center;
	font-size: 12px;
  	line-height: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}

hr {
	clear: both;
    border: #fae39d 1px solid;
    margin: 0;
}

hr.divide {
	clear: both;
	border-top: #dbc483 1px solid;
	border-bottom: #fbe9b1 1px solid;
	margin: 10px 0;
}

/*LINKS*/
a:link, a:visited {
	color: #583600;
	font-weight: bold;
	text-decoration: underline;
	
}
a:hover {
	text-decoration: none;
}
 
/*CLASSES*/

.right { float: right; }

.left { float: left; }


.hidden { display: none; }

.clear { clear: both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*LAYOUT*/

.container {
  text-align: left;
  padding: 0;
  margin: 0 auto;
  width: 750px;
}


#masthead {
position: relative;	
width: 750px;
height: 304px;
}

#home_page #masthead {
	background: url(imgs/banner_home.jpg) no-repeat;
}
#about_page #masthead {
	background: url(imgs/banner_about.jpg) no-repeat;
}
#services_page #masthead {
	background: url(imgs/banner_services.jpg) no-repeat;
}
#who_page #masthead {
	background: url(imgs/banner_who.jpg) no-repeat;
}
#contact_page #masthead {
	background: url(imgs/banner_contact.jpg) no-repeat;
}
#content {
	background: url(imgs/content_bg.jpg) repeat-y;
	width: 700px;
	padding: 5px 25px 5px;
}

#column_1 {
	width: 275px;
	float: left;
	min-height: 600px;
}
#column_2 {
	width: 420px;
	float: right;
}
#footer {
	background: url(imgs/footer_bg.jpg) no-repeat;
	width: 750px;
	height: 40px;	
	clear: both;
}

#credit p,
#credit p a,
#credit p a:hover {
	color:#f0d58f;
	text-align: center;
	font-size: 11px;
}

/* @group Nav */
/*NAVIGATION*/


#nav {
	background: url(imgs/nav.jpg) no-repeat;
	width: 750px;
	height: 41px;
	margin: 0;
	padding: 0;
	position: relative;	
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}

#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
    
#nav li, #nav a {
    height: 41px; display: block;}
    
#nav_home {
	left: 12px;
	width: 87px;
}

#nav_home a:hover {
     background: transparent url(imgs/nav.jpg) -12px -41px no-repeat;
}

#nav_home a.active {
     background: transparent url(imgs/nav.jpg) -12px -41px no-repeat;
}

#nav_about {
	left: 99px;
	width: 190px;
}

#nav_about a:hover {
     background: transparent url(imgs/nav.jpg) -99px -41px no-repeat;
} 

#nav_about a.active {
     background: transparent url(imgs/nav.jpg) -99px -41px no-repeat;
} 

#nav_services {
	left: 289px;
	width: 120px;
}

#nav_services a:hover {
     background: transparent url(imgs/nav.jpg) -289px -41px no-repeat;
} 

#nav_services a.active {
     background: transparent url(imgs/nav.jpg) -289px -41px no-repeat;
} 
 
#nav_who {
	left: 409px;
	width: 163px;
}

#nav_who a:hover {
     background: transparent url(imgs/nav.jpg) -409px -41px no-repeat;
}  

#nav_who a.active {
     background: transparent url(imgs/nav.jpg) -409px -41px no-repeat;
}

#nav_contact {
	left: 572px;
	width: 165px;
}

#nav_contact a:hover {
     background: transparent url(imgs/nav.jpg) -572px -41px no-repeat;
}  

#nav_contact a.active {
     background: transparent url(imgs/nav.jpg) -572px -41px no-repeat;
} 

/* @end */

/* @group Type */	
/*TYPOGRAHY*/

h1 a{
	background: url(imgs/logo.gif) no-repeat;
	width: 198px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 39px 0 0 30px;
	text-indent: -1000px;
	overflow: hidden;
}
	
h2
	{
	font-size: 28px;
}
	
h3
	{
	font-size: 18px;
}
	
h4
	{
	font-size: 14px;
}
	
h5
	{
	font-size: 12px;
}

h6 {
	font-size: 10px;
}
	
ul, ol      { margin: 18px 0 18px 30px; list-style-type:disc; }
li          { line-height:18px; }
ol          { list-style-type: decimal; }
dl          { margin: 18px 0; }
dl dt       { font-weight: bold; }

p, pre, blockquote, fieldset, table {
margin:1em 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre { 
	margin-bottom: 1.3em; 
	background: #eee; 
	border:0.1em solid #ddd; 
	padding:1.5em; 
}

code { 
	font:0.9em Monaco, monospace; 
}

/* @end */

/*FORMS*/

.form label {
	float: left;
	text-align: right;
	width: 200px;
}
#home_page .form {
	float: right;
}

#home_page input {
	margin: 0 0 0 5px;
}

.left_check {
float: left;
width: 50%;	
}
/*IMAGES*/
#home_page img.left {
	margin: 0 9px 0 0;
}
img.left {
	margin: 18px 9px 9px 0;
	border: #ffffff 1px solid;
}

img.right {
	margin: 18px 0 9px 9px;
	border: #ffffff 1px solid;
}

/*HEADERS*/

#welcome_hd {
	background: url(imgs/welcome_hd.png) no-repeat;
	width: 422px;
	height: 31px;
	margin: 10px 0 15px;
	text-indent: -1000px;
	overflow: hidden;
}

#record_hd {
	background: url(imgs/record_hd.gif) no-repeat;
	width: 519px;
	height: 63px;
	margin: 0 0 9px;
	text-indent: -1000px;
	overflow: hidden;
}
#artistic_hd {
	background: url(imgs/artistic_hd.png) no-repeat;
	width: 485px;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
}

#mission_hd {
	background: url(imgs/mission_hd.png) no-repeat;
	width: 239px;
	height: 29px;
	text-indent: -1000px;
	overflow: hidden;
}
#today {
	float: right;
	color: #894700;
	font-weight: bold;
}
#communicate {
	background: url(imgs/communicate.jpg) no-repeat;
	width: 655px;
	height: 60px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
}
#understand {
	background: url(imgs/understand.jpg) no-repeat;
	width: 655px;
	height: 60px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
}

#create {
	background: url(imgs/create.jpg) no-repeat;
	width: 655px;
	height: 60px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
}
#experience {
	background: url(imgs/experience.jpg) no-repeat;
	width: 655px;
	height: 60px;
	margin: 0;
	text-indent: -1000px;
	overflow: hidden;
}
#today p{
	margin: 0;
	padding: 0;
}
#welcome {
	float: left;
	width: 425px;
}
.box {
	background: #f0d58f;
	color: #c84914;
	width: 230px;
	height: 110px;
	float: right;
	display: block;
	padding: 15px;
	margin: 0 0 20px 10px;
}
.box_text {
	background: #f0d58f;
	min-width: 380px;
	color: #c84914;
	display: block;
	padding: 15px;
	margin: 0 0 20px;
}
#about_hd {
	background: url(imgs/about_hd.jpg) no-repeat;
	width: 222px;
	height: 42px;
	text-indent: -1000px;
	overflow: hidden;
}
#services_hd {
	background: url(imgs/services_hd.jpg) no-repeat;
	width: 222px;
	height: 42px;
	text-indent: -1000px;
	overflow: hidden;
}

#who_hd {
	background: url(imgs/who_hd.jpg) no-repeat;
	width: 192px;
	height: 42px;
	text-indent: -1000px;
	overflow: hidden;
}

#contact_hd {
	background: url(imgs/contact_hd.jpg) no-repeat;
	width: 148px;
	height: 42px;
	text-indent: -1000px;
	overflow: hidden;
}

#column_1 img {
	background: #f0d58e;
	float: left;
	padding: 5px;
	margin: 10px 10px 0 0;
}
.u {
	text-decoration: underline;
}
#content02 img {
	width: 349px;
	height: 155px;
    margin: 0 0 0 20px;
    }