body {
	margin: 0; 
	padding: 0;
	color: #FFFFFF;
	font-family: Arial, Times, serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #091A34;
}

#blogheader {
	font-size:13px;
	text-align:left; 
      color:#FFFFFF;
      font-family:Arial;
      z-index:1;
	margin-bottom:-20px; 
      border-top-right-radius:10px;
      border-top-left-radius:10px;
     padding:6px;
     height:38px;
     width:807px;
     background:url(/blog/bloghead.jpg) left top no-repeat;
     background-size: 900px 38px;
}



.shadow, .gallery-icon img {
	-webkit-box-shadow: 0px 2px 15px 1px #888;
	-moz-box-shadow: 0px 2px 15px 1px #888;
	box-shadow: 0px 2px 15px 1px #888;
	border-collapse: separate;
}

.rounded-img4 {
      display:block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
}

.rounded-img4 a:hover {
      display:block;
    background-color: #FFFFFF;
   opacity:0.8;
   filter:alpha(opacity=80);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}

#blogimage img {
 display:block;
 border-radius:15px;
}

#headermast {
     width: 100%;
     height: 203px;
     position: absolute;
}

#navbar {
      z-index: 20;
	position: absolute;
	width: 100%; 
	border: 0px;
	text-align: center; 
      top: 0px;
      height: 38px;
	margin-top: 203px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	float: none;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
#navbar ul
{
    text-align: center;
	margin: 1px 0px 0px 0px;
	padding:0px;
}

#navbar ul li
{
	display: inline;
	height: 36px;
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 38px;
	position: relative;
	padding: 0px;
}

#navbar li a
{
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 1em;

 }

#navbar li a:hover
{
    color: #FFFFFF;
    background-color: #273b41;

}

#navbar li ul
{

	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	color: #333;

}

#navbar li:hover ul
{
	top: 12px;
	display: block;
	width: 188px;
}

#navbar li li
{
	width: 188px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	list-style: none;
	display: list-item;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
        background-color: #E2E2E2;
}
#navbar li li a
{
	color: #000000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-decoration: none;
}

#navbar li li a:hover
{
    background-color: #273B41;
	color:#FFFFFF;
}

#navbar ul ul {
	display: none;
	position: absolute;
	left: 0px;
    top: -14px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: left;
}

#navbar ul li:hover ul {display:block;}

#navbar ul ul li {
	width: 188px;
	float: left;
	display: inline;
    background-color: #CFCFCF;
	color: #333;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	height: auto;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#navbar li:hover ul li ul {display:none; background-image: none;}

#navbar ul ul li ul {
      background-color: #000000;
	position: absolute;
      width: 188px;
	left: 188px;
}

#navbar ul ul li ul li {
	top: -27px;
	width: 186px;
	float: left;
	display: inline;
      background-color: #CFCFCF;
	color:#000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#navbar ul ul li:hover ul {display:block; background-image: none;}

#navbar ul ul li:link ul {
	display: block;
	background-image: none;
	text-decoration: none;
}
#navbar ul ul li:visited ul {
	display: block;
	background-image: none;
	text-decoration: none;
}

a:link{ 
    text-decoration: underline; 
	color: #1A2A41;

}
	
a:visited{ 
    text-decoration: underline;
	color: #1A2A41;
}

a:hover{ 
    text-decoration: none;
	color: #000000;
}

.footer:link{ 
    text-decoration: underline; 
	color: #ffffff;

}
	
.footer:visited{ 
    text-decoration: underline;
	color: #ffffff;
}

.footer:hover{ 
    text-decoration: none;
	color: #ffffff;
}

#maincontent {
    z-index: 1;
    position: absolute;
    width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Arial";
	font-size: 16px;
      color: #000000;
}
#maincontent a {
      color: #000235;
}
#maincontent h2 {
      z-index: 2;
	font-size: 28px;
	text-align: left; 
      margin-top:0px;
      color : #091A34;
      font-family : Tahoma;
}

#maincontent h1 {
      z-index: 2;
	font-size: 28px;
	text-align: left; 
      margin-top:0px;
      color : #091A34;
      font-family : Tahoma;
}


h1 {
	font-family: "Arial";
	font-size: 26px;
	color: #091A34;
}
h2 {
	font-family: "Arial";
	font-size: 16px;
	color: #1A2A41;
}
h3 {
	font-family: "Arial";
	font-size: 21px;
	color: #1A2A41;
}
img {
      padding : 0;
      display: block;
}
iframe {
      z-index: 2;
      display: block;
}

#rightsidetext a:link{ 
    text-decoration: underline; 
	color: #1A2A41;

}
	
#rightsidetext a:visited{ 
    text-decoration: underline;
	color: #1A2A41;
}

#rightsidetext a:hover{ 
    text-decoration: none;
	color: #1A2A41;
}

#contenttext a:link{ 
    text-decoration: underline; 
	color: #1A2A41;

}
	
#contenttext a:visited{ 
    text-decoration: underline;
	color: #1A2A41;
}

#contenttext a:hover{ 
    text-decoration: none;
	color: #1A2A41;
}
#footermain {
     width: 100%;
     height: 125px;
     background: url(parts2011/base.jpg) top center no-repeat;
     background-position: center;
}