/* global*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	margin:0px;
	padding:0px;
  	color: #003366;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
  	line-height: 16px;
  	text-align: center;
 	background:#fff url(../../img/main-bg.jpg) no-repeat;
  	background-position: top center;
	font-size:100%;
}
hr {
	color: #FFF; 
	background-color: #FFF; 
    border: 1px dotted #1E2D1E; 
	border-style: none none dotted; 
	}
img {
	border:0;
}
h1, h2, h3, h4, h5, h6, h7 {
	padding-top:8px;
	padding-bottom:5px;
	padding-left:10px;;
}
h1 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
}
a{
	color:#069;
	text-decoration: none;
} 
a:hover{
	color:#0054A7;
	text-decoration: underline;
}
/*Container*/
div#container{
	position:relative;
	text-align:left;
	width:960px;
	margin:0px auto;
}
/*Header*/
div#header {
	text-align:center;
	position:relative;
	background-image: url(../../theme/meadow-sweet/logo-header.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:67px;
	margin:0;
	margin-top:20px;
	padding:0;
}
div#header p{
	margin:0;
	padding:0;
}
/*navigation*/
div#navigation {
	position:relative;
	height: 35px;
	border-left:#003399 solid 1px;
	border-top:#003399 solid 1px;
	border-right:#003399 solid 1px;
	background:#003366 url(../../img/titleBg.jpg) repeat-x bottom;
}
div#navigation ul{
  margin: 0;
  padding: 0;
 float: left;
  list-style: none;
} 
div#navigation ul li{
	float: left;
} 
div#navigation ul li a{	
  color:#fff;										
  padding: 0 1.2em;
  line-height: 35px;
  text-decoration: none;
  font-weight: 600;
  float: left;
  display: block;	
} 
div#navigation ul li a:hover{
  color: #fff;
  background-color:#003366;
   font-weight: 600;
} 
div#navigation #LinkOn{
  color: #fff;
  background-color:#003399;
   font-weight: 600;
}


/* End hide */	
div#rightCol{
	text-align:center;
  	width: 205px;
  	margin: 40px 5px 0 5px;
  	float:right;
}
div#rightCol .smallBox{
	float:right;
	text-align:left;
	color:#fff;
	margin-top:10px;
	width:202px;
	border:#003399 solid 1px;
	background:#003366 url(../../img/titleBg.jpg) repeat-x top;
}
/*Content, column*/
div#content {
	position:relative;
	background-color:#fff;
	border:#003399 solid 1px;
	min-height:600px;
	z-index:1;
}
div#content p{
	margin: 5px 10px 5px 10px;
	line-height:22px;
}
div#content ol li{
	margin: 5px 10px 15px 10px;
	line-height:22px;
}
div#content ul{
	line-height:20px;
}
div#content ul li{
	line-height:24px;
	font-size:17px;
	font-weight:600;
}
div#content #lospics{
	/*margin:15px;*/
}
div#content .titleBg{
	background:#003366 url(../../img/titleBg.jpg) repeat-x bottom;
	height:23px;
	color:#fff;
}
div#content .rightCol{
	float:right;
	margin:10px;
}

/*form*/
#content .contact-box{
		float:right;
		margin-right:20px;
}
#content .contact-box .contact-form{

	background-color:#2492FF;
	border:1px #013567 solid;
	color:#013567;
	
}
#content .contact-box .contact-form .txtBox{
	border:#013567 1px solid;
	color:#013567;	
}
/*footer*/
div#outer-footer{
	margin-top:10px;
	/*background:#ccc url(../img/footer-outer-bg.jpg) repeat-x bottom;*/
}
	
div#footer
{
	width:960px;
	padding-top:10px;
	margin:0px auto;
	height:170px;
	clear:both;
}
div#footer a
{
	color:#003366;
	text-decoration: none;
} 
div#footer a:hover
{
	text-decoration: underline;
}

