/* CSS Document */
/* Specify blanket rules for all elements */
body {
    text-align:center;
	background-color: #0099FF;
	font-size:12px;font-family: Georgia, "Times New Roman", Times, serif;
	/*background-image: url(../images/design_elements/graphics/bg_bluePattern.jpg);*/
	background-image: url(../images/design_elements/background_red_pattern.jpg);
	background-attachment:fixed;
	background-repeat: repeat;
	
}

/* Rules for headings */

h1 {
	font-size: 1.8em;
	color: #999999;
	padding:5px;	
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.5em;
	padding:3px;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top:double medium #CCCCCC;
	
	
}
h3 {
	font-size: 1.4em;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h4 {
	font-size: 1em;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: normal
}

/* default paragraph styles */
p {
font-size:14px;
line-height:1.5;

}

a {
	font-size: 1em;
	color: #0033FF;
	font-family:font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	text-decoration:none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #000000;
	text-decoration: underline; 	
	
}
a:active {
	text-decoration: none;
	color: #990000;
}


.style1 {
	color: #990000;
	
}
.breadcrumbBold {
	color: #B7DBFF;
	font-weight: bold;
	font-size: 1.5em;
	
}
.dateline {
color: #666666;
font-weight: 600;

}
.style4 {
	color: #990000;
	font-weight: bold;
}
.style5 {
	color: #CC9900; 
	font-weight: bold
	font-size: 1.5ems;
		
	}

.paraIndent {
padding-left:2em;

	}



/*container */
#container { 
width:900px;
padding:10px;
margin:10px auto;
background-color: #FFFFFF;


}

/* Masthead */
#masthead {
	height:251px;
	text-align:left;
	letter-spacing: 2px;
	line-height:1.5em;
	border:#ccc 3px double;
	background-image:url(../images/design_elements/headings/masthead900w.jpg);
	background-repeat: no-repeat;
	background-position:left;

}

#menu 

{
	text-align:left;
	padding:0;
	height:30px;
	line-height:30px;
	margin:0 auto;
	border:#ccc 3px double;
}

#menu ul {

	margin: 0 auto;
	padding:0;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a 

{
	padding:8px 16px;
	text-decoration: none;
	font-variant:small-caps;
	font-size: 1.3em;
	border:0;
	color: #333333;	

}

#menu a:hover,
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active

{

	background: #990000;
	color:#fff;
	border:0;

}


#scrollShops {
	overflow:auto;
	padding:10px;
	width:200px;
	height:400px;
	z-index:1;
	border:solid;
	border-width:thin;
	visibility: visible;
	margin-left:10px;
}

#premiumAdvertisers {
	overflow:auto;
	padding:5px;
	width:175px;
	height:400px;
	z-index:1;
	border:solid;
	border-width:thin;
	visibility: visible;
	margin-left:5px;
	margin-right:5px;
}



/* Content */
#content {
	margin-right:261px;
	margin-left:220px;
	margin-bottom:10px;
	text-align:left;
	margin-top:5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

/* Sidebar A*/
#sidebar_a {
	float:left;
	width:200px;
	margin-bottom:10px;
	margin-top:5px;
	text-align:left;
	border:#ccc 3px double;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Sidebar B*/
#sidebar_b {
	float:right;
	width:225px;
	margin-bottom:10px;
	margin-top:5px;
	padding:10px;
	text-align:left;
	border:#ccc 3px double;	
}

/* footer */ 
#footer {
	height: auto;
	clear:both;
	padding:0px;
	text-align:left;
	border:#CCCCCC medium dotted;
}

