/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#6d6d6d;
	min-width:1100px;
	background:#e8e8e8;
}
/*wrapper*/
.wrapper {
        width:1000px;
        margin:0 auto;
	background:#FFFFFF;
	box-shadow: 0px 0px 5px #cfcfcf;
	-moz-box-shadow: 0px 0px 5px #cfcfcf;
	-webkit-box-shadow: 0px 0px 5px #cfcfcf;
	position:relative;
	z-index:2;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
}
/*header*/
.header {
    width:1000px;
    height:160px;
    background:url(../images/educator-software-for-classroom-managment-header-image.jpg);
}
/*menu*/
.menu {
    clear:both;
    margin-top:5px;
    width:1000px;
    height:34px;
    margin-bottom:0px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width:889px;
    float:left;
}

.menu li {
    float: left;
    margin: 0 0.15em 0 0;
}

.menu li a {
    background: url(background.gif) #e8e8e8 bottom left repeat-x;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 141px;
    display: block;
    border: 0.1em solid #dcdce9;
    color: #028482;
    text-decoration: none;
    text-align: center;
}

.menu li a:hover {
    background: #fff url(../images/arrow.gif) no-repeat center bottom;
    color:#e60;
}

.flags {
    float:right;
    outline:1px solid #ddd;
    width:110px;
    height:34px;
}
/*content*/
.content {
    clear:both;
    width:1000px;
    height:auto;
    margin-top:5px;
    border-top:1px solid #ddd;
}

.content h1 {
    font-weight:bold;
    color:#00A6dd;
    font-size:21px;
    padding:10px 0 10px 10px;
}

.content h2 {
    font-weight:bold;
    color:#00A6dd;
    font-size:21px;
    padding:10px 0 10px 10px;
}
 
.content h3 {
    font-weight:normal;
    font-style:italic;
    text-align:justify;
    padding:5px 20px;
}


.content h4 {
    font-weight:bold;
    font-style:italic;
    color:#000;
    font-size:16px;
    padding:0 0 0 10px;
    margin:10px;
}

.content h5 {
    font-weight:bold;
    color:#00A6dd;
    font-size:21px;
    padding:10px 0 0 10px;
}

.content p {
    font-weight:normal;
    font-style:italic;
    text-align:justify;
    padding:0px 20px;
    margin:0;
    color:#5A554E;
}

.content ul li {
    background:url(../images/list-white_withoutgrey.gif) no-repeat left;
    list-style:none;
    padding-left:15px;
}
.content-lhalf {
    width:491px;
    min-height:600px;
    background:#fff url(../images/separator.jpg) no-repeat top right; 
    float:left;
}

.content-lhalf a {
    text-align:right;
    color:#00A6DD;
    padding-left:200px;
    font-style:italic;
    font-weight:bold;
}

.content-rhalf {
    width:499px;
    min-height:600px;
    float:right;
}

.content-rhalf h2 {
    font-weight:bold;
    color:#00A6dd;
    font-size:21px;
    padding:10px 0 5px 10px;
}

.content-rhalf a {
    text-align:right;
    color:#00A6DD;
    padding-left:200px;
    font-style:italic;
    font-weight:bold;
}

.content-rhalf img {
     width:490px;
     height:308px;
     margin-bottom:15px;
}


/*footer*/
.footer {
    clear:both;
    margin-top:5px;
    width:1000px;
    height:auto;
    border-top:1px solid #ddd;
 }

.footer p {
    text-align:center;
    font-size:15px;
    text-decoration:none;
    padding:0 5px 15px 5px;
}

.footer a {
    color:#00A6DD;
    font-weight:bold;
}
