/**GENERAL LAYOUT**/

body {background: #FFF url(../Images/gradient-bg.jpg) repeat-x;}

/**add scrollbar to Mozilla**/
html {height: 102%; margin-bottom: 2px}


#wrapper2, #wrapper3 {
width : 1024px;
margin : 0 auto; /**centered on page**/
text-align : left;
border-bottom: 8px solid #50098D;
/**box shadows for all non-IE browsers**/
-moz-box-shadow: 3px 3px 10px #333;
-webkit-box-shadow: 3px 3px 10px #333;
-khtml-box-shadow: 3px 3px 10px #333;
box-shadow: 3px 3px 10px #333;
position: relative;
}
/**2-col page**/
#wrapper2 {
background: url(../Images/wrapper2-BG.jpg) repeat-y;
}
/**3-col page**/
#wrapper3 {
background: url(../Images/wrapper2-BG.jpg) repeat-y;
}

#telephone {
position:absolute;
z-index:2;
color: #50088D;
font-weight: bold;
font-size: 16px;
width: 150px;
left: 10px;
top: 8px;
text-align:center;
}
/**BEGIN COLUMNS**/
#sidebar1 {
margin-top: 40px;
width: 231px;
height: 1%;
padding: 0;
float: left;
}

#middle {margin-left: 231px;}

/**fixes 3px jog in IE6**/
* html #middle {margin-left: 228px}
* html #sidebar1 {margin-right:-3px;}

/**omit this sidebar from 2-col layouts, see mainContent below**/
#sidebar2 {
float: right;
margin-right: 0;
width: 174px;
height: 1%;
padding: 0px 0;
margin-top: 30px;
overflow: visible;
}
#header {
background: #198144 url(../Images/tvisions-banner.jpg) no-repeat;
min-height: 230px;}

/**choose from 2-col or 3-col layout**/
#mainContent2 {width: 793px;}
#mainContent3 {width:619px;}


#footer {
	padding: 5px 0 5px 100px;
	width: 1024px;
	margin: 0 auto;
}

