@charset "utf-8";
/* CSS Document */
body,html,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dd,form{margin:0;padding:0;font-family:Arial, Helvetica, sans-serif}
body,html{background-color:#2A3F55;}
h1{padding:1em 0;}
h2,h3,h4,h5,h6,p,ol,ul,dl{padding-bottom:1em;}
ul{list-style-type:none;}
a,a:active,a:visited{text-decoration:none;color:#0000FF;}
a:hover{text-decoration:underline;}
strong{font-weight:bold;}
em{text-decoration:underline;}
ol{padding-left:2em;}
.clear{clear:both;}

#page {margin:0 auto;padding:0;width:960px;background: #126b6f url('../images/background.jpg') top no-repeat;border-left: 1px solid #555F55;border-right: 1px solid #555F55;}
#page h1{text-indent:-9999px;margin:0;padding:0;height:120px;background: url('../images/effortful-banner.jpg') top no-repeat;}

#mission{padding:1em;background-color:#fff;margin:1em;border: 1px solid #555F55;}
#mission img{height:100;width:114;border: 1px solid #000;float:right;margin-left:1em;}

#index-content{padding:1em;background-color:#fff;margin:1em;border: 1px solid #555F55;height:500px;}
#index-content ul li{padding-bottom:0.5em;}

#left-content{width:27em;float:left;}
#right-content{width:28em;float:right;}

#recent-projects{width:27em;float:left;}
#my-companies{width:28em;float:right;}

#footer{padding:1em;color:#fff;}
#footer a{color:#fff;}

/* overlay CSS */
#overlay{height:100%;width:100%;background-color:#000;position:fixed;top:0;left:0;z-index:10;opacity:0.8;display:none;}

/* open dialog overlay */
#open_dialog{width:30em;height:18em;padding:1em;border: 1px solid #A0A0A4;background-color:#fff;position:fixed;top:15%;left:25%;z-index:15;display:none;}
#open_dialog a:hover{cursor:pointer;}

#dialog_title{width:28em;}
#dialog_text{height:5em;width:30em;}

#start_some_dialog label{font-weight:bold;}
