@charset "UTF-8";
/* Brenda Mohney */
/* YourLocalMobile.com */

/* ------------------------------------------------------------ Main Container Styles ------------------------------------------------------------ */
body {
		margin:1px 0px; 
		padding:0px;
		text-align:center;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-color:#eee;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#main {
	background-image:url(images/background.jpg);
	width: 96%;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border: 1px solid #cccccc;
	}
#header {
	background-image:url(images/calvino-law-logo.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 11em;
	padding: 0px;
	margin:0px;
	}
#tel{
	padding: 0% 3% 0% 0%;
	margin:0px;
	float:right;
	color:#ffffff;
	font-size: .5em;
}
#nav	{
	width: 100%; 
	padding: 0px;
	text-align:left;
}
#content {
	clear:both;
	background-image:url(images/background.jpg);
	width: 100%;
	}
#footer  {
	background-image:url(images/background.jpg);
	width: 100%;
	}
/* ------------------------------------------------------------ Header Styles ------------------------------------------------------------ */

h1.top {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align:center;
	color:#cccccc;
	padding: 10% 0% 0% 0%;
	margin: 0px;
}
h1.tel{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#cccccc;
	margin: 0px;
}
h1.content {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2em;
	text-align:left;
	color:#658294;
	padding: 0% 0% 0% 2%;
}

/* ------------------------------------------------------------ Text Styles ------------------------------------------------------------ */
p.content { 
	color:#333333;
	padding: 0% 0% 0% 2%;}
.footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#cccccc;
	font-size: .9em;
	}
/* ------------------------------------------------------------ Link Styles ------------------------------------------------------------ */
a.header:link, a.header:hover, a.header:active, a.header:visited  {
	color:#cccccc;
	text-decoration: none;
}

a.nav:link, a.nav:visited {
	color:#cccccc;
	text-decoration: none;
	padding: 0% 0 0% 7%;
	margin:0px;
	color: #cccccc;
	font-size: 1.5em;
	font-weight:bold;
}
a.nav:hover, a.nav:active {
	color:#ffffff;
	text-decoration: none;
	padding: 0% 0 0% 7%;
	margin:0px;
	font-size: 1.5em;
	font-weight:bold;
}
a.tel:link, a.tel:active, a.tel:visited {
	color:#658294;
	text-decoration: none;
	text-align:right;
}
a.tel:hover {
	color:#cccccc;
	text-decoration: none;
	text-align:right;
}
a.footer:link {
	color:#999999;
	text-decoration: none;
	font-size: .9em;
}
a.footer:hover {
	color:#666666;
	text-decoration: none;
	font-size: .9em;
}

/* ------------------------------------------------------------ List Styles ------------------------------------------------------------ */
ul.nav	{
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

li.nav	{
	background-color: #4a0907;
	background-image:url(images/menuarrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	width: 95%; /* not 100% because we have to take in to account the 3% padding below */
	height: 38px;
	padding: 1% 0% 0% 5%;
	margin:0px;
	border: 1px solid #cccccc;
	list-style:none;
	text-align:left;
}
/* ------------------------------------------------------------ Image Styles ------------------------------------------------------------ */
.linkedimg	{
	border:0px;
}