body {
	background: url(theme/bg.gif) repeat-x #f8f8f8;
	margin: 0 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0;
}

h3 {
	font: 22px Arial, Helvetica, sans-serif;
}

h4 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #008ad6;
}

p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

ul, ol {
	font: 10px Arial, Helvetica, sans-serif;
}

.whitetxt {
	color:#FFF;
}

.redtxt {
	color:#F00;
}

.greetxt {
	color: #66993F;
}

/*Layout*/

.container {
	width: 997px;
	margin: 0 auto;
}

.absolute {
	position: absolute;
}

#clear {
	height: 10px;
}

#top {
	height: 60px;
}

#mid {
	margin-top: 46px;
}

#mid2 {
	margin-top: 46px;
	background: url(theme/blue_bar.gif) no-repeat;
	width: 996px;
	height: 66px;
}

#footer {
	background: url(theme/bg_footer.gif) repeat-x;
	height: 60px;
	font: 11px Arial, Helvetica, sans-serif
}

.page_hd {
	float:right;
	color: #FFF;
	font-size: 45px;
	margin: 10px 11px 0 0;
}

#foot_txt {
	padding: 21px 15px;
	font
}

#foot_txt p {
	font-size: 11px;
}

#nav {
	position: absolute;
	z-index: 2000;
	margin: 22px 0 0 192px;
}

#main_info {
	margin: 15px 0 0 0;
	background: #FFF;
	min-height: 500px;
}

#bread_crumb {
	position: absolute;
	margin: 70px 0 0 201px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
	#left_pane {
		width: 173px;
		padding: 0 15px;
	}
	
	#mid_pane {
		font:12px Arial, Helvetica, sans-serif;
		min-height: 300px;
		background: url(theme/bg_mainpane.gif) no-repeat;
		width: 565px;
		padding: 0 15px 50px 15px;
	}
	
 #right_pane {
		min-height: 760px;
		width: 176px;
		margin: 0 auto;
	}

/*Images*/

.headings {
	margin: 13px 13px 0 0;
}

.nav_block {
	position:absolute; 
	z-index: 5; 
	margin: 23px 0 0 638px;
}

.book_btn {
	position: absolute;
	margin: 27px 0 0 690px;
}

.bread_blue, .bread_black {
	color: #008ad6;
	font-weight: bold;
}

.bread_black {
	color: #000;
}

.arial14black {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

/*Styles*/

.sub_nav a {
	 background: url(theme/divider_subnav.gif) no-repeat bottom;
  color: #008ad6;
  display: block;
  font: 11px Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  padding: 3px 0 6px 0;
  text-decoration: none;
  width: 155px;
}

.sub_nav a:hover {  
  color: #666666;
  text-decoration: none;
}

.subsub_nav a {
		white-space: normal;
  background-image: none;
  border-bottom: solid 1px #ccc;
  border-right: none 1px #fff;
  color: #000000;
  display: block;
  font: 10px Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 9px;
  text-decoration: none;
  width: 155px;
}

.replace_txt {
		font-size: 16px;
	color: #fff;
}
.replace_txt2 {
		font-size: 16px;
	color: #fff;
	padding-bottom: 8px;
}

.tab_txt, .tile_txt, .tab_txt2, .tab_txt3, .tab_txt4, .tab_txt5 {
	position: absolute;
	margin: 24px 0 0 17px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	width: 153px;
}

.txt_width {
	margin-top: 10px;
	width: 95px;
}

.tile_txt {
	margin: 18px 0 0 13px;
}

.txt_width2 {
	width: 90px;
	margin-top: -10px;
}
.go_btn, go_btn2 {
	position: absolute;
	margin: 105px 0 0 15px;
}

.go_btn2 {
	position: absolute;
	margin: 105px 0 0 30px;
}

.tab_txt2 {
	margin-left: 220px;
}

.tab_txt3 {
	margin-left: 421px;
}
.tab_txt4 {
	margin-left: 623px;
}
.tab_txt5 {
	margin-left: 825px;
}

/*Links*/

#foot_txt a:link, #foot_txt a:visited { color: #000; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
#foot_txt a:hover, #foot_txt a:active { color: #999999; text-decoration: none; }

#mid_pane li a:link, #mid_pane li a:visited { color: #64ab57; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; }
#mid_pane li a:hover, #mid_pane li a:active { color: #64ab57; text-decoration: none; }

.home_txt a:link, .home_txt a:visited, #mid_pane a:link, #mid_pane a:visited { color: #008ad6; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; }
.home_txt a:hover, .home_txt a:active, #mid_pane a:hover, #mid_pane a:active { color: #008ad6; text-decoration: none; }

#bread_crumb a { color: #008ad6; text-decoration: none; font-family: Arial, Helvetica, sans-serif; }
#bread_crumb a:hover { color: #008ad6; text-decoration: underline; }

/*Pop up*/
#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
		background: #FFF; 
		border: #019EE1 1px solid;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:328px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:centre; 
	padding:10px; 
	margin:13px;
	color:#1F1F1F; 
	font-family:arial;
	font-size:16px; 
}

a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	background-color: #019EE1;
	display: block;
	width:50px;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* css3 implementation :) */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

a.button:hover {
	background-color: #000;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}
