@charset "utf-8";
/* CSS Document for the home page*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF;
	font-weight: normal;
}

ul {
	list-style: url(../images/bullet.gif);
}

#outermost_div {
	width: 980px;
	float:left;
	margin: 0px;
	 padding: 0px;	
}

#container_div {
	 width:980px;
	 float:left;
	 margin: 0px;
	 padding: 0px;	
}

#top_bar_div {
	height: 38px;
	width: 980px;
	clear: both;
	float: left;
	left: 0px;
	top: 0px;
	border-style: none;
	background: url(../images/top_bar.jpg) no-repeat left top;
}

#border_div{
	width: 978px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
	border-top: 1px none #663399;
	border-right: 1px solid #663399;
	border-bottom: 1px none #663399;
	border-left: 1px solid #663399;
}

#left_column_div {
/*	width: 595px;  */
width: 593px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	border:none;
	margin: 0px;
	padding: 0px;	
}

#content_div{
	/*    width: 595px;   */
width: 573px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#right_column_div {
    width: 385px;
	left: 0px; 
	position:relative; 	
	float: left;
	margin: 0px;
	padding: 0px; 
}

#right_swirl_div {
    width:60px;
	min-height: 583px;
	left: 0px;
	position:relative;
	background: url(../images/detail_swirl.jpg) no-repeat;
	float:left;
}

#right_content_div {
	min-height: 583px;
	width:315px;
	background: url(../images/detail-swirl_bg.jpg) repeat-x;
	float:left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

#right_content_div ul{
	list-style: url(../images/bulletpurple.gif);	
}
#bottom_bar_div {
	clear:both;
	height: 38px;
	width: 980px;
	float: left;
	left: 0px;
	top: 621px;
	border-style: none;
	background: url(../images/bottom_bar.jpg) no-repeat left top;
}

#footer_div {
	float: left;
	position: relative;
	left: 0px;
	bottom: 20px;
	width: 980px;
	
}

#global_menu_div {
	width: 980px;
	height: 20px;
    position:absolute;
    top:3px;
    margin-left: 10px;
}

#global_menu_div  ul{
	list-style: url(none) none;	 
/*	margin-top: 7px; */
	
}

#global_menu_div  li{
    display:inline;
	 
}

#global_menu_div  a{
	float:left;
	/*   padding-right: 52px;  */
    padding-right: 56px;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: normal;
}
.darkpurplebold {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #330033;
}


#global_menu_div a:hover{
	color:#D0A048;
	font-weight: normal;
}
  
.clear_all {
	clear: both;
}

#heading_div {
	font-size: 30px;
	color: #D0A048;
	font-weight: normal;
	margin-top:32px;
	margin-bottom:20px;
	margin-left: 100px;
	}

#copyright_div {
	font-size: 14px;
	color: #9966CC;
	text-align: center;
	vertical-align: middle;
    padding: 20px;  
	list-style: url(none) none;
	height: 40px;
	font-weight:normal;
}

#credits_div {
    width:980px;
	font-size: 12px;
	color: #9966CC;
	text-align: center;
	
}

#credits_div  a{ 
    color: #9966CC;
	text-decoration:none; 
	font-weight: bold; 	 
}

#credits_div a:hover{
	color:#973E92;
	}
.quote  {
	font: italic normal 16px Georgia, "Times New Roman", Times, serif;
	color: #330033;
	}
 .nobullet {
 
      list-style-type:none;
}
.bold {
	font: bold 12px Arial, Helvetica, sans-serif;
}
.purplebox {
	background: #CC99CC url(../images/detail-swirl_bg.jpg) repeat-x;
	padding: 20px;
	margin: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #330033;
}
.textright {
	float: none;
	display:inline;
	margin-left: 400px;
}

