a:link {color: #af8b4a;}/*Default Link Colour*/
a:visited {color: #af8b4a;}/*Visited Link Colour, ALWAYS make same as Default*/
a:hover {color: #4e3721;}/*link's color when you Mouse Over it*/
a:active {color: #4e3721;}/*Color when link is clicked*/

.bottomLink { 
color: #fff ! important;/*Footer "Site Created By... Links, needed if you want the footer different*/
			   /*from the normal links*/
}

a:active {
  outline: none;
}


body {
   z-index: 500; 
   position: relative;
}

/*SIDE navigation menu CSS*/


#navcontainer li 
{
	margin: 0px;
background-image: url('http://gilmerlegal.com/global_pictures/bullet.png');
background-repeat: no-repeat;
background-position: 0px 8px;
padding-left: 13px;
}


#navcontainer .subitem 
{
	/* add star for the sub items */
	list-style-image: none;
	list-style-position: inherit;	
	margin-left: 5px;
background-image: none ! important;
}/*These 3 items control the list item stucture of the side navigation, since the text is just an ordered list*/

#navcontainer a {
font-size: 14px;
font-family: Georgia, Arial;
color: #000;
font-weight: normal ! important;
}


#navcontainer a:hover {
	text-decoration: none;
	color: #fff;
	border-left: 0;
	border-right: 0;
	background-color: #592b17;
font-weight: normal;
/*letter-spacing: .25px;*/
/*word-spacing: 3px;*/
}

#navcontainer .topline {
	border-top: solid 1px #d6d2ce;
width: 195px;
}

#navcontainer .top_bottomline {
	border-top: solid 1px #d6d2ce;
	border-bottom: solid 1px #d6d2ce;
width: 195px;
}

#navcontainer .subitem a
{
	display: block;
	padding: 0px 0px 0px/*SPacing between Sub-MenuItems VERTICAL*/ 8px;/*Indentation Under MAIN menu Header*/
	font-weight: heavy;
	font-size: 12px;
	font-family: arial;
	color: #000;
	width: 201px;
	text-decoration: none;
	margin-bottom: 0px;
	letter-spacing: normal;
}

#navcontainer .subitem a:hover 
{
	border-left: 0;
	border-right: 0;
	background-color: Transparent;
	text-decoration: underline;
	color: #000;
	letter-spacing: normal;
}
/*End of Side Navigation*/

.PageTitle {/*Page Headline (i.e. WELCOME)*/
    font-size: 24px;
    color: #2a2a2a;
    text-shadow: 1px 1px 1px #fff;
    font-weight: normal ! important;
    font-family: Georgia;
}
 
p, span {    
color: #000;
font-family: trebuchet ms, Arial;
font-size: 13px; 
}


li {/*LIST ITEM TEXT*/
font-family: trebuchet ms, Arial;
color: #000;
font-size: 13px;
}


.ContactUsToday {
    font-size: 13px ! important;
    font-weight: bold;
    color: #000;
    font-family: trebuchet ms, Arial ! important;
}

.SubscribeToNewsletter {
    font-size: 13px ! important;
    font-weight: bold;
    color: #000;
    font-family: trebuchet ms, Arial ! important;
}


img {
      border: 0;
}
