@charset "utf-8";
/*  CSS Document  */
/*  Layout style information  */

html{
   height:100%;
}
body {
    background: #FFFFFF;
    font-family: Verdana, Geneva, Arial, sans-serif;
    margin: 0px;
    padding: 0px;	
    height: 100%;
    font-size: 0.7em;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: center;
}
            .article .text em       { font-style: italic !important; color: #4e3315 }

#mainContainer {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#header {
    background: url(../images/header.png) no-repeat top center;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #000000;
}

#mainMenu {
    border-top: 1px solid #696969;
    border-bottom: 1px solid #000000;
    background: url(../images/mainMenu.png) repeat-x top left;
    height: 39px;
    line-height: 39px;
}

#mainContent {
    clear: both;
    border-bottom: 1px solid #000000;
}

#footer {
    position: relative;
    top: -1px;
    height: 63px;
    background: url(../images/footer.png) repeat-x top left;  
    border-top: 1px solid #696969;
    border-bottom: 1px solid #000000;
    
}
#contentmain {
    overflow-y: auto;
    clear: both;
    border-right: 1px solid #EEE;
    background: #F6F6F6
}
#content{
    position:relative;
    clear: both;
    border-bottom: 1px solid #000000;	
    background: #FFF;
    min-height:350px;
    height:100%;
    padding-bottom: 20px;
    top: -1px;
    overflow-x: auto;        
}
#columnOne{	
	
	width:620px;
	background-color:#ffffff;
	position:relative;
	float:left;
	min-height:250px;
	
	padding:0px;
	
	
}
#columnOne h2 {
        
    font: 16px Georgia, serif;
    color: #444;
    text-shadow: 1px 1px 0 #FFF;
    margin: 10px 20px 10px 5px;
    padding: 2px 0;
}

#map{
	width:570px;
	height:400px;
}
#columnTwo{
	float:left;
	min-height:244px;
	padding-left:10px;
	width:308px;
	position:relative;
	background-color:#fff;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:7px;

	position:relative;
	
	
}
#columnTwoInside {
	float:left;
	min-height:650px;
	width:320px;
	position:relative;
	background-image:url(../../media/images/rightSide.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
}

#columnTwoInside h2 {
    font: 16px Georgia, serif;
    color: #444;
    text-shadow: 1px 1px 0 #FFF;
    margin: 10px;
    border-bottom: 1px solid #CCC;
    padding: 2px 0;
}
#columnTwoInside p {
    font-size: 11px !important;
    line-height: 17px !important;
    margin: 10px !important;
    font-family: Verdana, sans-serif !important

}

#columnOne p {

    font-size: 11px !important;
    line-height: 17px !important;

    font-family: Verdana, sans-serif !important;
  
}

#byLine2 * {
    font-size: 11px !important;
    line-height: 17px !important;
    font-family: Verdana, sans-serif !important;
}
#columnOne p *{

    font-size: 11px !important;
    line-height: 17px !important;

    font-family: Verdana, sans-serif !important;
  
}

#columnTwoInside p * {
    font-size: 11px !important;
    line-height: 17px !important;

    font-family: Verdana, sans-serif !important

}

#columnOne h1 {
    font-size: 21px;
    color: #444;
}

#columnTwoVP{
	float:left;
	min-height:500px;
	

	width:320px;
	position:relative;
	background-color:#E6E6E6;

	background-image:url(../../media/images/rightColInsideBg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
}
#columnThree{
	
	height:180px;
	position:relative;
	
	
	background-color:#fff;
	padding-left:10px;
	padding-top:0px;	
	padding-bottom:18px;
}
#columnFour{
	
	min-height:280px;
	position:relative;
	top:4px;
	background-color:#fff;
	margin-top:7px;
	padding-top:7px;	
	padding-left:6px;
}


#footerTwo{
	height:60px;
	width: 100%;
	padding:0px;
	position:relative;
	
	background-color:#FFFFFF;
	text-align:center;
	
}
.floatRight{
	padding-left:8px;
	float:right;
}

.floatLeft{
	float:left;
	padding-right:18px;
}
.clearBoth{
	clear:both;
}

.smallBox {
    background: url(../images/smallBox.png) repeat-x top left;
    width: 298px;
    height: 218px;
    margin: 20px 20px 0 0;
    float: left;
    border: 1px solid #DDD;
    border-radius: 3px;
    position:relative;
}

.doubleBox {
    background: #EEE;
    width: 620px;
    height: 220px;
    margin: 20px 20px 0 0;
    float: left;
    position: relative;
}

.lastBox {
    margin-right: 0;
}

.roundCornerTopRight {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/corners.png) -3px 0;
    width: 3px;
    height: 3px;
    z-index: 3;
}

.roundCornerbottomRight {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/corners.png) -3px -3px;
    width: 3px;
    height: 3px;
    z-index: 3;
}
