﻿body{
	margin:0px 10px 0px 10px; padding:0px; border: 0px;
	line-height: normal; text-align:justify;
	background-image: url(Background/BackImg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 11px; color: Black;
	font-family: Verdana, Tahoma, Sans-Serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 955px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: white;
}

#topsection{
	margin: 0px; padding: 0px; border: 0px;
	width: 955px; line-height:normal;
}
#contentwrapper{
float: left;
width: 100%;
background-color: White;
}

#contentcolumn{
margin: 0 210px 0 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color: White;
}

#leftcolumn{
float: left;
width: 210px; /*Width of left column in pixel*/
margin-left: -955px; /*Set margin to that of -(MainContainerWidth)*/
background: white;
}

#rightcolumn{
float: left;
width: 210px; /*Width of right column*/
margin-left: -210px; /*Set left margin to -(RightColumnWidth)*/
background: white;
}

#footer
{
	clear: left;
	width: 100%;
	color: #FFF;
	background-image: url(Background/01.jpg);
	background-repeat:repeat-x;
	height: 73px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#footer .navigation
{
	height: 350px;
	height: 73px;
	float:left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#footer .navigationH
{
	font-weight: bold;
	font-size: 15px;
	color: #4a4e5b;
	font-style: italic;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-variant: normal;
	text-decoration: none;
	width: 340px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;	
}


#footer .navigationR
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 605px;
	height: 73px;
	float:left;
	text-align:center;
}

#footer .navigationR
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 605px;
	height: 73px;
	float:left;
}

#footer .navigationR A
{
	font: bold 10px Verdana, Tahoma, Monospace;
	text-transform: none;
	color: white;
	text-align: justify;
	text-decoration: underline;
}

#footer .navigationR A:Hover
{
	font: bold 10px Verdana, Tahoma, Monospace;
	text-transform: none;
	color: white;
	text-align: justify;
	text-decoration: none;
}
#nav
{
	padding-top: 5px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

#nav a
{
	color: blue;
	text-align: center;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	float: left;
	font-size: 10px;
}
#nav a:hover
{
	text-decoration: underline;
	font-size: 10px;
}


.innertube{
	margin: 0px 15px 0px 17px; /*Margins for inner DIV inside each column (to provide padding)*/
	border: 0px; padding: 0px;
	width: 500px; line-height: normal; text-align: justify;	
}


/* Layout topsection */

#layouttop
{
	margin: 0px; padding: 0px; border: 0px;
	width: 955px; line-height:normal;
}

#layouttop .LiveQuote
{
	border: 0px; padding: 3px 10px 0px 10px; margin: 0px; width: 935px;
	height: 20px; text-align: justify;	
	background-image: url(Background/LiveUpdate.gif);
	background-repeat: repeat-x;
	color: #ed6402;
}

#layouttop .LiveQuote A
{
	font-weight: bold;
	color: blue;	
	text-decoration: none;
}

#layouttop .LiveQuote A:Hover
{
	font-weight: bold;
	color: blue;		
	text-decoration: underline;
}

#layouttop .sectionflash
{
	margin: 0px; padding: 0px; border: 0px;
	width: 955px; line-height:normal;
}

#layouttop .sectionwelcome
{
	margin: 0px; padding: 0px; border: 0px;
	width: 955px; line-height:normal;
}

#layouttop .sectionmenu
{
	margin: 0px; padding: 0px; border: 0px;
	width: 955px; line-height:normal;
}

#layouttop .News
{
	width: 110px;
	border: 0px;
	margin: 0px;
	padding: 40px 0px 0px 78px;
	text-align:left;
	
}

#divline
{	
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 955px;
	background-image: url(Background/03.jpg);
	background-repeat: repeat-x;
	height: 16px;
	line-height: normal;
	clear: left;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu
{
	width: 100%;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	height: 23px;
	background-image: url(Background/LiveUpdate.gif);
	background-repeat: repeat-x;
}
.suckertreemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;	
}

/*Top level menu link items style*/
.suckertreemenu ul li a
{
	display: block; /*Width of top level menu link items*/ /*padding: 1px 8px;	*/
	text-decoration: none;
	width: 130px;
	text-align: center;
	background-color: #ffd000;
	border-left: #ffffff 1px solid;
	color: #000000;
	line-height: 23px;
}
.suckertreemenu ul li a:hover{
	background-color: #dadada;	
	color: #000000;	
}
.suckertreemenu .Activem
{
	display: block; /*Width of top level menu link items*/ /*padding: 1px 8px;	*/	
	text-decoration: none;
	height: 23px;
	width: 130px;
	text-align: center;
	background-color: #dadada;
	border-left: #ffffff 1px solid;
	color: #000000;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon
{	
	background-color: #ffd000;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
.Hm
{
	display: block; /*Width of top level menu link items*/ /*padding: 1px 8px;	*/		
	text-align: center;	
	border-left: #ffffff 1px solid;	
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* Layout leftcolumn */

#layout-left 
{
	padding: 10px 0px 10px 0px; margin: 0px; border: 0px;
	width: 200px; line-height: normal; text-align: justify;	
}

/* Layout rightcolumn */

#layout-right 
{
	padding: 10px 0px 10px 0px; margin: 0px; border: 0px;
	width: 200px; line-height: normal; text-align: justify;	
}

/* Layout Center */

#layout-center
{
	padding: 10px 0px 10px 0px; border: 0px; margin: 0px;
	width: 500px; text-align: justify; line-height: normal; background: white;
}

#layout-center .template-welcome-header 
{
	height: 22px; width: 490px;
	padding: 7px 0px 0px 10px;
	background: url(Background/bg1.jpg) #ffeea6 no-repeat left top;
	border-right: #fed38e 1px solid;
	border-left: #fed38e 1px solid;
}

#layout-center .template-welcome-header-1
{
	height: 22px; width: 490px;
	padding: 7px 0px 0px 10px;
	background: url(Background/bg1.jpg) #ffeea6 no-repeat left bottom;
	border-right: #d1d1d1 1px solid;
	border-left: #d1d1d1 1px solid;
} 
#layout-center .template-welcome 
{
	border: #fed38e 1px solid; margin: 0px; padding: 10px;
	width: 480px; text-align: justify; line-height: normal;
}

#layout-center .template-welcome1 
{
	border: #d1d1d1 1px solid; margin: 0px; padding: 10px;
	width: 480px; text-align: justify; line-height: normal;
}

#layout-center .HTitle
{
	width: 100%;
	padding: 3px 0px 3px 0px;
	border: 0px;
	margin: 0px;
	
}

#layout-center .HTitle A
{
	font: bold 11px Verdana, Tahoma, Monospace;
	text-transform: none;
	color: blue;
	text-align: justify;
	text-decoration: none;
}

#layout-center .HTitle A:Hover
{
	font: bold 11px Verdana, Tahoma, Monospace;
	text-transform: none;
	color: blue;
	text-align: justify;
	text-decoration: underline;
}

#layout-center .HNormal
{
	width: 100%;
	padding: 3px 0px 3px 0px;
	border: 0px;
	margin: 0px;
	
}

#layout-center .leftstyle
{
	width: 76px;
	float:left;
	padding-right: 10px;	
	
}
#layout-center .leftstyleborder
{
	border: 1px solid silver;
	padding-top: 3px;
	text-align: center;
	height: 56px;
	width: 76px;
}

.ButtonNes
{
	font: bold 10px Verdana, Tahoma, Sans-Serif;
	text-transform: none;
	color: black;
	text-align: center;
	text-decoration: none;
	height: 20px;
}

.FontWhite
{
	font: bold 11px Verdana, Tahoma, Sans-Serif;
	text-transform: none;
	color: #317FC9;
	text-align: justify;
	text-decoration: none;
}

.FontBlack
{
	font: bold 11px Verdana, Tahoma, Sans-Serif;
	text-transform: none;
	color: black;
	text-align: justify;
	text-decoration: none;
}

.FontRed
{
	font: bold 11px Verdana, Tahoma, Sans-Serif;
	text-transform: none;
	color: red;
	text-align: justify;
	text-decoration: none;
}

#TestimonialCenter
{

	width: 490px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #696969;
	font-family: Verdana, Tahoma, Serif;
	text-decoration: none;
	text-align: justify;
}
.TestimonialCenter .Gridview
{
	width: 490px;
}
#TestimonialSubmit
{
	width: 490px;	
	font-size: 12px;
	color: #696969;
	font-family: Verdana, Tahoma, Serif;
	text-decoration: none;
	text-align: justify;
	
}
.TestimonialSubmit .text
{
	width :100%;
}


