a:link {
  color:#091f72;
  text-decoration:none;
  }
a:visited {
  color:#4e69cc;
  text-decoration:none;
  }
a:hover {
  color:#97baf4;
  text-decoration:underline;
  }


a.navbar:link {
  color:#46b7be;
  text-decoration:none;
  }

a.navbar:visited {
  color:#f5b96b;
  text-decoration:none;
  }

a.navbar:hover {
  color:#fffcb2;
  text-decoration:underline;
  }


a.navbar-scrolling:link {
  color:#46b7be;
  text-decoration:none;
  }

a.navbar-scrolling:visited {
  color:#f5b96b;
  text-decoration:none;
  }

a.navbar-scrolling:hover {
  color:#fffcb2;
  text-decoration:underline;
  }


a img {
  border-width:0;
  }


A.blog-link  {
	color : #00723b;
	text-decoration : underline;
	background-color: transparent;
}

A.blog-link:Visited  {
	color : #180072;
	text-decoration : underline;
	background-color: transparent;
}

A.blog-link:Active  {
	color : #fff498;
	text-decoration : none;
	background-color: transparent;
}

A.blog-link:Hover  {
	color : #9e5200;
	text-decoration : underline;
	background-color: transparent;
}


A.blog-link-scrolling  {
	color : #00723b;
	text-decoration : underline;
	background-color: transparent;
}

A.blog-link-scrolling:Visited  {
	color : #180072;
	text-decoration : underline;
	background-color: transparent;
}

A.blog-link-scrolling:Active  {
	color : #fff498;
	text-decoration : none;
	background-color: transparent;
}

A.blog-link-scrolling:Hover  {
	color : #9e5200;
	text-decoration : underline;
	background-color: transparent;
}



A.blog-linknc  {
	color : #710000;
	text-decoration : underline;
	background-color: transparent;
}

A.blog-link:Visited  {
	color : #180072;
	text-decoration : underline;
	background-color: transparent;
}

A.blog-link:Active  {
	color : #fff498;
	text-decoration : none;
	background-color: transparent;
}

A.blog-link:Hover  {
	color : #9e5200;
	text-decoration : underline;
	background-color: transparent;
}





body {
	text-align : center;
	min-width : 800px;
	background-color: #000000;
	background: -moz-linear-gradient(100% 100% 180deg, #000000, #4a4a4a, #717171, #4a4a4a,#000000);
	background: -webkit-gradient(linear, left top, right top, color-stop(0.0, #000000), color-stop(0.25, #4a4a4a), color-stop(0.5, #717171), color-stop(0.75, #4a4a4a), color-stop(1.0, #000000));
}

img.inline_fullwidth
{
	width: 100%;
	height: auto;
	
}

.wrapper {
   position : relative;
   text-align : left;
   width : 700px;
	height: 100%;
   margin-left : auto;
   margin-right : auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.header{
	position: relative;
	width: 700px;
	height: 138px;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #333333;
	background-image: url('headerbackground.jpg');
	z-index: 100;
}

.blogbody {
	float: left;
	/*	position: relative;
	left: 0px;
	top: 0px; */
	width: 700px;
	min-height: 600px;
	background-color: #dbdbdb;
	border-bottom: solid 1px #333333;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	padding-bottom: 25px;
	background-image: url('bodybackground.png')
}

.blogbodyfooter {
	background-color: #5e5e5e;
	border-bottom: solid 1px #333333;
	text-align: center;
	color: #cccccc;
	font-family: sans-serif, Arial;
	font-size: 12px;
	padding: 3px;
}

.blogstripe {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 88px;
	border-right: 1px solid white;
	border-bottom: solid 1px #333333;
	background-color: #8f8f8f;
}

.blognavcontainer {
	float: left;
	//min-height: 580px;
	width: 221px;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #222222;
	border: 1px solid #cccccc;
	padding: 8px;
	color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	overflow: auto;
	//z-index: 100;
}

.blogauthorimage {
	display: block;
	text-align: center;
	border: 1px solid black;
	padding: 2px;
	margin: 3px;
}

.blogentrycontainer {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 405px;
	padding: 2%;
	height: auto;
	overflow: hidden;
}

.blogentry {
	position: relative;
	background-color: transparent;
	color: black;
}

.blogtitle {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Eras Medium ITC', Times, Serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
}

.blogdate{
	height: .7em;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: .7em;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-right: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #222222;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #222222;
	background-color: #cccccc;
}

.blogtext {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-style: normal;
	font-size: .8em;
	margin-top: 10px;
	margin-bottom: 0px;
}

.blogtext-em {
	font-style: italic;
}

.blogimage{
	border-style: solid;
	border-width: 1px;
	border-color: white;
	padding: 3px;
	margin: 2px;
	-moz-box-shadow: 2px 2px 5px #444;
	-webkit-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}

.blogimagelarge {
	border-style: solid;
	border-width: 1px;
	border-color: white;
	padding: 3px;
	margin: 8px;
	-moz-box-shadow: 2px 2px 5px #444;
	-webkit-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
}

.blogimagecontainer{
	text-align: center;
}

.blogentryfooter {
	position: relative;
	border-bottom: 1px, solid, white;
	width: 100%;
	height: 2px;
	margin-bottom: 22px;
	text-align: right;
}

.blognavbox {
	float: left;
	width: 100%;
	/* min-height: 120px; */
	font-family: Tahoma, Arial, Sans-Serif;
	color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #555555;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blognavboxtitle {
	font-family: 'Eras Medium ITC', Times, Serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

.blognavboxem {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
} 

.blognavboxtext {
	margin-bottom: 4px;
	margin-top: 0px;
}

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

.sidebar-li {
  margin:0;
  margin-bottom: 8px;
  line-height:1.5em;
  }

.blogtext-ol {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

.blogtext-ul {
	margin-top: .5em;
	margin-bottom: 15px;
	list-style-type: disc;
}

.blogtext-li {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-style: normal;
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 8px;
   line-height: 1.5em;
}

.rssbutton {
	width: 36px;
	height: 14px;
	border: none;
	background-image: url('xml.gif');
	float: right;
}

.blog-extremeem {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.blog-em {
	font-weight: bold;
}

.blogtext-bold {
	font-weight: bold;
}

.blog-note {
	color: #710000;
	font-weight: bold;
}

.blog-h3 {
	font-family: Tahoma, Eras, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 5px;

}

.blog-purchasebutton {
	width: 400px;
	height: 30px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-color: #777777;
	cursor: pointer;
} 

.blog-facebookcontainer {
}
/**************Blog Menu Formatting ******************/

.blog-mainmenu {
	z-index: 50;
	float: left;
	clear: both;
	width: 100%;
	background-color: #c2c2c2;

	text-align: center;

	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-style: normal;
	font-size: .6em;

	border-bottom-style: solid;
	border-bottom-color: #9d9d9d;
	border-bottom-width: 1px;

	overflow: hidden;

}

ul.blog-mainmenu-ul {
	margin-bottom: 6px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
}

.blog-mainmenu-ul li {
	display: inline;
	list-style-type: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .6em;
	font-weight: normal;
	margin: 0px;
}

.blog-mainmenu-ul a { 
	padding: 5px;
}

.blog-mainmenu-ul a:link, .blog-mainmenu-ul a:visited {
	color: #000;
	background-color: #c2c2c2;
	text-decoration: none;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
}

.blog-mainmenu-ul-right a:link, .blog-mainmenu-ul-right a:visited {
	color: #000;
	background-color: #c2c2c2;
	text-decoration: none;
}

.blog-mainmenu-ul a:hover {
	color: white;
	background-color: #369;
	text-decoration: none;
}

/*************** END BLOG MENU FORMATTING *********************/


/**************Blog Sub-Menu Formatting ******************/

.blog-submenu {
	z-index: 50;
	float: left;
	clear: both;
	width: 100%;
	background-color: #8290b3;

	text-align: center;

	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-style: normal;
	font-size: .6em;

	border-bottom-style: solid;
	border-bottom-color: #9d9d9d;
	border-bottom-width: 1px;

	overflow: hidden;

}

ul.blog-submenu-ul {
	margin-bottom: 6px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
}

.blog-submenu-ul li {
	display: inline;
	list-style-type: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .6em;
	font-weight: normal;
	margin: 0px;
}

.blog-submenu-ul a { 
	padding: 5px;
}

.blog-submenu-ul a:link, .blog-submenu-ul a:visited {
	color: #000;
	background-color: #8290b3;
	text-decoration: none;
	border-right-style: solid;
	border-right-color: black;
	border-right-width: 1px;
}

.blog-submenu-ul-right a:link, .blog-submenu-ul-right a:visited {
	color: #000;
	background-color: #8290b3;
	text-decoration: none;
}

.blog-submenu-ul a:hover {
	color: white;
	background-color: #369;
	text-decoration: none;
}

/*************** END BLOG MENU FORMATTING *********************/

/************** SPAN CONTAINERS *******************************/
.requestDescription {
	border-color: #2b4a70;
	border-style: solid;
	background-color: #9ab5d6;
	border-width: 2px;
	padding: 10px;
	display: block;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-style: normal;
	margin-top: .5em;
	margin-bottom: .5em;
}

.importantNote {
	background-color: #d7a9a9;
	border-color: #843131;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	display: block;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-style: normal;
	margin-top: .5em;
	margin-bottom: .5em;
}

span.note {
	border-color: #2b4a70;
	border-style: solid;
	background-color: #9ab5d6;
	border-width: 2px;
	padding: 10px;
	display: block;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-style: normal;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1.5em;
	width: 85%;
	-moz-box-shadow: 0px 0px 8px #666666;
	-webkit-box-shadow: 0px 0px 8px #666666;
	box-shadow: 0px 0px 8px #666666;
}



/**************************************************************/



.blog-formfieldset {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-style: normal;
	font-size: 1em;
}

.blog-formrow {
	width: 100%;
	text-align: right;
	font-size: .8em;
	padding-bottom: .5em;
}

/*
*************************************************
*************************************************
             Table Styles
*************************************************
*************************************************
*/

.column1	{
	background:#8c87a2;
	}

table {
	width:90%;
	border:1px solid #000;
	margin:1em auto;
	border-collapse:collapse;
	/* float: left; */
	-moz-box-shadow: 1px 1px 8px #222;
	-webkit-box-shadow: 1px 1px 8px #222;
	box-shadow: 1px 1px 8px #222;
}

caption {
	color: #9ba9b4;
	font-size:.94em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
	font-family: Tahoma, Arial, sans-serif;
	}	

tr.odd td {
	background:#aaa;
}

td {
	background:#9c9c9c;
	color:#000;
	border-bottom:1px solid #666;
	padding:.3em 1em;
	text-align:center;
	font-family: Tahoma, Arial, sans-serif; 
	font-size: .9em;
	}				

td.standard {
	text-align: left;
}	
	
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #000;
	border-left:1px solid #000;
	padding:.3em 1em;
	}
							
thead th {
	background:#686691;
	text-align:center;
	font:bold 1em/1.5em "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#fff;
	}
	
tfoot th {
	text-align:center;
	background:#686691;
	border-top:1px solid #666;
	color: #afd8da;
	text-shadow: 1px 1px 3px #000;
	}
	
tfoot th strong {
	font:bold 1.2em "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#afd8da;
		}
		
tfoot th em {
	color:#afd8da;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	

th sup {
	font-size: .6em;
}

.insetbox {
	width: 90%;
	border: none;
	border-top: 1px solid #888;
	padding: 8px;
	padding-left: 25px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

ul.paging {
	clear:both;
	display:block;
	height:30px;
	margin:0 0 2em;
	list-style-type: none;
	padding: 10px;
	font:bold 1em "Trebuchet MS",Arial,Helvetica,sans-serif;
}

ul.paging li {
	float: right;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: #333333;
	cursor: pointer;
	margin-right: 3px;
}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 1em;
}


.requestTable {
	font-family: Tahoma, sans-serif;
	font-size: 1.1em;
	background-color: #ccc;
	background-image: -moz-linear-gradient(top, #b8b8b8, #9b9b9b);
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.22, rgb(155,155,155)),
	    color-stop(0.61, rgb(184,184,184))
	);
	padding: .5em;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

.requestTable .rtRow{
	text-align: left;
	font-size: 1em;
	padding: .1em;
}

.requestTable select, .requestTable input[type="text"] {
	-moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, .5);
	box-shadow: inset 1px 1px 6px rgba(0, 0, 0, .5);

	border-style: solid;
	border-width: 1px;
	border-color: black;

	font-size: 1.1em;
	padding: .2em;
	width: 98%;
}


.requestTable select:focus, .requestTable input[type="text"]:focus {
	background-color: #ffe7a5;
}

.requestTable .rtRowRight{
	text-align: right;
	font-size: 1em;
}

#submit {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: .5em;
	background-color: black;
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 1.2em;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5), 
	inset 0px 18px 0px rgba(255, 255, 255, .3)
	;
	
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .5), 
	inset 0px 18px 0px rgba(255, 255, 255, .3)
	;

	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .5), 
	inset 0px 18px 0px rgba(255, 255, 255, .3)
	;

	-moz-border-radius: 4px;
	border-radius: 4px;

}

#submit:hover {
	cursor: pointer;
	background-color: yellow;
	color: black;
}


