/*
	LAST VOICES
	BASE CSS FILE
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/LV_background_white.jpg) top left repeat-x #ffffff;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}

img { border:0; }

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

a:hover {
	text-decoration: underline;
}

a:hover {
	color: #ffffff; 
}

h1 {	/* main headings in content area */
	font-size: 16px;
	line-height: 23px;
	padding: 0 0 22px 0;
	margin: 0;
	border-bottom: 1px dashed #3f3f3f;
	font-stretch: condensed;
}

h2 {	/* subheadings in content area */
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	font-stretch: condensed;
}

h3 {	/* section head, used mainly for INQUIRIES in top left */
	font-size: 16px;
	line-height: 23px;
	padding: 12px 0 22px 0;
	border-bottom: 1px dashed #3f3f3f;
}

h4 {	/* page identifier */
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	padding: 0;
	margin: 12px 0 0 0;
}

h5 {	/* left side, MORE ABOUT... text */
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	padding: 12px 0 22px 0;
	border-bottom: 1px dashed #3f3f3f;
}

#container {
	position: relative;
	overflow: hidden;
	width: 955px;
	margin: 0 auto;
	padding: 0;
	background: url(images/bg-container.png) top left repeat-y;
}

#header {
	overflow: hidden;
	width: 921px;
	height: 272px;
	margin: 0 17px 0 17px;
	padding: 0 0 12px 0;
	background: #000000;
	clear: both;
}

#nav {
	overflow: hidden;
	width: 886px;
	height: 34px;
	margin: 0 17px 0 17px;
	padding: 0 0 0 24px;
	background: #000000;
	border-bottom: 1px dashed #3f3f3f;
	border-top: 1px dashed #3f3f3f;
	clear: both;
}

#nav_item {
	float: left;
	margin: 0 17px 0 0;
}

#subnav {
	overflow: hidden;
	width: 955px;
	margin: 9px 0 0 0;
	clear: both;
}

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


#subnav a:hover {
	color: #000000;
	text-decoration: underline;
}


#left_side {
	overflow: hidden;
	width: 274px;
	float: left;
	background: url(images/bg-left.png) top left repeat-y;
	clear: left;
}

#left_side_narrow, .left_side_narrow {
	overflow: hidden;
	width: 245px;
	margin-left: 17px;
	padding-left: 12px;
}

/*
#left_side_narrow h1, #left_side_narrow h2, #left_side_narrow h3, #left_side_narrow h4 {
	color: #f47d30;
}
*/

#left_side_narrow ul {
	list-style-image: url(images/left-bullet.png);
}

#left_side_narrow li {
	color: #f47d30;
}

#left_side_wide {
	overflow: hidden;
	width: 274px;
}

#left_side_wide #related_link {
	overflow: hidden;
	width: 230px;
	height: 20px;
	background: url(images/bg-related-link.png) top left no-repeat;
	padding: 3px 0 0 38px;
	margin: 0 0 12px 0;
}

#right_side {
	overflow: hidden;
	width: 681px;
	float: left;
	background: url(images/bg-right.png) top left repeat-y;
	clear: right;
}

#right_side2 {
	overflow: hidden;
	width: 627px;
	background: url(images/bg-right.png) top left repeat-y;
}

#single_column2 {
	overflow: hidden;
	width: 627px;
	margin-left: 20px;
	padding-right: 12px;
	float: left;
}

#single_column {
	overflow: hidden;
	width: 627px;
	margin-left: 20px;
	padding-right: 12px;
}

#sright_side2 {
	overflow: hidden;
	width: 627px;
	margin-left: 20px;
	padding-right: 12px;
}

#two_column1 {
	overflow: hidden;
	width: 302px;
	float:left;
	margin-left: 20px;
}

#two_column2 {
	overflow: hidden;
	width: 294px;
	float:left;
	margin-left: 25px;
	padding-right: 15px;
}

#footer {
	overflow: hidden;
	width: 955px;
	height: 72px;
	padding: 12px 0 0 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

#socnet {
	overflow:hidden;
	float: right;
	margin: 0 17px 0 0;
	text-align: right;
	clear: both;
}

#socnet img {
	margin: 0 0 0 12px;
}

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

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

.custom_error {					/* used for error validation */
	background-color: pink;
	border: 1px solid red;
	padding: 5px;
	color: #660000;
	text-align:left;
	display:none;
}

.condensed { font-stretch: condensed; }

.orange { color: #f47d30; }
.blue { color: #00bbe3; }
.red { color: #ee3124; }
.green { color: #9ec894; }
.grey { color: #9c9095; }

.white_link a:link, white_link a:visited, white_link a:hover {
	color: #cccccc;
}

.white_link1 a:link{color: #cccccc;}
.white_link1 a:visited{color: #cccccc;}
.white_link1 a:hover {{color: #cccccc;}
	