@import url(typography.css);
@import url(styles.css);
@import url(menu.css);

body {
	background-color: #FFFFCC;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em; /* 13pt */
}

h1, h2, h3 {
	color: #003300;
	font-family: trebuchet ms, sans-serif;
}

h1 { color: #CC6600; }

h2 { border-bottom: solid 2px #FDB106; }

a {
	border-bottom: dotted 1px #ccc;
	color: #CC6600;
	padding-bottom: 0.3em;
	text-decoration: none;
}

a:hover { border-bottom-color: #CC6600; }

a.backtotop-lft, a.backtotop-rgt { display: inline; }

a.backtotop-lft { float: left; }

a.backtotop-rgt { float: right; }

th {
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

ul { list-style-type: square; }

hr {
	background-color: #E4E4D7;
	border: none;
	color: #E4E4D7;
	height: 3px;
	margin: 0.5em 0;
}

#container {
	background-color: white;
	margin: 20px auto;
	width: 760px;
}

#containertop {
	background: transparent url(../images/containertop-bg.gif) no-repeat;
	font-size: 0.9em;
	height: 18px;
	padding: 7px 8px 4px 8px;
	text-align: right;
}

#header, #menu, #content { margin: 0 5px; }

#header {
	background: transparent url(../images/header-bg.jpg) no-repeat;
	color: black;
	font-weight: bold;
	height: 105px;
}

#phone {
	display: inline;
	float: right;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.5em;
	margin: 120px 50px 0 0;
	text-align: center;
}

#phone strong { font-size: 1.25em; }

/* Begin menus */
#menu, #menu ul { font-family: arial, verdana, helvetica, sans-serif; }

#menu {
	background: #0691D4 url(../images/menu-bg.jpg) no-repeat;
	margin-bottom: 2px;
}

#menu li, #menu a { color: white; }

#menu li {
	margin: 2px 10px 0 20px;
	padding: 0;
}

#menu a {
	background-color: transparent;
	background-image: none;
	border-bottom: solid 5px transparent;
	font-size: 1.3em;
	font-weight: bold;
	padding: 6px 0 5px 0;
}

#menu a:hover, #menu a.a {
	background-color: transparent;
	border-bottom-color: #E2B122;
}

#menu a em {
	font-style: normal;
	text-decoration: underline;
}

/* 2nd level menus */
#menu ul {
	background-color: #E4E4D7;
	padding: 2px;
}

#menu ul a {
	color: #333;
	font-size: 1em;
}

#content {
	background: transparent url(../images/content-bg.gif) repeat-x;
	padding: 16px 5px 5px 5px;
}

#breadcrumbs {
	color: #A9A996;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#banner {
	margin: 20px;
	text-align: center;
}

#banner a { border: none; }

#containerbtm {
	background: transparent url(../images/containerbtm-bg.gif) no-repeat left bottom;
	text-align: center;
	padding-bottom: 15px;
}

#footer {
	background: transparent url(../images/content-bg.gif) repeat-x;
	color: #BCBCBC;
	font-size: 0.8em;
	margin: 0 10px;
	padding-top: 15px;
}

#footer a em {
	font-style: normal;
	text-decoration: underline;
}