/* CSS by Tim Householder */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:Ó; }
abbr,acronym { border:0; }
html { font-size: 62.5%; }
/* RESET END */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #EFEFEF;
	
	
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration:underline;
}
.strong {
	font-weight: bold;
}
.hilite {
	font-weight: bold;
	color: #FFE045;
}
.colorMeBlue {
	font-weight: bold;
	color: #004874;
}
.clear {
	clear: both;
}
.clearleftside {
	clear: left;
}
/* STRUCTURE */
#shadow-wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(../images/shadow-edges.png) repeat-y top left;
}
#page-wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	background: url(../images/top-bar-bg.png) repeat-x top left #EFEFEF;
	height: 140px;
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#tagline {
	position: absolute;
	top: 0px;
	right: 0px;
}
#phone {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
#phone p {
	color: #AAAAAA;
	text-align: right;
	font-size: 11px;
}
#phone h2 {
	color: #C1272D;
	font-size: 22px;
	font-family: Georgia;
	text-align: right;
}
#nav-bar {
	background: url(../images/nav-bar-bg.png) repeat-x top left;
	width: 950px;
	height: 31px;
}
#main-nav {
	width: 690px;
	float: left;
}
#main-nav ul {
	display: inline;
}
#main-nav li {
	display: inline;
	line-height: 30px;
	padding: 0 20px;
	border-right: 1px solid #CCCCCC;
}
#main-nav a {
	color: #CCCCCC;
}
#live-date {
	float: right;
	line-height: 30px;
	padding-right: 40px;
	color: #BBBBBB;
	font-size: 11px;
}
#main-content {
	width: 950px;
	background-color: #1A1A1A;
	display:inline-block;
}

#sub-content {
	background-color: #262425;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	width: 610px;
	padding: 20px 40px;
	float:left;
}
#sub-content h1.title {
	font-size: 16px;
	font-family: Georgia;
	color: #a4cce7;
	padding-bottom: 12px;
	text-align: center;
	border-bottom: solid 1px silver;
	margin-bottom: 12px;
}
#sub-content h2 {
	font-size: 14px;
	font-family: Georgia;
	color: #FBB03B;
	padding-bottom: 8px;
	text-align: left;
}
#sub-content h3 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 10px;
	text-align: left;
}
#sub-content p {
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	color: #CCCCCC;
	padding-bottom: 15px;
}

#sub-content p.client-list {
	font-size: 13px;
	font-family: Georgia;
	line-height: 30px;
	text-align: center;
}
#sub-content ul {
	list-style: disc;
	text-align: left;
	padding-left: 20px;
}
#sub-content ol {
	list-style: decimal;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
}
#sub-content li {
	line-height: 20px;
}
.icons {
	float: left;
	padding-right: 15px;
	border-left: 6px solid #FFFFFF;
}
.hdots {
	padding: 15px 0;
	height: 1px;
	background: url(../images/horizdots510.gif) repeat-x center center;
}



#hero {
	width: 690px;
	height: 380px;
}
#about-eac {
	background-color: #262425;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	width: 650px;
	padding: 20px;
}
#about-eac h1 {
	font-size: 16px;
	font-family: Georgia;
	color: #FBB03B;
	padding-bottom: 8px;
	text-align: left;
}
#about-eac p {
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	color: #CCCCCC;
}
#specialize {
	background: url(../images/specialize-bg.png) repeat-x top left #989898;
	width: 650px;
	height: 380px;
	padding: 20px;
	text-align: left;
}
#specialize img {
	padding-right: 20px;
}
#specialize p {
	font-size: 16px;
	font-family: Georgia;
	color: #FBB03B;
	padding-bottom: 10px;
}
#specialize ul {
	list-style: circle;
	padding-left: 300px;
}
#specialize li {
	line-height: 26px;
	font-size: 13px;
	font-family: Georgia;
}
#sidebar {
	float: right;
	width: 246px;
}
#nav-env {
	margin-top: 20px;
	float: right;
}
#nav-env li {
	padding: 4px;
	width: 238px;
	background: #313131;
	margin-bottom: 12px;
	font-size: 11px;
	color: #a8acae;
	line-height: 22px;
	text-align: left;
}
#nav-env li a {
	color: #a8acae;
	padding-left: 6px;
	text-align: left;
	line-height: 22px;
}
#nav-env li a:hover {
	color: #d1d3d4;
	text-decoration: none;
}
#city-box {
	background: url(../images/city-box-bg) no-repeat top left;
	width: 246px;
	height: 176px;
	clear: both;
	padding-top: 10px;
}
#client-env {
	height: 140px;
	width: 236px;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#client-env#client {
	width: 236px;
	height: 140px;
	text-align: center;
}	
#client-env #client p {
	padding-top: 6px;
	text-align: center;
	color: #FFFFFF;
}
#gov-links {
	width: 236px;
	padding-top: 10px;
}
#gov-links h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #146BA5;
}
#gov-links p {
	font-size: 11px;
	padding-bottom: 10px;
	
}

#footer {
	height: 97px;
	width: 980px;
	margin: 0 auto;
	background: url(../images/footer-bg.png) no-repeat top left;
}
#bottom-nav {
	width: 950px;
}
#bottom-nav ul {
	display: inline;
}
#bottom-nav li {
	display: inline;
	line-height: 50px;
	padding: 0 6px;
	border-right: 1px solid #CCCCCC;
}
#bottom-nav a {
	color: #CCCCCC;
}
#footer p {
	color: #999999;
}#bottom-nav {
	width: 950px;
}
#bottom-nav ul {
	display: inline;
}
#bottom-nav li {
	display: inline;
	line-height: 50px;
	padding: 0 6px;
	border-right: 1px solid #CCCCCC;
}
#bottom-nav a {
	color: #CCCCCC;
}
#footer p {
	color: #999999;
}
.show-menu {
	display:none;
	width:100%;
	padding:10px 0;
	float:left;
}
#nav-bar input[type="checkbox"] {
  display: none;
}
.left-box {
  float: left;
  width: 690px;
}


@media screen and (max-width:1024px) {
.left-box {
  width: 73%;
}
#shadow-wrapper {
  background: none;
  width: 96%;
}
#page-wrapper {
  width: 100%;
}
#header {
  width: 100%;
}
#nav-bar {
  width: 100%;
}
#main-content {
  width: 100%;
}
#sidebar {
  width: 25%;
}
#hero {
  height: auto;
  width: 100%;
}
#about-eac {
  padding: 2%;
  width: 96%;
}
#specialize {
  padding: 2%;
  width: 96%;
  height: auto;
  background-size: 100% 100% ;
  float: left;
}
#city-box {
  height: auto;
  width: 100%;
}
#gov-links {
  width: 100%;
}
#footer {
  width: 98%;
  background-size: 100% 100%;
}
#bottom-nav {
  width: 100%;
}
#hero > img {
  width: 98%;
}
.kala-cont img {
  width: 100%;
}
.visa-mas img{
  width: 100%;	
}
#sub-content {
  padding: 10px 10px;
  width: 70%;
  float: left;
}
}
@media screen and (max-width:980px) {
#specialize ul {
  list-style: outside none circle;
  padding-left: 0;
  float: right;
  width:50%;
}
#main-nav li {
  padding: 0 10px;
}
#main-nav {
  width: 445px;
}
#nav-env {
  float: left;
  width: 88%;
}
#nav-env li {
  width: 100%;
}
#client-env {
  width: 100%;
}
#specialize img {
  padding-right: 10px;
  width: 42%;
}
#bottom-nav {
  width: 98%;
  padding: 0 1%;
}
}

@media screen and (max-width:768px) {
#bottom-nav li {
  line-height: 25px;
}	
#live-date {
  padding-right: 15px;
}
.left-box {
  width: 100%;
}
#sidebar {
  width: 100%;
}
#nav-env {
  float: none;
  width: 95%;
  margin: 15px auto;
}
#nav-env li {
  width: 99%;
}
.kala-cont img {
  width: auto;
}
.visa-mas img {
  width: auto;
}
#sub-content {
  padding: 2%;
  width: 96%;
}
.waise {
  display: none;
}
}






@media screen and (max-width:640px) {
.show-menu {
	display:block;
}

#nav-bar input[type="checkbox"]:checked ~ #main-nav {
  display: block;
 background: #0F0F0F;  
}
#main-nav {
	display:none;
}
#live-date {
  line-height: 8px;
  display:none;
}
#main-nav {
  width: 100%;
}
#main-nav li {
  padding: 4px 10px;
  display: inline-block;
  line-height: 22px;
  width: 96%;
  border:none;
}
.cleanform fieldset {
  padding: 2%;
}
.cleanform .left {
  width: 100% !important;
}
.cleanform .right {
  width: 100% !important;
}
.from2 textarea {
  width: 100% !important;
}
}
@media screen and (max-width:480px) {
#specialize img {
  padding-right: 0;
  width: 100%;
  height: auto;
}
#specialize ul {
  float: left;
  list-style: outside none circle;
  padding-left: 15px;
  width: 96%;
}
#header img {
  width: 80%;
}
#tagline {
  display: none;
}
#logo {
  position: relative;
}
#header {
  height: auto;
}
#phone {
  bottom: 0;
  position: relative;
  right: 0;
  text-align: center;
}
#phone p {
  text-align: center;
}
#phone h2 {
  text-align: center;
}
}