/* Start of CMSMS style sheet 'Typography' */
/* -----------------------------------*/
/* ------>>> colors <<<-------*/
/* -----------------------------------*/

/*
text red   	#ba3814
h red 		#bd0808
h orange 	#e07a09

h blue		#3b3475
text blue 	#1a4371
nav blue 	#1a4371

left bg    	#dee1ed
yellow    	#decd88
*/

/* -----------------------------------*/
/* ------>>> GLOBAL <<<-------*/
/* -----------------------------------*/

body {
	font-family: arial, verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.35em;
	color: #1a4371;
	font-weight: normal;
}


/* -----------------------------------*/
/* ------>>> TYPOGRAPHY <<<-------*/
/* -----------------------------------*/
h1 {
	font-size: 1.6em;
	margin: 1em 0;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 1.25em;
	margin: 0 0 0.5em;
	font-weight: bold;
	background-color: #EFE3B3;
	padding:3px;
	color:#bd0808;
}
p+h2,ul+h2 {margin: 1.2em 0 0.2em 0;}
h3 {
	font-size: 1.3em;
	font-family: arial, helvetica, verdana, sans-serif;
	line-height: 1.25em;
	margin: 0 0 0.5em 0;
color: #D2623B;
}
h4 a {
	color: #e07a09;
}
h4 {
	font-size: 1.3em;
	margin: 0 0 0.3em 0;
	color: #e07a09;
	font-weight: normal;
	font-family: arial, helvetica, verdana, sans-serif;
}
h5 {
	font-size: 1.2em;
	margin: 0 0 0.3em 0;
	color: #1A4371;
	font-weight: normal;
	font-family: arial, helvetica, verdana, sans-serif;
}


p {margin: 0 0 1em 0;}
/* -----------------------------------*/
/* --------->>> LINKS <<<-----------*/
/* -----------------------------------*/
a {
	color: #ba3814; 
	font-weight: normal;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a:active {outline: none;}
a.externalLink {
	padding-right: 12px; 
	background: url(/uploads/images/layout/arrow_ur_small.gif) 100% 0 no-repeat;
	color: #e07a09;
}
a img {border: none;}
/* -----------------------------------*/
/* --------->>> LISTS <<<-----------*/
/* -----------------------------------*/
ul {
	/*margin: -0.3em 0 1em 1em;*/
	list-style: none;
}
p+ul {margin-top: 0em;}
ul li {
	/*margin: 0.4em 0.5em;*/
	line-height: 1.25em;
}
ul a {color: #ba3814;}
ol {margin: -0.3em 0 1em 1em;}
ol li  {
	/*overflow: hidden;*/
	margin: 0.4em 0.5em;
	line-height: 1.3em;
}
/* -----------------------------------*/
/* --------->>> FORMS <<<----------*/
/* -----------------------------------*/
input, select {font-size: 11px;}
fieldset {border: none;padding:0;}
fieldset legend {
	font-size: 1.3em;
	line-height: 1.25em;
	margin: 0 0 0.5em 0;
	color:#bd0808;
	font-weight: bold;
}
fieldset label {
	width: 80px;
	float: left;
	padding: 2px;
	color: #3b3475;
}
fieldset input {
	width: 214px;
	border: 1px solid #DEE1ED;
	margin-bottom: 5px;
	padding: 2px;
	float: left;
}
fieldset textarea {
	width: 214px; 
	height: 120px;
	border: 1px solid #DEE1ED;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 2px;
	color: #1a4371;
	font-family: helvetica, verdana, sans-serif;
	font-size:1.2em;
	float: left;
}
.contactform .button {padding-top: 0px;margin-left: 85px;}
.button input {
	width: 80px; 	
	border: 1px solid #DEE1ED;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #DEE1ED;
	color: #1A4371;
	cursor: pointer;
	font-weight: bold;
}
.button input:hover {color:#bd0808;}

/* -----------------------------------*/
/* ------->>> TABLES <<<---------*/
/* -----------------------------------*/
thead {font-size:1.2em; color: #1a4371;}
tbody {}
td {
	padding: 10px; 
	color: #ba3814;
	border-bottom:1px solid #1a4371;
	font-family: helvetica, sans-serif;
	line-height: 1.4em;
}

/* -----------------------------------*/
/* --------->>> OTHER <<<-----------*/
/* -----------------------------------*/
/* --------->>> HorizontalLine <<<-----------*/
.hr {
	border: none;
	height: 5px;
	margin: 1em;
	clear: both;
}
.hr hr {display: none;}
hr.thin {margin: -0.3em 0 0.5em 0;}
hr.black {border-color: #000;}
/* --------->>> DataTables <<<-----------*/
dt{
	float: left;
	clear: left;
	font-weight: bold;
	margin: 0 0 1em 1em;
	width: 55px;
	color: #000;
}
dd {
	display: block;
	margin: 0 0 1em 0;
	padding-left: 75px;
}
/* --------->>> BlockQuotes <<<-----------*/
blockquote {
	margin: 0.5em 0;
	padding: 1.5em;
	background: #F5F8E2;
	color: #000;
}
blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}
blockquote p {}
/* ------->>> CodeView <<<--------*/
code {
	background: #F0F0F0;
	color: #000;
	font-size: 1.1em;
}
pre {
	background: #333;
	font-size:1.2em;
	line-height:1.4em;
	color: #eaeaea;
	padding: 1em;
	margin: 0.5em 0;
	font-family: Verdana, Helvetica, sans-serif;
}



/*-------------------------------------*/
/*-------FCK EDITOR STYLES-------*/
/*------------------------------------*/
.h6green {
color: #009900;  
font-size: 1.1em;
margin: 0.3em 0;
font-weight: bold;
}

.h5orange {
color:#F97C00; 
font-size: 1.1em;
margin: 0.3em 0;
font-weight: bold;
}

.h4purple {
color: #990099;  
font-size: 1.1em;
margin: 0.3em 0;
font-weight: bold;
}

.h2blue {
color: #3366FF;  
font-size: 1.4em;
margin: 0.3em 0;
font-weight: bold;
}

.bodytext_larger {
  margin: 0 0 1em 0;
  line-height:1.6em;
  font-size: 1em;
}

.normal {
  margin: 0 0 1em 0;
  line-height:1.6em;
  font-size: 1em;
}


/* End of 'Typography' */

