* {
    padding: 0;
    margin: 0;
	font-family: Arial;
}

body {
    background-color: #e0e0e0;
}

#container {
    width: 800px;
    
    height: auto;
    min-height: 700px;
    *height: 700px;
    
    background-color: #fff;
    margin: 30px auto;
}

/* Header styles */
#header {
    height: 265px;
}

#title {
    height: 35px;
}

#title h1 {
	float: right;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 30px;
}

#menu {
    height: 30px;
}

#banner {
    height: 200px;
}

#banner img
{
	margin-left: 20px;
}

/* Main styles */

#main {
    height: auto;
    min-height: 385px;
    *height: 385px;
}

#content {
    float: left;
    width: 595px;    
    border-right: 1px solid #e0e0e0;

    height: auto;
    min-height: 385px;
    *height: 385px;
    
}

#content h1, h2, p {
	margin-left: 20px;
}

#content h1 {
	font-size: 100%;
	margin-top: 20px;
	font-weight:bold;
}

#content h2 {
	font-size: 90%;
	margin-top: 15px;
}

#content p {
	font-size: 80%;
	margin-top: 15px;
	margin-right: 20px;
}

#content ul {
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
}

#content li {
	font-size: 80%;
}

#content a {
	color: #3c0077;
}

#content a:hover {
	color: red;
	text-decoration: none;
}

#content hr {
	margin-top: 20px;
	width: 80%;
	height: 1px;
	color: #ccc;
}

ol {
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 10px;
}

ul.number {
	list-style-type: decimal;
	padding-left: 20px;
}

ul.partners {
	list-style-type: none;
}

ul.partners img {
	margin-right: 10px;
	vertical-align: middle;
	width: 50px;
	border: none;
}

ul.partners li {
	margin-bottom: 10px;
}



#sidebar {
	float: left;
    width: 204px;

    height: auto;
    min-height: 385px;
    *height: 385px;
    
}

#sidebar h1 {
	font-size: 100%;
	margin-left: 10px;
}

/* Footer styles */

#footer {
    height: 50px;
}

#footer p
{
	font-size: 60%;
	color: #999;
	margin-top: 20px;
}

/* Grid layout styles */
form {
	margin-top: 10px;
}

.row {
	width: 80%;
	clear: both;
}

span.label {
	float: left;
	text-align: right;
	font-size: 80%;
	width: 28%;
}

span.widget {
	float:right;
	text-align: left;
	width: 70%;
}

.eventitem {
	margin-top: 10px;
	margin-left: 25px;
	width: 90%;
	border: 1px solid black;
}

.eventitem h2 {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #006600;
	color: #fff;
}
.eventitem p {

}

#casevideo {
	margin-left: 50px;
	margin-top: 10px;
	width: 80%;
	background-color: #eee;
	border: 1px dashed #000;
	height: 25px;
}

#casevideo h3 {
	float: left;
	font-size: 80%;
	margin-top: 3px;
	margin-left: 5px;
}

#casevideo p {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-left: 50px;
	float: left;
}

*>body #container, *>body #main, *>body #content {
	height: auto;
}

#eppprojectlist {
	margin-left: 100px;
}

#eppprojectlist div.row {
	border: 1px solid #333;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#eppprojectlist span.label {
	width: 30%;
	text-align: left;
	padding-left: 20px;
}

#eppprojectlist span.widget {
	width: 49%;
	text-align: right;
	margin-right: 30px;
}

.error {
	color: red;
	font-size: 12px;
}

/* CSS for div grid layout */
.outer {
	clear: both;
	width: 90%;
	height: 200px;
	background-color: #006;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #666;
}

html > body .outer {
	height: auto;
}

.outer .header {
	background-color: #060;
	color: #fff;
	height: 20px;
	font-size: 75%;
	padding-top: 2px;
}

.tr {
	background-color: #e1e1e8;
	font-size: 70%;
/* 	padding: 2px 0px 0px 3px; */
	height: 20px;
	clear: both;
}

html > body .tr {
	height: auto;
	min-height: 20px;
}

.odd {
	background-color: #fff;
}

.col1 {
	float: left;
	width: 40%;
	text-align: left;
	margin-left:10px;
}

.col2 {
	float: left;
	width: 40%;
	text-align: left;
}

.col2 p {
	font-size: 100%;
}

.col3 {
	float: left;
	width: 15%;	
	text-align: left;
}

.button {
	background-color: #3c0077;
	color: #fff;
	border: 1px solid #000;
}

.vacancy {
	width: 45%;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	border: 1px solid #3c0077;
}

.vacancy .button {
	width: 150px;
}

.required .label {
	color: red;
}

.required .widget input, .required .widget textarea {
	border: 1px solid red;
}

#project-application table
{
	background-color: #3C0077;
	color: #fff;
	border: 1px solid #3C0077;
}

#project-application table thead th, #project-application table tfoot td
{
	font-weight: normal;
	font-size: 80%;
	padding: 3px 5px;
}

#project-application table th a, #project-application table tfoot td, #project-application table tfoot a
{
	color: #fff;
}

#project-application table td
{
	padding: 2px 5px;
	color: #000;
}
