/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 5px;
	height: 100%;
	font-size: 76%;
	background-color: #aaaaaa;
	background-image: url(../images/back_tile_01.gif);
	
}

a:link, a:visited {
	color: #1B57B1; text-decoration: none;
	font-weight: normal;
	
}

a:hover {
	color: #1B57B1;	text-decoration: none;
	font-weight: normal;
	border-bottom:1px dotted #0728ED;
}

input.button {
 cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #333;
}

div#outer_body{
	width: 900px;
	left: 50%;
	top: 10px;
	margin-left: -450px;
	padding: 0px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #CCCCCC;
}
div#top_menubar{
	width: 100%;
	height:19px;
	background-image: url(../images/top_menu_bg_black.png);
	background-repeat: repeat-x;
	text-align: right;
	white-space: nowrap;
	position: absolute;
	top: 56px;
	left: 0;
}

div #testimonial{
	position: relative;
}

div #sectionmenu{
	position: relative;
}


div#sectionheading{

position: relative;
width:100%;
height:15px;
text-align: center;
vertical-align: middle;
color: white;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
background-image: url(../images/top_menu_bg_black.png);
background-repeat: repeat-x;
}



#second_bar {
	position:absolute;
	left:120px;
	top:80px;
	width:675px;
	height:20px;
	z-index:1;
	white-space: nowrap;
	vertical-align: middle;
}

#pathbar{
	padding-left:100px;
	float:left;
}


#Search{
	display:block;
	float:right;
}

#footer{
	color: #000000;
	background-color: #B7AFA2;
	text-align: center;
}
#bottom{
	color: #333333;
	background-color: #ADAE81;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;

}

#bannerrot{
	margin: 0 auto;
	height: 71px;
	width: 200px;
	float:none;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: right;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
	float:left;
  display:block;
  height: 19px;
  line-height: 19px;
  padding: 0 7px;
  color: #fff;
  text-decoration: none;
}

#pillmenu a:hover {
  color: #fff;
  background-image: url(../images/top_menu_bg_orange.png);
}


#pillmenu a#active_menu {
	color: #000;
    background-image: url(../images/top_menu_bg_gray.png);
}

/*****************************/
/*** Newly added fofr Extetndedmenu***/
/*****************************/


#extendedmenu{
  white-space: nowrap;
  height: 32px;
  line-height:25px;
  float: left;
  position: relative;

  
}

#extendedmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;

  
}

#extendedmenu li {
	
	margin: 0;
	padding: 0;
}




#extendedmenu a{
  font-family: Helvetica, sans-serif;
  font-size: 8pt;
	  height: 19px;
  line-height: 19px;
  padding: 0 8px;
  color: #000000;
  text-decoration: none;  
  
}

#extendedmenu a:hover {
  color: #fff;
  background-image: url(../images/top_menu_bg_orange.png);
  text-decoration: none;
  
}



#extendedmenu a#active_menu {
	color: #000;
	font-weight:bold; 
    
}


/****************************************/
/*** Newly added Extetndedmenu  ends here*/
/****************************************/



/****************************************/
/*** maincontenttable starts here*/
/****************************************/

/***************************
table.maincontenttable{
	border-top:1px dotted #0728ED;
	border-bottom:1px dotted #0728ED;
}


**/

/****************************************/
/*** firstimage starts here*/
/****************************************/

div#contentmain{

	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;

}


div#top_red_banner{
	width: 100%;
	background-image: url(../images/top_banner_bg_red.png);
	background-repeat: repeat-x;
	text-align: right;
	height: 56px;
}

div#main_logo{
	width: 111px;
	height: 126px;
	position: absolute;
	left: 10px;
	top: 0px;
}

div#relatedlinks{
	font-family: Verdana;
	font-size: 12px;
	color: #84002C;
	position: absolute;
	left: 615px;
	top: 262px;
}

div#content{
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* JOOMLA ones..
*/

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
   
}

table.contentpaneopen p{

	font-family: Verdana;
	font-size: 12px;
	
	
}

table.contentpaneopen address{

	font-family: Verdana;
	font-size: 12px;
	font-style:normal;
	
	
}


table.contentpaneopen h1{
	padding-top: 10px;	
	font-family: Verdana;
	font-size: 12px;
}


table.contentpaneopen h3{
	padding-top: 10px;	
	font-family: Verdana;
	font-size: 13px;
	color: #84002C;
	
}


table.contentpaneopen h2{
	padding-top: 10px;	
	font-family: Verdana;
	font-size: 14px;
	color: #84002C;
	
}


table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;

}


table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}


.inputbox {
	padding: 0px;
	border:solid 1px #AAA;
	background-color: #FFF;
	color:black;
	font-size: 9pt;
	
}

.componentheading {
	color: #666666;
	text-align: left;
	padding-top: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 25px;
	color:#620123;
	font-weight: bold;

	font-size: 20px;
	white-space: nowrap;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

#content_left{
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content_center{
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	vertical-align: top;
}
#content_right{
	text-align: right;
	vertical-align: bottom;
}


table.moduletable{
	width: 100%;
}

table.moduletable th{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: left;
	color:#3344BB;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: normal;
}
.mod_content_links_block{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

.mod_content_links_ul{
	list-style-image: url(../../../images/M_images/arrow.png);
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin: 3px;
}
.mod_content_links_title a:link {
	color: #333333;
}
.mod_content_links_title a:visited {
	color: #333333;
}



.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 9pt;
	font-weight: normal;
	color: #333;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

a.mainlevel:hover {
	color:#990000;
	text-decoration:underline;
}

a.mainlevel#active_menu {
	color:#000;
}

a.mainlevel#active_menu:hover {
	color:#FFCC66;
}

a.mainlevelExtra:link, a.mainlevelExtra:visited {
	display: block;
	vertical-align: middle;
	font-size: 6pt;
	font-weight: normal;
	color: #666;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-align: right;
	text-transform: uppercase;
}

a.mainlevelExtra:hover {
	color:#990000;
}

a.mainlevelExtra#active_menu {
	color:#000;
}

a.mainlevelExtra#active_menu:hover {
	color:#FFCC66;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 5px;
	vertical-align: middle;
	font-size: 10px;
	color:#FFFFCC;
	text-align: left;
	height: 15px;
	white-space: nowrap;
}

a.sublevel:hover {
	text-decoration:none;
	border-bottom:1px dotted #0728ED
}

a.sublevel#active_menu {
	color: #FFCC66;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

span.related_links{
	font-family:Verdana;
	font-size: 12px;
	color: #1B57B1;
}
