@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* CSS Document */


body {
	background-color: #E9ECF3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
}

a:link {
	color: #3765A2;
}
a:hover {
	color: #66bb6a;
}
a:active {
	color: #090;
}

a.mains:link {color: #FFFFFF; text-decoration: none; }
a.mains:hover {color: #66bb6a; text-decoration: none; }
a.mains:visited {color: #FFFFFF; text-decoration: none; }

a.mainones:link {color: #438AC8; text-decoration: none; }
a.mainones:hover {color: #66bb6a; text-decoration: none; }
a.mainones:visited {color: #438AC8; text-decoration: none; }

a.subs:link {color: #ffffff; font-size: 12px; text-decoration: none;}
a.subs:hover {color: #144968; text-decoration: none;}
a.subs:visited {color: #FFFFFF; text-decoration: none; }





/*UPPER HEADER AREA WIDTH ACROSS SCREEN*/ 

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #ffffff; /*Brown color theme*/ 
}



/*FORM INFORMATION*/ 
#resultcontainer
{
   float:left;
   margin-top:2px;
   font-family : Arial, sans-serif;
   font-size:11px;
}

#result_div p
{
   font-family : Arial, sans-serif;
   font-size: 11px;
}

#contactus input[type="submit"]
{
width:168px;
height:46px;
border:0;
cursor:pointer;
background:url(images/cont2.png) no-repeat;}

.submit {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #F59300;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 1.2em;
	color: #FFF;
	padding: 7px 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.submit:hover {
	background:#3F9D4A;
	color:#FFFfff;
	cursor:pointer;
}



.submitfront {
	font-family: Tahoma, Arial, sans-serif;
	background: #EA8902;
	border: none;
	width: auto;
	overflow: visible;
	font-size: 14px;
	color: #FFF;
	padding: 7px 30px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	text-transform:uppercase;
}
.submitfront:hover {
	background:#3F9D4A;
	color:#FFFfff;
	cursor:pointer;
}


#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 11px;
   color: #900;
   background-color : #ffff00;
}


.detailed {
	color: #333333;
	border-bottom:thin #efefef solid;
}






.footer-date {
	font-size: 11px;
	font-family: Tahoma, arial, sans-serif;
	color: #666666;
}
.disclaimer {
	font-size: 12px;
	color: #B0B0B0;	
	font-family: Tahoma, arial, sans-serif;
}

.dotted-right { background: url(../images/lines.png) no-repeat 100% 20px; }


blockquote {
	font-family: Arial, Georgia, serif;
	margin: 0.25em 0;
	padding: 0.25em 10px;
	position: relative;
	font-size:14px;
	color: #383838;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: +4px;
	top: -15px;
	color: #65B94A;
}
blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}
h1.bannerTitle{font-family:'Trocchi',Arial,Helvetica,sans-serif; font-size:48px; font-weight:100; line-height:90%; margin:0 0 4px 0; color:#336699;}
h3.bannerTitle{font-family:'Trocchi',Arial,Helvetica,sans-serif; font-size:22px; font-weight:100; line-height:110%; margin:0px; color:#336699; padding-bottom:6px;}


.suckertreemenu ul{
font-size: 14px;
font-weight: bold;
margin: 0;
margin-left: 5px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
margin: 0 1px 0 0;
float: left;
background-color: #0C72B1; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
 /*Width of top level menu link items*/
padding: 18px 30px;
border-left-width: 0;
letter-spacing: 1px;
text-decoration: none;
color: #ffffff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index: 10;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: left;
}


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: #333;
text-decoration: none;
padding: 4px 15px;
background-color: #D0D2C7;
border-bottom: 1px solid white;
}

.suckertreemenu ul li a:hover{
background-color: #144968;
color: white;
}
.suckertreemenu #current a{ /*currently selected tab*/
background-color: #144968; /*Brown color theme*/ 
border-left: 0px; /*Brown color theme*/
}

.suckertreemenu #subcurrent a{ /*currently selected tab*/
background-color: #D0D2C7; /*Brown color theme*/ 
border-right: 0px; /*Brown color theme*/ 
padding-left: 13px;
margin:0px;
}
.suckertreemenu #currents a{ /*currently selected tab*/
background-color: #0e5f87; /*Brown color theme*/ 
color: #ffffff;
padding-left: 13px;
border-right: 0px;
border-bottom: 1px solid white; /*Brown color theme*/ 
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


ul li a.last {border-right:0}










/*this is for the numbered pages in teh footer area*/

ul.pagination {
    margin:4px 0;
    padding:0px;
    height:100%;
    overflow:hidden;
    font:12px 'Verdana';
    list-style-type:none;
    }
     
ul.pagination li {
    float:left;
    margin:0px;
    padding:0px;
    margin-left:5px;
    }
     
ul.pagination li:first-child {
    margin-left:0px;
    }
     
ul.pagination li a {
    <span class="IL_AD" id="IL_AD12">color</span>:black;
    display:block;
    text-decoration:none;
    padding:7px 10px 7px 10px;
    }
     
/*A */
ul.classA li a {
    color:#FFFFFF;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    }

ul.page-A-03 li a {
    background:#62AF44;
    background:-moz-linear-gradient(top, #62AF44, #62AF44);
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#87AB19), to(#62AF44));
}
ul.page-A-03 li a:hover, ul.page-A-03 li a.current {
    color:#4F7119;
    background:#E7F2C7;
}



.readmore{font-family:"Helvetica Neue", "Helvetica", "Arial", sans-serif;background:#3F9D4A;border:none;width:auto;overflow:visible;font-size:12px;color:#FFF;padding:4px 15px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-weight:bold;text-shadow:0 1px 0 rgba(0,0,0,0.4);}
.readmore:hover{background:#168CD1;color:#FFFfff;cursor:pointer;}
.readmore:link{text-decoration:none;color:#ffffff;cursor:pointer;}

.logout-btn:link{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 11px;
  background: #66bb6a;
  padding: 3px 14px 3px 14px;
  text-decoration: none;
	font-weight: bold;
}

.logout-btn:hover {
  background: #247A37;
  text-decoration: none;
	color: #ffffff;
}

#footerfoot {
    height:100px;
    width:100%;
    bottom:0px;
    left:0px;
    position: fixed;
}
