@charset "UTF-8";
/* CSS Document */

/*CSS styles for Bowling Law*/
/*Version 1.0*/
/*15/10/07*/

/*global margin/padding reset*/
* {
	margin:0;
	padding:0;
}

/*position is everything float clear hack*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/*remove image link borders*/
a img {
	border:0;
}

/*base styles*/
body {
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size:75%; /*11 px basefont size*/
	line-height: 1.5em; /*16.5px line-height*/
	color:#666;
	text-align:center;
	background:#eceae0 url(images/template.gif) no-repeat top center;
}

a:link {
	text-decoration:underline;
	color:#666;
}

a:visited {
	color:#999;
	text-decoration:underline;
}

a:active {
	text-decoration:none;
	color:#666;
}

a:hover {
	text-decoration:none;
	color:#666;
}

a.teaser {
	background:url(images/bullet.gif) no-repeat 0 6px;
	padding:0 0 0 10px;
}

cite {
	font-style:normal;
}

/*layout*/
#container {
	margin:0 auto;
	width:770px;
	text-align:left;
	clear:both;
	background:#b4ad83 url(images/b.gif) no-repeat right 125px;

}

#header {
	clear:both;
	height:125px;
	background:#fff url(images/blue_block.gif) no-repeat top left;
}

/*skiplinks*/
#skiplinks, .skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
	
}

#branding {
	height:92px;
	margin:0 0 0 34px;
	border-bottom:1px solid #b4ad83;
}

#logo {
	float:left;
	margin:20px 0 0 0;
}

#anniv {
	float:right;
}

#anniv img {
	padding:18px 18px 0 0;
}

#main_nav {
	height:26px;
	text-align:right;
	margin:0 0 0 34px;
}

#content {
	margin:0 98px 0 0;
	background:#fff;
	clear:both;
}

#main {
	margin:34px 11px 0 34px;
	padding:0 0 68px 0;
	height:1%;
}

#footer {
	clear:both;
	margin:0 0 0 34px;
	color:#fff;
	height:160px;
}

#footer_nav {
	clear:both;
	padding:20px 0 24px 0;
}

#small_print {
	clear:both;
	padding:12px 0 0 0;
}

#small_print p {
	font-size:0.83333333em;
	line-height:0.83333333em;
}

#main #col1 img {
	margin:0 0 1em 0;
}

h1 {
	font-size:1.1666667em; /*14px based on 13px*/
	line-height:1em;
	border-bottom:1px solid #b4ad83;
	padding:0 0 0.5em;
	margin:0 0 0.5em 0;
	color:#b4ad83;
}

p {
	margin:0 0 1em 0;
}

p.leader {
	font-size:1.166666667em;
	color:#b4ad83;
	line-height:1.5em;
	font-weight:bold;
}

h2 {
	font-size:1em;
	color:#b4ad83;
	margin:0 0 0.5em 0;
}

.content ul, .content ol {
	margin:0 0 1em 0;
}

ol {
	list-style-position:inside;
}

ul.linklist li {
	list-style-type:none;
	background:url(images/bullet.gif) no-repeat 0px 8px;
	padding:0 0 0 10px;
	list-style-position:outside;
}

/*main navigation*/
#main_nav ul {
	padding:10px 0 0 0;
}

#main_nav li, #footer_nav li {
	float:left;
	list-style-type:none;
	padding:0pt 13px 0pt 8px;
	text-transform:uppercase;
	border-left:1px solid #b4ad83;
	line-height:1em;
	font-size:0.91666667em;
	font-weight:bold;
}

#footer a:link, #footer a:visited 	{
	color:#fff;
	text-decoration:none;
}

#footer a:active {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

#main_nav a:link, #main_nav a:visited {
	color:#b4ad83;
	text-decoration:none;
}

#main_nav a:active {
	color:#b4ad83;
	text-decoration:none;
}

#main_nav a:hover {
	color:#b4ad83;
	text-decoration:underline;
}


/*footer navigation*/
#footer_nav li {
	border-left:1px solid #fff;
}

#footer_nav li.first, #main_nav li.first {
	border:none;
	padding-left:0;
}

#content ul {
	list-style-type:disc;
	list-style-position:inside;
}

/*flash banner*/
#banner {
	height:230px;}

/*homepage*/
.home #col1 {
	width:364px;
	float:left;
}

.home #col2 {
	width:232px;
	float:right;
	background:#eceae0;
	padding:10px 10px 24px 10px;
	font-size:0.91666667em;
}

.home #col2 h2 {
	font-size:0.91666667em;
	color:#b4ad83;
	border-bottom:1px solid #b4ad83;
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
}

/*list page*/
.list #col1 {
	width:308px;
	float:left;
}

.list #col2 {
	width:308px;
	float:right;
}

 #ticker-container {
	position:relative;
	overflow:auto;
	width: 180px;
	height: 230px;
	background-color: #eceae0;
	background-repeat: repeat;
	padding: 2px;
	border:  dotted #eceae0;
	left: 475px;
	top: 574px;



        }
	
	#ticker {
	position:relative;
	width:150px;
	left: 374px;
	top: 28px;
	overflow: visible;



	}
	
	#ticker ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: verdana;
            font-size: xx-small;
            font-weight: normal;
            color: ;
            text-decoration: none;
            padding-left: 2px;
	}
        
 #ticker ul li a:hover {
            font-family: verdana;
            font-size: xx-small;
            color: ;
            text-decoration: none;
            padding-left: 2px;
        }
.ul2 {
	padding-left: 30px;
	}
.newsletterlink {
padding-left: 20px;
padding-top: 10px;
}
