@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	
}

body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#FFFFFF;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
			/* The min-width property does not work in old versions of Internet Explorer */
    font-size:90%;
}

a {
    text-decoration: none;
    color: #c84105;
    font-weight: bold;
}

#wrapper {
    position:relative;
    width: 1080px;
    height: auto;

    z-index: 1;
	
	
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    margin-top: 10px; /* 70 */
    text-align: left;
}


/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    height: 125px;
    background-image: url(../img/glomus_header.png);
    background-position: 60px 10px;
    background-repeat: no-repeat;
}

#breadcrum {
    position: absolute;
    top: 110px;
    left: 208px;
    width: 575px;
    height: 12px;
    padding-top: 3px;
    text-align: right;
}

#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 */
    overflow:hidden;		/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
    background:#FF0099;    	/* Right column background colour */
}

/***** mainMenu *****/
/********************/
.mainMenu {
    margin-top: 50px;
    width:185px;        	/* Width of left column content (left column width minus left and right padding) */
    float:left;
    text-align: right;
    overflow: hidden;
    padding-top: 35px;
}

.mainMenu ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}

.mainMenu .level_1 {
    padding-bottom: 7px;
}

.mainMenu .level_1 a {
    font-family: "Arial Black", arial;
    font-size: 12px;
    color: #c84105;
    text-decoration: none;
}

.mainMenu .level_1 a:hover {
    color: #000000;
}

.mainMenu .active a {
    color: #000000;
}

/****************************/
.level_2 {
    padding-bottom: 7px;
}

.level_2 a {
    font-family: Arial;
    font-size: 12px;
    color: #c84105;
    text-decoration: none;
}

.level_2 a:hover {
    color: #000000;
}

.level_3 {
	margin-top: -3px;
    padding-bottom: 5px;
}


/*** normal column ***/
/*********************/

.normalColumn {
    margin-top: 50px;
    margin-left: 20px;
    width: 332px; /* 350 */
    min-height: 300px;
    height: 100%;
    float:left;
    border: 1px solid #c84105;

    padding: 10px 8px 10px 8px;
}

.normalColumn h1 {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 10px;
}

.normalColumn h2 {
    font-size: 10px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.normalColumn p {
    font-size: 11px;
    margin-bottom: 15px;
}

.normalColumn ul {
    padding: 10px 0px 0px 18px;
}

/*** right column ***/
/********************/

.rightColumn-old {
    margin-top: 50px;
    margin-left: 565px;
    width:430px;
    height: 100%;
    top: 0px;
    bottom: 0px;
}

.rightColumn {
    position: absolute;

    margin-top: 50px;

    margin-left: 565px;
    width:430px;
    height: 100%;
    top: 0px;
    bottom: 0px;
}

#spacer {
    background-color: #c84105;
    position: relative;
    min-height: 25px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.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 div.csc-textpic {
    position: relative;
    z-index: 5;
}

.rightColumn div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
    margin: 0px;
    margin-bottom: 10px;
}

/* 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]-->
