/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
* {
margin:0;
padding:0;
}


body {
   text-align: left;
   font-family: Verdana, Helvetica, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75%;
   line-height: 1.4em;
}


div {
   font-size: 1em;
}


img {
   border: 0;
}


a,
a:link 
a:active {
color:#D1A35D;
text-decoration:none
}

a:visited {
color:#D1A35D;
text-decoration:none            
}

a:hover {
   text-decoration: none;
   background: transparent;
   color: #B17D2F;
}


body {
   background: #fff url(uploads/images/bg.gif) repeat-x;
   color: #584C39;
   margin:0em; 
}

div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 620px; /* IE wont understand these, so we will use javascript magick */
   min-width: 620px;
   background-color: transparent;
   color: #676250;
}



div#header {
   height: 112px;
   background: transparent url(uploads/images/header.jpg) no-repeat; 
        
}

div#header h1 a {
   background: transparent; 
   display: block; 
   height: 188px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width:150px;   
   text-align: left;
   padding-top: 0px;
   padding-right: 45px;
   color: #444444;
   font-size: 11px;
}

input {
border: none;
color: #777777;
font-size: 11px;
padding: 5px;
}

#cntnt01searchinput {

border: 1px solid #dcdcdc;
background: #D9CDB2; 
width: 90px; 
height: 13px;
}

#cntnt01searchinput:hover{

border: 1px solid #dcdcdc;
background: #f9Cfd2; 
width: 90px; 
height: 13px;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0;
   font-size: 90%;           
   margin: 0 1em;          
   border-bottom: 0px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

div#content {
   margin: 0 auto; 
   background: #fff url(uploads/images/wrap.gif) no-repeat;
    border: #999999 0px solid;
    border-top: #999999 0px solid;
    margin-bottom: 40px;

}

div#main {
   margin-left: 28%; 
   margin-right: 2%; 
background: transparent;
border: #EDEEEF 0px solid;
padding: 10px;
padding-top: 20px;
text-align: justify;
   margin-bottom: 0; 

}


div#sidebar {
   float: left; 
   width: 23%;    
   display: inline;  
   margin-left: 10px;
   padding: 10px;
   padding-top: 25px;
   padding-right: 0px;
background: transparent url(uploads/images/news.jpg) no-repeat;
height: 490px;
border: #B8B2A5 0px solid;
margin-top: 14px;
   font-size: 90%;

}


div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  
}
div#footer {
   clear:both;       
   color: #666;
   background: transparent url(uploads/images/footer.jpg) no-repeat; 
   float: right;
   margin-right: 10px;
   height: 50px;
   border-top: #78767F 1px dotted;
margin-bottom: 20px;
}

div#footer p {
   font-size: 1em;
   padding: 1.5em;      /* some air for footer */
   text-align: right; /* centered text */
   margin:0;
   color:#D7D7CA;

}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #D1A35D; 
   font-size: 1em; 
   text-align: left; 
   padding-left: 0;
   padding-bottom: 1px;
border-bottom: 0px dotted #D1A35D;
   line-height: 1.5em;
   margin: 0 0 1.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}



/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin: 0.3em; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 25px; /* Image width*/
		height: 25px; /* Image height*/
		display: inline;
		padding: 5px; /* Image padding to form photo frame */
		margin: 0;
		text-decoration: none;

		background-color: #FCFCFA; 
                border: 1px solid #E6E7E2;
	}

	.thumb a:visited img {

		background-color: #FCFCFA; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {

		background-color: #e6e7e2; 
                border: 1px solid #E6E7E2;
}

.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 390px;
              display: none; 
}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { 
		text-align: center;
		font-variant: small-caps;
		font-weight: normal;

		padding: 0;
		width: 390px; 
		display: none;  
	}

	.bigPic img{ /* Big Image settings */
		width: 390px; /* Width of Big Image */
			height: 250px;
                margin-left: 30px;
		display: inline;
		padding: 10px; 
		margin: 0;
		background-color: #FCFCFA; 
                border: 1px solid #E6E7E2;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 390px;
		padding: 0;
		color: #FFBC1A;
		font-size: 11px;
		line-height: 1.5em;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}


/* End of 'Layout: Top menu + 2 columns' */

