﻿/* COLORS */
/* Dark grey: 373e44 */
/* Blue (logo): 1e83d8 */
/* Green: 61c418 */

html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    color: #373e44;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff url('../_images/main-bg.gif') repeat-x top left;
}
p {
   padding: 0px;
   margin: 0px 0px 8px 0px;
   line-height: 1.6em;
}
/*
li li, div div, div p, li p, td p, blockquote p, input, textarea {
    font-size: 100%;
}

input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}*/


/* BEGIN WMS STYLES */
.h1Variant1 {
    color:#1e83d8;
    font-size: 16px;
    font-weight:bold;
}
.h1Variant2 {
    color:#61c418;
    font-size: 16px;
    font-weight:bold;
}

.h2Variant1 {
    margin:0px 0px 0px 0px;
    color:#1e83d8;
    font-size: 13px;
    font-weight:bold;
}
.h2Variant2 {
    margin:0px 0px 0px 0px;
    color:#61c418;
    font-size: 13px;
    font-weight:bold;
}
.h2Variant3 {
    margin:0px 0px 5px 0px;
    padding-top:10px;
    color:#373e44;
    font-size: 13px;
    font-weight:bold;
}

a {
    color:#1e83d8;
    font-size: 12px;
    font-weight:normal;
    text-decoration:underline;
}
a:hover {
    color:#61c418;
    font-size: 12px;
    font-weight:normal;
    text-decoration:underline;
}
.aVariant1 {
    margin:0px 0px 0px 15px;
    padding:0px 0px 2px 25px;
    color:#1e1e1e;
    font-size: 14px;
    font-weight:normal;
    text-decoration:underline;
    background: transparent url('../_images/icons/world.png') no-repeat left 2px;
}
.aVariant1:hover {  
    color:#1e83d8;   
	font-size: 14px;
    text-decoration:underline;
}
.aVariant2 {
    margin:0px 0px 0px 15px;
    padding-left:25px;
    color:#1e1e1e;
    font-size: 16px;
    font-weight:normal;
    text-decoration:none;
    background: transparent url('../_images/icons/brick.png') no-repeat left 2px;
}
.aVariant2:hover {
    margin:0px 0px 0px 15px;
    padding-left:25px;
    color:#61c418;
    font-size: 16px;
    font-weight:normal;
    background: transparent url('../_images/icons/brick.png') no-repeat left 2px;
    text-decoration:underline;
}

.pVariant1 {
    padding:10px;
    margin-bottom:10px;
    background-color:#e4fad5;
    border:solid 1px #50c221;
    color:#50c221;
    font-weight:bold;
}
.pVariant2 {
    padding:10px;
    margin-bottom:10px;
    background-color:#ddb1b1;
    border:solid 1px #b30000;
    color:#b30000;
    font-weight:bold;
}


/* END WMS STYLES */



/* MAIN BODY */
.mainContainer {
    margin: 0px  auto 0px auto;
    padding:0px;    
    width: 922px;
    height:100%;
    position:relative;
}
.topBarGreen {    
    width: 922px;
    height:6px;
    background: transparent url('../_images/top-bar-green.gif') no-repeat top left;
}
.bottomBarGreen {
    width: 922px;
    height:6px;
    background: transparent url('../_images/bottom-bar-green.gif') no-repeat top left;
}
.mainHeader {
    width: 922px;
    height: 203px;
    background: transparent url('../_images/main-header.jpg') no-repeat top left;
}
.mainContentContainer {
    width: 922px;    
    background: transparent url('../_images/main-content-container-bg.gif') repeat-y top left;
    overflow:auto;
}
.contentContainer {
    width: 922px;   
    min-height: 447px;
    background: transparent url('../_images/content-container-bg.gif') no-repeat top left;    
}
.leftContentContainer {
    margin:30px 0px 10px 29px;
    width:560px;
    float:left;
    text-align:left;
}
.rightContentContainer {
    margin:30px 0px 10px 40px;
    width:269px;
    float:left;
}
.rightContentBox {
    margin:0px 0px 6px 0px;
    width:269px;
    height:84px;    
    background: transparent url('../_images/right-content-box-bg.gif') no-repeat top left;       
}
.rightContentBoxTitle {
	padding:10px 0px 0px 0px;
}
.rightContentBoxDescription {
    margin:25px 10px 0px 20px;
}

.portfolioItem{
    height:289px;
}


.clearFloat{
    clear:left;
}
.footerContainer {  
    padding-left:14px;  
    height:80px;
    width: 922px;
    background: transparent url('../_images/footer-bg.gif') no-repeat top left;
}
.footerItemContainer {
    padding:12px 15px 0px 15px;
    float:left;
    color:#aaa;
}
.footerItemDevider {
    margin-top:9px;
    margin-left:10px;
    margin-right:10px;
    height:63px;
    width:2px;
    float:left;
    background: transparent url('../_images/footer-devider.gif') no-repeat top left;
}

/* TABLES */


