p, span {
    font-size: 12px;
    line-height:14px;
}
#menu, #sidebar {
    display:none;
}
a img{
    border:none;
}
#content h2 {
    font-size:16px;
    line-height:18px;
}

* {
	margin: 0;
	padding: 0;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
img {
	border:0;
	vertical-align:middle;
}
fieldset {
	border:none;
}
ul li {
	list-style:none;
}

a.edit {
    color: black;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
html {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	height:100%;
}
#wrapper {
	overflow:hidden;
}
#main {
	float:right;
	width:610px;
}
#sidebar {
	float:left;
	width:165px;
	background:#fff url(../images/bg_sidebar.png) no-repeat left bottom;
	height:510px;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:145px;
	position:relative;
}
#menu {
	position:absolute;
	top:100px;
	left:0;
}
.menu li{
	float:left;
	margin-right:4px;
	position:relative;
	
}
.menu li a{
	font-weight:bold;
	display:block;
	background:url(../images/bg_menu.png) no-repeat left top;
	width:110px;
	padding:5.5px 0 0 8px;
	height:21px;
	font-size:11.5px;
    text-transform:capitalize;
}
.menu li a:hover {
	background:url(../images/bg_menu_hover.png) no-repeat left top;
	text-decoration:none;
}

.menu ul {
 position: absolute;
 left: 0px;
 width: 240px;
 background-color:#b12569;
display:none;
 margin-top:4px;
}
.menu ul li {
	 float: none;
	 margin: 0;
	 border-top:1px solid #d91c5d;
	 font-size:11px;
}
.menu ul li.first {
	border-top:none;
}
.menu  ul li a{
	background:none;
	width:auto;
	height:auto;
	padding:5px 8px;
}
.menu ul li span a {
	padding:3px 8px 2px;
	font-weight:normal;
}
.menu ul li a:hover{
	background:#d91c5d;
}
.menu li a:hover, .menu li a.highlighted:hover, .menu li a:focus {
 color: #FFF;
 background:url(../images/bg_menu_hover.png) no-repeat left top;
}
.menu li a.highlighted {
 color: #FFF;
 background:url(../images/bg_menu_hover.png) no-repeat left top;
}
.menu a {
 float: left;
}
.menu ul a {
 float: none;
}

.menu a {
 float: none;
}


*:first-child+html .menu ul li {
 float: left;
 width: 100%;
}

* html .menu ul li {
 float: left;
 height: 1%;
}
* html .menu ul a {
 height: 1%;
}
/* *************************** 
   $4 News Styles
   ***************************/
#news{
	font-size:13px;
	overflow:hidden;
	width:605px;
}
#news h2 {
	font-size:15px;
	margin-top:6px;
	margin-bottom:4px;
}
#news_left{
	float:left;
	width:230px;
	background-color:#d91c5d;
	height:340px;
	padding:5px;
	}
#news_left .textbox{
	height:100px;
	padding-bottom:13px;
}
#news_list{
	margin-bottom:5px;
	border-top:1px solid #a70e13;
}
#news_list h2{
	margin-top:0px;
}
#news_list li{
	border-bottom:1px solid #a70e13;
	padding:8px 0;
}
	#news_right{
	float:right;
	}
/* *************************** 
   $5 content Styles
   ***************************/
 #content{
	color:#4b4b4b;
	margin-bottom:25px;
	
   }
   #content p{
	margin-bottom:20px;
	font-size:13px;
	padding-right:20px;
   }
   #content a{
    color:#B12569;
    cursor:pointer;
   }
  #content h2{
	font-size:18px;
	margin-bottom:8px;
  }
  .box{
	background-color:#fff;
	overflow:hidden;
	width:100%;
  }
  .box .img_left{
	margin-right:10px;
	float:left;
  }
   .boxtext{
	font-size:11px;
	width:280px;
	float:left;
	padding-top:10px;
  }
/* *************************** 
   $6 Sidebar Styles
   ***************************/
#side_menu{
	margin-bottom:15px;
}
#side_menu,#flag{
	padding-left:10px;
}
#side_menu li a{
	display:block;
	background:url(../images/bg_side_menu.png) no-repeat left top;
	width:72px;
	height:26px;
	padding:5.5px 0 0 7px;
	font-weight:bold;
	font-size:11.5px;
	text-transform:capitalize;
}
#side_menu li a:hover {
	background:url(../images/bg_side_menu_hover.png) no-repeat left top;
	text-decoration:none;
}
#flag a{
	width:34px;
	height:23px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:5px;
}
a.spanish{
	background:url(../images/flag_spanish.png) no-repeat;
}
a.french{
	background:url(../images/flag_freanch.png) no-repeat;
}
/* *************************** 
   $7 Footer Styles
   ***************************/
#footer {
	color:#77787b;
	border-top:1px solid #8e8e8e;
	padding-top:5px;
	margin-top:12px;
}
#footer span{
	font-size:11px;
}
#footer span.cohosts{
	margin-right:204px;
}
#footer span.partners{
	margin-right:200px;
}
#bottom_logos{
	margin-top:10px;
}
#bottom_logos a{
	margin-right:24px;
}
