/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Layout CSS
Author : Jason Santos
URL : www.frigidflames.com

Description : CSS Stylesheet 

Created : February 21, 2007
Modified : March 8, 2007

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- CSS ----- */

body{
text-align:center;
color:#333;
font-family: sans-serif;
margin:0px 0;
font-size:.9em;
line-height:1.3em;
background-color:#e8ecee;
}
p{
font-size:.9em;
line-height:1.3em;
margin:20px auto;
}
h1{
font-size:.9em;
font-weight:normal;
line-height:1.3em;
margin:20px auto;
}
#notice p{
text-align:justify !important;
}

#bg1{
width:100%;
height: 100%;
margin:0 auto;
background-image:  url(imgs/bar.gif);
background-color:transparent;
}
#container{
width:738px;
height: 100%;
margin:0 auto;
padding: 0;
background-color:;
float: center;
}
#container p{
text-align:left;
}
#header{
height:130px;
margin:0;
padding:0px;
background-color:transparent;
}
#hspace{
height:130px;
width:247px;
margin:0;
padding:0px;
background-color:;
float: left;
}
#contact{
height:130px;
width:491px;
margin:0;
padding:0px ;
background-image: url(imgs/sig.gif);
float: left;
}
#contxt{
height:53px;
width:200px;
line-height:20px;
margin:0px ;
padding:77px 30px 0 0;
background-color:;
float: right;
text-align:right;
}
#mid{
height:295px;
margin:0;
padding:0px;
background-color:;
}
#midmen{
height:295px;
width:247px;
margin:0;
padding:0px;
background-color:transparent;
float: left;
}
#title{
height:50px;
width:247px;
margin:0;
padding:0px;
background-color:;
float: left;
}
#menu{
height:245px;
width:247px;
margin:0;
padding:0px;
background-color:;
float: left;
}
#mspace{
height:200px;
width:118px;
margin:0;
padding:1px;
background-color:;
float: left;
text-align: left;
font-size:.9em;
line-height:1.2em;
}
#mspacetxt{
height:22px;
width:100%;
margin:0;
padding:2px 0px 0px 10px;
background-color:;
float: left;
text-align: left;
}
#mspacetxtfil{
height:22px;
width:100%;
margin:0;
padding:2px 0px 0px 10px;
background-color:#e8ecee;
float: left;
text-align: left;
}
#menubut{
height:245px;
width:127px;
margin:0;
padding:1px 0 0 0;
background-color:;
float: left;
font-size:.9em;
line-height:1.2em;
}
#button{
height:22px;
width:100%;
margin:0;
padding:2px 5px 0px 10px;
float: left;
text-align: right;
}
#butfil{
height:22px;
width:100%;
margin:0;
padding:2px 5px 0px 10px;
background-color:#e8ecee;
float: left;
text-align: right;
}
#flash{
width:491px;
height:295px;
float:left;
background-color:;
background-image:  url(scripts/imgs/flbg.jpg);
}
#flasht{
width:491px;
height:295px;
float:left;
background-color:;
}
#lower{
height:100%;
width:738px;
margin:0;
padding:0px;
background-color:;
float: left;
}
#lspace{
height:250px;
width:247px;
margin:0;
padding:0px;
background-color:;
float: left;
}
#desc{
height:100%;
width:491px;
margin:0;
padding:0px;
background-color:;
float: left;
text-align: left;
}
#desctxt{
height:100%;
width:100%;
margin:0;
padding:0px 0px 0px 10px;
background-color:;
float: left;
text-align: left;
}
#footer{
background-color:;
width:738px;
height:75px;
clear:both;
text-align: center;
margin:0;
padding:15px 0 0 0;
font-size:.8em;
line-height:1.2em;
}
#fspace{
height:75px;
width:247px;
margin:0;
padding:0;
background-color:;
float: left;
}
#fmenu{
height:45px;
width:491px;
margin:0;
padding:0px;
background-color:;
float: left;
}
#copyright{
background-color:;
width:738px;
height:20px;
text-align:center;
float:center;
color: #668fa3;
}
#copyright p{
text-align:right;
padding:0px 30px 0 0;
font-size:.8em;
}


#extraContent{
display:none;
}
/* Link Behavior */
a:link{
text-decoration: none;
color: #000;
background: transparent;

height: 0px;
float: center;
clear: left;
}
a:visited{
text-decoration: none;
color: #000;
background: transparent;
}
a:hover{
text-decoration: none;
color: #b49d82;
background: transparent;
}
a:active{
text-decoration: none;
color: #000;
background: transparent;
}
/* end*/

/* Alternate links*/
	
/*Side Menu*/

#menu a:link, a:visited{
	cursor: pointer;
	color: #000;
	text-decoration: none; 
	line-height:20px;
}
#menu a:hover{
	color:#668fa3;
	width:100%;
	height:100%;
	float:left;
	text-decoration:none;
	border:0;
}
/*Bottom Menu*/

#fmenu a:link, a:visited{
	cursor: pointer;
	color: #668fa3;
	text-decoration: none; 
	line-height:20px;
}
#fmenu a:hover{
	cursor: pointer;
	color: #b49d82;
	text-decoration: none; 
	line-height:20px;
}
