body {
	margin: 0px;
	padding: 0px;
	background: #C2C0C2; 
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}
h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:inherit;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #DF7000;
}

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

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #ffffff;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background-color:#003369;
	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	background-color:inherit;
}

/* Logo */

#logo {
	float: left;
	width:350px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color:inherit;
}

#logo h1 {
	padding: 10px 0px 0px 10px;
	text-align:left;
	font-variant:small-caps;
	font-size:2.2em;
	
}
#logo h1 a{
text-shadow:2px 2px 6px #000;

}
#logo p {
	text-indent: -99999px;
	margin:0;
}
#logo img{
margin:0px  0 10px;
padding-right:15px;
float:left;
}

/* Menu */

#menu {
	float: right;
	width:545px;
	
}

#menu ul {
	margin: 0px;
	padding: 65px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 10px 6px 13px;
	background: url(images/orangebullet.gif) no-repeat left 50%;
}

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

#menu .active {
}

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	width: 570px;
	padding-top:10px;
}
#content-single {
	float: left;
	width: 900px;
	padding-top:10px;
}


.post {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
}

.post .title {
	padding: 0px 0px 10px 0px;
	margin:0 20px 0 20px;
	font-weight: bold;
	font-size: 1.6em;
	color: #003369;
	background-color:inherit;
	border-bottom: solid 4px #D9D9D9;
	
	}

.post .title h1 {

}

.post h3{
color:#000000;
}
.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}
.post li{
list-style-image:url("images/bluebullet.gif");
}

#content img{
padding:0 10px 0 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 0px;
	border-bottom: 1px dashed #BDBDBD;
}
#sidebar li li.top {
	border-top: 1px dashed #BDBDBD;
}


#sidebar li li.fader{
border-bottom:none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	font-size: 110%;
	color:#00346B;
	background:#d9d9d9 url(images/glass.png) repeat-x 0 50%;
	padding: 5px 5px 5px 15px;
	letter-spacing:1px;
	font-weight:bold;
	text-shadow:0 -1px 0 #fff;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	
	
	}
	
	#sidebar p {
  padding-left: 15px;
}
#sidebar a {
	text-decoration: none;
	padding-left:15px;
}

#sidebar a:hover {
	text-decoration: underline;
	border-left:solid 5px #DF7000;
	padding: .6em 0 .6em 10px;
	color:#DF7000;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}
.searchform {
	margin: 0 0px 15px 0;
	text-align: right;
	border:none;
	padding:10px 0 10px 0;
	
}

.searchform input.textbox{
border:none;
}

.searchform input.button {
border:none;
color:#000;
background:#ffffff url(images/search-pale-grey.gif) no-repeat 0 top;
font: 100%  Arial, Helvetica, sans-serif;
height:22px;
width:55px;
text-align:center;
}

.searchform input.button:hover{
background:#333333 url(images/search-grey.gif) no-repeat 0 top;
color:#fffff1;
}

/* logobar */
#logobar {
	clear: both;
	width: 920px;
	height: 70px;
	margin: 0px auto 0px auto;
	background-color:#ffffff;
	text-align:center;
	
}
#logobar img{
padding:0 12px 0 12px;
}
/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	margin: 0px auto 30px auto;
	background-color:#003369;
	color: #858585;
}

#footer p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	letter-spacing: 1px;
}

#footer a {
	color: #FFFFFF;
	background-color:inherit;
}

#footer a:hover {
	text-decoration: underline;
}
.align-right{
text-align:right;
}


/************Form css starts here*****************/
form{
width:100%;
}
input.txt{
border:solid 1px #000;
 
}
	
input.btn{

}
form input:focus{
background-color:#FFFFD9;
}
form textarea:focus{
background-color:#FFFFD9;
}
form select{
font-size:85%;
}
form select:focus{
background-color:#FFFFD9;
}

textarea#postaladdress{
border:1px solid #000;
overflow:hidden;
width:200px;
}

form div{
clear:left;
margin:0;
padding:0;
padding-top:5px;
}
form div label{
float:left;
width:40%;
text-align:right;
padding-right:20px;
 }
	
fieldset{
border: 1px solid #000;
margin-top:1.4em;
padding:0.6em;
}
legend{
font:bold 1.2em Arial, Helvetica, sans-serif;
color:#003369;
background-color:#fff;
margin-bottom:10px;
}	
.bubble{
height:10px;
font-size:.8em;

}

table{
	width:100%;
	border-collapse:collapse;
	background:#fff;
	font-size:90%;	
	}
	
	table th, table td{
	margin:0;
	padding:4px 4px 4px 4px;
	text-align:center;
	border: 1px solid #333333;
		}
		
		table th {
		background:#003369;
		color:white;
		}
		
		tr.odd {
	background: #b1c9e6;
}
tr.even {
	background: #fff;	
}

td.left{
text-align:center;
padding:5px;
}

.save_button{
font-size:100%;

}

.breadcrumb {
	font-size: 80%;
	margin:5px 0 0 10px;
	
	
}
.breadcrumb a  {
	background: transparent url(images/breadcrumb.gif) no-repeat center right ;
	text-decoration:none;
	padding-right:18px;
	color:#003369;
	font-weight:bold;
}
.breadcrumb a:visited, .breadcrumb a:active {
	color:#003369;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color:#333333;
	font-weight:bold;
}
.image-left{
float:left;

width:200px;
}
