﻿
/* -- PRIMARY COLUMN ITEMS -- */

	#primary .contentitems {
		border-width: 1px 0 0 0;
		float: left;
		padding: 5px 0;
		width: 100%;
	}
		#primary .contentitems .col1 { float: left; width: 97%; }

		#primary .contentitem { margin-bottom: 15px; }

		#primary .contentitem ul {
			margin: 0;
			padding: 0;
		}
		#primary .contentitem li {
			border-width: 0 1px 1px 1px;
			margin: 0;
			padding: 1px 5px 5px 25px;
		}

#primary {
	background-color: #fff;
}

		#primary .contentitem li {
			background: #fff url("../images/homeitem-bullet.gif") 5px center no-repeat;
			border-color: #ccc;
			border-style: solid;
			list-style-type: none;
		}
		#primary .contentitem a {
			color: #000;
			text-decoration: none;
		}
		#primary .contentitem a:hover, #primary .contentitem a:focus, #primary .contentitem a:active {
			text-decoration: underline;
		}


/* Div column
-----------------------------------------------------------*/

div.rtvhead1 { width: 810px; color: #ffffff; }
div.rtvhead1 div { float: left; width: 270px; height: 100px; }
div.rtvhead1 div.rtvhead_column1 { background-color: #18191a; }
div.rtvhead1 div.rtvhead_column2 { background-color: #454545; }
div.rtvhead1 div.rtvhead_column3 { background-color: #787878; }

#rtvhead1 div.columns       { width: 810px; }
#rtvhead1 div.columns div   { width: 270px; height: 100px; float: left; }
#rtvhead1 div.grey          { background-color: #cccccc; }
#rtvhead1 div.red           { background-color: #e14e32; }
#rtvhead1 div.clear         { clear: both; height: 10px; }

#rtvhead2 div.grid        { width: 810px; }
#rtvhead2 div.grid div    { float: left; height: 100px; }
#rtvhead2 div.col100      { width: 90px; }
#rtvhead2 div.col200      { width: 180px; }
#rtvhead2 div.col300      { width: 270px; }
#rtvhead2 div.grey          { background-color: #cccccc; }
#rtvhead2 div.red           { background-color: #e14e32; }
#rtvhead2 div.clear         { clear: both; height: 10px; }

#rtvhead3 div.centered      { width: 477px; height: 34px; }
#rtvhead3 div.columns       { width: 466px; margin: 0 auto; height: 34px; }
#rtvhead3 div.columns div   { width: 181px; height: 26px; float: left; }
#rtvhead3 div.columnsL div  { width: 170px; height: 26px; float: left; }
#rtvhead3 div.columnsR div  { width: 284px; height: 26px; float: right; }
#rtvhead3 div.ridge         { border-width:5px; border-style:ridge; }
#rtvhead3 div.grey          { background-color: #cccccc; }
#rtvhead3 div.red           { background-color: #e14e32; }
#rtvhead3 div.litegrey      { background-color: #e9e9e9; }
#rtvhead3 div.fff           { background-color: #ffffff; }

#rtvhead3 div.clear         { clear: both; height: 10px; }

