﻿/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd,   form, label {margin:0;padding:0;border:0;}

caption {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

/*Master.master*/
body
{
    background-color:#E1E1E1;
    color: #000000;
    height: 100%;
}
html,body
{
height: 100%;
}
#logo
{
    margin: 0;
    padding: 0;
    right: 0px;
    padding: 0px;
    clear:both;
}
#ContentMasterPage
{

    height:100%;
    position:relative;
}


#holder
{
    float:left;
    width: 960px;
    padding: 0px;
    background: #FFFFFF;
    text-align: left;
    border: 1px solid #000000;
}

#navigation
{
    float:left;
    padding: 10px 0;
}

#header
{
    float:left;
    padding: 0px;
    height: 247px;
}

#footer
{
    width: 960PX;
    font-size: 10px;
    background: #23537B;
    color: White;
    height: 25px;
    padding-top: 15px;
}

#footer a
{
    width: 960PX;
    font-size: 10px;
    background: #23537B;
    color: White;
    height:25px;
}

#copyright	{float:right; }



/*MasterHome.master*/
#container
{
    margin: 0px auto;
    width: 960px;
    height: 100%;
    min-height: 100%;
	height: auto !important;
}
#HomeMaster
{
    background: url('/Templates/T1/images/homeBG.png');
    margin: 0px auto;
    width: 960px;
    height: 100%;
    min-height: 100%;
	height: auto !important;
}
#HomeContent
{
    float: left;
    width: 650px;
    padding: 20px 10px 0 0;
    line-height: 160%;
    margin-left: 20px;
    margin-right: 18px;
    background: url('/Templates/T1/images/kompas.jpg') no-repeat left bottom;
    min-height:800px;
    position:relative;
    height: auto !important;
}
#PagesContent
{
    float: left;
    width: 480px;
    height: 100%;
    padding: 5px 18px 20px 20px;
    line-height: 160%;
    right: 7px;
    background: url('/Templates/T1/images/kompas.jpg') no-repeat left bottom;
    min-height: 800px;
    position: relative;
    height: auto !important;
}


.RandomContent
{
    padding: 15px 15px 15px 15px;
    float: right;
    width: 214px;
    background: #80909D;
    border: 1px solid #80909D;
    margin-top: 18px;
    margin-right:7px;
    color:White;
}
.RotorContent
{

    }

/*MasterPages.master*/
#PagesLinks
{
    float: left;
    width: 180px;
    padding: 5px 0;
    line-height: 140%;
    text-align: justify;
}

#pageMaster
{
    background: url('/Templates/T1/images/pageBG.png');
    height: 100%;
    min-height: 100%;
	height: auto !important;
}


* html #container {height: 100%;}

/*For Mozilla since IE treats height as min-height*/ 
html>body #container{ 
height: 100%; 
}

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

.clear{ clear:both}
