/* 
--------------------------------------------------------------------------------
default.css
--------------------------------------------------------------------------------
description:
	- Holds all default CSS definitions for website LAYOUT.
	- Imports the tabs and links CSS files
notes:
	- margin/padding TOP RIGHT BOTTOM LEFT;
----------------------------------------------------------------------------------- 
*/


/* IMPORTS */
@import url(menu.css);
@import url(menuHorizonal.css);
@import url(tabs.css);
@import url(tables.css);
@import url(links.css);


/* BASE */
#base{	
	display: block;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;

	width: 800px;
	background-color: #D3C795;

	color: #000000; 
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none; 
}


/* ICON */
#icon{
	border-style: none;
}


/* LOGO */
#logo{
	border-style: none;
}


/* HEADER */
#header{
	display: block;	

	padding: 4px 10px 4px 0px;
		
	border-style: none;

	text-align: right;
	background-color: #C4B87E;
	
	color: #685E32; 
	font-family: verdana;
	font-size: 10pt;
	color: #554D29;
	font-weight: bold;
}


/* TITLE - THICK */
#titleThick{
	display: block;	

	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	
	background-color: #D3C795;
}


/* BANNER */
#banner{
	display: block;	

	padding: 10px 10px 0px 10px;

	background-color: #D3C795;
}


/* WELCOME */
#welcome{
	display: block;	

	padding: 10px 10px 10px 10px;

	background-color: #D3C795;
}


/* FLASH */
#flash{
	display: block;	

	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;

	background-color: #D3C795;
}



/* FOOTER */
#footer{
	display: block;	

	padding: 0px 10px 4px 0px;
		
	border-style: none;

	text-align: center;
	background-color: #D3C795;
	color: #554D29;
	font-weight: bold;
}


/* SUB FOOTER */
#subFooter{
	display: block;	

	padding: 10px 10px 4px 0px;
		
	border-style: none;

	width: 800px;
	
	text-align: center;
	background-color: #FFFFFF;
	
	color: #000000; 
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none; 	
}



#buffer{
	display: block;	

	padding: 5px 0px 5px 0px;
}




#seperator
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-bottom: solid;
	border-color: #A1924B;
	border-width: 1px;
}



.fontNormal{	

	color: #554D29; 
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none; 
}

.subTitle{	

	color: #000000; 
	font-family: verdana;
	font-size: 13pt;
	font-weight: normal;
	text-decoration: none; 
}

.subSubTitle{	
	color: #000000; 
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline; 
}

.faqQuestion{
	color: #000000; 
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: normal; 
}


