@charset "utf-8";
/* CSS Document */
body { padding:0;margin:0; font-family:Arial, Helvetica, sans-serif;  font-size:12px; color:#383838; line-height:20px;}
.logo{ padding-top:20px; padding-left:10px;padding-right:600px; position:relative; float:left;}
#container {
	width: 822px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#mainContent {
        width:822px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a{ color:#038ee9;}
a:hover{text-decoration:none;}
.contact{position:relative; top:200px; left:75px; color:#777777;line-height:24px; font-weight:bold;}
.contact a{color:#777777;text-decoration:none;}
.contact a:hover{color:#777777;text-decoration:underline;}

#menu {left:-10px;position: relative; width:920px; height:60px; float:left; z-index:100;}
#menu{
    // Safari won't read the next line
    // because of the floating pound sign
    position: relative; width:920px; height:60px; float:left; z-index:100;
    #
}
.menu_item      {margin-left:10px; padding-left:22px; padding-right:20px; min-height:30px; float:left; position:relative; padding-top:22px; *padding-top:20px;*padding-left:20px;}
.menu_item1_over {margin-left:10px; padding-left:22px; padding-right:20px; min-height:30px; background:url(imgs/home_bg.jpg); background-repeat:no-repeat; color:#FFFFFF;float:left; position:relative; padding-top:6px;   top:16px;  *padding-top:4px;*padding-left:20px;}
.menu_item2_over {margin-left:10px; padding-left:22px; padding-right:20px; min-height:30px; background:url(imgs/about_bg.jpg); background-repeat:no-repeat; color:#FFFFFF;float:left; position:relative; padding-top:6px;   top:16px;  *padding-top:4px;*padding-left:20px;}
.menu_item3_over {margin-left:10px; padding-left:22px; padding-right:20px; min-height:30px; background:url(imgs/networking_bg.jpg); background-repeat:no-repeat; color:#FFFFFF;float:left; position:relative; padding-top:7px;   top:15px;  *padding-top:4px;*padding-left:20px;}
.menu_item4_over {margin-left:10px; padding-left:22px; padding-right:20px; min-height:30px; background:url(imgs/testimonials_bg.jpg); background-repeat:no-repeat; color:#FFFFFF;float:left; position:relative; padding-top:6px;   top:16px;  *padding-top:4px;*padding-left:20px;}
.menu_item5_over {margin-left:10px; padding-left:22px; padding-right:20px; min-height:30px; background:url(imgs/contact_bg.jpg); background-repeat:no-repeat; color:#FFFFFF;float:left; position:relative; padding-top:6px;   top:16px;  *padding-top:4px;*padding-left:20px;}
.menu_item_over {margin-left:10px; padding-left:22px; padding-right:20px; min-height:30px; background:url(imgs/home_bg.jpg); background-repeat:no-repeat; color:#FFFFFF;float:left; position:relative; padding-top:6px;   top:16px;  *padding-top:4px;*padding-left:20px;}
#menu a.mi{font-size:12px; font-weight:bold; text-decoration:none; color:#47526f; line-height:24px;}
#menu a.mi:hover {text-decoration:none; color:#ffffff;}
#menu span.selected{line-height:24px; font-weight:bold;}
.menuItem_special{font-size:12px; font-weight:bold; text-decoration:none; color:#ffffff; line-height:24px;padding-left:19px;*padding-left:18px;position:relative;top:6px;*top:3px;}

.contacts { background:url(imgs/contacts_bg.jpg); background-repeat:no-repeat; position:relative; width:131px; height:62px;margin-top:7px;padding-top:16px; padding-left:110px; color:#777777;line-height:23px; font-size:11px;}
.contacts a{color:#777777;text-decoration:none;}
.contacts a:hover{color:#777777;text-decoration:underline;}

.boxcontent{padding-left:20px; padding-right:20px;}

#footer {margin-top:7px;width:818px; background:url(imgs/footer_bg.jpg); background-repeat:repeat-x; height:30px; color:#CCCCCC; font-size:10px;padding-top:9px; line-height:16px;}
#footer a{text-decoration:none; color:#CCCCCC;}
#footer a:hover{text-decoration:none; color:#fdbb0f;}

.input {width:220px;}
.checkbox {position:relative;top:5px;padding-right:10px;}
