html
{
	background:#989898 url(../images/html-bg.gif) repeat-x;
}

body
{
	padding:0;
	margin:0;
	font-family:Tahoma, Arial, Helvetica;
	font-size:80%;
	color:#636363;
}

a
{
	color:#9a0000;
}

img
{
	border:0;
}

h1
{
	font-size:120%;
}

h2
{
	font-size:110%;
}

.clear
{
	clear:both;
}

#header-container
{
	width:990px;
	margin:0 auto;
}

#header
{
	background:url(../images/header-bg.jpg) no-repeat;
	margin-top:16px;
	height:87px;
	padding-left:41px;
	padding-right:41px;
}


#content-container
{
	background:#ffffff;
	border-top:solid 1px White;
	margin-top:1px;
}
 
#content
{
	width:990px;
	margin:0 auto;
}

#left-column
{
	float:left;
	width:300px;
	padding:20px;
}

#left-column-title
{
	border-left:solid 3px #ee2e24;
	padding: 2px 10px;
	color:#6e6e6e;
	font-weight:bold;
	text-transform:uppercase;
}

#left-column-text
{
	padding-left:10px;
	font-size:85%;
}

#green-box
{
	background:#eaeaea;
	padding:20px 20px 20px 50px;
	margin-left:343px;
}

#green-box-title
{
	font-weight:bold;
	font-size:110%;
}

#green-box-text
{
	font-size:85%;
}

#green-bottom
{
	height:11px;
	width:200px;
	background:url(../images/bottom-bg.gif) no-repeat;
	margin-left:343px;
}

#bottom-column
{
	margin-left:343px;
}

#news-box, #faq-box
{
	width:280px;
	float:left;
	padding:20px;
}

#news-box-title, #faq-box-title
{
	border-left:solid 3px #ee2e24;
	padding: 2px 10px;
	color:#6e6e6e;
	font-weight:bold;
	text-transform:uppercase;
}

#news-box-title .small, #faq-box-title .small
{
	font-size:80%;
	color:#b7b7b7;
	font-weight:normal;
	text-transform:none;
}

#news-box-text, #faq-box-text
{
	padding:10px 0 0 10px;
	font-size:85%;
	color:#6e6e6e;
}

#news-box-text .date
{
	color:Black;
	font-weight:bold;
}

#news-box-text .title
{
	font-weight:bold;
}

#faq-box-text .q-item
{
	background:url(../images/icon-q.gif) no-repeat;
	padding:0 0 5px 20px;
	color:#636363;
}

#faq-box-text .a-item
{
	background:url(../images/icon-a.gif) no-repeat;
	padding:0 0 5px 20px;
	color:#9d9d9d;
}

#footer
{
	padding:20px 0 40px 0;
	background:url(../images/footer-bg.gif) repeat-x;
	text-align:center;
}

#bottom-navigation
{
	color:White;
	font-weight:bold;
}

#bottom-navigation a
{
	color:White;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding:0 18px;
}

#bottom-navigation a:hover
{
	text-decoration:underline;
}

#bottom-text
{
	margin-top:10px;
	font-size:11px;
	color:White;
}

/* =News ---------------------------------------------------------------*/

#articles-compact .article
{

}

#articles-compact .separator
{
	background:url(../images/devider.gif) no-repeat right bottom;
	height: 3px;
	margin:10px 0 10px 0;
}

#articles-compact .first
{

}

#articles-compact .last
{

}

#articles-compact .article .date
{
	color:#9a9a9a;
	font-size:90%;
}

#articles-compact .article .title
{
	font-weight:bold;
	color:#4c8ac7;
}

/* =Products ---------------------------------------------------------------*/

#products
{
	width:450px;
	margin-left:0;
	float:left;
}

#products .bucket-content
{
	padding:0 0 10px 18px;
}

#products .product
{
	float:left;
	width:200px;
	background:url(../images/devider.gif) no-repeat right bottom;
	margin-right:10px;
	padding:10px 0;
}

#products .product .title
{
	padding-left:10px;
	background:url(../images/bullet.gif) no-repeat 0px 4px;
}

#products .product .title a
{
	text-decoration:none;
	font-weight:bold;
}

#products .product .content
{
	padding-left:10px;
}


/* Events Calendar ---------------------------------------------- */

.calendar
{
	width: 200px;
	margin: 0 auto 20px auto;
}

.calendar .header
{
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

.calendar .previous
{
	float: left;
}

.calendar .next
{
	float: right;
}

.calendar table.body
{
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

.calendar table.body tr.week
{
}

.calendar table.body tr.week-first
{
}

.calendar table.body tr.week-last
{
}

.calendar table.body td
{
	vertical-align: middle !important;
}

.calendar table.body td.day
{
	text-align: center;
	border: 1px solid #EFEFEF;
	height: 24px;
	color: Gray;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first
{
}

.calendar table.body td.day-last
{
	border-right: 1px solid #EFEFEF;
}

.calendar table.body td.day a
{
	display: block;
	background: #e9f4ff;
	padding: 5px 0;
}

.hint
{
    color: Gray;
    font-size: 85%;
    font-weight: normal;
}

/* Applied to containers with 
.validator
{
    color: Red;
}

/* Applied to containers with asterix inside */
.validator-req
{
}

/* 
    Applied to validator summary div, that contains ul
    By default it has style color: red; so you need to overwrite it somewhere in ul
 */
.validator-summary
{
    background: #fffed6;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.validator-summary ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.validator-summary li
{
    font-weight: bold;
    padding: 3px 0;
    font-size: 90%;
    color: #cc0000;
}


fieldset
{
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}


legend
{
    display: none;
}

fieldset legend
{
}

.field-row .field-control
{

    padding-left: 7px;
    margin-bottom: 10px;
}

.required .field-control
{
    padding-left: 4px;
    border-left: 3px solid #98cae2;
}

.field-row .field-label
{
    padding-left: 8px;
    font-weight: bold;
}

label
{
    font-size: 90%;
    font-family: Verdana;
    color: #555;
}

.field-row .field-control
{
}
/* Forms --------------------------------------------------- */
/* Simultaneously added to div.field-row */
.submit
{
}

.input-name
{
    width: 400px;
}

.input-address
{
    width: 400px;
}

.input-city
{
    width: 150px;
}

.input-state
{
    width: 10ex;
}


.input-phone
{
    width: 150px;
}

.input-reference
{
    width: 150px;
}

.button-link
{
    text-decoration: underline !important;
}

/* Gallery ----------------------------------------------------*/

ul#thumbnails
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#thumbnails li
{
    display: inline;
    height: 120px;
    width: 120px;
    float: left;
}

/* Search ----------------------------------------------------- */

.paginator
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    font-weight: bold;
}

.paginator ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginator ul li
{
    display: inline;
    padding-right: 10px;
}

.paginator ul li
{
}

.paginator ul li span
{
}

.paginator ul li span a
{
    text-decoration: underline;
    padding: 0 10px;
    color: #026A9D;
}

.paginator ul li.active
{
}

.paginator ul li.active span
{
    padding: 0 10px;
}


#search-results
{
    
}

#search-results ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-results ul li
{
    padding-bottom: 10px;
    font-weight: bold;
}

#search-results ul li a
{
    text-decoration: underline;
}

#search-results ul li .description
{
	font-size:80%;
	color:#b7b7b7;
	padding-left:10px;
	font-weight:normal;
}

/* =Tree 
------------------------------------------------------------------------*/
.tree
{
	
}

.tree ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tree ul ul
{
	padding-left: 20px;
}

.tree ul li
{
	
}

.tree ul li span
{
	padding: 2px 0 2px 0px;
	display: block;
}

.tree ul li span.active a.name
{
    color: #000000;
}

.tree ul li span.active a.name:hover,
.tree ul li span.active a.name:visited:hover
{
    color: #000000;
}

.tree ul li span a.name
{
	font-weight: normal;
	padding: 0 1px;
	color: #484860;
}

.tree ul li span em
{
	color: Gray;
	font-size: 85%;
	padding-left: 3px;
}

.tree ul li img.icon
{
	cursor: pointer;
}

.tree ul ul ul li span a.name
{
	font-weight: normal;
}

.tree ul ul ul  li span a.name
{
	font-size: 90%;
}
