/*
Name: Type CSS
Creative by: Rise Creative Group
Date modified: 7/9/07
------------------------------------*/


/*base font settings
------------------------------------*/

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #EFEFEF;
	}

/*HTML tag font settings
------------------------------------*/

p {
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3366CC;
	margin: -.2em 0em -.2em 0em;
}

h2 {
    font-size: 1.4em;
	margin: 1.2em 0em 0em 0em;
	font-weight: bold;
	color: #777;
}

#azueros h2, #nikki-beach h2 {padding: 0}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 0em 0em;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #777;
	background:url(../images/h2_bg.jpg) bottom left no-repeat;
}

h4 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 1.0em;
	margin: 1.2em 0em -1.2em 0em;
	font-weight: bold;
}
	
hr {
	background: url(/images/line.gif) 15px repeat-x;
	height: 15px;
	border: 0;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
	color: #666;
}
	
acronym {
	background-color: #D3D3D3; cursor: help;
}

.firstLetter {font-family:Georgia,;
color:#333;
font-size:6em;
margin-top: 18px;
font-weight:normal;
line-height:80%;
letter-spacing:-6px;
display: visible !important;
float: left;
padding: 0 10px 3px 0;}
		
/* Text link styles
------------------------------------*/

a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#main_col a, #sub_col a {border-bottom: 1px dotted #999;}

a:visited {
	color: #999;
}

a:active {
	text-decoration: none;
	color: #ccc;
}
	
a:hover {
	text-decoration: none;
	color: #666666;
}