/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }



/* Site-wide properties ======================================================== */
body
{
    font: normal normal 10px/10px Tahoma, Arial, Helvetica, Verdana, sans-serif;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
}

#logo
{
	width: 361px;
	height: 138px;
	float: left;
	margin-top: 50px;
}

#nav
{
	width: 609px;
	height: 138px;
	float: left;
	margin-top: 50px;

}

.myli li
{
	display: inline;
	list-style-type: none;
}

#maincontainer
{
	margin: auto;
	width: 970px;
}

#main
{
	width: 970px;
	height: 413px;
	float: left;
}

a.navlink { text-decoration:none; color: #0c0c53; font-weight: normal; font-size: 16px; margin-right: 13px; font-family: 'Lato', sans-serif;  } 
a.navlink:link { text-decoration:none; color: #0c0c53; font-weight: normal; font-size: 16px; margin-right: 13px; font-family: 'Lato', sans-serif;   } 
a.navlink:visited { text-decoration:none; color: #0c0c53; font-weight: normal; font-size: 16px; margin-right: 13px; font-family: 'Lato', sans-serif;    } 
a.navlink:hover { text-decoration:none; color:#fe0000; font-weight: normal; font-size: 16px; margin-right: 13px; font-family: 'Lato', sans-serif;   } 
a.navlink:active { text-decoration:none; color: #0c0c53; font-weight: normal; font-size: 16px; margin-right: 13px; font-family: 'Lato', sans-serif;   }

a:link {
	color: #fe0000;
}
a:visited {
	color: #fe0000;
}
a:hover {
	color: #fe0000;
}
a:active {
	color: #fe0000;
}

#navboxpadding
{
	padding-top: 105px;
	padding-left: 20px;
}


#leftimg
{
	width: 290px;
	height: 485px;
	float: left;
	margin-top: 20px;
}

#homecontent
{
	width: 680px;
	float: left;
	margin-top: 20px;
}

#homecontentpadding
{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #393939;
	line-height: 1.3;
	font-family: 'Lato', sans-serif;
	text-align:justify;
}

#homecontentpadding2
{
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #393939;
	line-height: 1.3;
	font-family: 'Lato', sans-serif;
	text-align:justify;
}

#footerpadding
{
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #393939;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

p
{
	margin-top:15px;
	margin-bottom: 15px;
}

h1
{
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #fe0000;
}

#footer
{
	width: 100%;
	height: 268px;
	float: left;
	background-image:url(../img/footer.jpg);
	margin-top: 20px;
}

#logos
{
	margin-top: 20px;
	float: left;
}

#content-header
{
	width: 970px;
	height: 25px;
	float: left;

}

#content-bg
{
	width: 970px;
	float: left;
	background-image:url(../img/box-bg.png);

}

#content-footer
{
	width: 970px;
	height: 25px;
	float: left;
}

/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }

/* The fraction classes are useful for column lists */
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{ padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }

/* For when a <br /> just ain't enough */
.separator{
    clear: both;
    float: left;
    height: 1px;
    width: 100%; }

/* Basic Structure ============================================================= */
#wrap{
    margin: 0 auto;
    position: relative;
    width: 960px; }

    /* Header */
    header{
        float: left;
        width: 100%; }
    
    /* Content */
    article{
        float: left;
        width: 66.7%; }
    
    /* Sidebar */
    aside{
        float: left;
        width: 33.3%; }
        
    /* Footer */
    footer{
        float: left;
        width: 100%; }
    
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

