/* GLOBAL STYLES */
body { 
margin: 0px auto 0px;
padding: 0px auto 0px; 
color:#999999; 
font-size: 12px; 
font-family: Georgia, "Times New Roman", Times, serif; 
background-image:url(../images/green_pattern.gif);  } 
/* LINK COLORS */

a:{
	color:#f06c9a;
	text-decoration: none;
}

a:hover {
	color: #9fcf67;
	text-decoration: none;
}

a:visited {
	color: #9fcf67;
	text-decoration: none;
}

a:link {
	color: #9fcf67;
	text-decoration: none;

}


/* FONT STYLES */

.titles { font-size: 22px; color:#9fcf67; text-align:center; }
.green {
	color:#9fcf67;	
}


/* ELEMENTS */

#wrapper_main {
	background-color:#ffffff;
	width:752px;
	height:auto;
	margin:0 auto;
	padding:0 auto;
}
#wrapper {
	background-color:#ffffff;
	width:746px;
	border: dotted 3px #f06c9a;
	float:left;
}

.head {
margin:0px;
padding-left:5px;
height:114px;
float:left;
}
.head a{

margin:0px;
padding:0px;
float:left;
}
.dlogo{
width:282px;
height:114px;
float:left;
}
.listmenu{
width:454px;
height:114px;
float:left;
background-image:url(../images/menuback.gif);
background-repeat:x-repeat;
}
.listmenu ul{
display:block;
float:left;
margin:0px;
padding:0px;
}
.listmenu ul li{
display:inline;
float:left;
padding-left:15px;
padding-right:14px;
padding-top:45px;
list-style:none;
}
.listmenu ul li a{
color:#ffffff;
text-decoration: none;
}
.listmenu ul li a:hover{
color: #9fcf67;
text-decoration: none;
}

#content {
padding:20px;
float:left;
height:auto;
width:706px;
/* this keeps the site at least 400px tall in case you don't have much content */
}
.content { padding:20px; float:left; width:706px; height: 500px;
/* this keeps the site at least 400px tall in case you don't have much content */
}

#foot {
	text-align:center;
	padding:20px;
	font-size:12px;
	float:left;
	width:706px;
}
.foot {
	text-align:center;
	font-size:12px;

}

#collectionNav {
	float:left;
	width:120px;
	margin-left:20px;
	border:1px solid #ffffff;
	text-align:left;
}

.collectionNav_new {
	float:left;
	width:120px;
	text-align:left;
	position:absolute;
	top:70px;
	left:530px;
}
#collectionContent {
	float:right;
	width: 95%;
	
	
}

#blogContent {
	float:right;
	width: 560px;
}


.card-list
	{ margin: 0; padding: 0; list-style-type: none; }

.card-list li 
    { margin: 3px; padding: 3px; float: left; display: inline;  border:1px solid #99999;}
    
.card-list img
	{ width: 130; border: 0; margin: 0; padding: 0; display:block ; }	

#scrollbox
	{ height: 510px;  overflow: auto; }


	
	
	
.chromestyle{
float:left;
width:120px;
text-align:left;
position:absolute;
top:70px;
left:530px;
border:1px solid #ff0000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}


.main_container{ width:721px; float:left; }
.left_container{
width:268px;
float:left;
}
.right_container{
width:448px;
float:left;
}




