﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: White;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

p
{
    text-indent:3em;
}

.hrefclass
{
    color:Black;
    font-style:italic;
}

.hrefBlack
{
    color:Black;
}

.topcontacts
{
    position:absolute;
    top: 280px;
    left:450px;
    width:55%;
    font-size:1.3em;
    font-style:italic;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1100px;
    background-color: White;
    margin: 15px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-image: url(./Img/back.png);
    background-repeat: no-repeat;
    background-position:center;
    min-height:600px;
    height:600px;
}

.backrepeat
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-image: url(./Img/back_rep.png);
    background-repeat: repeat-y;
    background-position:center;
}

.toppictures1, .toppictures2, .toppictures3
{
    margin: 30px 10px 0px 0px;
    vertical-align:bottom;
    position:absolute;
}

.toppictures1
{
    left:180px;
    top:440px;
}

.toppictures2
{
    left:370px;
    top:340px;
}

.toppictures3
{
    left:700px;
    top:270px;
}

.toppicimg
{
    margin-right:20px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.emptystring
{
    min-height: 1em;
}

/*Menu
--------------------------------------------------------*/
.programming, .about, .site, .itservice, .sharepoint, .contacts, .net
{
    color:Black;
    font-size:1.7em;
    font-style:oblique;
}

.net
{
    margin-left:135px;
}

.contacts
{
    margin-left:220px;
}

.sharepoint
{
    margin-left:115px;
}

.about
{
    margin-left:295px;
}

.site
{
    margin-left:115px;
}

.itservice
{
    margin-left:170px;
}

.programming
{
    margin-left:135px;
}
/* CONTENT
--------------------------------------------------------*/
.top
{
    height:200px;
}

.blank50
{
    min-height:50px;
}

.logo
{
    float:right;
}

.name
{
    font-size:5.5em;
    text-align:center;
    float:right;
    width:45%;
    font-style:oblique;
    font-family:Arial Black;
    font-weight:bold;
    color:Black;
}

.mainmenu
{
    width:50%;
    float:left;
}

.contentheader
{
    width: 45%;
    text-align:center;
    color:Black;
    font-style:oblique;
    font-family:Georgia;
    font-size: 2.5em;
    float:right;
}

.contentbody
{
    width:90%;
    text-align:left;
    color:Black;
    margin: 5px 5px 5px 115px;
    font-size:1.2em;
}

.contentfooter
{
    width:90%;
    text-align:center;
    font-size:1.5em;
    color:Black;
    margin-top:20px;
    margin-left:115px;
    font-weight:bold;
}

.footerwww
{
    width:33%;
    color:Black;
    font-weight:bold;
    margin: 10px 5px 10px 290px;
    float:left;
    font-size:1.2em;
}

.footercontacts
{
    width:30%;
    margin: 5px 20px 10px 5px;
    font-weight:normal;
    float:right;
    font-style:italic;
}

.emptyfooter
{
    min-height:2em;
    clear:both;
}