/*********************
**	palm.css
**	author: jmar
**	11/19/2006
*********************/

/* Universal */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

p {
	line-height: 18px;
}

.bolded {
	font-weight: bold;
}

p.caption {
	color: #FF3300;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

p.quote {
	font-style: normal;
	text-align: justify;
}

p.quoteSource {
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

.clearer {
	clear: both;
}

h2 {
	font-weight: bold;
	font-size: 130%;
}

h3 {
	font-weight: bold;
	font-size: 120%;
}
h4 {
	font-weight: bold;
	font-size: 110%;
}

body {
	background: #000000;
	text-align: center;
	font-family: arial;
	font-size: 12px;
}
#content {
	width: 746px;
	text-align: left;
	margin: 5px auto 5px auto;
	background: #F4E6DB;
	background: url('../image/common/body_bg.gif') repeat-y top left;
}

/* Header */
#header {
	height: 133px;
	background: url('../image/common/header_bg.gif') top left no-repeat;
}
#logo {
	float: left;
	display: inline;
	width: 56px;
	height: 92px;
	margin: 10px 36px 10px 32px;
	background: url('../image/common/palmlogo.gif') top left no-repeat;
}
#header ul {
	position: relative;
	float: left;
	top: 80px;
	display: inline;
	list-style: none; 
}
#header li {
	display: inline;
	font-size: 11px;
	margin-right: 25px;
}
#header li.active {
	font-weight: bold;
	color: #ffffff;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: #ffffff;
}

#header a:hover {
	color: #292C59;
}


/* main */
#main {
	clear: both;
	background: url('../image/common/body_bg.gif') repeat-y top left;
	/* hack for ie */
	text-align: center;
}

/* footer */
#footer {
	background: url('../image/common/footer_bg.gif') top left no-repeat;
	background-color: #000000;
	text-align: center;
	color: #0033FF;
}

#footer p {
	padding-top: 35px;
	color: #cccccc;
	
}

#footer p.copyright {
	font-size: 10px;
	line-height: 15px;
}
/* section title */
p.sectionTitle {
	text-align: center;
	letter-spacing: 0.8px;
	margin: 0 auto 12px auto;
	font-size: 12px;
	font-weight: bold;
	color: #ABB0A9;
	width: 204px;
	padding-bottom: 12px;
	background: url('../image/common/sectiontitle_bg.gif') bottom left no-repeat;
}