/* CSS Document */

body {
	color: #000305;
	font-size: 87.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-align:left;
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
}

.mainContent a:link, a:visited {
	/*color: #CF5C3F;*/
	color: #336699;
}

.mainContent a:hover, a:active {
	/*background-color: #CF5C3F;*/
	color: #fff;
}

.body {
	margin: 0 auto;
	width: 70%;
	clear: both;
}
/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */
.mainHeader img {
	width: 50%;
	height:auto;
	margin: 1% 0;
}
#social_media_icons {
	float:right;
	padding: 20px 10px 0px 10px;
	margin: 0 0 0 0;
}
#social_media_icons ul li { 
	float:right;
	display:inline;
	padding: 20px 0px 0px 0px;
	margin: 0 10px 0 0;
}
#social_media_icons ul { 
	list-style: none;
	margin: 0 0 0 0;
}
/* ===========================
   ===== Main Navigation ===== 
   =========================== */
.mainHeader nav {
	background-color: #666;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto 30px auto;
}

.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float:left;
	display:inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
	display:inline-block;
	padding: 10px 15px;
	height: 20px;
}

.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: #336699; /* highlighted area  */
	text-shadow: none;
}

.mainHeader nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* ===========================
   ======= Content Area ====== 
   =========================== */
.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content {
	width: 68%;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
	
.topcontent {
	background-color: #808080;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	/*margin-top: 3%;*/
	margin-bottom: 3%;
}

.post-info {
	font-style:italic;
	color:#999;
	font-size: 90%;
}

.mapimage {
	float:left;
	width: 10%;
	/*width: 100%;*/
}
.locationtable {
	float:right;
	margin-right: 150px;
	width: 20%;
	margin-top: 40px;
}
.locationclear {
	margin-bottom: 460px;
}

/*.locationtable {
	position:absolute;
	top:210px;
	width:400px;
	height:187px;
	left: 700px;	
} */

/*.locationpageimg {
	position: absolute;
	top:470px;
	width:50px;
	height:50px;
	left: 750px;
} */

.contactcontent {
	float:left;
}
.contactimg {
	float:left;
    position: absolute;
    right: 700px;
    top: 300px;
	}
	
.contactpageclear {
	margin-bottom: 452px;
}

.aboutimg {
	float:left;
	margin-left: 290px;
	margin-top: 30px;
	}
	
.aboutpageclear {
	margin-bottom: 160px;
}

.downloadpagecontent {
	float:left;
}
.downloadimg {
	float:left;
	margin-left: 290px;
	margin-top: 50px;
	width:70px;
}
.downloadpageclear {
	margin-bottom: 330px;
}
.portalimg {
	float:right;
	margin-left: 10px;
	margin-right: 150px;
	margin-top: 50px;
	width:70px;
}
.portalpageclear {
	margin-bottom: 275px;
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */
.top-sidebar {
 	width: 24%;
 	float:left;
	background-color: #336699;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin: 2% 0 2% 3%;
	padding: 1% 3% 1% 3%;*/
	margin-left: 2%;
	padding: 1% 3%;
	margin-bottom: 2%;
	text-align: left;
}
.top-sidebar h5{
	text-align:center;
}

.middle-sidebar {
 	width: 24%;
 	float:left;
	/*background-color: #FF8346; */
	/*background-color: #990000; */
	/*background-image:*/
	/*linear-gradient( */
	/*red, #f06d06); */
	background-color: #FCA625;
	background-image:
	linear-gradient(
	#FCA625, #F6CA87);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin: 0 0 2% 3%;
	padding: 2% 3%;*/
	padding: 1% 3%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.middle-sidebar h3{
	text-align:center;
}

.bottom-sidebar {
 	width: 24%;
 	float:left;
	background-color: #336699;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin: 0 0 1% 3%;
	padding: 1.2% 3%;*/
	margin-left: 2%;
	padding: 1% 3%;
	text-align: center;
}


.mainFooter {
	width: 100%;
	height: 40px;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #666;
	margin: 2% 0;
}

.mainFooter p {
	width: 500px;
	margin: 10px auto;
	color: #fff;
	float:left;
	padding: 3px 10px 0px 10px;
	font-size:10px;
}


#social_media_icons_footer {
	float:right;
	padding: 0px 10px 0px 0px;
	margin: 0 0 0 0;
	width: 300px;
}
#social_media_icons_footer ul li { 
	float:right;
	display:inline;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 0 0;
}
#social_media_icons_footer ul { 
	list-style: none;
	margin: 0 0 0 0;
}


.contact_form textarea {
	width: 500px;
	max-width: 750px;
	min-height: 165px;
}

.contactthanksimg {
	
}

#servicetable {
	border: solid thin;
	border-collapse: collapse;
}

#servicetable th {
	background-color:#CCCCCC
	text-align:center;
	/*border: 1px solid #ccc;*/
}

#servicetable td, th {
	width: 16rem;
	height: 4rem;
	text-align:center;
}

#b_supporttable th, td {
	text-align:center;
}

#h_servicestable td {
	width: 24rem;
	height: 4rem;
}
.loginform ul {
	padding: 0;
	margin: 0;
}

.loginform li {
	display:block;
	list-style: none;
}
.loginform input, textarea {
	padding: 3px;
	border: 1px; solid #E5E5E5;
	width: 150px;
	height: 20px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 8px;
}
.loginform input:hover, textare:hover,
input:focus, textare:focus {
	border-colour: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 8px;
}

.loginform .submit input {
	padding: 1px;
	width: 80px;
	height: 20px;
	background-color: #474E69;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
} 


@media only screen and (min-width: 150px) and (max-width: 780px)

{
.body {
	width: 90%;
	font-size: 95%;
}
.mainHeader img {
	width: 100%;
}
.mainHeader nav {
	height: 360px;
}

.mainHeader nav ul {
	padding-left:0
}

.mainHeader nav ul li {
	width: 100%;
	text-align:center;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	padding: 10px 25px;
	height: 20px;
	display:block;
}

.content {
	width: 100%;
	float:left;
	margin-top: 2%;
}
	
.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 3%;
}
.post-info {
	display: none;
}
.top-sidebar, .middle-sidebar, .bottom-sidebar {
 	width: 94%;
	margin: 2% 0 2% 0%;
	padding: 2% 3%;
}

.location_table {
	
	width:30%;
	top:900px;
	width:400px;
	height:187px;
	left:50px;
}

.locationpageimg {
	display:none;
}

.mapimage {

}
.contactimg {
	display:none;
}
textarea {
	width: 300px;
	max-width: 500px;
}

#social_media_icons {
	display:none;
}

}
/* if height is between 960 and 1024 */
/*@media screen and (max-width: 1280px) and (max-height:1024px){*/
@media only screen and (min-width: 781px) and (max-width: 1280px) {

.body {
	margin: 0 auto;
	width: 90%;
	clear: both;
	}
.content {
	width: 70%;
	float:left;
}
.mainHeader nav ul li {
	width: 12%;
	text-align:center;
}
.mainHeader nav {
	height: 40px;
	width: 99%;
}
.mainHeader nav ul {
	padding-left:0
}
.mainHeader nav a:link, .mainHeader nav a:visited {
	padding: 8px;
	height: 15px;
}
.top-sidebar {
 	width: 20%;
}

.middle-sidebar {
 	width: 20%;
}

.bottom-sidebar {
 	width: 20%;
}
.contactimg {
	display:none;
	}



}