/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/

/*
Inherit stock styles
*/

body,select,input,textarea, table
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
	line-height:20px;
	color: #524d40;
}

a
{
	color: #c7950e;
	text-decoration:underline;
}

a:hover
{ 
    text-decoration:none;
}

.subtitle, .subtitle p,  .subtitle a
{
	font-weight: bold;
	font-size: 14px;
	color: #694c01;
}

table.tableData
{
	width: 100%;
	border:1px solid #eed079 !important;
	border-collapse:collapse;
	background-color: #ffffff;
	margin-left: 1px;
}

.tableData td
{
	border:1px solid #eed079;
	padding:4px 4px 3px 9px;
	color: #694c01;
}

.tableData td p, .tableData th p
{
	padding: 0;
	margin:0;
}

.tableData th
{
	padding: 7px 4px 6px 9px;
	text-align:left;
	color: #ffffff;
	background: #e8a815;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

.tableData th a, .tableData th p
{
	color: #ffffff;
}

.tableData tr:hover
{
	background-color:#fce1a2;
}

.tableBox
{
	border: 1px solid #eed079;
	padding:5px;
	background-color: #ffffff;
}

.tableBox th
{
	text-align:left;
}

/*** Why Vision? page**/

.whyvision_quote_container, .whyvision_quote_container_wide{position: relative;}

.whyvision_header{display: block;}

.whyvision .col2
{
	margin-left: 25px;
}

.whyvision_info
{
	background: url(_gfx/int/whyvision_section_bg.gif) 0px 0 no-repeat;
	padding: 6px 12px 16px 13px;
	margin: 0px 0 24px 0;
	width: 426px;/*width and height for rad editor only*/
	height: 170px;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	position: relative;
}

.whyvision_quote_container_wide .whyvision_info
{
	background: url(_gfx/int/whyvision_peace_bg.gif) 0px 0 no-repeat;
	width: 877px;/*width and height for rad editor only*/
	height: 138px;
	padding: 8px 13px 14px 13px;
	font-size: 15px;
	line-height: 18px;
}

.whyvision_quote
{
	background: url(_gfx/int/whyvision_quote_bg.gif) 0px 0 no-repeat;
	width: 401px;/*width and height for rad editor only*/
	height: 76px;
	overflow: hidden;
	position: absolute;
	bottom: 14px;
	left: 13px;
	padding: 16px 7px 0 12px;
}

.whyvision_quote_container_wide .whyvision_quote
{
	background: url(_gfx/int/whyvision_peace_quote_bg.gif) 0px 0 no-repeat;
	width: 851px;/*width and height for rad editor only*/
	height: 64px;
}

.whyvision_quote_text
{
	font-style: italic;
	color:#EBAD21;
	font-size: 18px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.whyvision_quote_container_wide .whyvision_quote_text{font-size: 21px;line-height: 25px;}

.whyvision_quote_text span{position: relative;z-index: 1;}

.whyvision_quote_text img
{
	vertical-align: middle;
	position: relative;
	margin-top: -5px;
	margin-left: -12px;
	margin-bottom: -4px;
}

.whyvision_quote_author
{
	color:#6f5521;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 7px;
	bottom: 4px;
	margin: 0;
	font-weight: normal;
}

.whyvision_quote_container_wide .whyvision_quote_author{bottom: 2px;}

.whyvision a.mb
{
	position: absolute;
}