


 
html 
{
    text-align: center; 
}

body
{

    text-align: left;
	color: #000;
	font-family: Arial, helvetica;
	font-size: 62.5%;
	width: 99.8%;
    margin: 0 auto;
        
}



/******************************** Reset ********************************/ 
 
 
 
/* Reset Headlines */ 
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: arial, helvetica;
} 

/* Reset Paragraph */ 
p
{
    margin: 0;
    padding: 0;
}

/* Reset Table */ 
table
{
    border-collapse: collapse; 
    border-spacing: 0;
}


/* Left-aligns text in caption and th */ 
caption, th
{
    text-align: left;
}


/* Removes border around images */
a img, :link img, :visited img
{
	border: 0;
}


/* Removes quotation marks from q */ 
q:before, q:after, blockquote:before, blockquote:after
{
	content: "";
}

/* Reset */ 
ul, ol, dl, dt, dd, blockquoute, form, input, th, td, label
{
    margin: 0; 
    padding: 0;
}
 

/* Reset Link */ 
a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
}

#mainContent ul, #mainContent ol
{
    padding: 0 0 25px 45px;
}

#mainContent ul li, #mainContent ol li
{
    font-size: 1.2em;
    font-family: Arial, helvetica;
    color: #000;
    padding: 0 0 0 5px;  
}



/******************************** Layout ********************************/ 

#subPageRightColumn h3 span
{
    font-size: 30px;
    color: #6b737d;
    font-weight: bold;
}


h1
{
    font-size: 2.4em;
    color: #6a737d;
    margin: 0 0 10px 12px;
}

#subPageMain
{
    min-height: 300px;
    _height: 300px;
}

#subPageMain img
{
    margin: 20px 0 20px 0;
}

#subPageMain p
{
    font-size: 1.2em;
    line-height: 150%;
    margin: 0 0 19px 0;
}

#subPageMain ul, #subPageMain ol
{
    margin: 0 0 20px 20px;
    font-size: 1.2em;
    line-height: 150%;
}


#contentHolder
{
    width: 970px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 20px;
}


ul#portfolios
{
    width: 225px;
}


ul#portfolios li
{
    list-style: none;
    margin: 0 0 30px 0;
}

.authorInfo 
{
    color: #ed1c24;
    font-size: 1.2em;
    margin: 10px 0 0 0;
}

#largePortfolios .authorInfo { font-size: 1.3em!important; margin-bottom: 6px; }

/* START Quicklinks in header */
.headerLinksHeading
{
    color: #686d74;
    font-weight: bold;
    line-height: 178%;  
    font-size: 1.2em;  
}

#headerLinksWrapper
{
    position: absolute; 
    top: 9px;
    right: 20px;
}

div#headerLinks
{
    border-top: 1px solid #e5e6e7;
    border-bottom: 1px solid #e5e6e7;
    overflow: hidden;
    padding: 0 0 0 1px;
    width: 184px;
}

div#headerLinks ul
{
    list-style-type: none;
    width: 85px;
    max-height: 59px;
    float: left;
}

div#headerLinks ul li
{
    background: url('/images/constructioncollege/dccHeaderListBullet.gif') no-repeat 0px 5px;
    padding-left: 12px;
}

div#headerLinks ul li a
{
    width: 68px;
    padding: 2px 0 2px 0;
    display: block;
    color: #ed1c24;
    font-size: 1.2em;
    outline : none; 
    text-decoration: none;  
}
/* STOP Quicklinks in header */

span.descriptionAuthor
{
    font-size: 1.2em;
    line-height: 150%;
}

span.leftShadow
{
     background: transparent url(/images/constructioncollege/leftShadowHeader.jpg) no-repeat 0 0;
     width: 20px;
     height: 262px;
     display: block;
     position: absolute;
     top: 0;
     left: 0;
}

span.rightShadow
{
     background: transparent url(/images/constructioncollege/rightShadowHeader.jpg) no-repeat 0 0; 
     width: 20px;
     height: 262px;
     display: block;
     position: absolute;
     top: 0;
     right: 0;
}


#Header
{
    position: relative;
    border-top: 1px solid white;
}

#Header h2 a:link, #Header h2 a:visited, #Header h2 a:hover, #Header h2 a:active
{
    background: transparent url(/images/constructioncollege/logoTitle2.gif) no-repeat 0 0; 
    width: 284px;
    height: 66px;
    display: block;
    margin: 27px 0 16px 19px;
    text-indent: -9999px;
}

#Header .QuickSearchArea
{
    width: 230px;
    position: absolute;
    left: 736px;
    top: 55px;

}





#Header .QuickSearchArea input
{
        border: 1px solid #dfdfdf;
        float: left;
        height: 17px;
        width: 150px;
        background: transparent url(/images/Graphics/input.gif) repeat-x 0 0;
}


#Header .QuickSearchArea input.quickSearchButton
{
    margin: 0 0 0 4px;
    height: 25px;
    width: 57px;
}


#MaincontentHolder
{
    margin: 10px 0 0 0;
}



#mainContent
{

    float: left;
    width: 472px;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    margin: 0 0 5px 17px;
    min-height: 350px;
    /*
    -moz-column-count: 2;
    -moz-column-gap: 6%;
    */
}

*html #mainContent
{
    margin-left: 10px;
}



#mainContent h1
{
    font-family: Arial, helvetica;
    font-size: 2.4em;
    margin: 0 0 10px 15px;
    color: #545453;
    
}

#mainContent p
{
    font-size: 1.2em;
    margin: 0 0 15px 0;
    font-family: Arial, helvetica;
    color: #000;
    padding: 0 22px 0 15px;
}

#mainContent p.ingress
{
    font-size: 1.4em;
    color: #474747;
    line-height: 1.2em;
}


#fourthColumn
{
    width: 20.445%;
    float: right;
    margin-bottom: 3em;
    display: inline;
    margin-right: 15px;
}

*html #fourthColumn
{
    margin-right: 0;
}




#fourthColumn #RightColumnTop blockquote
{
    font-size: 1.8em;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-family: tahoma, Arial;
}




#fourthColumn p
{
    padding: 1.5em;
    font: 1.4em/1.6em Georgia, Times New Roman, Serif;
}



/******************************** Footer ********************************/ 

#footer
{

    clear: both;
    height: 9.5em;

    position: relative;
}


#footer ul
{
    list-style: none;
}

#footer ul li
{
    float: left;
    font-size: 1.1em;
    padding: 20px 0 0 0;
    display: inline;
}

#footer ul li#first
{
    width: 356px;
    margin: 0 15px 0 15px;
}









/******************************** Error 404-500 ********************************/ 

.errormessage
{
    border: 1px solid #D0CFD0;
    width: 600px;
    min-height: 260px; 
    _height: 260px;
    padding: 30px;
    font-family: Verdana, Arial;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
    margin-top: 100px;
}

.errormessage h1
{
    font-size: 36px;
    margin: 20px 0px 10px 5px;
}

.errormessage p
{

    margin: 20px 0px 10px 5px;
}

.errormessage ul
{    
    margin: 20px 0px 10px 20px;
}






/******************************** Form elements ********************************/ 


input.button
{
    border: 1px solid #D5D5D5;
    background: #EEA332;
    color: #fff;
    padding: 3px;
    font-family: Tahoma, Lucida Sans, arial, helvetica;
    text-align: center;
} 

p.leftPaddingRight
{
    float: left;
    padding: 0 10px 0 0; 
}

p.clear, div.clear
{
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

#welcomeText strong
{
    font-weight: normal;
    color: #ed1c24;
}

#welcomeText img
{
    margin: 40px 0 0 0;
}

span.startPageBoxDescription
{
    font-size: 1.2em;
    padding: 0 0 30px 0;
    display: block;
}

ul.redBoxes li
{
    background: transparent url(/images/constructioncollege/redBox.png) no-repeat 0 0; 
    width: 312px;
    height: 125px;
    display: block;
    color: #fff;
    margin: -20px 0 0 -8px;
}

ul.redBoxes li span.itemDate
{
    padding: 20px 10px 0 20px;
    font-size: 2.4em;
    display: block;
}

ul.redBoxes li span.itemHeadline
{
    padding: 0 10px 0 20px;
    font-size: 1.8em;
    font-weight: bold;
    display: block;
}

ul.redBoxes li span.itemDesc
{
    padding: 0 10px 0 20px;
    font-size: 1.1em;
    display: block;
}

/******************************** Misc. ********************************/ 

.hide
{
    text-indent: -9999px;
    height: 0px;
    width: 0px;
}





#mainNav
{
    background: #f3f0e9;
    width: 950px; 
    height: 32px;
    margin: 0;
    position: relative;
}


#mainNav ul
{
    margin: 0;
  
}

#mainNav ul li
{
    display: inline;
    float: left;
    
}



#mainNav ul li a:link, #mainNav ul li a:visited
{
    color: #545453;
    font-size: 1.1em;
    font-family: Tahoma, Arial, helvetica;
    padding: 10px 18px 10px 18px;
    display: block;   
    margin: 0;
    background: transparent url(/Images/graphics/topnav-seperator.gif) no-repeat right center; 
}

#mainNav ul li.last a:link, #mainNav ul li.last a:visited
{
    background: transparent url(/Images/graphics/loginarrow-green.gif) no-repeat right 7px; 
    color: #dc8f11;
    font-weight: bold;
    position: absolute;
    width: 120px;
    left: 780px;
    top: 0;
}

#mainNav ul li.selected
{
    font-weight: bold;
}




p.clear
{
    clear: both;
    margin: 0; 
    padding: 0;
}

.breadcrumb
{
    margin: 0;
    background: #b7bf69;
    padding: 5px 0px 0px 20px;
    border-top: 10px solid #a5b054;
    height: 20px;
    font-size: 1.1em;
    color: #fff;
}


.breadcrumb a:link, .breadcrumb a:visited
{
    color: #fff;
}

.breadcrumb a:hover, .breadcrumb a:active
{
    color: #fff;
}




#MainBody
{
    width: 440px;
    float: left;
    border-left: 1px dotted #c2beb8;
    border-right: 1px dotted #c2beb8;
    margin: 5px 15px 0 17px;
    padding: 0 15px 0 17px;
}

#MainBody p
{
    font-size: 1.2em;
    line-height: 1.3em;
    font-family: Arial, helvetica;
    color: #000;
    margin-bottom: 22px;
    
}


#SecondaryBody
{
    float: right;
    width: 205px;
}

.hr
{
     background: #fff url(/images/Graphics/hr.gif) no-repeat 0 5px;
     height: 26px;
     width: 566px;
     display: block;
     margin: 0;

}

#Header .hr
{
     background: #fff url(/images/Graphics/topshadow.gif) no-repeat 0 0px;
     height: 15px;
     width: 537px;
     position: absolute;
     left: 410px;
     top: 25px;
     display: block;
   
}



.newsList
{
    background: #F2EEE6;
    width: 332px;
    padding: 0 0 0 20px;
    
}


.newsList h4
{
    font-family: Arial, helvetica;
    font-size: 1.8em;
    padding: 4px 0 6px 0;
}

.newsList ul
{
    list-style: none;
}


.newsList li a:link, .newsList li a:visited
{
    color: #545453;
    font-weight: bold;
}

.newsList h3
{
    font-family: Arial, helvetica;
    font-size: 1.1em;
    color: #545453;
}


.pinkPuffs
{
    font-size: 1.1em;
    margin: 3px 0 0 0;
}

.pinkPuffs span
{
    font-size: 120%;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}

.pinkPuffs span
{
     background: transparent url(/Images/graphics/large-arrow-orange.gif) no-repeat center left; 
     padding: 2px 0 2px 25px;
}

.pinkPuffs ul
{
    list-style: none;
    background: transparent url(/Images/graphics/orangebg.gif) repeat-x 0 0; 
    display: block;
    height: 110px;
    border-bottom: 2px solid #b47103;
}

.pinkPuffs ul li
{
     display: inline;
     float: left;
     width: 242px;
     background: transparent url(/Images/graphics/orange-shadow.gif) no-repeat center right; 
     height: 91px;
     margin: 10px 0 0 0;
     padding: 0;

}

.pinkPuffs ul li#last 
{
 
     width: 232px;
}




.pinkPuffs ul li a:link, .pinkPuffs ul li a:visited
{
  
    color: #fff;
    height: 65px;
    padding: 20px 5px 5px 15px;
    display: block;
}

.pinkPuffs ul li#first
{
    width: 233.3px;
}

.pinkPuffs ul li#first a
{
     padding-left: 15px;    
}

p.liberhermods-subheader
{
    background: transparent url(/Images/constructioncollege/headerBg.jpg) repeat-x 0 0; 
    width: 950px;
    height: 176px;
    display: block;
    text-indent: -9999px; 
    margin: 0 0 25px 0;  
}

p.liberhermods-subheader a
{
    float: right;
    display: block;
    width: 230px;
    height: 190px;
}

p.liberhermods-subheaderSub
{
    background: #ed1c24 url(/Images/constructioncollege/headerSub.jpg) no-repeat 0 0;
    width: 950px;
    height: 149px;
    display: block;
    position: relative;
    margin: 0 0 25px 0;  
}

p.liberhermods-subheaderSub a.button
{
    float: right;
    display: block;
    width: 230px;
    height: 190px;
}

p.liberhermods-subheaderSub span.crumb 
{
    position: absolute;
    bottom: 8px;
    left: 28px;
    color: #4e0000;
    font-size: 1.1em;
    font-family: Tahoma, Arial, helvetica;
}

p.liberhermods-subheaderSub span.crumb a
{
    font-size: 1.1em;
    color: #4e0000;
    font-family: Tahoma, Arial, helvetica;
}

ul#largePortfolios
{
    margin: 0 0 200px 0;  
}

ul#largePortfolios li
{
    list-style: none;

    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 3px solid #ed1c24;
    clear: both;
    overflow: hidden;
}

ul#largePortfolios li img
{
    padding: 0 16px 0 0;
    float: left;
    margin-bottom: 20px;
}

ul#largePortfolios li a
{
    color: #ed1c24;
    display: block;
}

ul#largePortfolios li a:link.inline, ul#largePortfolios li a:visited.inline, ul#largePortfolios li a:hover.inline, ul#largePortfolios li a:active.inline, ul#largePortfolios li span.inline
{
    display: inline;
    color: #6b737e;
    font-size: 1.4em;
    border-right: 1px solid #b1b5bb;
    margin-right: 6px;
    padding-right: 6px;
}

ul#largePortfolios li a.readMore { font-size: 1.2em; border-bottom: 1px dotted #ed1c24; float: left; margin-top: 10px;  }

span.dateHeaderNews
{
    font-size: 1.2em;
    font-weight: bold;
    color: #ed1c24;
}

#newsIngress p
{
    margin: 20px 0 20px 0;
    font-size: 1.2em;
}


ul#newsListingLarge li
{
    list-style: none;
}

.innerNews
{
    padding: 0 24px 0 12px;
}

span.spillStart, span.spillSub
{
    background: transparent url(/Images/constructioncollege/spillRightColumnStart.png) no-repeat 0 0;
    width: 261px;
    height: 49px;
    display: block;
    position: absolute;
    right: 15px;
    top: 310px;
}

span.spillSub
{
    background: transparent url(/Images/constructioncollege/spillRightColumn.png) no-repeat 0 0;
    top: 280px;
}

ul#newsListingLarge li p
{
    font-size: 1.2em;
    line-height: 150%;
    margin: 0 0 19px 0;
}

#secondPart
{
    margin: 30px 0 30px 0;
}

#leftContent
{
    width: 352px;
    float: left;
    margin: 0 14px 0 0;
    padding: 13px 0 0 0;
    border-top: 2px solid #dc8f11;
}

#rightContent
{
    width: 352px;
    float: left;
    margin: 0 12px 0 0;
    padding: 13px 0 0 0;
    border-top: 2px solid #dc8f11;

}

*html #rightContent
{
    margin: 0 7px 0 0;
}

.seperatorDefault
{
    float: left;
    border-left: 1px dotted #ccc;
    display: block;
    width: 1px;
    margin: 15px 0 0 0;
    height: 330px;
}

#banners
{
    width: 206px;
    float: left;
    padding: 13px 0 10px 0;
    margin: 0 0 0 12px;
    height: 350px;
    border-top: 2px solid #dc8f11;
    background: transparent url(/Images/graphics/linje.jpg) no-repeat bottom left;
}

*html #banners
{
    padding: 0;
    border: none;
    margin: 0;
    float: right;
}




#PageList p
{
    padding: 0 0 2px 20px;
    margin: 5px 0 0 0;
    color: #545453;
}

#PageList a:link, #PageList a:visited
{
    color: #545453;
    border-bottom: 1px dotted #545452;
    background: transparent;
    padding: 0 0 1px 0;
}

#PageList a:hover, #PageList a:active
{
    color: #DD9010;
    border-bottom: 1px solid #DD9010;
    background: transparent;
}




#mainContent h2
{
    font-family: Arial, helvetica;
    font-size: 1.4em;
    color: #545453;
    margin: 5px 0 5px 15px;
}

#mainContent h3
{
    font-family: Arial, helvetica;
    font-size: 1.2em;
    color: #545453;
    font-weight: bold;
    margin: 5px 0 5px 15px;
}


h4
{
    font-family: Arial, helvetica;
    font-size: 1.4em;
    color: #545453;
    margin: 5px 0 5px 15px;
}

h4.seperator
{
    border: 0;
    border-top: 1px dotted #ccc;
    padding: 15px 0 0 0;
    margin-right: 15px;
}

h4.seperator2
{

    padding: 15px 0 0 0;
    margin-right: 15px;
}


/* Kommun och kurssidor */ 


.KommunKursUtbud h4, .KommunKontakter h4
{
    font-family: Arial, helvetica;
    font-size: 1.4em;
    color: #545453;
    margin: 5px 0 5px 15px;
    padding: 15px 0 0 0;
    border-top: 1px dotted #ccc;
}

#mainContent .KommunKontakter p
{
    font-family: Arial, helvetica;
    font-size: 1.2em;
    color: #545453;
}

#mainContent .KommunKursUtbud ul
{
    margin: 0;
    padding: 0;
}


#mainContent .KommunKursUtbud ul li
{
    background: transparent url(/Images/graphics/loginarrow-green.gif) no-repeat 0 0; 
    padding: 4px 0 10px 28px;
    list-style: none;
    font-family: Arial, helvetica;
    font-size: 1.2em;
    font-weight: bold;
    color: #545453;
    margin: 0 0 0 15px;
}

#mainContent .KommunKursUtbud ul li a
{
    color: #545453;
}

#mainContent p.projektPeriod
{
    background: #f2eee6;
    color: #545453;
    padding: 4px;
    margin: 0 15px 15px 15px;
 
    
}

#StartPageDropDownList .list
{
    width: 208px;
    margin: 0 0 0 2px;
 
    border: 1px solid #ccc;
    color: #545453;
    background: #f2f2f2 url(/images/Graphics/input.gif) repeat-x 0 0;
}

#StartPageDropDownList span
{
    position: relative;
}

#StartPageDropDownList span img
{
    position: absolute;
    left: 15px;
    top: 5px;
}

#StartPageDropDownList span
{
    background: #f5f0ec;
    width: 210px;
    height: 20px;
    padding: 5px;
    margin: 0 0 0 20px;
    display: block;
}

#dropDownList
{
   width: 442px;
   height: 63px;
   background: #f2eee6; 
   margin: 0 0 0 15px;
}

#mainContent #dropDownList p
{
    font-size: 1.1em;
    padding: 10px 0 0 25px;
    color: #545453;
    margin: 0;
}



#dropDownList .list, #kursDropList .list
{
    margin: 0 0 0 55px;
    border: 1px solid #ccc;
    background: #f2f2f2 url(/images/Graphics/input.gif) repeat-x 0 0;
}

#mainContent table.kursTabell
{
   margin: 0 15px 15px 15px;

}

.kursTabell td
{
    width: 225px;
    font-size: 1.1em;
    padding: 3px;
    font-family: Arial, helvetica;
}

.kursTabell tr.alt
{
    background: #f2eee6;
}

#mainContent .KursBottom
{
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin: 0 15px 15px 15px;
    padding: 15px 0 15px 0;
}


#mainContent .KursBottom ul
{
    padding: 5px 0 5px 15px;
}

#mainContent .KursBottom ul li
{
    padding: 5px 0 5px 15px;
    list-style: none;
    background: transparent url(/Images/graphics/li.gif) no-repeat 0 10px; 
}

#mainContent .KursBottom p
{
    color: #545453;
    padding: 0;
    margin: 0;
}

.KursBottom a:link, .KursBottom a:visited
{
    color: #545453;
    border-bottom: 1px dotted #545453;
    font-size: 1.2em;

}

.KursBottom a:hover, .KursBottom a:active
{

    border-bottom: 1px solid #545453;

}


#mainContent a:link, #mainContent a:visited
{
    color: #dc8f11;
    border-bottom: 1px dotted #dc8f11;
}

#mainContent a:hover, #mainContent a:active
{
    color: #dc8f11;
    border-bottom: 1px solid #dc8f11;
}

#mainContent #kommunDropList
{
       width: 442px;
   height: 43px;
   background: #f2eee6 url(/Images/graphics/loginarrow-green.gif) no-repeat 20px 13px; 
   border-bottom: 4px solid #e4e0d8;
   margin: 0 0 0 15px;
    
}

#mainContent #kommunDropList .kommunSelect
{
    margin: 12px 0 0 65px;
}


#mainContent #kursDropList
{
   width: 442px;
   height: 43px;
   background: #f2eee6 url(/Images/graphics/loginarrow-green.gif) no-repeat 20px 13px; 
   border-bottom: 4px solid #e4e0d8;
   margin: 0 0 0 15px;
}

#mainContent #kursDropList .kursSelect
{
    margin: 12px 0 0 65px;
}

#SearchArea
{
    background: #F2EEE6;
    padding: 10px;
    margin: 20px;
    border-bottom: 3px solid #E4E0D8;
 
}

#SearchArea .searchText
{
    border: 1px solid #DFDFDF;
    padding: 4px 0;
    width: 200px;
}

#SearchArea .button
{
    background: #EF155A;
    color: #fff;
    
}

#AdvancedArea
{
    margin: 20px;
}

#ResultArea h2
{
    font-family: Arial, helvetica;
    margin: 0px 0px 20px 20px;
    font-size: 15px;
}

#ResultArea p
{
    font-family: Arial, helvetica;
    padding: 2px 0 0 0;
    font-size: 12px;
}


#ledningstyrelse img
{
    float: left;
    padding: 0 10px 40px 20px;
    clear: left;
}

#ledningstyrelse p
{
    padding-bottom: 40px;
}

.footerLinje
{
         width: 950px;
         height: 2px;   
         display: block;
         margin: 10px 0 0 0;
         border-bottom: 2px solid #dc8f11; 
}

.footerLinjeBlack
{
         width: 950px;
         height: 2px;   
         display: block;
         margin: 10px 0 0 0;
         border-bottom: 3px solid #000; 
}




.footerLinjeDefault
{
         width: 719px;
         height: 2px;   
         display: block;
         margin: -9px 0 0 0;
         border-top: 2px solid #dc8f11; 
}

*html .footerLinjeDefault
{
         width: 719px;
         height: 2px;   
         display: block;
         margin: 5px 0 0 0;
         border-top: 2px solid #dc8f11; 
}


ul.submenu li
{
    list-style: none;
    
}

ul.submenu li a, ul.submenu li span.selected
{
    background: transparent url(/images/constructioncollege/buttonbg.png) no-repeat 0 0; 
    width: 214px;
    height: 31px;
    display: block;
    color: #fff;
    margin: -15px 0 0 -8px;
    font-family: Tahoma, Arial, helvetica;
    font-size: 1.2em;
    padding: 15px 0 0 30px;  
}

*html ul.submenu li a, *html ul.submenu li span.selected
{
    margin: -30px 0 0 -8px;
}

ul.submenu li ul
{
    width: 238px;
    margin: -8px 0 0 -2px;
    background: #a80000;
    padding: 10px 0 20px 0;
}

ul.submenu li ul li ul
{
    width: 190px;
    margin: 0 0 0 1px;
}


ul.submenu li ul li a:link, ul.submenu li ul li a:visited
{

    width: 206px;
    padding: 2px 0 2px 30px;
    margin: 0;
    height: 15px;
    background: none;
}

ul.submenu li ul li a:hover
{
    background: #b72b2b;   
}

ul.submenu li ul li span.selected
{
    width: 208px;
    padding: 2px 0 2px 30px;
    margin: 0;
    height: 15px;
    background: #b72b2b;   
}

	/* General */
	#cssdropdown, #cssdropdown ul { list-style: none; float: right; }
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	
	/* Head links */
	#cssdropdown li.headlink { width: 160px; float: left; margin-left: -1px; background: #F3F0E9; }
	#cssdropdown li.headlink a { display: block;  padding: 15px; }

	/* Child lists and links */
	#cssdropdown li.headlink ul { display: none; text-align: left; }
	#cssdropdown li.headlink:hover ul { display: block; }
	#cssdropdown li.headlink ul li a { padding: 5px; height: 17px; }
	#cssdropdown li.headlink ul li a:hover { background: #E4E0D7; }
	
	/* Pretty styling */
	#cssdropdown a 
	{
	 color: #545453;
	 width: 70px;
	 }
	 
	
	#cssdropdown ul li a:hover
	{
	    text-decoration: none;
	    background: #E4E0D7;
	}
	
	
	ul#cssdropdown span
	{   
	    background: transparent url(/Images/graphics/loginarrow-green.gif) no-repeat 125px 7px; 
	    cursor: default;
	    color: #dc8f11;
	    font-weight: bold;
	    padding: 10px 10px 10px 0;
	    display: block;
	    font-size: 1.1em;
	}
	
	#cssdropdown li.headlink 
	{
	    background: #F3F0E9;
	}
	    
	#cssdropdown li.headlink ul { background: #F3F0E9; position: absolute; }



/* Start Page Layout */

#startPage .leftColumn, #startPage .centerColumn, #startPage .rightColumn
{
    float: left;
    display: inline; 
}

#startPage .leftColumn
{
    width: 314px;
    margin: 0 26px 0 0;
}

#startPage .leftColumnSubPage
{
    width: 250px;
    float: left;
    margin: 8px 0 0 0;
    display: inline;
}

a#linkToHermods
{
    background: transparent url(/images/constructioncollege/hermodsFooterLogo.gif) no-repeat 0 0;
    width: 215px;
    height: 64px; 
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    position: absolute;
    right: 55px;
    top: 10px;
}

#startPage .centerColumnSubPage
{
    background: transparent url(/images/constructioncollege/seperator.gif) repeat-y 0 0; 
    float: left;
    display: inline;
    width: 474px;
    margin: 0 15px 0 0;
 
}

a
{
    color: #ed1c24;
}


#startPage .centerColumnSubPage #subPageMain
{
    padding: 0 24px 0 12px;
}

#startPage .wide
{
      background: transparent url(/images/constructioncollege/seperator-singe.gif) repeat-y 0 0; 
    float: left;
    padding: 0 0 0 15px;
    display: inline;
    width: 685px;
}


#startPage .centerColumn
{
    width: 320px;
    margin: 0 25px 0 0;
}

#startPage .rightColumn
{
    background: transparent url(images/spillRightColumn.jpg) no-repeat 0 0; 
    display: inline;
    float: left;
    padding: 0 0 0 0;
}


#startPage h3
{
    font-size: 4.8em;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#startPage h3
{
    color: #6b737e;
}


#startPage h3.grey
{
    color: #6b737e;
}


#welcomeText p
{
    font-size: 1.6em;
}

#redbox
{
    background: transparent url(/images/constructioncollege/redBox-small.png) no-repeat 0 0; 
    width: 214px;
    height: 125px;
    display: block;
    color: #fff;
    margin: -20px 0 0 -8px;
    padding: 20px;
    font-size: 1.2em;
}
