/* CSS Document */
body {
	background-color: #ccc;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

.container {
	margin: 0 auto;
	text-align: left; 
	width: 775px;
	display: table;
	background-color:#cccccc;
	background-image:url(images/title.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;

}

.titleblock {
	margin: 0 auto;
	display: block;
	width: 775px;
	height: 250px;
	padding: 0 0 0 0;
}

.mainbody {
	margin: 0 0 0 20px;
	border-left: 2px solid #600B0B;
	width: 745px;
	padding: 0 5px 10px 5px;
}

#navcontainer {
	margin: 0 auto;
	padding: 0 0 0 22px;
	display: block;
	font-family: "High Tower Text", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	height: 23px;
	width: 753px;
	background-image:url(images/grid.gif);
	background-repeat: no-repeat;
	background-position: top right;

}

#navcontainer ul {

   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;

}

#navcontainer li {
   float: left;
   display: block;
}

#navcontainer li a {
   color : #000;
   width : auto;
   display: block;
   text-decoration : none;
   padding : 1px 15px;
   border-right: 1px solid #999;

}

#navcontainer ul li a:hover {
   color : #fff;
   background : #600B0B;

}

.block {
  float:right; 
  background-image:url(images/feature.gif); 
  background-position: top; 
  background-repeat:no-repeat; 
  width: 240px;
  height: 100%;
  margin: 5px; 
  padding: 52px 5px 5px 5px;
  text-align:left;
  border: 1px solid #999;}
 
 .block2 {
  float:right; 
  background-image:url(images/grad.jpg);
  background-position:top center;
  background-repeat:no-repeat; 
  background-color:#dddddd;
  width: 330px;
  height: 100%;
  margin: 5px; 
  padding: 5px;
  text-align:left;
  border: 1px solid #999;
}

.block2 p {
	font-size:12px;
	line-height: 14px;
	margin-bottom:6px;
	margin-top:6px;}

.block2 li {
	font-size:12px;}
	
.block2 a:link {
	background-color:#EDCFAD;
	color:#600B0B;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}
	
.block2 a:visited {
	color: #A34F32;
	background-color:#EDCFAD;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}

.block2 a:active {
	color:#600B0B;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}
	
.block2 a:hover {
	color:#600B0B;
	text-decoration: none;
	border-bottom: 1px solid #600B0B;
	}

 img {
 	border: 1px solid #999;}

p {
	font-size:14px;
	line-height: 20px;}

h4 a:link {
	color:#600B0B;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}
	
h4 a:visited {
	color: #A34F32;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}

h4 a:active {
	color:#600B0B;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}
	
h4 a:hover {
	color:#600B0B;
	text-decoration: none;
	background-color:#EDCFAD;
	border-bottom: 1px solid #600B0B;
	}

.mainbody a:link {
	color:#600B0B;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}
	
.mainbody a:visited {
	color: #A34F32;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}

.mainbody a:active {
	color:#600B0B;
	text-decoration: none;
	border-bottom: 1px dotted #600B0B;
	}
	
.mainbody a:hover {
	color:#600B0B;
	text-decoration: none;
	background-color: #EDCFAD;
	border-bottom: 1px solid #600B0B;
	}

h1, h2, h3, h4 {
	font-family: "High Tower Text", "Times New Roman", Times, serif;
	font-weight:400;}
h1 {
	margin: 20px 0 20px 0;
	color:#600B0B;
	font-size: 26px;}

h2 {
	margin: 20px 0 20px 0;
	color:#730D0D;
	font-size: 23px;}

h3 {
	margin: 20px 0 20px 0;
	color:#A34F32;
	font-size: 20px;}
	
h4 {
	margin: 2px 0 2px 0;
	color:#600B0B;
	font-size:17px;}

.quote {
	font-style:italic;
		line-height: 16px;}


#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		background-image:url(images/grid.gif);
		background-position:top center;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000;
		font-family:"High Tower Text", "Times New Roman", Times, serif;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
		font-size:17px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#600B0B;
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		width: 200px;
		padding-left:4px;
		padding-right:4px;
		border:1px solid #ddd;
		background-color:#bbb;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		width: 200px;
		padding-left:4px;
		padding-right:4px;
		background-color:#666;
		border:1px solid #444;
	}
		#dhtmlgoodies_menu .currentDepth2 a{	/* Text rules */
		font-size:14px;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#ddd;
		font-size:14px;
	}	