/* Vermont Lifestyle Master CSS File
            Imports and Spans
---------------------------------------------*/

/* Load all of the external CSS files BEFORE the general use spans and global style rules
-------------------------------------------------------------------------------------------------*/
@import"structure.css";
@import"design.css";
@import"navigation.css";
@import"content.css";
@import"colors.css";

/*    general use spans and classes
--------------------------   */

.hidden{
	display:none;
}

.floatright {
	float: right;
}

.float {
float: left;
}

.textleft {
text-align: left;
}

.textright {
text-align:right;
}

.center {
text-align: center;
}

.clrleft {
	clear: left !important;
}

.end {
	clear: both;
	margin-top: 15px;
}

i {
	font-style: italic;
}

.noattrib {
margin: 0 !important;
padding: 0 !important;
}

object {
	width: 122px;
	height: 107px;
}



.inline-right {
	max-width:100%;
	padding:4px;
	margin: 0 0 2px 7px;
	display:inline;
	float:right;
	text-align:center;
}