﻿/* Corporate Alliance Style Sheets
-main sheet. 
*/

html, body {
  margin: 0;
  padding: 0;
  background-color: #AAACAF;
  text-align: center;
}

a img {
  border: 0;
}

a span { 
	display:none; 
}

.invisible {
	display:none;
}

ul { padding:0; margin:0 0 15px 25px; }

#wrapper {
   width: 950px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background-color: #ffffff;
   font-family:  arial, verdana, tahoma, sans;
   
}

#head {
   font-family: georgia, times new roman, serif;
   font-size: 11px;
   width: 950px;
   height: 41px;
}

#menu_wrap {
  height: 41px;
  width: 950px;
  text-align: right;
}

#menu a:link, #menu a:visited {
  text-decoration: none;
  color: #7E8083;
}

#menu a:hover {
  text-decoration: none;
  color: #5F6062;  
}

.menu_border_right a{
    padding-top: 9px;
    padding-right: 19px;
    padding-bottom: 9px;
    padding-left: 20px;
	border-right: 1px solid #ccc;
    float: right;
}

#menu_right a{
    padding: 9px 19px 9px 20px;
    float: right;
}



/* banner/ main menu section */

#main_menu {
  width: 950px;
  height: 310px;
}
  
#banner {
  width: 710px;
  height: 310px;
  position:relative;
  background-color:#f1f1f1; 
}  

#main_menu_btn_wrap{
  width: 237px;
  height: 310px;
  float: right; 
}  


/*Begin Main Content Section */
#main {
  width: 900px;
  padding: 28px 25px;
  background: #fff;

}

#title { 
  height: 84px;
  width: 338px;
  margin-bottom: 16px;
}


#side_menu {
 font-size: 14px;
 float: right;
 position:relative;
 top: 65px;
}

#foot_link {
 font-size: 11px;
 float: right;
}

#content {
 clear: both;
 width: 900px;
 color: #9FA1A4;
 font-family: arial, verdana, tahoma, sans;
 font-size: 11pt; 
 background: #fff;
 padding-top: 10px;
 }
  
	#column1 {
	  width: 430px; 
	  margin-right: 20px;
	  margin-bottom: 30px;
	  float: left;
	  text-align: justify
	} 
	 
	#column2 {
	  width: 437px; 
	  float: right;
	  margin-bottom: 10px;
	  text-align:justify
	}
	

.red {
color: #e31b23;
font-weight: bold	
}

.blue {
color: #0091c8;
font-weight: bold
}

.orange {
color: #f8981d;
font-weight:bold
}

.green {
color: #7bc143;
font-weight:bold
}

.gray {
color: #80a1b6;
font-weight:bold
}

.testimonial { width:50%; float:left; padding:10px 0 0 0; }
.testimonial img { float:left; margin:0 0 5px 0; }
.testimonial p.t-quote { margin:0 10px 18px 141px; font:16px/21px Georgia, "Times New Roman", Times, serif; }
.testimonial p.t-credit { margin:0 0 10px 141px; }

/*Footer Section*/

#footer {
  clear: both;
  width: 950px;
}


