/* <![CDATA[ */body
{
    margin: 0;
    padding: 0;
    font: 11pt/1.5 sans-serif;
}
#body
{
    margin: 0;
    background: url('/images/bg.jpg') #121212 top repeat-x;
}

img {
	border: none;
}

ul {
	list-style-type: circle;
}

#container
{

}

#innerContainer
{
    margin: 0 auto;
    width: 963px;
}
#header
{
    margin: 0;
    padding: 0;
    color: White;
    /*height: 155px;*/
}
#footer
{
    margin: 0;
    padding: 0;
    color: White;
    background: url('../images/footer-bg.jpg') bottom no-repeat;
}

#footer .column-in
{
    width: 963px;
    margin: 0 auto;
}

#footer a, #footer a:link
{
    color: White;
    font-size: 12px;
}
#footer .module
{
    margin: 0 30px 0 10px;
    padding: 0;
    color: #7A7976;
    width: 250px;
    font-size: 12px;
    float: left;
    text-align: left;
}

#footer .module h4 {
    margin-bottom: 10px;
    color: #FFFFFF;
}

#footer ul
{
    padding: 0px;
    margin-left: 0px;
}
#footer ul li
{
    list-style-type: none;
    background-image: url('../images/tiny-bullet-01.gif');
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 1.2em;
    vertical-align: middle;
    padding: 0 0 0 15px;
    margin: 0 0 0 0;
}
#main1
{
    margin: 0;
    margin-top: -5px;
    padding: 0;
    background: url('../images/left-nav-bg.gif') White top left repeat-y;
    min-height: 500px;
}
#main2
{
    margin: 0;
    padding: 0;
    background: top right repeat-y;
    min-height: 500px;
}
#left
{
    float: left;
    width: 250px;
    margin: 0;
    padding: 0; /*background: url("http://www.pixy.cz/blogg/clanky/css-3col-layout/corner.gif") top right no-repeat;*/
    font-size: 80%;
}
#right
{
    float: right;
    width: 300px;
    margin: 0;
    padding: 0;
    font-size: 80%;
}
#middle
{
    margin: 0 300px 0 250px;
    background: white;
    font-size: 80%;
}
#logo
{
    float: left;
    position: relative;
    /*top: 46px;*/
}

#subpageHeader {
	padding: 0 0 30px 0;
	position: relative;
	top: 120px;
}
#subpageHeader h2 {
	font: bold 280%/100% "Lucida Grande", Arial, sans-serif;
	font-size: 3em;
	position: relative;
	margin: 0;
	color: #333;
	letter-spacing: -2px;
	padding: 0;
}
#subpageHeader span {
	background: url('/images/gradient-glossy.png') repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 29px;
}

.column-in
{
    margin: 0;
    padding: 0.5em 1em;
}
.cleaner
{
    clear: both;
    height: 1px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}
/*#middle ul
{
    padding: 0px;
    margin-left: 0px;
}
#middle ul li
{
    list-style-type: none;
    background-image: url('../images/bullet-gray-arrow.gif');
    background-repeat: no-repeat;
    background-position: 2px 5px;
    line-height: 1.6em;
    margin: 0;
    padding: 0 0 0 25px;
}
#middle a, #middle a:link
{
    text-decoration: none;
    border-bottom: 1px dotted Gray;
}
#middle a:hover, #middle a:active
{
    border-bottom: 1px solid Gray;
}*/
h1, h2, h3, h4
{
    font-size: 14px;
    margin: 0.2em 0;
}
p
{
    margin: 0.5em 0;
}
a
{
    color: black;
}
.copy
{
    text-align: center;
    font-size: 80%;
}

.clear {
	clear: both;
}

/* Homepage elements */

.scvsBlock {
	/*margin-top: -155px;*/
	padding: 7px 0;
	display: block;
}

.scvsBlock h2 {
	border-bottom: 1px solid #77294C; 
	color: #333;
}

.scvsBlock .module {
	display: block;
	width: 210px;
	float: left;
	background: url('/images/homepage/box1.gif') no-repeat;
	padding: 10px 10px 5px 10px;
	color: #666666;
}

.postItItem {
	margin: 0 10px 30px 10px;
	display: block;
	width: 290px;
	height: 170px;
	float: left;
	background-repeat: no-repeat;
}

.postItcontent {
	padding: 0 8px 4px 8px;
}

ul.pageList {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	/*border: solid 1px #CCCCCC;*/
}

ul.pageList li {
	display: inline-block;
	padding: 0 20px 0 20px;
	background-image: url('/images/bala-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-bottom: 15px;
}

ul.pageList .summary {
	font-style: oblique;
}

ul.pageList li a, ul.pageList li a:link {
	text-decoration: none;
}

ul.pageList li a:hover, ul.pageList li a:active {
	border-bottom: 1px dashed #666666;
}

.contactList {
	float: left;
	margin: 0px 20px 15px 0px;
	width: 180px;
	height: 200px;
	overflow: auto;
}

.sideNavHeader {
	font-size: 1.5em;
	border-bottom: 1px solid #C00;
	padding: 3px;
}

ul.sideNav {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	/*border: solid 1px #CCCCCC;*/
}

ul.sideNav li {
	display: block;
	padding: 0 20px 0 20px;
	color: Green;
	background-image: url('/images/bullet-blue-square.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

ul.sideNav li a, ul.sideNav li a:link {
	text-decoration: none;
}

ul.sideNav li a:hover, ul.sideNav li a:active {
	border-bottom: 1px dashed #666666;
}

#HeaderBox {
	display: block; 
	height: 150px; 
	border-bottom: 1px solid #666666; 
	background: url('/images/headers/goldfleece_W.jpg') #FFFFFF top left no-repeat; 
	margin-bottom: 10px;
}

.xsltsearch_result {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

.xsltsearch_result_title {
	font-weight: bold;
	font-style: oblique;
	color: #333;
	background: #DDDDDD;
}

fieldset {
	border: 1px solid #FFFFFF;
	width: 20em
}

fieldset label {
	width: 150px;
	display: block;
}

fieldset input{
	width: 200px;
	display: block;
}

fieldset textarea {
	width: 200px;
	height: 100px;
	display: block;
}

legend {
	color: #CC0000;
	font-weight: bold;
	padding: 2px 6px;
	margin-left: -20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.breadcrumb  li {
	display: inline;
	margin: 0 5px 0 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
	background: transparent url('/images/breadcrumb.gif') no-repeat center right;
	padding-right: 18px; /*adjust bullet image padding*/
	color: #331111;
}

.breadcrumb a:hover,  .breadcrumb a:active {
	color: #c00;
}

/* ]]> */














































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.imgAlignLeft {
float: left;
margin: 0 4px 4px 0;
}

