/*
	Style.css
	
	Purpose:	Define standard size, margin, padding and other attributes for content tags
				Note: color is not included
*/

body
{
	color: #404040;
	font-size: 12px;
	font-family: Arial;
	line-height: 16px;
}



:link, :visited { text-decoration: none; }
:link:focus, :visited:focus { color: blue; } 
:link { color: blue; }
:visited { color: blue;}
:link:hover, :visited:hover { color: blue; text-decoration: underline;}
:link:active, :visited:active { color: blue; }

:link img
{
	border: 0px solid black;
}

img
{
	margin: 0;
	padding: 0;
	border-width: 0px;
}

hr
{
	background-color: #cccccc;
	color: #cccccc;
	height: 1px;
	margin: 0;
	padding: 0;
}

p 
{
	font-size: 1em;
	line-height: 1.5em;
	
	margin: 0 0 1.5em 0;
}

p.lead
{
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	font-weight: bold;
}

h1
{
	font-family: arial;
	font-size: 1.3em;
	font-weight: normal;
	color: #404040;
	margin: 1em 0 1em 0;
}

#content_title
{
	text-transform: uppercase;	
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 1.2em;
	line-height: 1.0em;
	border: 0px solid #C4C4C4;
	margin: 0px 0px 30px 0px;;
}

#content table
{
	border:thin;
	margin: 0 0 1em 0;
}

#content table td
{
	text-align: left;
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 5px;
	background-color: #FFFFCC;
	border: 1px solid #666666;
}

h2
{
	font-family: arial;
	font-size: 1.3em;
	font-weight: normal;
	color: #404040;
	border-bottom: 1px solid #bfbfbf;
	margin: 1em 0 1em 0;
}

h3
{
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin:  0em 0 1em 0;
	color: #404040;
}


dt
{
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	margin-left: 0px;
	margin-right: 0px;

	border: 0px solid #000000;
}

dd
{
	margin-top: .50em;
	margin-bottom: 1.0em;
	margin-left: 4px;
	margin-right: 4px;
	
	border: 0px solid #000000;
}

ul
{
	list-style-position: outside;
	margin: 1em 1em 1em 2.5em;
	list-style-image: url('/images/icons/list_bullet.gif');
	line-height: 1.5em;
}

ol
{
	list-style-type: decimal;
	list-style-position: outside;
	margin: 1em 1em 1em 2.5em;
}

li
{
	margin: 0em 0em .5em 0em;
	line-height: 1.5em;
}

table
{
	border-collapse: collapse;
	margin: 0 0 1em 0;
	
}

table td
{
	text-align: left;
	font-weight: normal;
	padding: 5px;
	vertical-align: top;
}

table th
{
	text-align: left;
	font-weight: bold;
	padding: 5px;
	background-color: #E5E5E5;
	border: 1px solid #C4C4C4;
}

#local_nav
{
	color: #ded8bf;
}

#local_nav ul
{
	list-style-position: outside;
	margin: 1em 1em 1em 1.5em;
	list-style-image: url('/images/arrow_right.gif');

	line-height: 1.5em;
	text-transform: uppercase;
}


#local_nav ul li ul li
{
	margin: .5em 0px;
	font-size: .8em;
}

#local_nav a, #local_nav a:visited, #local_nav a:active
{
	color: #ded8bf;
}
#local_nav a:hover
{
	color: #f2f2f2;
	text-decoration: none;
}

#copyright 
{
	line-height: 150%;
	font-size: .8em;
	text-align: center;
	margin: 1em 0px 0px 0px;
}

#common_links
{
	text-align: center;
	margin: 0px 0px 1em 0px;
	line-height: 150%;
	font-size: .8em;
	color: #abb6b0;
}

#common_links a
{
	color: #ccbd97;	
	margin: 0px 0.5em;;
}

#common_links a:hover
{
	color: #ccbd97;
	text-decoration: underline;
}

#local_nav h1
{
	color: white;
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 1em 0px;
	letter-spacing: 3px;
	font-weight: normal;
}

#content .vcard {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	margin-top: -15px;
}
.img_right {
	margin-right: 0px;
	margin-left: 10px;
}

