﻿/**** STANDARD TABLE and MARGIN STYLES ****/

body {
	margin: 0; 
	background: #EAEBE6 url('images/background_new.jpg') repeat-x 50% 0;	
	border-spacing: 0;
}

table {
	padding: 0;	
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 0;
	vertical-align: top;
	font-family: arial;
	font-size: 14px;
}

p, h1, h2, h3, h4 {
	
	padding: 0;
	margin: 0;
} 

.style4 {
	text-align: center !important;
}
.style5 {
	text-align: right !important;
}


a {
    outline: none;
}

li {
	text-decoration: none;
	list-style: none;
	line-height: 36px;
	font-size: 16px;
}

li a {
	color: #94968b;
	text-decoration: none;
	text-transform:capitalize;
	
	
}

a {
    outline: none;
}

#menu li {
	text-decoration: none;
	list-style: none;
	line-height: 36px;
	font-size: 13px;
	display:inline;
	width: 24%;
}

#menu td a {
	color: #94968b;
	text-decoration: none;
	text-transform:capitalize;	
}


ul {
	margin: 0;
	margin-left: 32px;
	margin-top: 16px;
}

h4 {
	color: #b1b3a7;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight:normal;
}

h3 {
	color: #40403b;
}

/********** WEBSITE HTML STRUCTURE *********/

/* WRAPPER is the browser screen  
   from margin to margin  */ 

.wrapper {
	width: 100%;


}

/* SHELL controls the width 
   of the website  *************************/ 
   
.shell {

	width: 988px;

}

/* HEADER controls the top
   row inside the shell  *******************/ 

.header {
	height: 86px;
	width: 100%;

}

/* BODY controls the middle
   row inside the shell  *******************/ 

.body {
	width: 988px;
}

.daughter_header {
	background: url('images/dheader.jpg');
	background-repeat: no-repeat;
	height: 32px;	
	

}

.daughter_body {
	background: #ffffff	 url('images/D_body.jpg');
	background-repeat:no-repeat;
	
}

.daughter_footer {
	background: #ffffff;
	background-repeat: no-repeat;		
	padding: 20px;

}

.daughter_footer td {
	line-height: 36px;
}

.bdbody {
	background: #ffffff;


}
.style3 {
	color: #E7E8E3;
}


.d_left_col {
	width: 232px;
}

.d_right_col {
	
}

.mainimage {
	
	width: 266px;
}

.content {
	padding: 50px;
	padding-left: 0;

}

.content td {
	
	line-height: 36px;
}

.bottom_content td {
	padding-left: 10px;
	padding-right: 10px;
	width: 33%;
	color: #6a6b63;
	line-height: 30px;
	
}

.col_one {
	height: 443px;
	width: 174px;
	background: #ffffff;
	background-repeat: no-repeat;	

}

.col_two {
	
	width: 816px;
	background-repeat: no-repeat;
	padding-top: 3px;
}


/* BODY controls the bottom
   row inside the shell  *******************/ 

.footer a {

	color: #797A75;

}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	
}

/**************************** FORM STYLES ********************************/

.FormText {
	font-size: 14px;
	color: #000000;
}

.FormText {
	padding-bottom: 18px;
}

.myinputstyle {
	border: 1px solid #797A75;
	/** remember to change image path **/
	background: url("images/button.png") repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
	padding: 3px; 
}

.mybuttonstyle {
	border: 0px solid #797A75;
	/** remember to change image path **/
	background: url("images/submit.png") repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 5px;	
	padding: 4px; 
	cursor:pointer;
	width: 130px;
	height: 35px;
}

#menu {
	
	width: 100%;	
}

/**************** MENU STYLES **************/

/*** CONTENT STYLES - WITHIN BODY CLASS ****/

