/* Custom CSS - The CSS properties in this stylesheet will over-write any original template styles if the same class names are used in addition to custom styles which can also be added. */
/* Gray arrow for bullets */
.list_style_3 ul{
	list-style-type:none;
	padding-left:10px;
}
.list_style_3 li {
	padding:4px 0 14px 18px;
}
.list_style_4 ol, .list_style_4 ul{
	list-style-type:none;
	padding-left:10px;
}
.list_style_4 li, .list_style_4 li a {
	padding:14px 0 17px 0;
}

.list_style_noBullets ol, .list_style_noBullets ul{
	list-style-type:none;
	padding-left: 10px;
}
.list_style_noBullets li, .list_style_noBullets li a {
	padding: 3px 0 14px 0px;
}

.list_style_cm ol, .list_style_cm ul{
	list-style-type:none;
	padding-left: 15px;
}

.list_style_cm li{
	padding: 0 0 9px 0px;
	
}

.list_style_cm li li {
	margin:1px 0 0 0;
	padding:0 0 2px 12px;
	display:inline;
	
}

.list_style_cm li p{
	padding: 2px 0 0 0px;
	margin-bottom: 1px;
}

.list_style_6 ul{
	margin: 0; padding: 0; 
    list-style-type: none; list-style-image: none;
}

.list_style_6 ul li {
	display:inline;
}
p.s_docs {
    margin-bottom:15px;
}
.s_docs > span {
    display:block;
    float:left;
    text-align:right;
    padding-right:10px;
    font-weight:bold;
    width: 160px;
}


a.pdf_link,  .quick_links li.pdf_link a {
	background:url("/images/content/acrodot.gif") 100% 0 transparent no-repeat;
	padding-right: 17px;
}
.word_link {
	background:url("/images/content/msword.gif") 100% 2px transparent no-repeat;
	padding-right: 16px;
	padding-bottom: 0px;
}
.excel_link {
	background:url("/images/content/excel.gif") 100% 2px transparent no-repeat;
	padding-right: 16px;
	padding-bottom: 0px;
}
.powerpoint_link {
	background:url("/images/content/icon_powerpoint.png") 100% 0 transparent no-repeat;
	padding-right: 22px;
	padding-bottom: 1px;
}


.TextWrapLeft {
  padding: 1px;
  display:inline;
  vertical-align:middle;
  float:left;
  margin: 5px;
 

}

.clearSpace {
  overflow:auto;
}

/* Display and Hide Google Translate */
#bgt {position:relative;float:right;z-index:99999;margin-top:-3em;margin-right:.5em; }
@media screen and (max-width:767px){ #bgt { margin-top:.2em;margin-right:1em; } } /* mobile setting */

img.shadow {
  border-radius:8px;
  box-shadow:6px 6px 10px -1px #888;
}


.buttons div a { width: 390px; height: 390px; border-radius:200px; -moz-border-radius:200px; -webkit-border-radius:200px; -khtml-border-radius:200px; float:left; opacity:.9; display:block; background: #abcdef; }

/* display images and hover links   */

.imgbuttons div a:hover {
background-position:0px 400px;
z-index:5;
position:relative;
}

.imgbuttons div:nth-child(1)  a{
background:red;
color: #FFF;
margin-top:60px;
z-index:1;  
}

.imgbuttons div:nth-child(2) a{
background:blue;
color: #FFF;
margin-left:-60px;
margin-top:60px;
z-index:2;  
}
.imgbuttons div:nth-child(3) a{
background:green;
color: #FFF;
margin-top:-60px;
z-index:3;
}

.imgbuttons div:nth-child(4) a{
background:yellow;
color: #FFF;
margin-left: -60px;
margin-top:-60px;
z-index:4;
}



