/*  ------------------------------------------------------------------------------
 Font family, basic size.
 ------------------------------------------------------------------------------ */
/* Default Content Text */ 

#content
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #796d45;
} 


#content h1
{
    font-family: Georgia, 'Nimbus Roman No9 L', serif;
    color: #3b6f8f;
    font-size: 27px;
    line-height: 40px;
    padding-top:20px;
	padding-bottom:20px;
} 

#content h2
{
    color: #847b19;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 20px; 
    margin-bottom: 20px; 
} 

#content p
{
    font-size: 13px;
    line-height: 20px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    color: #796d45;
    margin-bottom: 20px;
} 

#content a, #content a:visited
{
    color: #ec7710;
    font-weight: bold;
} 

#content a:hover
{
    text-decoration: underline;
} 


/* Icon Links */ 

#content .icon-link {
	padding-right:25px;
	background-position:right center;
    background-repeat:no-repeat;	
}

#content .icon-link-download {
	background-image:url(../img/icon-download-20x20.png);
}

#content .icon-link-inline-download {
    background-image:url(../img/icon-inline-download-20x20.png);
}

#content .icon-link-mail {
    background-image:url(../img/icon-mail-20x20.png);
}
#content .icon-link-pdf {
    background-image:url(../img/icon-pdf-20x20.png);
}
#content .icon-link-phone {
    background-image:url(../img/icon-phone-20x20.png);
}
#content .icon-link-printer {
    background-image:url(../img/icon-printer-20x20.png);
}

/* Lists */

#content ul, ol {
	margin-top:20px;
	margin-bottom:20px;
}


#content ul li
{
    list-style:none;
	background-image: url(../img/list-bullet-20x20.png);
	padding-left: 25px;
	background-repeat:no-repeat;
    list-style-position: inside;
} 

#content ol li {
	list-style:decimal;
	list-style-position:inside;
}

#content ul ul, #content ul ol, #content ol ul, #content ol ol
{
	margin-top:0;
	margin-bottom:0;
    margin-left: 20px;
}



/* Tables */

#content table {
    table-layout:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#content table,  #content tr, #content td { 
	border: 2px solid;
	border-collapse:collapse;
    border-color:#f8f3ff;
}


#content  .table-row-even  {
	background-color:#fffeff;
}

#content  .table-row-odd {
    background-color:#e8dfd8;
}

#content  .table-row-header  { 
    background-color:#9a9170; color:white; 
}

#content  td {
	padding-left:10px;
	padding-right:20px;
}

/* Forms
-------------------------------------------------------------- */


#content .form {
	margin-top: 2em;
	margin-bottom: 2em;
}

#content .form div {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}


#content .form input, #content .form  select {
	width:200px;
}

#content .form .no-label select {
	/*margin-left:136px;*/
}


#content .form .label-privacy {
    margin-top:44px;
}

/* checkbox */
#content .form .label-on-the-right {
	float:left;
	width:30px; 
	height: 20px;;
	margin-top:30px;
	
}

#content .form .label-on-the-right input {
    width:auto;
	border:none;
}


#content .form div div input, #content .form .no-label input {
	width:auto;
	border:none;
}


#content .form div div label {
	width:200px;
}

#content .form  textarea {
	margin-top:2em;
	margin-bottom:2em;
	width:434px;
	height:10em;
}

#content .form .submit input {
	margin-left:200px;
	margin-bottom:2em;
	width:8em;
}

#content .form label {
	display: inline-block;
	width:230px;
}

#content .form  .submit {
/*	text-align:right; */
}


/* Home Page Template
-------------------------------------------------------------- */
#home-template #content-wrapper{
	background: none;
	height: 0;
}
#home-template #content-wrapper2{
	background:none;
	top: 53px;
	left: 25px;
	padding: 10px 0 10px 0;
	background:url(../img/home_template_background_opac40.png);
	width: 605px;
	height: 290px;
	
}
#home-template #content{
	width: 565px;
	min-height:0;
	height: 280px;
	margin: 0;
	background:none;
	padding: 0 10px 10px 20px;
	overflow: auto;
}
#home-template #content #content-box-right{
	position:relative;
	top: 0;
	float: right;
	width: 180px;
	/*  height: 265px;*/
	overflow: auto;
	margin: 10px 0 10px 10px;
	background:url(../img/home_template_background_opac40.png);
	padding: 5px 10px 5px 10px;
	
}
#home-template #content #content-box-right P{
	line-height: 17px;
}
#home-template #content H1{
	padding:0;
	margin: 5px 0 10px 0;
}
#home-template #content H2{
	margin-bottom:10px;
}
#home-template #content P{
	margin-bottom:17px;/* same as line-height */
}
#home-template #content,
#home-template #content H2,
#home-template #content LABEL,
#home-template #content P
{
	color: white;
}

#home-template #content A{
	text-decoration: none;
	font-weight: normal;
}
/* Clickable images.
-------------------------------------------------------------- */

#content .onClickInNewWindow {
    cursor:pointer;
    margin-left:-20px;
}


#content .image-left {
       margin-right:30px;
	   margin-top:20px;
       margin-left: 5px;
       float:left;
	   margin-bottom:20px;
    
}

#content .image-right {
	   margin-top:20px;
       margin-left:30px;
	   margin-right: 5px;
	   margin-bottom:20px;
       float:right;
}


/* links images.
-------------------------------------------------------------- */

#content .inline-link {
    padding-right: 2em;
    background-position:right;
    background-repeat:no-repeat;	
}

#content .pdf-inline-link {
	background-image: url(../img/icon-pdf-20x20.png);
}

#content .mail-inline-link {
    background-image: url(../img/icon-mail-20x20.png);
}

#content .download-inline-link {
    background-image: url(../img/icon-inline-download-20x20.png);
}

