/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-image: url(../images/web-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px 0px;
	padding: 10px 0px;
}

h1, h2, h3, h4, h5, h6, p, b {
margin: 0px; padding: 0px;
}

h1 {
font-family: "Trebuchet MS"; 
font-size: 20px; line-height: 20px; 
font-weight: normal;
}

h2 {
font-family: "Trebuchet MS"; font-size: 16px;
}
h5 {
font-family: "Trebuchet MS";
font-size: 15px; font-weight: bold;
margin: 0px; padding: 0px;
}

h6 {font-size: 11px;}

#outerContainer{
width: 940px; /*Width of outer container*/
margin: 0 auto; /*Center container on page*/
border: 0px solid #000000;
/*background-color:#FFFFFF;
background-image:url(../images/shadow_ru.gif);
background-repeat:repeat-y;*/
height:auto;
}
.innerContainer {
margin: 5px 5px 0px 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px; width:930px;
border: 1px solid #cccccc;
width:930px;
background-color:#FFFFFF;

}

/*  Header Style
----------------------------------------------*/
#header {
height: 137px;	
background-image: url(../images/bg-bnr.gif); background-repeat: repeat-x;
}
#header #logo {
float: left;
}

/*  Top Secondary Navigation Style
------------------------------------------------------*/
#service-tp-nav {
text-align:right; 
clear:both; float:right;
padding-right:10px;
padding-top:100px;
width:90%
}

#header #serviceCall {
float: right; width: 570px; 
padding-top: 4px; padding-right: 0px;
border:0px solid #000000;
}
#header #serviceCall-img {
height: 90px;
float:right;
border:0px solid #000000;
vertical-align:top;
}

/* List based Top Primary Navigation Style
---------------------------------------------------*/
#gotprimaryNav {
width:930px;
margin:0px; padding:0px;
} 

.gotindentmenu{
font: bold 13px Arial;
width:100%; /*leave this value as is in most cases*/
background: url(../images/got_nav_pri_bg.gif); background-repeat:no-repeat;
height:28px;
text-align: center; line-height: 28px;
border :0px solid #000000;
margin:0px; padding:0px;
}
.gotindentmenu ul{
margin:0px; padding: 0px;
float: left; 
width: 100%; /*width of menu*/
}
.gotindentmenu ul li{
display: inline;
}
.gotindentmenu ul li a{
margin-left:1px; float: left;
color: #ffffff; /*text color*/
padding: 0px 15px;
text-decoration: none;
border-right:0px solid #0099FF;
}
.gotindentmenu ul li a:visited{
color: #f1f1f1;
}
.gotindentmenu ul li a:hover {/*.indentmenu ul li .current*/
color: #C5F1FE !important; /*text color of selected and active item*/
padding-top: 1px; /*shift text down 1px for selected and active item*/
padding-bottom: 0px; /*shift text down 1px for selected and active item*/
}

/* Wrapper
---------------------------------*/
#contentwrapper{
float: left; width: 100%;

}

/* Right/Content Coulmn Style
----------------------------------------------*/
#contentcolumn{
/*margin-left: 200px; Set left margin to LeftColumnWidth*/
float:right; width: 710px;
padding-top:10px;
}

/*  Left Coulmn Style
----------------------------------------------*/
#leftcolumn{
float: left;
width: 211px; /*Width of left column*/
/*margin-left: -840px; Set left margin to -(MainContainerWidth)
background: #C8FC98;*/
padding-top:10px;
}

/* Testimonial Section
---------------------------------------------------*/
.lfttSecTtl {background-color: #F4F4F4; height: 24px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D6D6D6; border-top-width: 1px;	border-top-style: solid; border-top-color: #D6D6D6;}
.lftSecContent {background-color: #F9F9F9; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D6D6D6;}
.testimonialTxt {font-family: Verdana; font-size: 11px; color: #000000; line-height: 16px; padding:0 8px;}
a.lnkRuBody{font-weight: bold; color: #FF0000; text-decoration: none;}
a.lnkRuBody:hover{color: #000000;}

/* Footer Style
----------------------------------------------*/
#outerContainer #footer {margin-top:10px; width:100%}
#outerContainer #footer-nav {margin-top:7px; color: #747474;}
#outerContainer #footer-nav a{color: #747474; text-decoration:none;	line-height:22px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
#outerContainer #footer-nav a:hover{color: #000000;}

/*   10px margin Style
----------------------------------------------*/
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
