/*
CSS for Lakeland website.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #003522;
}

body, th, td, input, textarea {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	
}

img {
	border: none;
	padding: 4px;
}


h1 {
	color: #105234;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

h2 {
	 color: #105234; 
	 font-size: 14px; 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-weight: bold; 
	 
}

h3 {
	font-size: 1.1em;
}

p, ul, ol {
	margin-top: 1.5em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}



a:link   { 
	color: #205e42; 
	text-decoration: none; 
	font-weight: bold;
}
a:visited   { 
	color: #900; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover   { 
	color: #900; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active   { 
	color: #900; 
	text-decoration: underline;
	font-weight: bold;
 }
 
 

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

.smaller { font-size: 11px; font-family: Arial, Helvetica, sans-serif; line-height: 13px }
.caption { color: #454545; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: italic; }
.sub1     { color: black; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px }
.sub3 { color: #105234; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 16px }
.sub2    { color: #205e42; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-style: italic; font-weight: bold; line-height: 16px }
.smgrey { color: #636363; font-size: 10px; font-family: Arial, Helvetica, sans-serif; font-style: italic }

hr {
	display: none;
}
/* Header */

#header {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
}

/* Logo */

#logo1 {
	width: 830px;
	margin: 0 auto;
	background: url(images/lakeland_02.jpg) no-repeat center;
	height: 297px;
	}
#logo2 {
	width: 830px;
	margin: 0 auto;
	background: url(images/top_01.jpg) no-repeat center;
	background-color:#FFFFFF;
	height: 103px;
}



/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top: none;
	border-bottom: 20px #FFFFFF;
	border-left: 20px #FFFFFF;
	border-right: 20px #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 580px;
	padding: 0px 0px 0px 20px;
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 5px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry_text {
	padding: 10px 10px 30px 15px;
	line-height:20px;
}

.sub3 { 
	color: #000; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	list-style:none
	}

.sub2 { 
	color: #003522; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	list-style:none
	}

.head1 { 
	color: #105234; 
	font-size: 22px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 23px;
	padding: 15px 0 0 0;
 }

/* Sidebars */
.nav {
	background: url(images/nav-bg.jpg) no-repeat;
	margin: 0 auto;
	height: 50px;
	width: 100%;
	
}

.nav ul{
	margin-bottom: 40px;
    list-style: none;
    overflow: hidden;
    zoom:1;
    display: inline;
    float: right;
    margin-right: 30px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 10px;
        }
.nav li{
    float: right;
    display: inline;
    margin: 0 4px;
}
.nav a{
    display: block;
    font: bold 16px Arial, sans-serif;
	padding: 10px;
    color: #000;
    text-decoration: none;
}

.nav a:hover {
	background: #336633;
	color:#FFFFFF;
}



.sidebar {
	float: right;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}


#sidebar2 {
	width: 205px;
	padding: 0px 10px 0px 10px;
}


#sidebar2 li ul {
	line-height: normal;
}

#sidebar2 li li {
	font-size: 12px;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

.special {
	color: #F00;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
}
.special_title {
	font-size: 50px;
	text-align: center;
}


.sm_special {
	font-weight: bold;
	color: #F00;
	text-align: center;
}



/*Footer*/

#footer {
	margin: 0 auto;
	width: 790px;
	padding: 20px;
	background: #FFFFFF;

	
}
