@charset "UTF-8";
/* CSS Document  styles_1/css variant for ENTEST*/


/*GLOBALS*/
/* this applies no matter what; great for colors and stuff */
@media all {
/* overall styles */
  
body {

	background-color: #404040;
}

a {
	word-wrap: break-word;
}



p, h1, h2, h3, h4, a, li  {
		font-family: 'Arvo', serif;
	color: #dddddd;
}
p {
	margin:  5px 0 15px 0;
	color: #dddddd;
	font-size: 18px;
	line-height: 24px;
}

ul li {
	font-size: 18px;
	line-height: 22px;
	list-style-image:url(images/bullet.gif);
	list-style-position: outside;
	margin: 5px 0 5px 0;
}

/*  added tooltip styles*/

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:10px 10px;
   margin-top:30px; margin-left: -15px;
    line-height:16px;
	background-color: white;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
	
    border:2px solid #FFF;  color:#333;
}

a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;

}

/* end  added tooltip styles*/

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: white;
}
a:active {
	color: white;
}
#wrapper {
	max-width: 3600px;
	
	margin-left: auto;
	margin-right : auto;
	background-color: #555555	;
}



#nav {
	text-align: center;
	overflow: hidden;
	margin: 10px auto 0 auto;
	padding:	10px;
	background-color: #888888;
}

.navbox {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}

#nav a {
	
float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 20px 0 20px;
}

#nav a:visited {
	color:#fff;}
	
#nav a:hover {
	color:#333;}

#nav a:active {
	color:#fff;}

#nav a.current {
	color: #ffff00;}

#header {
	margin: 0 0 30px 0;
}

.responsive  {
  max-width:100%;
  height: auto;



.question { 
font-weight: 700;
font-size: 18px;
text-align: left;
}

.question a {
	display: block;
	color: #1E1E1E;
	text-decoration: none;
	padding-bottom: 8px;
	border-bottom: 4px dotted #1E1E1E;
}

.question a:hover {
color: #333;

}

.label { 
font-weight: 700;
font-size: 18px;
text-align: right;
}



#header  {
	background-color: #DCDCDC;
	background-image: url('images/edge2.png');
	background-repeat: repeat-x;
	background-position: center bottom;

	overflow:	hidden;
}


#header h1 {
	font-size: 56px;
	color: #333;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 0 30px 0;
	margin: 0;
}

h2 {
	padding:  0 0 15px 0;
	
	margin: 0 0 0 0;
background-image:url(images/rough-rule.png);
background-repeat: no-repeat;
background-position: bottom;
}


h2 a:link, h3 a:link {
	text-decoration: none;
	color: #dddddd;
}
/*.one-third h2 {
	font-weight: 800;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #333;
}*/


.one-third h3, .one-fourth h3 {
	font-weight: 400;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #dddddd;
}
.one-third img, .one-fourth img {
	width: 100%;
	height: auto;
}
.content-box {
	overflow: hidden;
}

.full {
	float: left;
	padding: 2%;
	
}


.fifty img {
	width: 100%;
	height: auto;
}


.one-third {
	float: left;
	padding: 2%;
	width: 28%;
}
.one-fourth {
	float: left;
	padding: 2%;
	width: 20%;
}
.three-fourth {
	float: left;
	padding: 2%;
	width: 60%;
}



.two-thirds {
	float: left;
	padding: 2%;
	width: 56%;
}


.fifty {
	float: left;
	padding: 2%;
	width: 45%;
}






#footer {
	margin: 20px 0 20px 0;
	padding: 20px;
	background-color: #eaeaea
}
#footer p {
	font-size: 14px;
	text-align: center;
	padding: 60px auto 10px auto;
}
}



/*Anything below 1400 pixels*/

@media only screen and (max-width:1400px) {
	
	
#wrapper {
	max-width: 1200px;
	width: 100%;
	margin-left: 0;
	margin-right : 0;
}	

.navbox {
    width: 100%;

}




}






/*Anything below 960 pixels*/
/*Anything below 960 pixels*/
/*Anything below 960 pixels*/
/*Anything below 960 pixels*/
/*Anything below 960 pixels*/
/*Anything below 960 pixels*/
@media only screen and (max-width:960px) {
	
	
#wrapper {
	max-width: 1200px;
	width: 96%;
	margin-left: 2%;
	margin-right : 2%;
}	
}



/*Anything below 600 pixels*/
/*Anything below 600 pixels*/
/*Anything below 600 pixels*/
/*Anything below 600 pixels*/
/*Anything below 600 pixels*/
/*Anything below 600 pixels*/
@media only screen and (max-width:600px) {
	
.content-box {margin-bottom: 30px;}
	
#header h1 {
    font-size: 26px;
}
	
.one-third, .one-fourth, .fifty {
	float: none;
	clear: left;
	padding: 0 2% 0 2% ;
	width: 96%;
	margin-bottom: 0px;
}

.one-third p, .one-fourth p {
	margin-bottom: 0;
}



.two-thirds, .three-fourth {
	float: left;
	padding: 2%;
	width: 96%;
}


#nav {

	
	margin: 20px auto 0 auto;
}

.navbox {
    width: 100%;

}

#nav a {
	
	
	letter-spacing: 0;
	font-size: 16px;
	margin: 0 8px 0 8px;
}

.label { 

text-align: left;
}

.full {
	float: none;
	padding: 2%;
	
}





}
