@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

body,html {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width: 100%;
    font-size:90%;
    font-size: 11px;
}

#endlessLines {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1190px;
    height: auto;
    z-index: 1;
    background-image: url(../img/endlessLines.png);
    background-repeat: repeat-y; /*** This is our faux columns ***/
    background-position: top center;
    overflow: hidden;
}

#lineHider {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 400px;
    height: 75px;
    z-index: 5;
    background-color: #FFFFFF;
}

#wrapper {
    position: relative;
    width: 100%;
    min-width: 1190px;
    height: auto;

    top: 0px;
    left: 0px;
    z-index: 15;
	
    text-align: left;
}

/* Header styles */
#leftHeadBG {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 120px;
    background-color: #FF7408;
    z-index: -5;
}

#rightHeadBG {
    position: absolute;
    top: 0px;
    left: 200px;
    right: 0px;
    width: auto;
    height: 120px;
    background-color: #d1d4c3;
    z-index: -5;
}

#header {
    clear:both;
    float:left;
    width:100%;
    height: 150px;
    background-image: url(../img/glomas_header.png);
    background-repeat: no-repeat;
    z-index: 10;
}

#payoff {
    position: absolute;
    top: 120px;
    left: 724px;
    width: 464px;
    height: 68px;

    margin-top: 2px;
    padding: 5px 2px 0px 0px;

    text-align: right;
    color: #FF7408;
    font-size: 18px;
    font-family: Arial, sans-serif;
}


#breadcrum {
    position: absolute;
    top: 180px;
    left: 340px;
    width: 380px;
    height: 14px;
    padding-top: 1px;
    padding-right: 5px;
    text-align: right;
    z-index: 100;
    /*
    background-color: pink;
    */
}

#breadcrum a {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #7b7b7b;
    text-decoration: none;
}

#breadcrum #activeCrum {
    font-weight: bold;
}

/* column container */
.colmask {
    position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
    height: 100%;
    overflow:hidden;		/* This chops off any overhanging divs */
    /*
    background-color: #666;
    */
}

/***** mainMenu *****/
/********************/
.mainMenu {
    margin-top: 45px;
    width:275px;        	/* Width of left column content (left column width minus left and right padding) */
    float:left;
    text-align: right;
    overflow: hidden;
    padding-top: 35px;
    /*
    background-color: yellow;
    */
}

.mainMenu ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}

.mainMenu .level_1,
.mainMenu .level_2 {
    padding-bottom: 7px;
}

.mainMenu .level_1 a {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.mainMenu .level_2 a {
    font-family: Arial, sans-serif;;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.mainMenu .level_1 a:hover,
.mainMenu .level_2 a:hover {
    color: #88928b;
}

.mainMenu .active a {
    color: #88928b;
}

/****************************/

.level_2 {
    padding-bottom: 7px;
}

.level_2 a {
    font-family: Arial, sans-serif;;
    font-size: 12px;
    color: #c84105;
    text-decoration: none;
}

.level_2 a:hover {
    color: #000000;
}

/*** normal column ***/
/*********************/

.normalColumn {
    margin-top: 45px;
    margin-left: 65px;
    width: 385px; /* 385 */
    min-height: 300px;
    height: 100%;
    float:left;
    border-bottom: 0px;
    margin-bottom: 40px;
    /*
    background-color: green;
    */
}

.normalColumn .section {
    border-bottom: 1px solid #FF7408;
}

.normalColumn .csc-loginform {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
}

.normalColumn .csc-loginform tr {
    vertical-align: top;
}

.normalColumn .csc-loginform .csc-form-label-req {
    text-align: right;
}

.normalColumn .csc-header {
    /*
    background-color: #666;
    */
    border-top: 1px solid #FF7408;
    padding-top: 10px;
}

.normalColumn a {
    text-decoration: none;
    color: #88928B;
}

.normalColumn a:hover {
    color: #000000;
}

.normalColumn table {
    margin: 0px 20px 0px 20px;
}
.normalColumn p {
    font-size: 11px;
    padding: 0px 8px 5px 8px;
}

.normalColumn h1 {
    font-size: 11px;
    font-weight: bold;
    padding: 0px 8px 10px 8px;
}

.normalColumn h2 {
    font-size: 10px;
    font-weight: bold;
    padding: 0px 8px 5px 8px;
}

.normalColumn ul {
    padding: 10px 0px 15px 25px;
}
/*** right column ***/
/********************/

.rightColumn {
    margin-top: 45px;
    margin-left: 725px;
    width: auto;
    height: auto;
    top: 0px;
    bottom: 0px;
    /*
    background-color: purple;
    */
}

.rightColumn .csc-frame {
    padding: 10px 8px 15px 8px;
    margin-bottom: 10px;
}

.rightColumn .csc-frame h1 {
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 10px;
}

.rightColumn .csc-frame p {
    font-size: 10px;
}

.csc-frame-frame1 {
    background-color: #00cdca;
    color: #fefdeb;
}

.csc-frame-frame2 {
    background-color: #f7ffc8;
    color: #000000;
}

.rightColumn .csc-textpic-center {
    height: 229px;
    border-bottom: 1px solid #FF7408;
}

.rightColumn .csc-textpic-right {
    height: 229px;
    border-bottom: 1px solid #FF7408;
}

.rightColumn .csc-textpic-left {
    height: 229px;
    border-bottom: 1px solid #FF7408;
    /*
    background-color: purple;
    */
}

div.csc-textpic-center div.csc-textpic-imagewrap {
    float: left;
}

div.csc-textpic-right div.csc-textpic-imagewrap {
    float: left;
}

div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
    margin-left: 0px;
}

div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
    margin-left: 0px;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
    margin-left: 0px;
}

.rightColumn .csc-textpic-clear {
    clear: none;
}

.rightColumn div.csc-textpic {
    position: relative;
    z-index: 5;
}

.rightColumn .csc-textpic-imagewrap {
    width: 465px;
}

.rightColumn div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {

    margin-top: 29px;
    margin-bottom: 0px;

}


/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
    height: 15px;
    padding-top: 55px;
    text-align: center;
}

<!--[if lt IE 7]>
    .col1 {
	    width:100%;
	}

<[endif]-->