@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-y;
	background-color: #3366CC;
}
.twoColFixRtHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/long_bg.gif);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	height: 402px;
	background-image: url(images/martin_headerbg.jpg);
	background-repeat: no-repeat;

} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;
	padding: 0px;
	margin: 0px;

} 

.twoColFixRtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
#nav {
	height: 30px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	line-height: -2em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#features {
	height: 220px;
}
#subfeatures {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Post */

.post {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.post .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404033;
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
	padding-left: 5px;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Menu */

#menu {
	background-repeat: repeat;
	width: 190px;
	margin-right: 1px;
	margin-left: 3px;
	margin-top: 0px;
	background-color: #3265CB;
	background-image: url(images/nav_bg.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}

#menu a:hover {
	color: #000000;
	background-color: #404033;
}

#menu .active a {
	color: #FF0000;
	background-color: #1E1E18;
}
img.left {
	float: left;
	margin: 7px 30px 0 0;
}
img.right {
	float: right;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 30px;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #0066FF;
}

a:hover {
	text-decoration: none;
	color: #3366CC;
}
h1, h2, h3 {
	padding-right: 10px;
	padding-left: 10px;
}

h1 {
	font-size: 3em;
}

h3 {
	font-size: 1em;
}
/* Sidebar */

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

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

#sidebar li {

}

#sidebar li ul {
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	padding: 13px 20px 0 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 1.6em;
}
/* side menu */
#side_menu
{
	float: right;
	width: 170px;
	padding-top: 22px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.side_menu_item
{ width: 170px; 
  padding: 6px 0px 8px 0px;
  height: 70px;
}

.side_menu_item a
{
	float: right;
	width: 146px;
	height: 54px;
	margin-right: 10px;
}

.side_menu_item img 
{
	display: block;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.info
{
	padding-top: 2px;
	float: none;
	margin-left: 7px;
	padding-left: 7px;
}
/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{
	position: relative;
	width: 100%;
	padding-top: 8px;
}

#thumbs 
{
	width: 150px;
	float: right;
	padding-right: 5px;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 50px; 
  height: 50px; 
  border: 2px solid #40403E;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {
	border-color: #000000;
}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 196px; 
  top: 8px; 
  padding: 2px;
  border: 2px solid #40403E;
}
