/* Start of CMSMS style sheet 'Layout-1 : Content' */
/********************
CONTENT STYLING
*********************/
body{
font-size: 11px;
font-family:verdana,arial,tahoma,geneva,sans-serif
}
a:link, a:visited{
	color: #006600;
	text-decoration: none;
font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
}
div#content {
	line-height: 18px;
	color:#000;
}
#footer{
	color:#ddd;
	font-size:11px;
padding-bottom:10px
}
div#footer a, div#footer a:visited {
	color:#ddd; /* needed becouse footer link would be same color as background otherwise */
	text-decoration:none;
color:#ddd;
}
div#footer a:hover {
	text-decoration:underline;
}



/* HEADINGS */

div#content h1 {
	font-size: 2em;
	line-height: 2.5em;
	margin: 0;
	color:#669600;
}
div#content h2 {
	font-size: 1.5em;
	line-height: 2.5em;
	margin: 0;
	color:#669600;
}
div#content h3 {
	font-size: 1em;
	line-height: 2.5em;
	margin: 0;
color:#669600;

}
div#content h4 {

	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {

	font-size: .9em;
	line-height: 1.1em;
	margin: 0 0 0.25em 0;
}
h6 {

	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */



/* TEXT */

p{
        
        margin-top: 10px; 
margin-bottom: 10px; 
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	/* explicit setting for these */

   font-weight: bold;
}
em, i {
	/* explicit setting for these */

   font-style:italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */

code, pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;  /* black border for pre blocks */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page, with some bottom-border */

div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */



/* LISTS */

/* lists in content need some margins to look nice */

div#main ul,  div#main ol,  div#main dl {

	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,  div#main ol li {
	margin: 0 0 5px 30px;
}
/* definition lists topics on bold */

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */

/* contact page */

.contact{
font-size:11px;

}
#CGGoogleMaps0{
border:solid 1px #999999;

.contactform fieldset{
background:none;
}
.contactform td{
padding:3px;
}
.contactform input,.contactform select, .contactform textarea{
width:200px;
}
.contactform textarea{
height:100px;

}
.date select{ width:100px;}

}



/* End of 'Layout-1 : Content' */

