/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0; 
	padding: 0;
	background: #cccccc;
 
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#container{
	width: 1000px;
	margin-right:auto;
	margin-left:auto;
	border: 1px #999999 solid;
	background-color:#FFFFFF;
}

h1, h2, h3 {
	margin-top: 0;
	color: #003366;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color:#003366;
}

h2 {
	font-size: 14px;
	color: #006600;

}

h3 {
	font-size: 13px;
		color: #d5600d;
}

h4 {
	font-size: 12px;
		color: #000000;
		font-weight: bold;
}


ul {
}

a {
	text-decoration: underline;
	color: #003366;
}

 

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	/*margin: 0 auto;*/
	height: 66px;
	background: #ededed url(media/header_bg.gif) repeat-x;
	 
		border-top: 1px #999999 solid;
}

/* Header */

#logo {
	 margin-left: 30px;
 float: left;
}

#options{

float: right;
height: 66px;
margin-right: 5px;
}

/* Menu */

#menu {
	width: 960px;
/*	margin: 0 auto;*/
	padding: 0;
	height: 18px;
	background: #003366 url(media/menu_bg.gif) repeat ;
 text-align: right;
 padding-right: 40px;
}

 
 
 

 

/* Wrapper */

#wrapper {
	width: 1000px;
 
	/*	margin: 0 auto;*/
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */


#content  {
	padding-top:  20px;
	float: left;
	width: 500px;
}

/*2 column*/
#content_2col  {
	padding-top:  20px;
	float: left;
	width: 660px;
	margin-left: 20px;
}

#bottom_box .contentb{
	background: #ffffff url(media/green_fade.gif) repeat-x ;
	line-height: 150%;
	font-size: 13px;
}

#top_box {
 
	margin-bottom: 10px;
		border: 1px solid #ccc;
		 line-height: 150%;
	 height: 218px;
			background: #ffffff url(media/content1_bg.gif) no-repeat  ;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar_left  {
	float: left;
		 
		width: 220px;
	padding: 15px;
	padding-top:  20px;
	font-size: 12px;
}

#sidebar_left  a{
	 color: #666666;
		text-decoration: none;
}

#sidebar_left  a:hover{
	 
		text-decoration: underline;
}


#sidebar_left  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 160%;
}
#sidebar1 li {
	padding: 0 0 5px 0;
}


#sidebar_right {
	float: right;
	width: 220px;
	border: 1px solid #ccc;
	margin-right: 10px;
	 margin-top: 20px;
}






 #sidebar_right   h6{
 
	margin: 0;
 padding: 10px;
   background-color:#f5f5f5;
	font-weight: bold;
	font-size: 14px;
	color: #d5600d;
}

 

 #sidebar_right   h5{
 
	margin: 0;
 padding: 10px;
   background-color:#f5f5f5;
	font-weight: bold;
	font-size: 14px;
	color:  #006600;
}



 #sidebar_right   p{
	margin: 0;
 padding: 15px;
 line-height: 140%;
}


 #sidebar_right   a{
 color:#093A6B;
 text-transform:inherit;
	font-family:  verdana, sans-serif;
	text-decoration:none;
}


 #sidebar_right   a:hover{
 
	text-decoration:underline;
}

#sidebar_left   h2 {
	height: 20px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 0px;
   
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

 

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 0px;
	padding: 2px 2px;
	width: 180px;
	height: 22px;
	border: 1px solid #003366;
	background: #FFFFFF;
	font-size: 12px;
	color: #d5600d;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

 
/* Footer */

#footer {
	width: 900px;
	background-color:#FFFFFF;
	height: 30px;
	margin-right:auto;
 margin-left:auto;
		border-top: 1px #dddddd solid;
		margin-top: 10px;
 
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	
}

#footer a {
}

#footer .link {
	float: right;
}

 

/*curved boxes code*/
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#ccc; margin:0 5px;}
.b2 {height:1px; background:#fff; border-right:2px solid #ccc; border-left:2px solid #ccc; margin:0 3px;}
.b3 {height:1px; background:#fff; border-right:1px solid #ccc; border-left:1px solid #ccc; margin:0 2px;}
.b4 {height:2px; background:#fff; border-right:1px solid #ccc; border-left:1px solid #ccc; margin:0 1px;}
.contentb {background: #fff; border-right:1px solid #ccc; border-left:1px solid #ccc; padding: 15px;}
 
 .dotted_line{
 margin-top:25px;
border-top:1px dashed #ccc;
margin-right: 5%;
margin-left:5%;
 }
