/*=====================
SITE CSS  
Dark Green  - 003300
Light Green - 8bbc70
Grey        - 212121  ~used for text
=======================*/

body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:1100px;
    background-color:#ffffff;
    text-align:left;
}

h2 {
    font:26px "Bookman Old Style";
    margin: 0 20px 0 0px;
    padding: 20px 5px 0 5px;
}
/* ========= CSS for the Header, subheader and address lines =========*/
#header {
    margin:10px 15px 0px 15px;
    text-align:center;
}
#logo{

}
#Links{
    margin-right:auto;
    margin-left:auto;
}
#NAMWOLF {
    
}
#WBENC {
    
}
#superLawyers{
    
}
#socialMedia {
    margin-top:-5px;
}
#socialMedia a:link {text-decoration: none}

/* ========= CSS for Mobile menu =========*/
#MobileLogo{
    margin-right:auto;
    margin-left:auto;
    font:55px Garamond;
    text-transform:uppercase;
}
.firstLetter{
    font:68px "Bookman Old Style";
}
.secondLetter{
    font:68px "Bookman Old Style";
}
.thirdLetter{
    font:68px "Bookman Old Style";
}
#MobileTagline{
    font:40px Garamond;
    color:#00CC98;
    margin-right:auto;
    margin-left:auto;
}
/* ========= CSS for the Main Menu =========*/
#MainMenu {
    border-bottom:1px solid #607187;
    background-image:url('http://www.theaxelrodfirm.com/images/MenuBackground.jpg');
    color: white;
    font:14px "Bookman Old Style";
    width:100%;
    min-width:1150px;
    height:30px;

}
ul#Menu{
    text-align:left;
    list-style-type:none;
    margin-left:0px;
    padding-top:5px;
}
ul#Menu li{
    display:inline;
}
ul#Menu li a {
    color:white;
    text-transform:uppercase;
    text-decoration: none;
    padding: 0px 15px 0px 15px;
}
ul#Menu li a:hover{color:#62D1D9; font-size:100%; text-decoration: underline}


/* ========= CSS for the general site links=========*/
a:link {color:#000080;text-decoration: underline}
a:visited {color:#000080;text-decoration: underline}
a:active {color:#62D1D9;text-decoration: underline}
a:hover{color:#62D1D9;font-size:100%;text-decoration: underline}

u {
    color:#000080;
}

/* ========= CSS for the newsletter links=========*/
#newsletter a:link {color:#000080;text-decoration: underline}
#newsletter a:visited {color:#000080;text-decoration: underline}
#newsletter a:active {color:#62D1D9;text-decoration: underline}
#newsletter a:hover{color:#62D1D9;text-decoration: underline}


/* ========= CSS for the newsletter Title links=========*/
#NoUnderline a:link {color:#000080;text-decoration: none}
#NoUnderline a:visited {color:#000080;text-decoration: none}
#NoUnderline a:active {color:#62D1D9;text-decoration: none}
#NoUnderline a:hover{color:#62D1D9;text-decoration: none}


td.newsletterDate{
    color:black;
    font-style:italic;
    font-weight:bold;
    font-size:110%;
}
h3 {
	font-size:24px;	
}
.abstract {

}

/* ====================== column container ==========================*/
.colwrap {
    width:100%; 
    min-height:600px; 
    margin:0 auto; 
    /*overflow:hidden;	/* This chops off any overhanging divs */
    scroll:none;*/
    border-bottom:1px solid #1F7B82;
    padding-top:0px;
}

/*====================== 2 Column (left menu) settings ================*/
.leftmenu .right{	
	margin:10px 20px 0px 375px;
}

.leftmenu .left{
	float:left;
	width:325px;
	padding:15px;
        padding-top:30px;
	min-height:575px;
}

/*====================== 2 Column (right menu) settings ================*/
.rightmenu .left{
	margin:10px 375px 0px 20px;	
}

.rightmenu .right{
	float:right;
	width:325px;
        border: 1px solid black;
	padding:15px;
        padding-top:30px;
}
/*====================== 1 Column (center) settings ================*/
.center {
    margin:0px 0px 0px 50px;
    width:90%;
}


/* ========= CSS for the footer=========*/
#footer p{
    width: 100%;
    text-align:center;
    position:relative;
}

/* ================CSS to admin tables =============== */
tr.header td{
	background-color:#1F7B82;
	color: white;
}
tr.d0 td{
	background-color:#CCFECC;
}

