/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */
/* Any CSS defined in this file will be visible to the client in the SiteCM Manager's Editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 12px Verdana, Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}
	li {
      list-style: none;
    }

    .ui_main_content li:before {
      /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -10px;
      top: -0px;
      color: #155ca2;
      font-size: 10px;
    }
	.ui_main_content li{line-height: 16px;}


/* Formatted Text */
pre {}

p{margin: 0 0 8px 0;}
h1,h2,h3,h4,h5,h6{margin: 0 0 15px; font-weight: normal;}

/* Headings */
h1 {
	font-size: 25px;
	color: #155ca2; 
	padding: 0 0 10px 0;
	border-bottom: 3px solid #ddd;
}
.is_home h1{border: 0; padding: 0;}

h2 {
	font-size: 28px;
    font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
	color: #84c537;
}


h3 {
	font-size: 14px; 
	font-weight: bold;
	color: #4d4d4d;
}

h4 {
	font-size: 14px;
	color: #155ca2;
	font-weight: bold;
}
	
h5 {
	font-size: 16px;
	color: #155ca2;
}

h6 {
	font-size: 14px; 
	color: #cd1f03;
	line-height: 20px;
	margin: 15px 0;
}

/* Links - default */
a:link {
	color: #155ca2;
}

a:visited {
	color: #155ca2;
}	

a:hover {
	text-decoration: none;
}	

a:active {
	color: #155ca2;
}

a{ outline: none;}
.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */
.green{color: #84c537; font-weight: bold;}

a.homeBox{display: block; background: #f5f5f5; padding: 5px 60px;}	
