/* CSS Document */
/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited {text-decoration:none}
ul,ol {list-style:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img {border:none}
address {font-style:normal}

body {
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	margin:0 auto;
	padding:0;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
}
#container {
	padding-bottom:5px;
	width:855px;
	text-align:left;
}
div.header {
	margin-top:10px;
	width:855px;
	height:120px;
}
div.menu {
	margin-top:15px;
	margin-left:86px;
	width:687px;
	height:73px;
}
div.sub-menu {
	margin-top:5px;
	width:855px;
	height:185px;
	padding-bottom:10px;
}
div.main-content {
	width:855px;
}
div.body-content {
	float:right;
	width:630px;
	padding-left:8px;
	padding-right:7px;
	padding-bottom:10px;
}
div.side-content {
	float:left;
	width:210px;
	padding-bottom:10px;
}
div.footer {
	width:855px;
	height:20px;
	border-top:1px #E59921 solid;
	clear:both;
	text-align:center;
	font-size:11px;
}
p {
	color: #000;
	margin-bottom:12px;
	line-height:2.1;
}
.footer-text {
	color: #000;
	margin-top:5px;
	margin-bottom:4px;
	line-height:1.8;
}
.smallmenu-text {
	line-height:1;
	color:#464A52;
	font-weight:normal;
	text-transform:uppercase;
}
.smallmenu-text a:link, .smallmenu-text a:visited { 
	color:#464A52;
	text-decoration: none;
	border-bottom:none;
}
.smallmenu-text a:hover {
	color:#AB0101;
	text-decoration: none;
	border-bottom:1px solid #CCCCCC;
} 
.smallmenu-book {
	color:#AB0101;
	text-decoration: none;
	border-bottom:none;
	font-size:14px;
	font-weight:bold;
} 
.page-subtitle {
	background:transparent url(../images/page-title-bg.png) no-repeat scroll left bottom;
	color:#06416B;
	font-family:normal Helvetica,Arial,Verdana,san-serif;
	font-size:18px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.3mm;
	line-height:normal;
	margin-bottom:10px;
	margin-top:0px;
	padding-bottom:5px;
	text-shadow:#BBBBBB 1px 1px 6px;
}
.cf {
	color: #E59921
}
p a:link, p a:visited { 
	color:#AB0101;
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
	padding:1px 0pt;
}
p a:hover {
	color:#464A52;
	text-decoration:none;
	border-bottom:1px solid #AB0101;
	padding:1px 0pt;
}

img.imageBorder {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #DDDDDD;
	float:left;
	padding:5px;
}
ul,ol {
	margin-bottom:4px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
li {
	background:transparent url(../images/icons/arrow-play.png) no-repeat 8px 3px;
	padding:4px 0pt 4px 30px;
}
li a:link, li a:visited { 
	color:#AB0101;
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
	padding:1px 0pt;
}
li a:hover {
	color:#464A52;
	text-decoration:none;
	border-bottom:1px solid #AB0101;
	padding:1px 0pt;
}
