/* Layout Stylesheet */ 
*{
	margin:0;
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;	
}
ul,ol {
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 15px;
}
p,ul,ol	{	margin-bottom: 20px;	}	
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 1em;
}
select > option { padding:0 10px 0 0; }
form {	display:inline;	}
h1,h2,h3,h4,h5 {	margin-bottom: 15px;  }
body {
	background:#FFF;
	text-align:center;
}
#outer {
	text-align:left;
	border:1px solid #000000;
	width:760px;
	margin:auto; 
}
#hdr { 
	height:128px;
	background:url(dawson_logo.jpg) no-repeat top left;
	color: #333333;
}
#bar {
	color:#757678;	
	background-color:#F3F4F8;
	border:solid #000000;	
	border-width:0px 0 1px 0;
	
}
#bar span{
	line-height:25px;
	margin-left:215px; 	
	text-transform:capitalize;
	font-size:1em;
	font-family:"Times New Roman", Times, serif;
}
#bodyblock {
	background-color:#F3F4F8;
	position:relative;
	color: #333333;
	width:760px;
	border-top:1px solid #BFBFBF;
	padding: 20px 0;
}
#bodyblock:after{
	content:"<end>";
	position:relative;
	display:block;
	clear:both;
	visibility:hidden;
} 
#l-col {
	float:left;
	color: #333333;
	width:185px;
}
#cont {
	width:545px;
	color: #333333;
	background-color:inherit;
	text-align:left; 
	float:right;
	
}


#ftr {
	background-color:#F3F4F8;
	height:25px;
	border:solid black;
	border-width:1px 0 0 0;
}
#ftr div{

	text-align:left;
	padding-left:50px;
	font-size:.7em;
	line-height:25px;
}
#l-col ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:.8em;
	color:#FFF;
}
#l-col ul li{
	width:100%;
	text-align:center;
	color:#FFF;
	margin:0 0 1px 0;
	float:left;
	line-height:20px;
	background:url(./nav_top.gif) no-repeat top right;
}
#l-col ul li a{
	width:100%;
	display:block;
	position:relative;
	color:#FFF;
	text-decoration:none;
	background: url(./nav_bot.gif) no-repeat bottom right;
	
}

.rbtop div.image, .rbtop, .rbbot div.image, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbtop1 div.image1, .rbtop1, .rbbot1 div.image1, .rbbot1 {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent1 { padding:0 7px; color:#666; font-size:.8em  }
.padding{
	padding:5px 15px; 
}
.rbcontent h1{
	color:#fff;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:1.6em;
	text-align:center;
	font-family:"Times New Roman", Times, serif;	
}
table.subjectList{
	margin-top:10px;
}
table.subjectList td {
	padding: 2px;
}
table.subjectList tr td a{
	text-decoration:none;
}
div.maintext{
	padding:5px;
}
input.orderButton{
	text-transform:uppercase;
	color:#FFF;
	border:2px solid #FFF;
	font-size:0.9em;
}
div.homeContent{
	font-size:0.75em;
	width:260px;
}
div.homeContent h2{

	margin-bottom:0; 
	font-size:1.4em;
	color:#376098;
}
div.teaser{

	color:#376098;
}
div.latestOffers{
	float:left; 
	width:255px;
	margin-left:10px
}
h3.latestTop{
	background:url(top.gif);
	height:32px; 
	text-align:center; 
	font-size:0.8em; 
	line-height:38px; 
	overflow:hidden;
	color:#FFF; 
	margin:0;
}
div.latestBook{
	font-size:0.75em;
	padding:10px;
	height:1%;
}
div.latestBook strong{
	
	display:block;
	margin-bottom:10px;
}
div.seperator{
	background:url(./seperate.gif) no-repeat; 
	margin-top:5px;
}
div.latestMiddle{
	background:url(./middle.gif) repeat-y;
}
div.latestBottom{
	background:url(./bottom.gif) no-repeat;
}
form.moreInfo{
	text-align:right;
	display:block;
	margin-top:15px;
}
input.moreInfo{
	background-color:#8CB2BF;
	text-transform:uppercase;
	color:#FFF; 
	border:2px solid #FFF;
	font-size:0.8em;
	
}
div.mainContent{
	font-size:.75em;
}
div.mainContent h2{

	margin-bottom:0; 
	font-size:1.4em;
	color:#376098;
}

div.error {
	color:#D33;
	background-color:#FFE7EB;
	padding:5px;
	border:1px solid #D33;	
	margin-bottom:10px;
	width:95%;
}
div.warning {
	color:#413B19;
	background-color:#FFFFD9;
	padding:5px;
	border:1px solid #FFE864;	
	margin-bottom:10px;	
}
div.message {
	color:green;
	background-color:#F7FFF0;
	padding:5px;
	border:1px solid green;	
	margin-bottom:10px;
}