/*
	Azure by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

html, body {
}

body {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #525252;img
}

body, #skel-panels-pageWrapper {
	background: #1EB0D7 url(images/img01.png) repeat;
}

h1, h2, h3 {
	margin: 0em;
	padding: 0em;
	color: #191919;
}

h2 {
	padding: 0em 0em 0em 0em;
	text-transform: uppercase;
	font-size: 1.8em;
}

p {
	line-height: 170%;
}

a {
	color: #1A6377;
}

a:hover {
	text-decoration: none;
}
.subtitle {
	font-size: 18px;
	color: #FFF;
}
strong {
	font-weight: bold;
	color: #191919;
}
.responsive {
  max-width: 100%;
  height: auto;
}
/* Custom */

.cd_contentname {
	border-bottom:1px dotted grey;
	padding-bottom:10px;
}
.cd_head{
	font-size:14px;
	margin: 20px 0px 20px 0px;
	font-weight: bold;
}
.cdleft {
	width:120px;
	float:left;
}
.cdright {
	width:175px;
	float:right;
}
#counter {
	color:#FFFFFF;
	font-size:12px;
	padding:6px;
	font-weight:bold;
	border:1px solid grey;
	background-color:#000000;
	width:200px;
}
.button {
  background-color: #CCC;
  border: medium;
  color: #000;
  padding: 3px 3px;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  font-size: 12px;
}

/*QUICK MENU*/

.subLink {
	padding-left:20px;
	margin-top:2px;
	margin-bottom:0px;
}
#quickMenu {
	border-right:3px solid #FFFFFF;
	border-left:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	background:#b6d7ea;
	padding:10px;
	display:none
}
P.subMenuDiv {
	padding-left:30px;
	margin-top:4px;
	margin-bottom:4px;
	border-bottom:1px dotted #FFFFFF;
}
#qmLeft {
	float:left;
	width:320px;
	border:1px dashed blue;
	padding:10px;
}
#qmRight {
	float:left;
	width:320px;
	border:1px dashed blue;
	padding:10px;
}
#worksQuickMenu {
	position:relative;
	float:left;
	z-index:20;
	top:240px;
	left:-40px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:10px;
}
#worksQuickSubMenu0, #worksQuickSubMenu1, #worksQuickSubMenu2, #worksQuickSubMenu3, #worksQuickSubMenu4,
#worksQuickSubMenu5, #worksQuickSubMenu6, #worksQuickSubMenu7, #worksQuickSubMenu8, #worksQuickSubMenu9, 
#worksQuickSubMenu10, #worksQuickSubMenu11, #worksQuickSubMenu12, #worksQuickSubMenu13, #worksQuickSubMenu14, 
#worksQuickSubMenu15, #worksQuickSubMenu16, #worksQuickSubMenu17, #worksQuickSubMenu18, #worksQuickSubMenu19,{
	position:relative;
	float:left;
	z-index:22;
	top:250px;
	left:50px;
	background-color:#FFFFFF;
	border:3px solid #999999;
	padding:10px;
}
#worksQuickMenu UL { 
        margin-left:15px;
        color:#999999;
}
#worksQuickMenu A, #worksQuickMenu A:HOVER { 
        color:#999999;
        text-decoration:none;
}
#worksQuickMenuLink {
	position:relative;
	float:left;
	z-index:100;
	top:0px;
	left:0px;
        background:transparent;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
#worksQuickMenuLink_ORG {
	position:relative;
	float:left;
	z-index:20;
	top:220px;
	left:20px;
        background:transparent;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
#worksQuickMenuLink A {
        color:#303030;
}
.pbutton {
	margin-top:20px;
}

/* Copyright */

#copyright {
	overflow: hidden;
	padding: 3em 0em;
	text-align: center;
	border-top: solid 1px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.15);
	color: #D6F8FF;
}

#copyright p {
}

#copyright a {
	text-shadow: 1px 1px 0px #1B94BD;
	color: #D6F8FF;
}

#copyright a:hover {
	text-decoration: none;
}

#copyright section {
	padding: 0em 2em;
}

/* Main Wrapper */

#wrapper {
}

/* Page Wrapper */

#page-wrapper {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 4em 0em 3em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

#page-wrapper a img {
	/*display: block;
	width: 100%;*/
	padding: 0em 0em 0em 0em;
}

/* Welcome */

#welcome {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 4em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

#welcome .content {
}

/* Footer */

#footer {
	overflow: hidden;
	margin-bottom: 1em;
	padding: 4em 0em;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

/* Button style 1 */

.button-style1 {
	display: inline-block;
	margin: 2em 1em 1em 0em;
	padding: .5em 1em;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .80em;
	color: #FFFFFF;
}

/* List style 1 */

ul.style1 {
	margin: 0em;
	padding: 2em 0em 2em 0em;
	list-style: none;
}

ul.style1 li {
	float: left;
	width: 15%;
	padding: 0em 1em 2em 0em;
}

ul.style1 a img {
	display: block;
	width: 100%;
	padding: 0em 0em 1em 0em;
}

/* List style 2 */

ul.style2 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}


ul.style2 li {
	padding: 0em 0em 3em 0em;
}

ul.style2 .heading-title {
	font-weight: bold;
	color: #5E5E5E;
}

ul.style2 .date {
	display: inline-block;
	margin: 0em 1em 1em 0em;
	padding: .5em 1em;
	text-transform: uppercase;
	font-size: .80em;
	background: #000000;
	color: #FFFFFF;
}

ul.style2 a {
	text-decoration: none;
	color: #5E5E5E;
}

ul.style2 a:hover {
	text-decoration: underline;
}

/* List style 3 */

ul.style3 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style3 li {
	padding: 1em 0em;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	border-top: solid 1px rgba(255,255,255,0.15);
}

ul.style3 li:first-child {
	border-top: 0;
}

ul.style3 li:last-child {
	border-bottom: 0;
}

ul.style3 a {
	padding: 0em 0em 0em 1em;
	background: url(images/img04.png) no-repeat left 4px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #1B94BD;
	color: #D6F8FF;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0em;
	background: none;
}


/* List style 4 */

ul.style4 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style4 li {
	padding: 1.5em 0em 1.5em 0em;
	border-top: 1px solid #DCDCDC;
}

ul.style4 .date {
	padding: 0em 0em 1em 0em;
	font-weight: bold;
	font-style: italic;
}

ul.style4 .date a {
	color: #2C2C2C;
}

ul.style4 a {
	text-decoration: none;
	color: #5E5E5E;
}

ul.style4 a:hover {
	text-decoration: underline;
}

ul.style4 .first {
	padding-top: 0em;
	border-top: none;
}

/* List style 5 */

ul.style5 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
}

ul.style5 li {
	padding: 1em 0em 1em 0em;
	border-top: 1px solid #DCDCDC;
}

ul.style5 a {
	text-decoration: none;
	color: #5E5E5E;
}

ul.style5 a:hover {
	text-decoration: underline;
}

ul.style5 .first {
	padding-top: 0em;
	border-top: none;
}