#main {width: 690px; line-height:1.7em; font-size:14px;}

/* Force underline on links in main content area */
#main a {text-decoration: underline;}
#main a:hover, 
#main a:focus {text-decoration: none;}


.row {display: block; margin-bottom: 20px;}
.row .inner {padding: 19px; display: block; overflow: hidden;}
.row img {margin-bottom:8px;}
.row a {text-decoration: underline;}
.row li {}
.row .column {	
background: -moz-linear-gradient(top,  rgba(210,222,227,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,222,227,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,222,227,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,222,227,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,222,227,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,222,227,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dee3', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
-khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
/*.fr {float:right !important;} */
.row .inner .row .column {background: none;}
.row .blank {background: none;}

.one {width: 710px;}
.two {width: 340px; float: left; margin-right: 30px;}
.two.last {margin-right: 0px;}

.r218 {width:218px;} 
.r328 {width:328px;}
h2 {color:#00508C;}
#depIntro {line-height: 2em; float:right; font-size:16px; color:#333; font-family: "Georgia", serif;}
#laeNews, #publicConsultations, #ohs, #LRCC  {margin:15px 5px;; float:left;}
#employment, #education, #immigration {margin:15px 5px;; float:left;}
#ohs, #LRCC {width:100%;}
#employment h2, #education h2, #immigration h2, #laeNews h2, #publicConsultations h2, #ohs h2, #LRCC h2 {margin-bottom:8px;}
.row .morelink {font-family:Arial; font-size:12px; float:right;color:#00508C; font-weight:bold; text-decoration: none; }

#ohs ul, #LRCC span {float: left; width: 200px; margin: 0 8px;}
/*#navigation img {display:none;}*/
.featureSummary {line-height:1em;}

.SubSection6SubSection #navSubSectionElectrical {display:block;}

/*Alert Boxes

    <div class="alert-box error"><span>error: </span>Write your error message here.</div>
    <div class="alert-box success"><span>success: </span>Write your success message here.</div>
    <div class="alert-box warning"><span>warning: </span>Write your warning message here.</div>
    <div class="alert-box notice"><span>notice: </span>Write your notice message here.</div>

*/

alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
}

    .error {
        background:#ffecec url('/lae/images/error.png') no-repeat 10px 50%;
        border:1px solid #f5aca6;
    }
    .success {
        background:#e9ffd9 url('/lae/images/success.png') no-repeat 10px 50%;
        border:1px solid #a6ca8a;
    }
    .warning {
        background:#fff8c4;
        border:1px solid #f2c779;
    }
    .notice {
        background:#e3f7fc url('/lae/images/notice.png') no-repeat 10px 50%;
        border:1px solid #8ed9f6;
    }
	/* End Alert Boxes*/