/* CSS Document */

html, body
{
   height: 100%;
   margin: 0;
   padding: 0;
   
}

body 
	{
	
	line-height: 1.5em;
	background: #EAEAEA repeat-x; /* url(images/bg-content.gif) */
	font: normal 86%  Helvetica, Verdana, Arial, sans-serif;
	width:100%;
	  color: #302c2c;

	}


#container
	{
   height: 100%;
   min-height: 100%;
   width: 100%;

	}
 
p#footer
	{
  	 margin: -35px 0 0 0;
 	 border-top: 2px solid #404255;
	width:100%;
	background: #660C31;
	height:50px;

	}


#padding { padding: 0 0 45px 0; }


	
/*---------------TOPYOGRAHPHY*/
h1
      {
       
	    font: normal 35px times, Times New Roman, georgia, serif;
	    line-height: 35px;
		background: inherit;
		color: #75110c;
		margin: 10px;
		padding:5px;
      }
 
 h2, h3, h4, h5
      {
       
	   font-family:Georgia,serif;
		color:#3c3d4e;
		font-variant: small-caps;
		text-transform: none;
		font-weight: 100;
		margin-bottom: 0;
		margin-left: 10px;
		padding:5px;


      }   
p
      {
  
	text-align: left;	
	letter-spacing:.05em;
	line-height: 1.5em;
	background: transparent;
	margin-left:10px;
      }
	  
.bold-letter
	 {
	font-weight:bold;
	}
	
.textItalic {

	padding:0 0.271em;
	font: italic 1.25em 'palatino linotype','times new roman',serif;
	}



/* FOOTER STYLE ---------------------*/
p#footer
      {
       margin: -35px 0 0 0;
       clear:both;
		color: #ead0e3;	     
      }
	  
p#footer span 
		{
		color: #ead0e3;
		padding: 5px;
		font-size: 11px;
		  }
	  
p#footer span a 
		{
		
		padding: 3px;
		color: #ead0e3;
		
		  }
	  

p#footer span a:visited
	 {
	color:#ead0e3;
	text-decoration:none;
	background: transparent;
	}


p#footer span a:hover 
	{
	color:#000;
	background:#ead0e3;
	text-decoration: none;
	}

p#footer span a:active 
	{
	color:#d8d3de;
	background: transparent;
	text-decoration: none;
	}
	
p#footer span a:active, a:focus 
	{ 
	outline-style: none;
	 } 
	 

/*----------TOP MENU*/
.bg-top {
		background: #660C31;
		height:56px;
		width:100%;
		color: inherit;
		border-bottom: 5px solid #404255;
	}


#menu
	{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	height:50px;
	float:right;

	}



#menu li
	{
	display:block;
	float:left;
	
	}
	
#menu li a
	{
	font: bold 14px Georgia, "Times New Roman", serif;
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:16px 20px 0 20px;
	height:34px;
	}
	
#menu li a:hover
	{
	background:#765F63;
	color: #ffffff;

	}

#menu li#current
	{
	background:#765F63;
	color: #fff;

}
/*-----------------COLUMNS--*/	

.right 
	{ 
	float: left;  
	margin: 10px;
	width: 600px; 
	text-align:left
	 } 

.left
	 { 
	float: left; 
	width: 250px; 
	padding:10px;

	}

.content 
	{
	width:900px;
	margin:0px auto;
	text-align: center;
	}

/*-------------LEFT SIDE MENU*/	
.left a 
	{
	display: block;
	border-bottom: 1px solid #e8e6f6;
	margin:5px;
	padding: 5px;
	text-decoration: none;
	text-align:right;
	color:#333;
		
	}
.left a:hover
	 {
	display: block;

	margin:5px;
	padding: 5px;
	background: #fff;
	color: #171a1b;
	text-decoration: none;
	}
.left a#current
	 {
	display: block;
	border-bottom: 1px solid #e2e2e2;
	margin:5px;
	padding: 5px;
	background: inherit;
	color: #660C31;
	text-decoration: none;
	font-weight: bold;
	}
/*------------ MIS */
img
	 {
	border: 0;
	}
	
.floatleft{
	margin-left:180px;
	}
.right img
	 {
	border: 3px double #bc8684;
	}	

.clearFloat {
	clear:both;
	}

.borderNone {
	border: 0;
	}
/*--------------------- TAB */
#basic-accordian{

	padding:5px;
	width:500px;
	
	
}

.accordion_headings{
	padding:5px;
	background:#eacee6;
	color:#6e7c7e;

	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}

.accordion_headings:hover{
		
		background:#75110c;
	color:#e7eadf;
}

.accordion_child{
	padding:15px;
	background:#c693a2;
	width: 500px;
	border-bottom:1px solid #666;
	
}

.header_highlight{
	background:#c693a2;
	color: #523f53;
	
}

.tab_container *{
	float:left;
	width:220px;
}


/* LINKS
--------------------------------------------------------------------------------------- */	
.global a:link {
	color:#75110c;
	text-decoration: underline;
	background: transparent;
	
	}

.global a:visited {
	color:#767778;
	text-decoration:none;
	background: transparent;
	}


.global a:hover {
	color:#000;
	background:#ead0d6;
	text-decoration: none;
	}

.global a:active {
	color:#6c585d;
	background: transparent;
	text-decoration: none;
	}
	
.global a:active, a:focus { 
	outline-style: none;
	 } 

/*BLOCKQUOTE STYLE 
-------------------------------------------*/
blockquote {
	 font-family: "palatino linotype", palatino, serif;
		font-size: 14px;
		font-style: italic;
        color: #1a1818;
		letter-spacing:0.1em;
		line-height: 22px;
}

/*BLOCKQUOTE STYLE 
-------------------------------------------*/
input {
	 font-family: "palatino linotype", palatino, serif;
		font-size: 14px;
		font-style: italic;
		background:#ffffff;
        color: #1a1818;
		letter-spacing:0.1em;
		line-height: 22px;
}		