﻿* {
	font-family: Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
}
#container {
	width: 1152px;
	margin: 0 auto;
	position: relative;
	height:100%;
}
#shadowLeft {
	position: absolute;
	height: 100%;
	width: 27px;
	right: 1152px;
	background-image: url(images/shadowLeft.png);
	background-repeat: repeat-y;
	
}
#shadowRight {
	position: absolute;
	height: 100%;
	width: 20px;
	left: 1152px;
	background-image: url(images/shadowRight.png);
	background-repeat: repeat-y;
}

div#header {
    height: 94px;
    width: 1152px;
    margin: 0px auto;
    position: relative;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
}
    div#header h1 {
        margin: 0px;
        visibility: hidden;
        }
    div#header a {
        display: block;
        position: absolute;
        top: 1px;
        right: 124px;
        color: #FFFFFF;
        font-size: 11px;
        }
div#splash 
{
    height: 268px;
	position:relative;
	top:-94px;
    /*background-image: url(images/home/splash.jpg);
    background-repeat: no-repeat;*/
    }
    div#splash div#overhang
    {
    background-image: url(images/home/overhang.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 268px;
    left: 0px;
    width: 277px;
    height: 19px;
        }
div#nav {
    background-image: url(images/navBack.gif);
    background-repeat: repeat-x;
    height: 35px;
    position: relative;
    z-index: 999;
    
}
    div#nav p 
    {
        display: block;
        position: absolute;
        right: 16px;
        top: 8px;
        font-size: 14px;
        
        color: #FFFFFF;
        margin: 0px;
        }
div#serviceBar 
{
    background: url(images/serviceBar.gif) no-repeat;
    height: 33px;
    }
    div#serviceBar p
    {
        margin: 0px 16px;
        text-align: right;
        line-height: 33px;
        }
        div#serviceBar p a, div#serviceBar p a:visited
        {
            color: #9d080d;
            font-size: 15px;
            font-weight: bold;
            text-decoration: none;
            }
            div#serviceBar p a:hover {text-decoration: underline;}
div#content 
{
    background-color: #FFFFFF;
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 300px;
    
    }
    div#leftCol 
    {
        width: 320px;
        float: left;
        text-align: center;
        padding-top: 46px;
        }
            div#leftCol p {text-align: center; margin: 8px;}

    div#centerCol 
    {
        width: 575px;
        float: left;
        }
    div#rightCol 
    {
		/*visibility:hidden;*/
		padding-top:53px;
        width: 230px;
        float: right;
		}
		
		div#rightCol img {
		visibility:visible;
		}
	
	div#rightCol .rightColForm { background-image:url(images/rightColContactForm.jpg); 
	/*position: absolute;
	top: 162px;
	*/ background-color: #ffffff; width: 230px; background-repeat: no-repeat;  padding-top: 3px;
	min-height:70px;
	}
	
	div#rightCol legend {
	visibility:hidden;
	padding:0px;
	margin:0px;
	}	
	
	div#rightCol fieldset {
	border:none;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:-12px;
	font-size:10px;
	background-image:url(images/rightColContactForm2.jpg);
	background-repeat:no-repeat;
	width:230px;
	min-height:300px;
	}
	
	div#rightCol label {
	width:70px;
	padding:0px;
	margin:0px;
	font-size:10px;
	font-weight:normal;
	}
	
	div#rightCol table {
	padding:0px;
	margin:0px;
	position:absolute;
	margin-top:-10px;
	}
	
	div#rightCol input {
	width:130px;
	padding:0px;
	margin:0px;
	font-size:10px;
	}
	
	 div#rightCol div h1
    {
		text-align:center;	
        display: block;
        padding: 0px;
        background-color: Transparent;
        border: none;
        color: #000000;
        font-size: 23px;
		font-weight:bold;
        padding:0px;
        margin-left:8px;
        margin-right:8px;
        margin-top:0px;
		margin-bottom:0px;
        }
     div#rightCol div h2
    {
        color: #99080c;
        font-weight: bold;
        font-style: italic;
   	
        margin-left:8px;
        margin-right:8px;
		margin-bottom:0px;
        padding:0px;
        /*margin: -8px 16px 16px 16px;
        padding-left: 0px;*/
        font-size: 12px;
        }
	
	div#rightCol #ctl01_RightCol_ctl01_ctl02_SubmitBtn {
	width:80px;
	margin-left:70px;
	}	
	
	
	
	div#rightCol textarea{
	width:130px;
	padding:0px;
	margin:0px;
	font-size:10px;
	}
		
		div#rightCol .small {
font-size:10px;
line-height:normal;
}

		
    #home div#rightCol 
    {
        width: 337px;
        float: right;
        position: relative;
        bottom: 3px;
        
        }
        
    div#bottomCol 
    {
        clear: both;
        }
#home div#welcome {height: 200px;}
#home #content 
{
    background-image: url(images/home/controlPanel.jpg);
    background-repeat: no-repeat;
    padding: 2px 0px;
    z-index: 10;
                }
#admin div#content {padding: 32px;}


div#footer {
    background-image:url(images/footerBack.gif);
    background-repeat: repeat-x;
    height: 47px;
    clear: both;
    width: 1152px;
    margin: 0 auto;
    position: relative;
}
    div#footerShadow {
        background-image:url(images/footerShadow.png);
        background-repeat: no-repeat;
        background-position: 1px 0px;
        height: 63px;
        clear: both;
        width: 1192px;
        margin: 0 auto;
        position: absolute;
        left: -20px;
        top: 0px;
        }

    #footer p {
        text-align: right;
        margin: 0px;
        font-size: 10px;
        padding-right: 32px;
        margin-top: 8px;
    }
    #footer p + p {margin-top: 0px;}
    
    /*MISC Home Page*/
#home #redBox1, #home #redBox2 
{
    background-image: url(images/callOutBoxRed.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #9d080d;
    min-height: 80px;
    width: 806px;
    position: relative;
    color: #FFFFFF;
    padding: 8px 0px; 
	margin-bottom:10px;
    
    
    }
#home #redBox1 *, #home #redBox2 * 
{
    
    color: #FFFFFF;
    
     
    }
#home #redBox1 h1, #home #redBox1 p, #home #redBox2 h1, #home #redBox2 p  {
	
	margin-right: 96px;
	}
#home h2 {

	margin-bottom:0px;
	padding-bottom:0px;
	}	
#home p 
{
    font-size: 11px;
    line-height: 18px;
    }

#home #redBox1 h1, #home #redBox2 h1 
{
    font-size: 15px;
    font-weight: normal;
    margin-bottom:0px; 
    }

#home #redBox1 
{
    margin-bottom: 4px;
    }
#home #redBox2 h1, #home #redBox2 p
{
    margin-left: 150px;
    }
#home #redBox1 h1, #home #redBox1 p
{
    margin-left: 150px;
    }
#home #redBox1 img
{
    position: absolute;
    left: 0px;
    bottom: 48px;
    
    }
#home #redBox2 img 
{
    position: absolute;
    left: 0px;
    bottom: 16px;
    
    }
#home #redBox1 div.Tools, #home #redBox2 div.Tools 
{
    position: absolute;
    right: 620px;
    overflow: visible;

    }
    #home #redBox1 div.Tools img, #home #redBox2 div.Tools img
{
    position: static !important;
    }




/*END MISC Home Page*/

#recaptchaleftpad {
padding-left:133px;
}
