/* GENERAL */
body, td
{
	font : 12px Arial;
	color : black;
	text-decoration : none;
	vertical-align: top;
	margin: 0px; 
	padding: 0px;
}
a:link
{
	text-decoration : none;
	color : black;
}
a:active
{
	text-decoration : none;
	color : black;
}
a:visited
{
	text-decoration : none;
	color : black;
}
a:hover
{
	text-decoration : none;
	color : orange;
}
/* NAVIGATION */
.outer
{
	width :768;
	background-color : #AE0916;
}
.nav-text
{
	font : 11px Arial;
	color				: #EBE8E3;
	background-color    : #AE0916;
	font-weight			: 600;
	text-align			: center;
	height :16px;
	padding: 6px 7px 0px 7px;
	text-decoration 	: none;
	border-left : #D7C4A6 1px solid;
	vertical-align: middle;
	
}
a.nav-text:link
{
	text-decoration : none;
	color : white;
	padding: 9px 7px 9px 7px;
}
a.nav-text:active
{
	text-decoration : none;
	color : white;
	padding: 9px 7px 9px 7px;
}
a.nav-text:visited
{
	text-decoration : none;
	color : white;
	padding: 9px 7px 9px 7px;
}
a.nav-text:hover
{
	background-color 	: #8F040F;
	color : white;
	padding: 9px 7px 9px 7px;
}				

.body-text
{
	font : 12px Arial;
	color : #1E191E;
	padding : 9px 60px 30px 15px;
}
.intro-text
{
	font : 12px Arial;
	color : #1E191E;
	padding : 0px 10px 10px 10px;
}

.red-text
{
	font : 12px Arial;
	color : #AE0916;	
}

.red-text02
{
	font : 12px Arial;
	color : #AE0916;
	padding-left :20px;	
}

.grey-text
{
	font : 12px Arial;
	color : #666666;
	
}

.grey-line
{
	border-top : #A3A3A3 1px solid;	
}

.page-strapline
{
	font : 20px Arial;
	color : #ffffff;
	padding-right : 30px;
	text-align: left;
}
.icon-font
{
	font : 11px Arial;
	color : #4C473A;
	text-align: right;
	padding-top: 4px;
}
.index-align
{
	margin-top :   10;
}
.contact-text
{
	font : 12px Arial;
	color : #1E191E;
	text-align: left;
}
.contact-text02
{
	font : 12px Arial;
	color : #1E191E;
	padding : 9px 30px 30px 30px;
	text-align: left;
}
.case-select
{
	height : 50px;
	background-color : #F7F7F3;
	padding-left : 307px;
}
.case-select-det
{
	height : 40px;
	background-color : #F4F9FF;
	padding-left : 610px;
}
.case-select02
{
	padding-left : 150px;
}
/* POP UP */
.imgPop
{
	margin : 0px;
}
.imgClose
{
	font : 12px Arial; 
	color : black;
	border : 2px solid gray;
	background-color : white;
	padding : 5px;
}
a:link
{
	text-decoration : none;
	color : black;
}
a:active
{
	text-decoration : none;
	color : black;
}
a:visited
{
	text-decoration : none;
	color : black;
}
a:hover
{
	text-decoration : none;
	background-color : lightgrey;
	color : black;
}

.viewdetailsbtn {
	background-color: #F7F7F3;
	padding: 5px;
	width: 126px;
    border: 1px solid #DDDDDD;
    font-size: 11px;
    display: block;
}

.viewdetailsbtn02 {
	background-color: #F7F7F3;
	padding: 5px;
    border: 1px solid #DDDDDD;
    font-size: 11px;
    display: block;
    width: 120px;
}

.bullets
{
     list-style-image:url(../images/bullet.gif);
     color:Aqua;
}

case-topbtn
{
	background-color: green;
	padding: 5px;
    border: 1px solid #DDDDDD;
    font-size: 11px;
}
.bob
{
color:#AE0916;
font-size: 11px;
width: 240px;
background-color: #D7E9FF;
padding: 2px;
margin: 1px;
font-weight: bold;
}

.bob:link
{
color:#AE0916;
font-size: 11px;
width: 240px;
background-color: #D7E9FF;
padding: 2px;
margin: 1px;
font-weight: bold;
}
.bob:visited
{
color:#AE0916;
font-size: 11px;
width: 240px;
background-color: #D7E9FF;
padding: 2px;
margin: 1px;
font-weight: bold;
}

.bob:hover
{
    color: white;
    font-size: 11px;
    width: 240px;
    background-color: #8CB2E2;
    padding: 2px;
margin: 1px;
font-weight: bold;
}