html {
	margin: 0px;
	min-height: 100%;
}
body {
	margin:0px;
	padding:0px;
	background-color: #526074;
	min-height: 100%;	
}
body {
	background-image: url(images/cross_lines.png);
	background-repeat: repeat; 
	background-position: center top;
}
a:link, a:visited, a:active a:focus {
	-moz-outline-style:none;
        font-weight: bold;
}
a:hover {
	-moz-outline-style:none;
        font-weight: bold;
}
h1, h2, h3, h4 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
}
h2.pagetitle {
	padding:8px 8px 8px 15px;
	margin:0px 0px 5px 0px;
	font: normal 22px/26px Trebuchet MS;
	color: #1F80A6;
	border: solid 1px #D7CAB5;
}
img {
	border:none;
	margin:0;
	padding:0;
}
.alignleft {
	margin-right:10px;
	margin-bottom:10px;
    float: left;
}
.alignright {
	margin-bottom:10px;
	margin-left:10px;
    float: right;
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
    margin-bottom:10px;
}
hr {
	height: 1px;
	border:0;
	width: 95%;
	color: #E6E6E6;
	background-color: #E6E6E6;
}
.postwrap blockquote {
	text-align: center;
	margin:10px 27px 10px 0px;
	padding:10px 15px;
	border: 1px solid #999;
	background: #CCCCCC;
}
.postwrap blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	background: #333333;
}
.postwrap blockquote p {
	margin:0;
	padding:0 0 5px;
}
#bgwrapper {  /*--- This id selector controls the blog background layer ---*/
	width: 100%;
	margin: 0px;
	padding-top:0px;
	min-height: 100%;
	background-image: url(images/vertical_line.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#headerwrap {
	width: 920px;
	margin:0px auto 0px;
	padding:0;
	font:12px Arial, Arial, sans-serif;
	border-top: 1px solid #1F80A6;
	border-right: 3px solid #1F80A6;
	border-bottom: 1px none #1F80A6;
	border-left: 3px solid #1F80A6;
}
#wrap {
	width:920px;
	margin:0px auto 0px;
	padding:0;
	font:12px Arial, Arial, sans-serif;
	border-top: 1px none #1F80A6;
	border-right: 3px solid #1F80A6;
	border-bottom: 3px solid #1F80A6;
	border-left: 3px solid #1F80A6;
}
#header {
	width: 920px;
}
#header {
	height:150px;
	width:920px;
	border-bottom: 2px solid #1F80A6;
	position:relative;
	background-color: #1F80A6;
	background-image: url(images/white_background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header a {
	color:#FFFFFF;
	text-decoration: none;
}
#header h3 {
	font-size:34px;
	width:560px;
	left:20px;
	font-weight:400;
	line-height:38px;
	font-family: Trebuchet MS;
	margin:0px;
	padding: 37.5px 0 10px 20px;
}
#logo {
	position: relative;
	top:10px;
	left:20px;
	height: 110px;
	width: 500px;
}
#logo a { 
	display: block; 
	height: 100%; 
	width: 100%; 
} 
#headerleft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 21px;
	width: 475px;
}
#headercentre {
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#headerright {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
}
#headerleft a { 
	display: block; 
	height: 100%; 
	width: 100%; 
} 
#headerleft h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
        line-height: 26px;
	color: #a10000;
        margin-top: 0px;
        margin-bottom: 5px;
        font-weight: 800;
}
#headerleft h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
        line-height: 20px;
	color: #666666;
        margin-bottom: 0px;
	margin-top: 0px;
}
    
#header  h3  a {
	color: #FFFFFF;
}
#header  h3  a:hover {
	color: #999;
	text-decoration: none;
}
#header  h1  a {
	color: #a10000;
}
#header  h1  a:hover {
	color: #999;
	text-decoration: none;
}
p.tagline {
	font-size:14px;
	font-weight:700;
	width:560px;
	left:20px;
	color: #FFF;
	margin:0;
    float:left;
	padding: 0 0 0 20px;
}
/*--- Navigation Menu Settings ---*/
#nav {
	background-color: #1F80A6;
	padding-left:0px;
	border-bottom: solid 3px #1F80A6;
	width:912px;
	margin: 0px;
	padding-left: 8px;
	height:33px;
	background-image: url(images/short_line.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin-right: 8px;
	margin-right: 0px;
}
* html #nav li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}
* html #nav li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 4px;
	text-decoration: none;
}
#nav li a {
	display: block;
	height: 33px;
	background-color: #1F80A6;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-image: url(images/short_line.png);
	background-repeat: repeat-x;
	background-position: left top;
}  
  
#nav li a span {
	display: block;
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 13px;
	line-height: 32px;
	padding-bottom:1px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #1F80A6;
	text-decoration: none;
	background-image: url(images/line2.png);
	background-repeat: repeat-x;
	background-position: right top;
}
#nav li a:hover {
	background-position: left -33px;
	text-decoration: none;
	background-color: #1F80A6;
	cursor: pointer; /* For IE6 */
}
#nav li a:hover span {
	background-position: right -33px;
	color: #FFFFFF;
	background-color: #1F80A6;
}
#nav li.current_page_item a, #nav li.current_page a {
	background-position: left -33px;
	background-color: #1F80A6;
}
#nav li.current_page_item a span, #nav li.current_page a span {
	background-position: right -33px;
	color: #FFFFFF;
	background-color: #1F80A6;
}
/*-- Begin page content CSS --*/
#content {
	width:915px;
	position:relative;
	float:left;
	color: #333;
    background-color: #ffffff;
	padding:5px 0px 0px 5px;
}
.postwrap a:link, .postwrap a:visited, .postwrap a:active {
	text-decoration:underline;
	color: #1F80A6;
	border:0;
	-moz-outline-style:none;
}
.postwrap a:hover {
	text-decoration:underline;
	color: #48a6cb;
	border:0;
	-moz-outline-style:none;
}
.posthead h1 {
	margin:0px;
	padding:8px 8px 8px 15px;
	font: normal 22px/26px Trebuchet MS;
	border-bottom: solid 0px #EEE;
   
}
.posthead h2 {
	margin:0px;
	padding:8px 8px 8px 15px;
	background-color: #--;
	font: normal 22px/26px Trebuchet MS;
	border-bottom: solid 0px #EEE;
   
}
.postwrap {
	float:left;
	width:555px;
	padding:0px;
    margin-bottom:5px;
}
.post {
	margin-bottom:5px;
	padding:0px;
	border: solid 1px #D7CAB5;
}
.postwrap p {
	line-height: 18px;
}
.posthead {
	padding-bottom:0px;
	position:relative;
	clear:left;
	margin-bottom: 0px;
}
#content .posthead h1, #content .posthead h1 a {
	color: #1F80A6;
}
#content .posthead h1 a:hover, #content .postMeta a:hover {
	text-decoration: none;
	color: #0ecf1e;
}
#content .posthead h2, #content .posthead h2 a {
	color: #1F80A6;
}
#content .posthead h2 a:hover, #content .postMeta a:hover {
	text-decoration: none;
	color: #0ecf1e;
}
.postMeta {
background-color: #FFF;
	color: #666;
	margin:0px;
	padding:5px 15px 5px 15px;
	font-size: 11px;
    height:20px;
}
.postMeta a, .postMeta a:link, .postMeta a:visited, .postMeta a:active {
	text-decoration: none;
    color: #666;
}
#content .postMeta a:hover {
	text-decoration: underline;
    color: #666;
}
div.commentcount {
	padding-left: 24px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	float:right;
	background-image: url(images/comment_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.postdate {
	padding-left: 24px;
	background: url(images/date.png) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
    float:left;
}
#content .postcontent {
	padding:5px 15px 0px 15px;
	line-height:16px;
	color: #333;
}
.postcontent a {
	text-decoration: underline;
}
.postcontent ul {
}
.postcontent li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.postcontent h1 {
	font-size: 21px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #2595C2;
	margin-top: 0px;
}
.postcontent h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #a10000;
	margin-top: 0px;
}
.postcontent h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #2595C2;
	margin-top: 12px;
	margin-bottom: 12px;
}
pre {
	background-color: #F9F8E3;
    border: 1px dotted #999;
    padding: 0px 8px 15px 8px;
    margin:0 15px 10px 15px;
}	
.more-link {
	font-weight:700;
	margin-top:15px;
	height: 16px;
	width: 300px;
	display: block;
}
.Note {
	margin:0px;
    padding:0px;
    font-size:11px;
}
#content ul.Note li a, #content ul.Note li a:link, #content ul.Note li a:visited {
	color: #333;
}
ul.Note {
	background-color: #ffffff;
	margin-top:0px;
	padding:5px;
}
.Note li {
	list-style-type:none;
	padding:2px 0 2px 15px;
}
.NoteRss {
	background:url(images/note.png) no-repeat left 2px;
    display:inline;
    margin-left:5px;
}
.NoteTrackBack {
	background:url(images/track.gif) no-repeat left 2px;
    display:inline;
    margin-left:10px;
}
/*-- Sidebar settings --*/
#sidebar {
	float:right;
	width:345px;
	margin-top:0px;
	position:relative;
	padding-right: 0px;
	margin-bottom: 15px;
    margin-left:5px;
    margin-right:5px;
}
#sidebar a {
	font-weight: bold;
}
#sidebar ul, #feature ul{
	margin: 0px;
    padding: 0 0 0 8px;
}
#sidebar-top {
	width: 345px;
	padding:0px;
    color: #333;
}
#sidebar-top h2 {
	margin:0px;
	padding: 8px 8px 8px 23px;
	color: #FFF;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	background-color: #1F80A6;
	border-bottom: solid 1px #D7CAB5;
	text-transform: none;
	letter-spacing: 0px;
	background-image: url(images/sidebar.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar-top h4 {
	margin:0px;
	padding: 8px 8px 8px 23px;
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #1F80A6;
	border-bottom: solid 1px #D7CAB5;
	text-transform: none;
	letter-spacing: 0px;
	background-image: url(images/sidebar.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar-top a {
	    color: #1F80A6;
        text-decoration: underline;
}
#sidebar-top a:visited, #sidebar-top a:active {
	    color: #1F80A6;
        text-decoration: underline;
}
#sidebar-top a:hover {
	color: #48a6cb;
        text-decoration: underline;
}
.sidebar-top-box {
	margin-bottom:4px;
	padding:8px;
	background-color: #F9F7F2;
	color: #333;
	border: 1px solid #D7CAB5;
}
.toptitle {
}
.box-padding {
	padding:7px;
}
.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar-top .textwidget {
	padding:10px 10px 10px 10px;
	color: #333;
}
#sidebar-top .textwidget h3 {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar-top .textwidget p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar-top ul {
	list-style-type:none;
    padding:10px;   
}
#sidebar-top .widget {
    margin:0px 0px 5px 0px;
	background-color: #F9F7F2;
	border: solid 1px #D7CAB5;	
}
#sidebar-top ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}
#sidebar-top ul.children li {
    padding-bottom: 0px;
}
#sidebar-top ul li {
	list-style-type:disc;
background: none; padding-left:0px;
padding-bottom:3px;
}
#sidebar-top ul li a {
	text-decoration:underline;
        font-weight: bold;
}
#sidebar-top ul li p {
	
        margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
#sidebar-left a, #sidebar-left a:visited, #sidebar-left a:active, #sidebar-right a, #sidebar-right a:visited, #sidebar-right a:active {
	color: #1F80A6;
	text-decoration: none;
}
#sidebar #sidebar-left, #sidebar #sidebar-right {
	color: #666;
}
#sidebar-left a:hover, #sidebar-right a:hover {
	color: #0ecf1e;
}
#sidebar-left {
	float:left;
	width: 340px;
	padding:0 4px 0 4px;
}
#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:15px 0 10px;
	padding-left: 5px;
	color: #333;
	border-bottom: solid 1px #999;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0px;
}
#sidebar #sidebar-left h4, #sidebar #sidebar-right h4 {
	margin:15px 0 10px;
	padding-left: 5px;
	color: #333;
	border-bottom: solid 1px #999;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0px;
}
#sidebar-right {
	float:right;
	width: 340px;
	padding:0 4px 0 4px;
}
#sidebar-right .textwidget h3 {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar-left .textwidget h3 {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar-left ul , #sidebar-right ul {
	padding-left:5px;
}
#sidebar-right ul li, #sidebar-left ul li {
background: none; padding:0 0 5px 0px;
list-style:none;
	margin:0;
}
    
#sidebar-left  .children, #sidebar-right  .children {
	padding-top: 5px;
}
#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;
}
#sidebar-top h2 a.rsswidget {
	color: #FFF;
	text-decoration: none;
}
#sidebar #sidebar-left h2 a.rsswidget, #sidebar #sidebar-right h2 a.rsswidget {
	color: #333;
	text-decoration: none;
}
#sidebar-top h4 a.rsswidget {
	color: #FFF;
	text-decoration: none;
}
#sidebar #sidebar-left h4 a.rsswidget, #sidebar #sidebar-right h4 a.rsswidget {
	color: #333;
	text-decoration: none;
}
#sidebar .rsswidget img {
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}
/*-- Footer settings --*/
#footer {
	float:left;
	width: 920px;
    background-color: #1F80A6;
	color: #e0e0e0;
	font:12px Arial, Arial, sans-serif;
	padding:0px;
	margin: 0px;
    
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: #999999;
	text-decoration:underline;
}
#footerdark {
	padding:7px 0 25px 0;
	width: 920px;
	background-image: url(images/black_back.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer .topshadow {
	padding-bottom:20px;
	background-image: url(images/light_line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer p {
	padding:10px 0 0 15px;
    margin:0px;
}
#footer h2 {
    padding:0px;
        margin:0px 0px 10px 0px;
	color: #ffcc00;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 18px;
}
#footer h4 {
    padding:0px;
        margin:0px 0px 10px 0px;
	color: #ffcc00;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 18px;
}	
	
#footer .textwidget {
	padding:0px;
	color: #999;
}
#footer ul {
	list-style-type:none;
    padding:0px;   
}
#footer ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}
#footer ul.children li{
    padding-bottom: 0px;
}
#footer ul li{
	list-style-type:none;
background: none; padding-left:0px;
padding-bottom:3px;
}
#footer ul li a {
	text-decoration:none;
}
.foot_box {
	padding:15px 15px 15px 15px;
    margin:0px;
	width: 420px;
    float: left;
}
.clearer {
	clear: both;
	float: none;
}
/* Below Here New Styles */
/* Excerpt Thumbnail */
.tfe {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
        position: relative;
}
/* Tables */
.topsummarytable {
	width: 250px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	float: left;
	margin-top: 7px;
	margin-right: 25px;
	margin-bottom: 7px;
	margin-left: 0px;
	position: relative;
        display: block;
}
.topsummarytable td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.topimagetable {
	float: left;
	width: 150px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.topimagetable td {
        display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	
}
.topimagetable p {
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 14px;
}
.topimagetable img {
	border: 1px solid #999999;
}
.topimagetable2 {
	float: left;
	width: 200px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.topimagetable2 td {
        display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	
}
.topimagetable2 p {
	margin-top: 3px;
	margin-bottom: 5px;
	line-height: 14px;
}
.topimagetable2 img {
	border: 1px solid #999999;
}
.topimagetable2 img a {
	margin: 0px;
	padding: 0px;
}
.atglancetable {
	width: 500px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: .999999;
	border-left-color: .999999;
}
.atglancetable td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: .999999;
	border-bottom-color: .999999;
}
.footertable {
	width: 900px;
}
.footertable td {
	width: 50%;
	vertical-align: top;
	padding-left: 10px;
	color: #FFFFFF;
}
.footertable img {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.prosconstable {
	width: 500px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.prosconstable td {
	padding: 3px 9px 3px 5px;
	vertical-align: top;
}
.sb-proscontable {
	width: 320px;
}
.sb-proscontable td {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.bonustable {
	width: 500px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: .999999;
	border-left-color: .999999;
}
.bonustable td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: .999999;
	border-bottom-color: .999999;
	width: 50%;
	vertical-align: top;
}
.featuretable01 {
	width: 850px;
}
.featuretable01 td {
	vertical-align: top;
	padding: 3px;
        font-weight: bold;
}
.featuretableleft {
	width: 425px;
}
.featuretableleft td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
.featuretableright {
	width: 425px;
}
.featuretableright td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
        font-weight: bold;
}
.visitsitetable {
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.visitsitetable td {
	
}
.visitsitetable a {
	color: .990000;
}
.visitsitetable a:visited a:hover a:active {
	color: .990000;
	text-decoration: underline;
}
.videotable {
	width: 550px;
}
.videotable td {
	width: 250px;
	vertical-align: top;
}
.videotable2 {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}
.videotable2 td {
	vertical-align: top;
	padding: 7px;
}
.comparetable {
	width: 500px;
}
.comparetable td {
	width: 33%;
	padding: 5px;
}
.comparetable2 {
	width: 350px;
}
.comparetable2 td {
	padding: 5px;
}
.txt-menutble {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.txt-menutble td {
	width: 25%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.sb-txt-menutable {
	width: 320px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.sb-txt-menutable td {
	width: 50%;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.sb-images-table {
	width: 320px;
}
.sb-images-table td {
	padding: 7px;
}
.sb-images-table img {
	border: 1px solid #666666;
}
div.progress-container {
  border: 1px solid #0066FF; 
  width: 150px; 
  margin: 0px 5px 0px 0; 
  padding: 1px; 
  float: left; 
  background: #CCCCCC;
}
div.progress-container > div {
  background-color: #5EAD0A; 
  height: 12px
}
.sb-feature {
	width: 315px;
	margin-right: 10px;
	margin-left: 10px;
}
.sb-feature img {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
	border: 1px solid #999999;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* sticky post */
.sticky {
	background: #F4F4F4;
	margin: 0px 0px 25px 0px;
	padding: 20px 10px 0px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.test {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 18px;
	line-height: 21px;
}

