/* ********* html styles ********* */
html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: georgia, times, serif;
	background: #e4c260 url(images/bg_page.jpg) repeat-x;
	color: #333;
	text-align: center;
	margin: 0; 
	padding: 0;
}
body* {
	margin: 0; 
	padding: 0;
}	
img {
	border: 0;
}
hr {
	margin: 10px 1px;
}
h1, h2, h3, h4, h5 {
	color: #333;
	font-weight: bold;
	font-family: "century gothic", arial, sans-serif;
	font-style: italic;
}
h1 {
	font-size: 2em;
	
	margin: .1em 0 .3em 0;
}
h2 {
	font-size: 1.8em;
	margin: .1em 0 .3em 0;
}
h3 {
	font-size: 1.6em;
	margin: .1em 0 .3em 0;
}
h4 {
	font-size: 1.4em;
	margin: .1em 0 .3em 0;
}
h5 {
	font-size: 1.2em;
	margin: .1em 0 .3em 0;
}
p {
	margin: .1em 0 .7em;
	font-size: 1.3em;
	line-height: 1.4em;
}

li, li li {
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: .6em;
}
blockquote {
	margin: .6em 2.5em;
	font-size: 1.1em;
}
dt {
	font-weight: bold;
	font-size: 1.3em;
}
dd {
	margin-left: 1.4em;
	font-size: 1.2em;
}
a {
	color: #a6090f;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	
}
a:active: {
	color: #000;
}
a:hover {
	color: #144b93;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.centered {
	text-align: center;
}
.orange {
	color: #CC3300;
}
.dark {
	color: #333;
}
/* ********* Structure ********* */
#container {
	background: #fff;
	text-align: left;
	margin: 0 auto;
	width: 781px;
	border: 3px solid #be3101;
}
/* header */
#header {
	width: 100%;
	height: 179px;
	background: #eea247 url(images/bg_head.jpg) no-repeat;
	position: relative;
	border-bottom: 1px solid #be3101;
}
#globe {
	float: left;
	margin: 10px;
	width: 230px;
}
#pacificrim {
	padding: 60px 0 0 290px;
}
/* main section */
#main {
	background: #f0973d url(images/bg_sidebar.jpg) repeat-x;
	background: #831e13 url(images/bg_sidebar1.jpg) repeat-x;
}
#main p {
	
	text-indent: 1.5em;
}

/* side navigation */
#sidebar {
	float: right;
	width: 250px;
	
	
	/* background: #f0973d url(images/bg_sidebar.jpg) repeat-x; */
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 0; padding: 0;
}
#sidepad {
	margin-left: 5px;
}
#sidebar ul {
	margin: 38px 0 14px 0;
	padding: 0;
	color: #fff;
	list-style-position: inside;
}
#sidebar li {
	color: #fff;
	font-size: 13px;
	margin: 0 0 9px 0;
}
#sidebar a {
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

#sidebar a:hover {
	color: #144b93;
	text-decoration: none;
}
#sidebar ul li.current a {
	color: #144b93;
}

/* main content */
#content {
	background: #fff;
	width: 516px;
	color: #333;
}
* content { height: 1%;}
#content ul {
	margin: .1em 0 .7em 2.5em;
	list-style-image: url("images/list_diamond.gif");
}
#content ol {
	margin: .1em 0 .7em 2.9em;
}
#pad {
	padding: 15px 22px;
}
#content ul.bullet {
	list-style-image: none;
	list-style:disc;
}
#footer {
	margin: 12px auto;
	width: 750px;
	text-align: center;
	font-size: 1em;
}
#footer a {
	color: #a6090f;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #144b93;
}
#pad p.mailform a {
	color: #fff;
}
