/* Start of CMSMS style sheet 'Stylevantage layout' */
* { margin: 0; padding: 0; } 
body {
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(images/stylevantage/page-bkg.gif) repeat-x;
	color: #333433;	
	text-align: center;		
}

/* links */
a {
	color: #EC981F; 
}
a:hover {
	color: #806B4D;
}
.skip {
	display: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}

#main h1, #sidebar h2 {
	padding: 10px 0 5px 5px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
}	

p, h1, h2, h3, dl {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span, ol span {
	color: #666666;
}
dt {
	clear: left;
	font-weight: bold;
	font-size: 1.1em;
}
dd {
	margin-bottom: 1em;
	font-weight: normal;
}
dl dd img {
	float: left;
	margin: 0 0.5em 0.25em 0;
}

/* images */
img {
	border: 0;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

#container {
	margin: 0 auto;
	width: 850px;  	
	text-align: left;
}
#content {
	clear: both;
	width: 850px;
}

#header {
	height: 87px;
	background: url(images/stylevantage/header-bkg.jpg) no-repeat center top;
	padding-top: 15px;
}
#header h1, #header h2 {
	color: #fff;
	width: 458px;
	margin: 0 0 0 65px;
	padding: 0;
	text-align: right;
	font-weight: normal;
}
#header h1 {
	font-size: 2.5em;
}
#header h2 {
	font-size: 1.1em;
}

/* menu */
#menu {
	clear: both;
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 850px;
	border-bottom: 4px solid #808080;
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative;
	bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(images/stylevantage/menu-divide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}
#menu .menuactive {
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}

/* FOOTER */
#footer {
	clear: both;
	background: #f7f7f7;
	border-top: 1px solid #F2F2F2;
	text-align: center;
        padding-bottom: 2px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* MAIN CONTENT COLUUMN */
#main {
	float: left;
	padding: 0;
	width: 77%;	
	border-right: 1px solid #f2f2f2;
	text-align: justify;
}

/* RIGHT SIDEBAR */
#sidebar {
	float: right;
	width: 22%;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/stylevantage/arrow.gif) no-repeat 2px 8px;
	padding: 2px 5px 2px 20px;	
}
#sidebar h2 {
	padding: 10px 0px 5px 30px;
	background: url(images/stylevantage/square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

h2.imagelist-h {
	margin: 0.3em 0 0 0;
}
table.imagelist {
	/*width: 95%;  the width of the thumbnail block */
	margin: 0 auto;
	text-align: center;
	table-layout: fixed;
        border-spacing: 10px;
}
table.imagelist td {
	width: 127px;
	text-align: center;
        font-size: 1.1em;
        border: 2px solid #C8892E;
}
table.imagelist td img {
   display: block;
   margin: 0 auto;
}
.imagelist a {
	text-decoration: none;
        font-weight: bold;
        color: #333433;	
}
.contain-floater:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}
.contain-floater {
	display: inline-block;
}
 /* Hides from IE Mac \*/ 
* html .contain-floater { 
	height: 1%;
}
.contain-floater {
	display:block;
} /* End Hack */ 

.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center; }
/* End of 'Stylevantage layout' */

