/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #CC3300;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('images/page_background.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;

	height: 100%;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}

#footer p {
        padding-left: 10px;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #CC3300;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}



.navigation {
	display:block;
	margin-bottom: 20px;
}

#navigation ul {
	text-align: left; 
	font-size: 12px; 
	padding-left: 5px;  
	list-style-type: none; 
	list-style-image: none;
	background-color: #dddddd; 
	}

#navigation li { 
	display: inline; 
	padding-left: 3px; 
	padding-right: 3px; 
	}

#navigation a { 
	color: #0000cc;
	text-decoration:underline;
	}

#viewmore {
	text-align: right;
	background-color: #ffffff
	}

#viewmore a {
	font-size: 10pt;
	font-family: Arial;
	color: #0000ff;
	}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #EDE0B3;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #D3C69B;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #EDE0B3;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #D3C69B;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
}

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 180px;
	background: #fff;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#sitemap {
   width: 450px;
   padding-left: 5px;
   list-style-type: none;
}
#sitemap .title{
   font-size: 18px;
   color: #333333;
   text-decoration: none;
   margin-top: 10px;
   padding-bottom: 5px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}
#sitemap a{
   width: 450px;
   padding-left: 5px;
   list-style-type: none;
}
#sitemap ul li.li1 a{
   font-size: 14px;
   color: #FF0000;
   text-decoration: underline;
   padding-top: 15px;
   padding-left: 10px;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 40px;
}
#sitemap ul li.li2 a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-decoration: none;
   padding-top: 10px;
   padding-left: 10px;
   font-weight: bold;
   border-left-style: none;
   color: #333333;
   text-decoration: underline;
}

#sitemap ul li.li3 a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-decoration: none;
   padding-top: 10px;
   padding-left: 10px;
   font-weight: bold;
   color: #333333;
   text-decoration: underline;
}

#sitemap ul li.li4 a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-decoration: none;
   padding-top: 10px;
   padding-left: 10px;
   font-weight: bold;
   color: #333333;
   text-decoration: underline;
}

#sitemap ul li.li5 a{
   font-size: 12px;
   color: #333333;
   text-decoration: none;
   padding-top: 10px;
   padding-left: 10px;
   font-weight: normal;
   text-decoration: underline;

}

#sitemap ul li.li6 a{
   font-size: 12px;
   color: #333333;
   text-decoration: none;
   padding-top: 10px;
   padding-left: 10px;
   font-weight: normal;
   text-decoration: underline;
}
#sitemap .info {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   padding-left: 10px;

}
#sitemap .info2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   padding-left: 20px;

}
#sitemap .info3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   padding-left: 33px;

}
#sitemap .info4 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   text-decoration: none;
   padding-left: 30px;

}

.item-layout4 {
   text-align: center;
   float: left;
   background-color: #efefef;
   height: 240px;
   width: 28%;
   margin-left: 6px;
   margin-top: 6px;
   display: block;
   padding: 10px;
   border: 1px solid #ccc;
}
.item-layout5 {
   text-align: left;
   float: left;
   background-color: #efefef;
   height: 110px;
   width: 220px;
   margin: 6px 0 6px 5px;
   display: block;
   padding: 10px;
   border: 1px solid #ccc;
}

/* Contact Us Start */

p#contact {
   font-family: Verdana;
   font-size: 1.2em;
   }

p#error {
   font-family: Verdana;
   font-size: 1.2em;
   color: #cc0000;
   }

td#contact i b {
   font-size: 1.2em;
   color: #cc0000;
   }

/* Contact Us End */

/* Privacy Policy */

ul {
	list-style-type: none;
}

ul li ul li {
       padding: 0 5px;
}

ul li ul li ul li ul li {
       padding: 5px;
}