@charset "utf-8";
/* CSS Document */

html
{
  /*overflow: hidden;*/
}

a
{
	text-decoration:none;
}
input
{
	width:214px;
	height:20px;
	border:#94aa21 1px solid;
	font-size:12px;
	color:#838383;
	padding:3px;
}

#edit-submit
{
	width:70px;
	background-color:#729452;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:5px;
	height:30px;
	text-align:center;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.email_success
{
	text-align:right;
	color:#e4f19e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.email_error
{
	text-align:right;
	color:#bc343e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

textarea
{
	width:214px;
	height:65px;
	border:#94aa21 1px solid;
	font-size:12px;
	font-weight:normal;
	color:#838383;
	padding:3px;
}
.ele
{
	margin-top:5px;
	text-align:right;
}

#sendmail, #cancel
{
	width:70px;
	height:27px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:#d9e9c8 1px solid;
	background-color:#8da027;
}

label
{
	color:#999999;
	font-size:11px;
	font-weight:bold;	
	height:20px;	
	margin-top:10px;
}


form
{
	/*width:229px;*/
}
                         
body
{
 background:url(sites/all/themes/wyntl2010/images/bg.png) #dcdcdc repeat-x top left;

  margin: 0;
  padding: 0;
  line-height: 150%;
}


#wyn_name
{
	height:47px;
	width:auto;
	text-align:right;
	background:url(/images/itro_name.png) no-repeat top left;
	padding-top:10px;
	font-size:11px;
	font-weight:bold;
}
#wyn_mid
{
	height:269px;
}

#wyn_bot
{
	height:51px;
}
#wyn_bot_left
{
	float:left;
	width:250px;
	height:51px;
	margin:0px 0px 0px 0px;
}
#wyn_bot_right
{
	float:right;
	text-align:right;
	width:380px;
	color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin:18px 0px 0px 0px;
}


#wyn_left
{
	float:left;
	width:115px;
	height:114px;
	margin:15px 15px 0px 15px;
	background:url(/images/itro_logo.png) no-repeat top left;
}
#wyn_right
{
	float:right;
	text-align:right;
	height:auto;
	margin:77px 27px 0px 25px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

*
{
  font-size: 12px; 
  font-family:Arial, Helvetica, sans-serif;
  color: #444444;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#container
{
	margin: 0 auto;
	height: 100%;
	width: 929px;
}



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #FFFFFF; 
  background-color: #999999;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



/* === Language menu === */



#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #FFFFFF; 
  background-color: #999999;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}



/* === Other Divs === */
 


.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 146px;
  height: 232px;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 1px;
  height: 232px;
  background-image: url('images/vanero.gif');
}

.content
{
  /*height: 217px;*/
  /*overflow: auto;*/
  
  margin-left:35px;
  margin-right:20px;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #FFFFFF;
  background-color: #999999;
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;
  border-left: 5px solid rgb(211, 226, 195);

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

.main_content_col_left
{
	float:left;
	width:300px;
}

.main_content_col_right
{
	float:right;
	width:620px;
}
.top_header_n
{
	height:91px;
	margin:0 0 0 109px;
}
.hd_t_a
{
	float:left;
	width:359px;
	height:91px;
}

.hd_t_b
{
	float:right;
	width:425px;
	height:91px;
}

.sm_hd
{
	
}

.front_mid
{
	width:929px;
	height:345px;
	background:url(sites/all/themes/wyntl2010/images/front_bg_main.jpg) #ffffff top left no-repeat;
}

.mid_m
{
	width:929px;
	height:200px;
}

.mid_m_l
{
	width:180px;
	float:left;
	height:200px;
	margin-right:0px;
}

.mid_m_r
{
	width:745px;
	float:left;
	height:200px;
}

.mid_c
{
	width:929px;
}

.mid_c_l
{
	width:175px;
	float:left;
}

.mid_c_r
{
	width:575px;
	float:right;
	margin-right:174px;
	
}
.mid_img
{
	width:565px;
	float:left;
	height:200px;
	padding:0 0 0 10px;
	margin-right:5px;
	background-color:#c1cfb5;
}

.mid_img p
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.mid_c_title
{
	width:550px;
	float:left;
	text-align:left;
	height:57px;
	padding-left:25px;
	padding-top:0px;
	background:#FFFFFF url(sites/all/themes/wyntl2010/images/title_bg.gif) no-repeat top left;
	
}

.mid_c_title p
{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	
}

.mid_c_content
{
	width:565px;
	height:auto;
	float:left;
	padding:10px 0 0 10px;
	background-color:#ffffff;
}

.mid_c_footer
{
	width:565px;
	height:132px;
	float:left;
	padding:0 0 0 10px;
	background:url(/sites/all/themes/wyntl2010/images/footer_bg.gif);
}

.footer_bl
{
	width:auto;
	background:url(/sites/all/themes/wyntl2010/images/footer_bg.jpg);

}

.the_menu
{
	width:136px;
	float:right;
	margin-top:10px;
}

.highlighted
{
	color:#87a26e;
	font-size:14px;
	font-weight:bold;
}

.contact_block
{
	width:310px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	padding-right:10px;
	border-right:1px dotted #cccccc;
}

.con_r
{
	width:170px;
	float:right;
}

h2
{
	font-size:15px;
}

.sm_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #cccccc;
	text-align: right;
	margin-right: 180px;
	margin-top: 5px;
	
}

.sm_menu a 
{
	color: #999999;
}



