/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: ;
	font-size: 12px;
	line-height: 1.5em;
}

body#background{
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #333; 	
	background: #000033 url(../images/bg.jpg) no-repeat center top; 	
	border-bottom: 30px solid #000033; 
	text-align: center;}

/* Normal link */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #9c1d53;	
}

a:hover, a:active {
	border-bottom: 1px dotted #AE855C;	
}

a img {
	border: none;
	text-decoration: none;
}

/* Headers */
h1, h2, h3{
	font: bold 1em/1.2em 'Palatino', 'Courier', Arial Black;
	color: #333;
	margin: 5px 25px 5px 5px;	 
}

h1 { font-size: 3.3em; letter-spacing: -2.0px; }
h2 { font-size: 2.8em; font-weight: normal; color: #ffffff; }
h3 { font-size: 2.0em; letter-spacing: -1.0px; color: #ffffff; border-bottom: 1px solid #D2BAA2; padding-bottom: 5px; margin-top: 5px; } 

/* Lists */
ul, ol {
	margin: 12px 30px;
	padding: 0 25px;
}
ul { list-style: square; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #22312F;
}
dd {
  padding-left: 20px; 
}

p, dl { padding: 10px 2px; }

/* Images */
img {
	background: #FAFAFA;
   	border: 1px solid #DFBFBF;
	padding: 8px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
} 

/* ================================ Layout ================================*/

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 700px;
	margin: 0 auto;	
	text-align: left;			
}
/* header */
#header {
	position: relative;
	height: 230px;	
	margin: 0; padding: 0;	
}
#header h1#logo-text { 
	position: absolute;
	width: 100%;
	margin: 0; padding: 0; 	
	text-align: center; 	
	left: 0;	top: 5px;
}
#header h1#logo-text a {
	font-family: Palatino, 'Times New Roman', Times, Serif;
	font-weight: bold;
	font-size: 70px;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: -6px;
	color: #197d8b;
	text-decoration: none;	
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	width: 100%;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.5px;
	color: #ffffff;
	text-align: center; 			
	left: 0;	top: 104px;
}



/* contents */
#content-outer {
	float: left;
	width: 700px;
	margin: 0; padding: 0;
	background: #eadacb url(../images/content.jpg) repeat-y;		
}
#content-wrap {
	float: left;
	width: 700px;
	background: url(../images/content-top.jpg) no-repeat;
	padding: 35px 0;			
}

.content {
	float:left;
	width:650px;
	margin-left: 25px;	
	display: inline;
}

#content-wrap h2 {
	font: bold 3.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #2C2E3E;	
	letter-spacing: -2.0px;			 
}
#content-wrap h2 a {
	color: #222331;
	border: none; 
}

/* columns */
.columns {
	clear: both;
	width: 670px;	
}
.col {
	float: left;
	width: 48.5%;	
}

/* footer */
#footer-outer {
	float: left;
	width: 700px;	
	margin: 0; padding: 0;
	background: #CFC5B9 url(../images/footer.jpg) repeat-y;		
}
#footer-wrap {		
	float: left;
	width: 700px;		
	margin: 0; padding: 15px 0 55px 0;					
	background: url(../images/footer-bottom.jpg) no-repeat 0 100%;		
}
#footer-wrap h3 {
	color: #443C31;
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	border: none;	
}
#footer-wrap img {
	border: 1px solid #C1C1AF;
}





/* footer-bottom */
#footer-bottom {
	clear: both;
	width: 700px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	background: #090401;
	text-align: center;
}
