@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #B5DBE2;
	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;
}
h1,h2,h3,em	{
	color:#000B99;
}
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #009999;
	border-bottom: 1px solid #009999;
	border-right:  1px solid #009999;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: url(Assets/HdrBg.jpg) repeat-x; 
	margin:0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header img	{
	margin:0;
	padding:4px 0 0 10px;
	border:0;
}
.thrColFixHdr #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: 20px 60px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:right;
}
.thrColFixHdr #header h2	{
	margin:0;
	color:#FFFFFF;
	text-align:right;
	padding:0px 60px 20px 0;
	font-size:100%;
}

.thrColFixHdr #navigation {
	background:#FFFFFF url("Assets/NavTopLine.jpg") repeat-x top;
	padding: 0 0 30px 20px;
    font-size:93%;
    line-height:normal;
    }
.thrColFixHdr #navigation ul	{
	margin:0;
    padding:0px 1px 10px;
    list-style:none;
}
.thrColFixHdr #navigation  li {
    float:right;
	background:url("Assets/norm-right.jpg") 
	no-repeat right bottom;
    margin:0;
    padding:0;
	border-top:1px solid #000000;
}
.thrColFixHdr #navigation  #blog a	{
	color:#FF0000;
	text-align:center;
}


.thrColFixHdr #navigation a {
    display:inline-block;
	display:block;
    background:url("Assets/norm-left.jpg")
    no-repeat left bottom;
    padding: 10px 10px 10px;
	font-size:80%;
	text-decoration:none;
    font-weight:bold;
    color:#000B99;
	margin:0;
}
.thrColFixHdr #navigation #current	{
	background-image:url("Assets/norm-right-on.jpg");
	border-top:none;
}
.thrColFixHdr #navigation a:hover {
      color:#FF0000;
}
.thrColFixHdr #navigation #current a {
    background-image:url("Assets/norm-left-on.jpg");
	padding-top:9px;
	color:#FFFFFF;
}
/* .thrColFixHdr #navigation #current a:hover {
	color:#FFFFFF;
} */
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidenav		{
	width:90%;
	margin:0 auto;
	padding: 10px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
}

.thrColFixHdr #sidenav ul	{
	margin:1em;
    padding:0;
    list-style:none;
}
.thrColFixHdr #sidenav li	{
	margin:0;
    padding:0;
}

.thrColFixHdr #sidenav a	{
	display:inline-block;
	display:block;
	padding:5px 15px;
	font-size: 80%;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #ccc;
	border-style: solid;
	background-color:#405189;
}
.thrColFixHdr #sidenav #current a	{
	background-color:#DBE0F0;
	color:#000000;
}
.thrColFixHdr #sidenav li a:hover, .thrColFixHdr #sidenav li #current a:hover	{
	color: #000000;
	background-color:#DBE0F0;
	border-color: #aaab9c #ffe #ffe #ccc;
}
.thrColFixHdr #testimonial	{
	width:140px;
	margin: 0 auto;
	margin-top:50px;
	padding:0;
	background:url(Assets/TestBox-bg.jpg) repeat;
	text-align:center;
	color:#FFFFFF;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:100%;
}
.thrColFixHdr #testimonial h5	{
	background:url("Assets/TestBox-Top.jpg") no-repeat left top;
    margin:0;
	padding:25px 10px 5px 10px;
	font-weight:normal;
}
.thrColFixHdr #testimonial p	{
	background:url("Assets/TestBox-Btm.jpg") no-repeat left bottom;
	margin:0;
	padding:5px 10px 45px 10px;
	font-size:80%;
	font-weight:bold;
}
.thrColFixHdr #testimonial p.spacer	{
	background:#FFFFFF;
	line-height:1px;
}



.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DBE0F0; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:19px 0 0 0;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 img	{
	border:none;
}
.thrColFixHdr #photo	{
	margin:0;
	padding:0;
}
.thrColFixHdr #photo p	{
	font-size:75%;
	color:#000B99;
	text-align:center;
	font-weight:bold;
}
.thrColFixHdr #subscribe	{
	font-size:80%;
	margin:0;
	padding:12px 0 0 0;
}
.thrColFixHdr #subscribe form	{
	margin:0;
	padding:0 0 0 0;
}

.thrColFixHdr #subscribe label	{
	width:5em;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
}
.submit input
{
margin-left: 4.5em;
}


.thrColFixHdr #subscribe p	{
	text-align:center;
}
.thrColFixHdr #subscribe em	{
	font-weight:bold;
}
.thrColFixHdr #subscribe a	{
	text-decoration:none;
}
.smallprint	{
	font-size:85%;
	text-align:center;
	padding:10px 0 0 0;
}
.thrColFixHdr #VerbSig	{
	font-size:80%;
	padding:10px 0 10px 0;
	text-align:center;
}
.thrColFixHdr #VerbSig img	{
	margin:0px 8px 5px 0;
}
.thrColFixHdr #VerbSig a	{
	text-decoration:none;
}


.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border-left:1px solid;
	border-left-color:#009999;
	border-right:1px dotted;
	border-right-color:#009999; */
} 
.thrColFixHdr #video	{
	margin-top:30px;	
	margin-left:20px;
	margin-right:auto;
}

.thrColFixHdr #mainContent object.centre	{
	margin-left:auto;
	margin-right:auto;
}


.thrColFixHdr #mainContentTC	{
	margin: 0 150px 0 200px;
	padding: 0 10px;
}

.thrColFixHdr #mainContent h1,#mainContentTC h1	{
	font-size:130%;
	text-align:center;
	color:#000000;
}
.thrColFixHdr #mainContent h2,#mainContentTC h2	{
	font-size:100%;
	color:#009999;
	text-align:center;
	margin-top:25px;
}
.thrColFixHdr #mainContent h2.smlred,#mainContentTC h2.smlred	{
	font-size:80%;
	color:#FF0000;
}
.thrColFixHdr #mainContent p.border,#mainContentTC p.border	{
	padding:8px;	
	border-style:solid;
	border-color:#0000FF;
	border-width:thin;
	text-align:center;
	margin-left:25px;
	margin-right:25px;
	background-color:#B5DBE2;
}


.thrColFixHdr #mainContent h2.bigred,#mainContentTC h2.bigred	{
	color:#FF0000;
}
.thrColFixHdr #mainContent em.bigred,#mainContentTC em.bigred	{
	font-size:120%;
	color:#FF0000;
	text-decoration:underline;
}


.thrColFixHdr #mainContent h2.emph,#mainContentTC h2.emph	{
	font-size:80%;
	color:#000000;
}
.thrColFixHdr #mainContent em.emph,#mainContentTC em.emph	{
	font-size:120%;
	color:#000000;
	text-decoration:underline;
}
.thrColFixHdr #mainContent p.nrwgrn,#mainContentTC p.nrwgrn	{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:0px;
	background-color:#B5DBE2;
	padding-top:15px;
	padding-bottom:15px;
}


.thrColFixHdr #mainContent ul.nrwgrn,#mainContentTC ul.nrwgrn	{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:0px;
	background-color:#B5DBE2;
	padding-top:0px;
	padding-bottom:0px;
	font-size:90%;
}


.thrColFixHdr #mainContent h2.smlredgrn,#mainContentTC h2.smlredgrn	{
	font-size:80%;
	color:#FF0000;
	background-color:#B5DBE2;
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}


.thrColFixHdr #mainContent h3,#mainContentTC h3	{
	font-size:90%;
	color:#000000;
	margin-bottom:0px;
}
.thrColFixHdr #mainContent p,#mainContentTC p	{
	font-size:90%;
	text-indent:1em;
	color:#000000;
}
.thrColFixHdr #mainContent p.NoTopSpace,#mainContentTC p.NoTopSpace	{
	margin-top:0px;
	text-indent:0;
}
.thrColFixHdr #mainContent p.NoTopSpaceSmall,#mainContentTC p.NoTopSpaceSmall	{
	margin-top:0px;
	margin-bottom:30px;
	text-indent:0;
	font-size:70%;
	color:#666666;
}
.thrColFixHdr #mainContent p.NoSpace,#mainContentTC p.NoSpace	{
	margin-top:0px;
	margin-bottom:0px;
	text-indent:0;
}
.thrColFixHdr #mainContent p.NoIndent,#mainContentTC p.NoIndent	{
	margin-top:30px;
	margin-bottom:0px;
	text-indent:0;
}

.thrColFixHdr #mainContent em,#mainContentTC em	{
	color:#000000;
	font-weight:bold;
	font-style:normal;
}
.BodyList li	{
	margin-bottom:5px;
	font-size:90%;
	font-weight:normal;
	color:#000000;
	list-style-type:circle;
}

.BodyListNmbr li	{
	margin-bottom:5px;
	font-size:90%;
	font-weight:normal;
	color:#000000;
	list-style-type:decimal;
}

.BodyListSub li	{
	margin-left:15px;
	margin-bottom:5px;
	font-size:90%;
	font-weight:normal;
	color:#000000;
	list-style-type:disc;
}

.thrColFixHdr #mainContent img,#mainContentTC img	{
	margin:0;
	padding:3px 10px 6px 0;
	border:none;
}
.thrColFixHdr #mainContent form	{
	margin:0;
	padding:0 0 0 0;
}

.thrColFixHdr #mainContent label	{
	width:10em;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
}

.thrColFixHdr .paypalbutton	{
	margin:0;
	padding:20px 70px;
}
.thrColFixHdr div.paypalbutton fieldset	{
	border:1px solid #000B99;
}


.thrColFixHdr #Mainform	{
	margin:0;
	padding:20px 0px;
}
.thrColFixHdr #Mainform fieldset	{
	border:1px solid #000B99;
}
.thrColFixHdr #mainContent p.smallprint	{
	font-size:65%;
	text-align:center;
	padding:10px 0 0 0;
}
.thrColFixHdr #mainContent img.signature	{
	margin:0;
	padding:0;
}

.thrColFixHdr #FtrNav	{
	margin:  0;
	padding:  0;
	padding: 0 0 10px 0;
	border-top:1px dotted;
}
.thrColFixHdr #FtrNav ul	{
	margin:10px;
    padding:10px 10px 10px 50px;
    list-style:none;
	font-size:70%;
}
.thrColFixHdr #FtrNav li	{
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #009999;
}
.thrColFixHdr #FtrNav #current a	{
	text-decoration:none;
	color:#000000;
}
.thrColFixHdr #FtrNav #last	{
	border:none;
}
.thrColFixHdr #FtrNav a {
    display:inline-block;
	display:block;
    padding:0 10px 0;
}



.thrColFixHdr #footer { 
	padding: 0 10px 0 10px;
	background:#FFFFFF;
	text-align:center;
} 
.thrColFixHdr #footer h5 {
	margin: 0;
	padding: 10px 0;
	color:#009999;
	font-size:90%;
}
.thrColFixHdr #footer p	{
	font-size:65%;
	margin:0;
	padding:10px 150px;
}
.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;
}
.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;
}