@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(images/bg.jpg) repeat top fixed;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none; outline:none;
}

img{width:100%; height:auto; outline:none;}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:none;
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: none;
	text-decoration:none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 980px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background : #FFF; border-top:#afcb1f solid 3px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#header{width:96%; height:auto; float:left; background:url(images/headerbg.gif) repeat-x bottom; padding:1% 2%;}
#menubg{width:96%; height:auto; float:left; background:url(images/menubg.gif) repeat-x top #d5d5d5; padding:0 2%; border-bottom:#FFF solid 1px;  border-top:#b0aeae solid 1px;}
#banner{width:100%; height:auto; float:left; z-index:0;}
#body{width:96%; height:auto; float:left; padding:2% 2% 1% 2%;}
#footer{width:100%; height:auto; clear:both;}

.logo{width:20%; height:auto; float:left; }
.topright{width:35%; height:auto; float:right; padding:2% 0 0 0;}
.toprighttxt{font-family:Arial, Helvetica, sans-serif, "Monotype Corsiva"; font-size:9pt; color:#828282; line-height:18px;}
.toprighttxt2{font-family:Arial, Helvetica, sans-serif, "Monotype Corsiva"; font-size:9pt; color:#262222; line-height:18px;}
.callus2{font-family:Arial, Helvetica, sans-serif, "Monotype Corsiva"; font-size:11pt; color:#0b4ea2; line-height:25px; padding-top:10px;}

.icons{width:27px; height:auto; float:right; margin-left:4px;}
/* menu*/
.drop{width:90%; margin:0 ; float:left;  z-index:15; position:relative; z-index:100;}

.drop_menu {
background:none;
padding:0;
margin:0;
list-style-type:none;
height:38px; line-height:38px;
}
.drop_menu li { float:left; }
.drop_menu li a {
padding:0px 14px;
display:block;
color:#1c1819;
text-decoration:none;
font:11pt arial, verdana, sans-serif; height:38px; line-height:38px; border-right:#ffffff solid 1px;   border-left:#b0aeae solid 1px;
}


/* Submenu */
.drop_menu ul {
position:absolute;
left:-9999px;
top:-9999px;
list-style-type:none;
}
.drop_menu li a:hover { position:relative; background:#afcb1f url(images/menubg-hover2.gif) repeat-x top; color:#000000; }
.drop_menu li:hover ul {
left:0px;
top:48px;
background:#6f6f6f;
padding:3px; color:#FFF;
}
 
.drop_menu li:hover ul li a {
padding:5px;
display:block;
width:200px;
text-indent:15px;
background:#211f20;  border-right:none; border-bottom:#6f6f6f solid 1px; height:18px; line-height:18px;
}
.drop_menu li:hover ul li a:hover { background:#7f1718;  }

/* end menu */




.login{width:10%; height:auto; float:left; text-align:right; display:block; line-height:38px;}
.login2{font-size:10pt; text-decoration:none; color:#00409a;}
.login2:hover{color:#961b1e;}

.menu_active{background:#971b1e url(images/menu-hover.gif) repeat-x top; color:#ffffff;}

.bodyleft{width:20%; height:auto; float:left;}
.bodyright{width:77%; height:auto; float:right; border:#e2e2e2 solid 1px;}
.bodyright_pr{width:100%; height:auto; float:right; border:#e2e2e2 solid 1px;}

.mainwelcome{width:96%; height:35px; line-height:35px; background:#e2e2e2 url(images/welcomebg.gif) repeat-x top; padding:0 2%; font-size:10pt;}
.mainbody{width:96%; height:auto; float:left; padding:2%;}
.homeproductsbg{width:100%; height:auto; float:left; background:#eeeeee; }

.home{font-size:10pt; color:#971b1e; text-decoration:none;}
.home:hover{color:#222222;}

.readmore{font-size:10pt; color:#272727; text-decoration:none;}
.readmore:hover{color:#971b1e;}


.maindiv{width:100%; height:auto; float:left; }
.maindiv2{width:100%; height:auto; float:left; text-align:center; font-size:10pt; color:#971b1e; margin-bottom:2%; }
.maindiv3{width:100%; height:auto; float:left; font-size:10pt; color:#6a4450;  }
.maindiv4{width:100%; height:auto; float:left; margin:1% 0 0 0; }

.imgtop{padding:3% 0;}

.welcometext{font-family:Calibri; font-size:16pt; color:#0a4da2; line-height:22px;}
.welcometext2{font-family:Calibri; font-size:16pt; color:#af171b; line-height:22px;}
.welcometext3{font-family:Calibri; font-size:11pt; color:#000000; line-height:22px;}

.maintext{font-family:Calibri; font-size:11pt; color:#62758b; line-height:19px; text-decoration:none; text-align:justify;}
.separate{width:100%; height:25px; float:left;}
.boxes{width:28%; height:auto; float:left; background:#fef4f7; padding:2%;}
.boxes2{width:28%; height:auto; float:left; background:#fef4f7; padding:2%; margin:0 2%;}

.homeproductbg{width:100%; height:auto; float:left; background:#afcb1f url(images/productbg.gif) repeat-x top; padding:10px 0; text-align:center; color:#1a1011; font-size:10pt;}

/* CSSTerm.com Simple CSS menu */

.menu_simple ul {
    margin: 0; 
    padding:5%;
    width:90%; float:left;
    list-style-type:none;
}

.menu_simple ul li a {
    text-decoration: none;
    color:#11aeff; font-size:10pt;
    padding:4px 0 4px 10px;
    background: url(images/arrow.png) no-repeat left ; border-bottom:#cfcfcf solid 1px; border-top:#ffffff solid 1px;
    display:block; text-indent:10px;
}
 
.menu_simple ul li a:visited {
    color: none;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color:#241d12;
    background-color: #f2f80a;
}

.footertop{width:100%; height:auto;  background:#0e51a5; text-align:center; margin-bottom:1%; padding:4px 0;}
.footerbottom{width:96%; height:auto; padding:0 2% 2% 2%;}
.copyrights{font-size:9pt; color:#646d71;}
.zawsoft{width:120px; height:auto; float:right;}
.submenu{font-size:10pt; text-decoration:none; color:#afcb1f;}
.submenu:hover{color:#FFF;}

.missiondiv{width:96%; height:auto; float:left; background:#ffedbf; margin-bottom:1%; padding:2%; font-size:10pt; color:#584209; border:#ffb244 dashed 1px;}
.missiondiv2{width:96%; height:auto; float:left; background:#eeff97; margin-bottom:1%; padding:2%; font-size:10pt; color:#584209; border:#c8e437 dashed 1px;}

.missiondiv3{width:96%; height:auto; float:left; background:#efefef; margin-bottom:1%; padding:2%; font-size:10pt; color:#5a5a5a; }
.missiondiv4{width:96%; height:auto; float:left; background:#ffffff; margin-bottom:1%; padding:2%; font-size:10pt; color:#5a5a5a; }


.imgright{width:20%; height:auto; float:right; margin-left:3%; background:#FFF; padding:1%;}
.sideimg{width:100%; height:auto; float:left; margin:3px 0;}
.ultext{padding:0 0 0 18px;}
.primg{width:48%; height:auto; margin:2% 1%; float:left;}
.careerimg{width:48%; height:auto; margin-left:3%; float:right;}
.mail{font-size:10pt; text-decoration:underline; color:#07bdf2;}
.mail:hover{color:#f26507; text-decoration:none;}
.formstyle{width:98%; height:auto; border:#bdbdbd solid 1px; padding:1%;}