/* Common text CSS for Alvanon
   2007 Warkulwiz Design Associates
   http://www.warkulwiz.com 		*/
   

body{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #636267;
	
}
html>body {
	width: auto;
	min-width: 955px;
}

img { border: 0px; }


body {
	margin: 0px 0px 40px 0px;
}

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

a:hover, a:active {
	color: #b71c1c;
	text-decoration: none;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	height: 20px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #636267;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}

p {
	margin-bottom: 20px;
}

/*  List styles */

ul.titled_list {
	list-style: none;
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 20px;
}
li {
	line-height: 12px;
}
div#col_1 li {
	padding-bottom: 4px;
}
li.list_head {
	padding-bottom: 1px;
	margin-bottom: 2px;
	color: #F26522;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #636267;
}
li.list_head a:link,li.list_head a:visited  {
	color: #b71c1c;
	text-transform: lowercase;
	font-weight: bold;
}
li.list_head a:hover,li.list_head a:active  {
	color: #636267;
}

ul.client_list_left {
	padding: 0px;
	list-style: none;
	float: left;
	width: 245px;
}

ul.client_list_right {
	padding: 0px;
	list-style: none;
	float: right;
	width: 245px;
}

/* Collapsed List */

ul.collapsed_list {
	margin-bottom: 20px;
	padding: 0px;
	list-style: none;
}
ul.collapsed_list li {
	padding: 10px;
	min-height: 18px;
}
ul.collapsed_list li.odd {
	background-color: #ececed;
}
div.guide_info {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	display: none;
	visibility: hidden;
}
div.close {
	padding: 5px 0px;
	margin: 0px;
	text-align: right;
}
div.option a:link, div.option a:visited  {
	font-size: 14px;
	padding-bottom: 10px;
	color: #b71c1c;
}
div.option a:hover, div.option a:active  {
	color: #f26522;
}
