@import '/styles/common.css';
@import '/style.css';

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #113d44;
}


a {
	color:#6c511e;
	text-decoration:underline;
}
a:hover {
  color: #00a1b1;
}
a img {
	border:none;
}

hr {
	border-bottom:1px dashed #cccccc;
	color: #FFFFFF;
	background-color:#FFFFFF;
	height: 1px;
	padding: 0;
	margin: 1em 0;
}

p {
	margin:1em 0;
}

h1 {
  color: #453414;
  font-size: 16px;
	margin:0 0 1em 0;
}

h2 {
  font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 0 0.5em 0;
}

h3 {
	background: #03697b url('/images/h3-bg.gif') top repeat-x;
	color:#ffffff;
  font-size: 13px;
	padding:11px 5px;
	margin:0 0 1em 0;
}

.border {
	border:1px solid #cccccc;
	padding:2px;
}

.fancybox {
	background:url('/images/box-bg.gif') bottom repeat-x;
	padding:10px;
}

.bigger {
	font-size:14px;
}

.successbox, .successbox * {
	color:#047488;
}
.successbox a {
	color:#6c511e;
}
.successbox a:hover {
  color: #00a1b1;
}





body {
	background:#03849b url('/images/bg.gif') top repeat-x;
}

#bg-top {
	background:url('/images/bg-top.jpg') top center no-repeat;
}

#bg2 {
	background:url('/images/bg2.gif') center repeat-y;
}

#page {
	width:740px;
	margin:0 auto;
}

#header {
	border-bottom:1px solid #ffffff;
}

#menu {
	height:auto !important;
	min-height:23px;
	height:23px;
	padding:6px 0 0 70px;
	background:url('/images/menu-bg.gif') top repeat-x;
}
#menu ul, #menu li {
	padding:0;
	margin:0;
	list-style:none;
	list-style-image:none;
}
#menu li {
	padding-right:10px;
	border-right:1px solid #2f8695;
	margin-right:10px;
}
#menu li.last {
	padding:0;
	margin:0;
	border:none;
}
#menu ul a {
	color:#ffffff;
	text-decoration:none;
	float:left;
	font-weight:bold;
}
#menu ul a:hover {
	color:#ebad0b;
	color:#8ce3f2;
}

#content {
	background-color:#ffffff;
	margin-top:12px;
	margin-bottom:10px;
	height:auto !important;
	min-height:466px;
	height:466px;
}

#content #left {
	width:575px;
	margin-right:5px;
}

#content #right {
	width:160px;
}

.paddedbox {
	padding:0 20px;
}

#footer ul, #footer li {
	padding:0;
	margin:0;
	list-style:none;
	list-style-image:none;
}
#footer ul {
	padding:5px 10px;
	background-color:#cccccc;
	height:15px;
}
#footer li {
	padding-right:10px;
	border-right:1px solid #9aaeb2;
	margin-right:10px;
}
#footer li.last {
	padding:0;
	margin:0;
	border:none;
}
#footer ul a {
	color:#18626f;
	text-decoration:none;
	float:left;
	font-weight:bold;
}
#footer ul a:hover {
	color:#8ce3f2;
	color:#00a1b1;
}
#footer #credit {
	margin:20px 0 20px 10px;
}
#footer #credit a {
	text-decoration:none;
	font-size:10px;
	color:#18626f;
}
#footer #credit a:hover {
	text-decoration:underline;
}
