/* Start of CMSMS style sheet 'LandL Main' */
/* Reset Everything - courtesy of Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* start rules */
body * {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
	margin: 0 10%;
	background: #f0f3f8 url(/uploads/images/bg_main.jpg) top center repeat-x;
}

#link_bar {
	height: 37px;
	overflow: hidden;
	background: transparent url(/uploads/images/top_watermark.gif) bottom right no-repeat;
	margin: 2px auto 0;
	text-align: left;
	padding: 10px 15px 52px 15px;
	min-width: 600px;
	max-width: 1024px;
}

#link_bar ul li{
	display: inline;
}

#link_bar ul li a {
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
	display: block;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	margin-right: 1%;
	font-size: 80%;
}

#link_bar ul li a:hover {
	color: #a5bee8;
}

#wrapper {
	margin: 2px auto 0;
	text-align: left;
	background: #fdfdfd;
	padding: 15px;
	min-width: 600px;
	max-width: 1024px;
}

#header {
	background: #fdfdfd url(/uploads/images/header_bg.jpg) top right no-repeat;
	border-bottom: 2px solid #6891bf;
}

#header h1 {
	background: transparent url(/uploads/images/header_logo.jpg) top left no-repeat;
	width: 165px;
	height: 128px;
	text-indent: -5000px;
}

#menu {
	width: 24%;
	float: left;
	background: #fdfdfd url(/uploads/images/bg_left_menu.jpg) top right no-repeat;
	min-height: 500px;
	margin-right: 1%;
}

#menu ul {
	margin-top: 50px;
	margin-left: 10%;
	font-size: 90%;
}

#menu ul li {
    padding-bottom: 5px;
}

#menu ul li a {
	color: #6891bf;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a.currentpage {
	color: #125180;
    cursor: default;
}

#menu ul li a.currentpage:hover {
	text-decoration: none;
}

/* sub items */
#menu ul ul {
	margin-top: 8px;
	margin-left: 5%;
	font-size: 85%;
    display: none;
}

#content {
	width: 75%;
	float: left;
}

#content h2 {
	border-bottom: 2px solid #6891bf;
	background: #edf0f5 url(/uploads/images/bg_heading.jpg) top right no-repeat;
	height: 33px;
	line-height: 33px;
	vertical-align: baseline;
	margin-top: 1em;
	color: #6891bf;
	padding-left: 1.5%;
	padding-top: 50px;
	font-size: 105%;
    letter-spacing: 2px;
}

#content h3 {
	font-size: 115%;
    font-weight: bold;
    line-height: 1.6;
    margin: 0.6em 0pt 0.3em;
    color: #6891bf;
}

#content h3 a:hover {
	text-decoration: none;
}

#content h4 {
	font-size: 105%;
    font-weight: bold;
    line-height: 1.4;
    margin: 0.4em 0pt 0.2em;
    color: #000;
}

#content h4 a:hover {
	text-decoration: none;
}

#content a {
    color: #6891bf;
}

#content a:hover {
	text-decoration: none;
	color: #125180;
}

#content table {
	margin: 1em 0;
    border-collapse: collapse;
}

#content table tr th {
	background: #6891bf;
    padding: 0.6em 1em;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#content table tr td {
	vertical-align: top;
    line-height: 1.3;
    padding: 0.5em 0.7em 0.5em 0;
}

#content ul {
	margin: 1em 0 1.5em 3em;
    list-style-type: square;
}

#content ul li {
	padding: 3px;
}

#content_container {
	padding: 3% 1% 5%;
	font-size: 80%;
	line-height: 1.3;
}

#content_container p {
	margin-bottom: 1em;
}



#footer {
	clear: both;
}

#footer.secondlevel {
	text-align: center;
    font-size: 80%;
    padding: 1em;
    border-top: 1px solid #ACA9A9;
    margin-top: 1.5em;
}

#footer.secondlevel p {
	text-align: center;
    margin: auto;
}

/* =footer accordion on homepage */
	.haccordion{clear: both; background: #fdfdfd; padding: 5px 0.9% 39px 0.9%; margin: 75px 0.9% 0px 0.9%; height:100px; border-top: 1px solid #aca9a9;}
		 .haccordion .header, .haccordion .content{ float: left; height: 100px;} 
		 .haccordion .header{ width: 30px; background: #ccc; color: #fff; cursor: pointer;} 
			 .haccordion .content{ display: none; width: 0px; overflow:hidden; text-align: left; background: #fff;} 
				 .haccordion .content p{ margin: 0 5px 0 5px; font-size: 0.75em; padding-top: 5px; line-height: 1.1;}
			 .group_image{float: left; margin: 0 10px 0 10px;}
				 #group_MFS{background: url(/uploads/images/group_MFS.jpg) no-repeat;} 
				 #group_ILL{background: url(/uploads/images/group_ILL.jpg) no-repeat;} 
				 #group_MAQ{background: url(/uploads/images/group_MAQ.jpg) no-repeat;} 
				 #group_UND{background: url(/uploads/images/group_UND.jpg) no-repeat;} 
				 #group_FAL{background: url(/uploads/images/group_FAL.jpg) no-repeat;}
				 #group_HOT{background: url(/uploads/images/group_HOT.jpg) no-repeat;}
                 #group_OWF{background: url(/uploads/images/group_OFLY.jpg) no-repeat;}
                 #group_SIAN{background: url(/uploads/images/group_SIAN.jpg) no-repeat;}
                 #group_BUSAN{background: url(/uploads/images/group_BUSAN.jpg) no-repeat;}
                 #group_SHAN{background: url(/uploads/images/group_SHAN.gif) no-repeat;}
                 
/* news related styles */
#news {
    margin: 1.5em 0;
    line-height: 1.2;
    border-top: 1px solid #6891bf;
    border-bottom: 1px solid #6891bf;
    padding: 0.5em 0 0.8em;
}

#news p.more {
    text-align: right;
}

.NewsSummary {
    margin: 0.8em 0.5em 1.3em;
}

.NewsSummaryLink h4 {
    margin-bottom: 0.3em;
}

.NewsSummaryLink a {
    font-size: 1em;
}

.NewsSummaryLink span {
    font-size: 0.8em;
    display: block;
    padding-top: 4px;
}

#NewsPostDetailDate,
#NewsPostDetailSummary {
    margin: 0.3em 0 0.5em;
    line-height: 1.2;
}


/* End of 'LandL Main' */

