body
{
    font-size: 0.75em;
    line-height: 1.6;
    font-family: "Nobile", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    /*background-color: Green;*/
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


#logoTop
{
    /*height: 80px;*/
    /*background-color: White;*/
}
.logoType
{
    margin-top: 10px;
}
.logoType a
{
    font-family: Times New Roman;
    font-size: 42px;
    color: Black;
    text-decoration: none;
}
.logoImg
{
    margin-top: 10px;
    margin-left: 10px;
    width: 70px;
    height: 70px;
}
/*
#mainMenu
{
    opacity: 0.85;
    filter: alpha(opacity=85);
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.85);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000)";
}
*/

#mainMenu{

}

#mainMenu ul
{
    list-style-type: none;
}
#mainMenu ul, #mainMenu li
{
    list-style-type: none;
    float: left;
}

#mainMenu a
{
    font-family: 'Roboto Condensed', Sans-Serif;
    font-size: 1.5em;
    /* color: #FFFFFF; */
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
}
#mainMenu a:hover{
    text-decoration: underline;
}


#content
{
    background-color: RGBA(255, 255, 255, 0.95);
    padding: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
    overflow: auto;
}

html,body 
{
         /*height: 100%;*/
        background: url(/Images/mainbg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover; /*for webKit*/
        -moz-background-size: cover; /*Mozilla*/
        -o-background-size: cover; /*opera*/
        background-size: cover; /*generic*/
}
.gridContainer
{
    padding-bottom: 25px;
}
.gridContainer img
{
    display: block;
}
.gridContainer p
{
    font-size: 0.8em;
}
a
{
    text-decoration: none;
}
h1, h2, h3, h4
{
    font-family: 'Roboto Condensed', Sans-Serif;
    color: #000000;
}
h3 small, h1 small, h2 small
{
    font-size: 0.7em;
    font-family: "Nobile", Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    color: #000000;
}
p.authors
{
    font-size: 0.8em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-style: italic;
}
hr
{
    color: #AAAAAA;
    background-color: #AAAAAA;
    height: 1px;
    border:0;
}

html, body 
{
    height: 100%;
}


#wrap 
{
    min-height: 100%;
}

#main 
{
    overflow:auto;
	padding-bottom: 200px;
}  /* must be same height as the footer */

#footer 
{

    position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
} 
.footerInner
{
    background-color: RGBA(255, 255, 255, 0.95);
    
    /*
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0.85);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000)";
    height: 160px;  
    */
}



/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#footer *
{
    /* color:#CCCCCC; */
    color: #333;
}
#footer a {
    color: #6da3e5
}
