@charset "utf-8";
/* main css parts *******************************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}
html {
	background: url('../images/background.jpg') repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img {
	border: none;
}
a:link {
	color: #FFF;
	
}
a:visited {
	color: #CFC;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
}
.mda #container { 
	width: 80%;
	background: #d6d6d6 url('../images/contain_left.jpg') repeat-y;
	margin: 0 auto;
	text-align: left;
	z-index: 100;
}

/* header parts **************************************************************************************/
.mda #header {
	background: #00264b url('../images/header.jpg') no-repeat right;
	padding: 0px;
	margin: 0px;
	height: 120px;
	width: 100%;
	z-index: 101;
} 
.mda #header h1 {
	background: transparent url('../images/header.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	height: 120px;
	width: 100%;
	text-indent: -9999px;
}

/* sidebar parts **********************************************************************************/
.mda #sidebar {
	float: left;
	width: 190px;
	background: #d6d6d6 url('../images/contain_left.jpg') repeat-y;
	padding: 0;
	margin: 0;
}
.mda #sidebar  h3 {
	font-size: 16px;
	color: #030;
	border-top: 1px solid #030;
	margin: 0;
	padding: 0;
}
.mda #sidebar  p {
	font-size: 12px;
	padding: 5px;
}

/* menu parts **********************************************************************************/

.mda #menu {
	width: 170px;
	background: url('../images/menu_1.jpg') top no-repeat;
	padding-top: 44px;
	margin: 0 0 0 10px;
}

.mda #menubody {
	background: url('../images/menu_2.jpg') repeat-y;
	padding-left: 21px;
}

.mda #menubottom {
	height: 26px;
	background: url('../images/menu_4.jpg') bottom no-repeat;
}

.mda ul#menulist {
	width: 144px;
	list-style-type: none;
}

.mda ul#menulist li {
	height: 27px;
	background: url('../images/menu_3.gif') bottom repeat-x;
}

.mda ul#menulist a {
	width: 122px;
	height: 20px;
	border-left: #75c5de 8px solid;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0 0 10px;
	display: block !important;
	display: inline-block;
}

.mda ul#menulist a:hover {
	background: url('../images/menu_5.jpg') left repeat-y;
}

/* main content ***********************************************************************************************/
.mda #mainContent {
	background: #d6d6d6;
	margin: 0 0 0 190px;
	padding: 0 10px;
	border-left: 1px solid #000;
} 
.mda #mainContent a {
	color: #0066FF;
	text-decoration: underline;
}
.mda #mainContent a:hover {
	color: #FF3333;
	text-decoration: underline;
}
.mda  #mainContent h1{
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 10px 0px;
	color: #3A546D;
	font-size: 24px;
	font-variant: small-caps;
}
.mda #mainContent h2 {
	font-size: 18px;
	margin: 0;
	padding: 0px;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
}

.mda #mainContent h3 {
	color: #4B6278;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	margin: 0px 30px;
	display: block;
	background: #A8AFB7;
	font-variant: small-caps;
}
.mda  #mainContent p {
	padding: 5px;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
.mda  #mainContent li {
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.tblHeading  {
	font-weight: bold;
	font-size: 16px;
}
.tbl {
	width: 100%;
}
.mda #tblTab {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
}
.mda #tblTab td {
	border: 1px solid #000;
	margin: 0px;
	padding: 2px;
}

.mda p#center {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #00264B;
	line-height: 1.3em;
}

/* calapsible panel parts *********************************************************************************************/

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab, #red {
	font: bold 0.9em sans-serif;
	color: #FFF;
	background: #FF0000 url('../images/tab_closed.gif') no-repeat left 50%;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px 2px 2px 18px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.CollapsiblePanelTab {
	font: bold 0.9em sans-serif;
	color: #FFF;
	background: #00264B url('../images/tab_closed.gif') no-repeat left 50%;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px 2px 2px 18px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {

	margin: 10px 0;
	padding: 0px;
	line-height: 20px;
}
.CollapsiblePanelContent p {

	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelContent #tblCol  {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelContent #tblCol td {
	width: 20%;
	border: #00264b 1px solid;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	
}
.CollapsiblePanelContent #tbl1 {
	width: 50%;
}
.CollapsiblePanelContent #tbl2 {
	width: 25%;
}
.CollapsiblePanelContent #tbl3 {
	width: 25%;
}
.CollapsiblePanelContent .tblCol table {
	margin: 0;
	padding: 0;
	width: 500px;
}
.CollapsiblePanelContent .tblCol td {
	font-size: 11px;
	line-height: 18px;
	width: 250px;
	border: 1px solid #000;
	
}
.CollapsiblePanelContent  li a {
	font-size: 12px;
	list-style-type: none;
	list-style-image: url('../images/SpryMenuBarRight.gif');
	line-height: 20px;
}
.CollapsiblePanelContent  ul {
	list-style-type: none;
}
/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background: #75C5DE url('../images/tab_opened.gif') no-repeat left 50%;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #75C5DE;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #75C5DE;
}

/*.tblHeading {
	font-size: 12px;
	font-weight: bold;
}

 table parts here *******************************************************************************************
.mda table
 {
	margin: 0;
	padding: 0;
	width: 500px;
}
.mda table td {
	font-size: 11px;
	line-height: 18px;
	width: 250px;
	border: 1px solid #000;
	
}*/
/* serv link parts ********************************************************************************************
.mda #servLink {
	margin: 0px;
	padding: 0px;
}
.mda  #servLink ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px 20px;
	list-style-type: none;
	display: inline;
}
.mda #servLink li {
	display: inline;
	border-right: 2px solid #003;
	padding: 0 5px 0 5px;
	margin: 0px;
}

.mda #servLink a {
	color: #3A546D;
}
p.directFrom {
	border-bottom: 1px dotted #930;
	font-weight: bold;
	color: #903;
}
*/
/* breadcrumb parts *********************************************************************************
#breadcrumb {
	font-size: 11px;
	line-height: 24px;
}
.breadcrumb {
	background-color: #00264B;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #0099FF;
}*/
/*.mda #watermark {
	position: absolute;
	background: url(../images/smallmaze.jpg) top left;
	width: 200px;
	height: 200px;
	top: 0px;
	left: 0px;
	z-index: 0;
}*/
/* footer parts *******************************************************************************************************/
.mda #footer {
	background: url('../images/background.jpg') repeat;
	height: 60px;
	width: 100%;
	padding: 0px;
	margin: 0px;
} 
.mda #footer p {
	background: url('../images/footer.gif') no-repeat;
	height: 60px;
	width: 100%;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}