@charset "UTF-8";
html {
  height: 100%;
  margin-bottom: 1px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #031E23;
	font-family: 'Helvetica', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0em;
	background-repeat: repeat-x;
	background-image: url(../images/emad-bg.jpg);
}
a:link {
	color: #1C353A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1C353A;
}
a:hover {
	text-decoration: none;
	color: #FF6111;
}
a:active {
	text-decoration: none;
	color: #1C353A;
}
testimonial {
	line-height: 18px;
	font-size: 12px;
	font-family: "Helvetica", Arial, Times, serif;
	margin: 0px;
	padding: 0px;
}
testimonee {
	font-size: 11px;
	font-weight: normal;
}
h1 {
	font-family: 'Helvetica', helvetica, Arial;
	font-size: 24px;
	color: #031E23;
	text-shadow: 1px 1px 12px #ffffff;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: normal;
}
h4 {
	font-family: 'Helvetica', helvetica, Arial;
	font-size: 16px;
	letter-spacing: 0em;
	color: #C94C0D;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
h1feature {
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	color: #031E23;
	text-shadow: 1px 1px 12px #ffffff;
	font-weight: normal;
	padding: 0px;
	line-height: 36px;
}
h1feature2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #031E23;
	text-shadow: 1px 1px 12px #ffffff;
	font-weight: normal;
	padding: 0px;
	line-height: 38px;
}
h2 {
	font-family: 'Helvetica', Helvetica, Arial;
	font-size: 16px;
	color: #031E23;
	font-weight: normal;
}
h3 {
	font-family: 'Helvetica', helvetica, Arial;
	font-size: 24px;
	color: #031E23;
	text-shadow: 1px 1px 20px #ffffff;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: normal;
}
#topnavigationright {
	float: right;
	height: 20px;
	width: 110px;
	margin-top: 20px;
	font-family: 'Helvetica', Helvetica, Arial, sans-serif;
}
#featurecaption {
	height: 20px;
	width: 250px;
	padding-top: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	position: relative;
	left: 0px;
	top: 185px;
	color: #FA6E26;
}
#topnavigationleft {
	float: right;
	height: 25px;
	margin-top: 15px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: 'Helvetica', Helvetica, Arial, sans-serif;
}
/* this is the main navigation */
#tablist{
	padding: 2px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font-weight: normal;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
	text-decoration: none;
	margin-right: 0px;
	border-bottom: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#tablist li a:link, #tablist li a:visited{
color: #1C353A;
}

#tablist li a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FA6E26;
}

#tablist li a.current{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FA6E26;
}
/* end main navigation */
.emad  #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.emad  #header {
	height: 75px;
	background-image: url(../images/title-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.emad #featuremodule {
	height: 300px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #031E23;
	background-image: url(../images/feature-image-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.emad #featuremodule2 {
	height: 175px;
	background-repeat: no-repeat;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #031E23;
}
#subfeaturemodule1 {
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/sub-feature-image-1.png);
	background-position: left top;
}
#subfeaturemodule2 {
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/sub-feature-image-3.png);
	background-position: left top;
}
#subfeaturemodule3 {
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/sub-feature-image-2.png);
	background-position: left top;
}
#subfeaturemodule4 {
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/sub-feature-image-4.png);
	background-position: left top;
}
#featuremoduletext {
	width: 700px;
	float: left;
	padding-top: 25px;
	margin: 0px;
	height: 115px;
	padding-bottom: 10px;
}

#activebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* padding keeps the content of the div away from the edges */
	list-style-type: none;
	height: 300px;
}

#activebar1 a{
	display: block;
	width: 215px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #1C353A;
	background-position: left bottom;
	height: 280px;
	background-image: url(../images/solid-bar-bg.jpg);
	padding: 10px;
}

#activebar1 a:link{
	text-decoration: none;
	color: #1C353A;
	width: 185px;
	margin: 0px;
	height: 260px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#activebar1 a:hover {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/solid-bar-bg-hover.jpg);
}
#activebar1 a:visited {
	text-decoration: none;
	color: #1C353A;
	width: 185px;
	margin: 0px;
	height: 260px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.emad  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.emad   #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #677E83;
}
.emad #sidebar2testimonial {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#testimonialboxtop {
	height: 15px;
	width: 250px;
	background-image: url(../images/testimonial-top-24.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#testimonialboxmid {
	width: 220px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/testimonial-mid-24.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	background-position: left top;
}
#testimonialboxbottom {
	height: 30px;
	width: 250px;
	margin-bottom: 10px;
	background-image: url(../images/testimonial-bot-24.png);
	background-repeat: no-repeat;
}
.emad  #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-top: 20px;
} 
.emad #mainContentfolio {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-top: 20px;
}
.emad  #footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #031E23;
	padding-top: 0;
	padding-bottom: 0;
} 
.emad  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input {
	color: #031E23;
	border: 1px solid #5a7784;
	font-family: "Helvetica", Helvetica, Arial;
	font-size: 18px;
	height: 25px;
	background-color: #ADC0C3;
	width: 300px;
}
textarea {
	color: #031E23;
	border: 1px solid #5a7784;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 18px;
	height: 100px;
	background-color: #ADC0C3;
	width: 300px;
}
.submit input
{
	color: #031D22;
	background: #ffa20f;
	border: 1px outset #5a7784;
	height: 15px;
	font-size: 12px;
	width: 50px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	cursor: auto;
} 
#submit
{
	color: #031D22;
	border: 1px outset #435A5F;
	height: 25px;
	font-size: 13px;
	width: 60px;
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	cursor: auto;
	background-color: #D6E7EB;
} 
#form1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
