body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}	

#alert{
	font-size: 12px;
	background-color: #FFC;
	padding: 20px;
	text-align: center;
}
#header-container{
	width: 760px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#header{
	}
#header-logo{
	float: left;
	width: 160px;
	height: 100px;
	}
#imageLogo{
	background-image: url(/images/ilac_b.gif);
	background-repeat: no-repeat;	
}	
#header-banner{
	float: left;
	width: 600px;
	height: 100px;

}

/*#header-menu{
	margin-top: 10px;
	}

#header-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;

}

#header-menu li {
	float:left;
	padding:0px;
}

#header-menu li a{
	width: 126px;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 10px;
	line-height: 25px;
}

#header-menu li ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;

}

#header-menu li ul li{
	display: list-item;
}*/
.clear-all{
	clear: both;	
}
.center_text{
	text-align: center;	
}


#header-menu{
	font-size:12px;
	font-weight:bold;
	padding: 0px;
	float: left;
	width: 758px;
	border: 1px solid #CCCCCC;
	position: relative;
	background-image: url(/images/menu/menu_bg.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	}
#header-menu ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#header-menu li{
	float:left;
	padding:0px;
	background-image: none;
	margin: 0px;
		}
		

				
#header-menu li a{
	color:#333;
	display:block;
	font-weight:bold;
	line-height:35px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	background-image: url(/images/menu/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 33px;
	}
#header-menu li a.last{
		background-image: none;
	}	
	
#header-menu li a:hover{
	color: #900;
	background-image: url(/images/menu/menu_hover_bg.gif);
	background-repeat: repeat-x;
	}

#header-menu li:hover a{
	color: #900;
	background-image: url(/images/menu/menu_hover_bg.gif);
	background-repeat: repeat-x;
}
#header-menu li ul{
	position:absolute;
	width:225px;
	border: 1px solid #CCCCCC;
	background-color: #ECEEED;
	background-image: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: none;
		}
#header-menu li:hover ul{
	display:block;
		
		
		}
#header-menu li li {
	display:block;
	float:none;
	width:250px;
	margin: 0px;
	padding: 0px;
	background-image: none;	
		}
#header-menu li:hover li a{
	color: #666;
	background: none;

		}
#header-menu li ul a{
	display:block;
	font-size:11px;
	font-style:normal;
	margin:0px;
	text-align:left;
	font-weight: normal;
	color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: normal;
	}
	
#header-menu li ul a:hover{
	border:0px;
	color:#900;
	text-decoration:underline;
	background:none;
	}
	
#header-menu li ul li:hover a{
	border:0px;
	color:#900;
	text-decoration:underline;
	background:none;
	}
	
			
#header-menu p{
	margin: 0px;
	padding: 0px;
	}	
#central-content{
	width: 400px;
	margin-top: 10px;
}
	
.container{
	float: left;
	width: 182px;
	height: 175px;
	background-image: url(/images/main_page/bg_box.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}

.container-tittle{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

.container-tittle a{
	color: #333;
	text-decoration: none;
}

.container-tittle a:hover{
	text-decoration: none;

}
.container-img{
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 5px;
}
.container-text{
	font-size: 10px;
	text-align: center;
}

.container-text a{
	text-decoration: none;
	color: #666;
}

.container-text  a:hover{
	text-decoration: none;
	color: #900;
}


.containerW{
	float: left;
	width: 373px;
	height: 150px;
	background-image: url(/images/main_page/bg_box.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}

.containerW-tittle{
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	color: #333;
	padding-bottom: 10px;
	text-align: center;
}

.containerW-tittle a{
	color: #333;
	text-decoration: none;
}

.containerW-img{
	margin-left: 2px;
	margin-right: 2px;
	float: left;
	width: 188px;
}
.containerW-text{
	font-size: 10px;	/*filter:alpha(opacity=90);
	opacity: 0.9;
	zoom: 1;*/
	margin-top: 5px;
	float: left;
	width: 130px;
	padding-left: 45px;
}

.containerW-text a{
	text-decoration: none;
	color: #333;
}

.containerW-text  a:hover{
	text-decoration: none;
	color: #900;
}

.container-button{
	width: 147px;
	height: 163px;
	background-image: url(/images/buttons/content_buttons.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 10px;
}

.container-button-tittle{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.container-button-tittle a{
	color: #039;
	text-decoration: none;
}
.container-button-img{
	margin-left: 2px;
	margin-right: 2px;
}
.container-button-text{
	font-size: 10px;
	text-align: center;	/*filter:alpha(opacity=90);
	opacity: 0.9;
	zoom: 1;*/
	margin-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}

.container-button-text a{
	text-decoration: none;
	color: #666;
}

.container-button-text  a:hover{
	text-decoration: none;
	color: #900;
}
.contentFloatedColRight{
	float: right;
	width: 167px;
	text-align: center;
	clear: left;
}

ul{
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

ul li{
	background-image: url(/images/icons/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
	margin-top: 8px;
}
a.darkBlueLinks {
color:#000066;
}

.bgBlueWhiteTxt {
background-color:#616E90;
color:#FFFFFF;
padding:5px;
}



a.bgBlueWhiteTxt:hover {
text-decoration:none;
color:#FFFFFF;

}





img.flags {
border:#000000 solid 1px;
}


img.schools {
border:#D4D4D4 solid 1px;
}

.leftnav {
	padding-left: 5px;
	font-size: 10px;
}
.leftnav A {
	text-decoration: none;
	color: #666666;

}
.leftnav A:hover {
	text-decoration: none;
	color: #293075;
}

.leftnavBold A {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.leftnavBold A:hover {
	text-decoration: none;
	color: #293075;
}

.leftnav-tittle {
	background-color: #0A1C31;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftnav-tittle h1{
	color: #FFF;
	font-size: 12px;
	margin: 0px;
}

.leftnavActive {
	text-decoration: none;
	padding-left: 15px;
	color: #990000;
	background-color: #D6DEEB	;
}


.leftnavsection {
	text-decoration: none;
	font-weight: bold;
}

.leftnavsection A {
	text-decoration: none;
	color: #666666;

}
.leftnavsection A:hover {
	text-decoration: none;
	color: #666666;
}

A{
	color: #06C;
	text-decoration: underline;
}

A:hover{
	color: #990000;
	text-decoration: underline;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.top_nav{
	FONT-SIZE: 10px;
	font-weight: bold;
}
.top_nav A {
	/*COLOR: #666666; */
	TEXT-DECORATION: none;
	/*border-left: #666666 1px solid;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;*/
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	font-weight: bold;

}

.top_nav A.first {
	border-left-width: 0px;
}

.top_nav A:hover {
	COLOR: #325182
}

.tab {
	border: 1px solid #b2b2b2;
}
.ttb {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
}
.title {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.tbb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2B2B2;
}
.r_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 0px;
	margin-left: 0px;
}
.r_tableText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.trb {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B2B2;
}

.sp_link {
	color: #666666;
	text-decoration: underline;
}
.sp_link A{
	color: #990000;
	text-decoration: underline;
}

.sp_link A:hover{
	color: #990000;
	text-decoration: underline;
}

.sec_title {
	padding-left: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2B2B2;
	font-size: 9px;
	font-weight: bold;
	background-color: #EBEBEB;
	height: 25px;
	vertical-align: middle;
}
.sec_title A{
	font-weight: normal;
	text-decoration: underline;
	color: #666;
}

.sec_title A:hover{
	color: #CC3300;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00448b;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
h2 {
	font-size: 14px;
	color: #B60800;
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}


h3 {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.button_text {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 3px;
}
.bg_nav {
	vertical-align: middle;
	height: 43px;
	background-image: url(http://ilac.com/images/top1_2x1.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.bg_nav A {
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}

.bg_nav A.first {
	border-left-width: 0px;
}
.bg_nav A:hover {
	color: #B4E9F3;
}
.submenu {
	font-size: 9px;
	padding-left: 5px;
	color: #999999;
}

.submenu A{
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.small A{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 2px;
	color: #003366;


}

.style5 {font-size: 14px}


.small A.first {
	border-right-width: 0px;
}

.small A:hover {
	COLOR: #999999
}
.right {
	padding-left: 3px;
}
.quickselect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.ul_padding {
margin-top:0px;

}


.ul_padding_both {
margin-top:0px;
margin-bottom:0px;

}


.ul_spaceing {
padding:2px;
}

#marquee {
	float:right; 
	width:150px; 
	padding:4px; 
	border:1px solid black; 
	font-size:10px; 
	color:#333333; 
	margin:10px; 
	background-color:#F5F5F5;
}

#preDegreeTable {
	border: 1px solid #999999;
	background-color:#EBEBEB;
	
}


.style1 {
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
.style2 a:hover {
color:#FFFFFF;
text-decoration:none;
}
.style3 {font-size: 9px}

.style4 {color: #FF0000}

.style5 {
	font-size: 8px;
	font-weight: bold;
}

.footer {
width:755px;
position:absolute;
left: 50%;
margin-left: -377.5px;
}

.footer a {
padding:3px;
}


a.unikronStamp {
font-family:Arial, Helvetica; font-size:9px; color:#c0c0c0;
text-decoration:none;
}

a.unikronStamp:hover {
text-decoration:none;
color:#c0c0c0;
}
.br_1px {
font-size:1px;
}
.br_4px {
font-size:4px;
}
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00448b;
	font-weight: regular;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00448b;
	font-weight: bold;
}
.leftnav_ko {
	text-decoration: none;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

.gold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ce9d4e;
	font-weight: regular;
}
.silver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8b8d90;
	font-weight: regular;
}
.bronze {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6f4204;
	font-weight: regular;
}
.title23 {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}

/*Menu Styles*/
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menuTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
}

.borde3d {
	color:#273040;
	background: #EAEDEF;
	border: 0;
	border-top: solid 1px white;
	border-left:solid 1px white;
	border-bottom: solid 1px #A9B2BB;
	border-right:solid 1px #A9B2BB;
	padding: 3px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:top;
}

.borde3d a, .borde3d a:link, .borde3d a:visited{
	font-weight: normal;
	text-decoration: none;	
}
#gallery{
	width: 100%;	
}

#gallery li{
	width:150px;
	border:1px solid #CCC;
	text-align:center;
	float:left;
	display:inline;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFF;
	background-image: none;
	height: 130px;


}
#gallery  a  {
	text-decoration: none;
	margin-top: 20px;
	font-weight: normal;
	font-size: 10px;


}
#gallery a:hover  {
	color:#900;
	text-decoration: none;
/**/
} 

#gallery-testimonials{
	width: 100%;	
}

#gallery-testimonials h3{
  color: #484848;
    font-family: georgia,serif;
    font-style: italic;
    font-weight: normal;
	 font-size: 18px;
    line-height: 1em;
}
#gallery-testimonials ul{
	margin: 0px;
	padding: 0px;
}
#gallery-testimonials li{
	width:120px;
	border:1px solid #CCC;
	text-align:center;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFF;
	background-image: none;
	height: 110px;
}
#gallery-testimonials  a  {
	text-decoration: none;
	margin-top: 20px;
	font-weight: normal;


}
#gallery-testimonials a:hover  {
	color:#900;
	text-decoration: none;
/**/
} 

#gallery-testimonials .new  {
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #900;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	opacity: 0.75;
	vertical-align: top;
	position: absolute;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
/**/
} 


.video-gallery{
	width: 100%;	
}

.video-gallery h3{
	color: #036;
	font-weight: normal;
	font-size: 18px;
	margin: 10px;
}

.video-gallery a.more {
	background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #000000;
	cursor: pointer;
	height: 2.0833em;
	overflow: visible;
	padding: 0 0.5em;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}
.video-gallery ul{
	margin: 0px;
	padding: 0px;
}
.video-gallery li{
	width:120px;
	border:1px solid #CCC;
	text-align:center;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFF;
	background-image: none;
	height: 120px;
}
.video-gallery  a  {
	text-decoration: none;
	margin-top: 20px;
	font-weight: normal;


}
.video-gallery a:hover  {
	color:#900;
	text-decoration: none;
/**/
} 

.video-gallery .new  {
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #900;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	opacity: 0.75;
	vertical-align: top;
	position: absolute;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
/**/
} 
#gallery_staff{
	width: 587px;
	float: left;

}
#gallery_staff .wrapper{
	float: left;
	margin-right: 10px;

}


#gallery_staff li{
	width:90px;
	border:1px solid #CCC;
	text-align:center;
	float:left;
	background-color: #FFF;
	background-image: none;
	height: 140px;
	padding: 2px;
	display: inline;
	margin: 8px;
}
#gallery_staff  a  {
	text-decoration: none;
	margin-top: 20px;
	font-weight: normal;


}



#gallery_staff .new  {
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #900;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	opacity: 0.75;
	vertical-align: top;
	position: absolute;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
/**/
} 
.gallery-awards{
	width: 100%;	
}

.gallery-awards ul{
	margin: 0;
	padding: 0;
}


.gallery-awards li{
	width:293px;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-color: #FFF;
	background-image: none;
	padding-left: 0px;
	text-align: center;
}
.gallery-awards ul li p{
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;

}
.gallery-awards  a  {
	text-decoration: none;
	margin-top: 20px;
	font-weight: normal;


}
.gallery-awards a:hover  {
	color:#900;
	text-decoration: none;
/**/
} 

.gallery-awards span {
	padding-left: 20px;


}
#offices-table li{
	width:110px;
	border:1px solid #CCC;
	text-align:center;
	float:left;
	background-color: #FFF;
	background-image: none;
	height: 155px;
	padding: 3px;
	display: inline;
	margin: 0px;


}
#offices-table a{
	text-decoration: none;
}


.table_prices {
	width: 570px;
	padding: 0;
	margin: 0;
	background: #fff;	
}



.table_prices th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-align: center;
	background: #D9EBF7;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}


.table_prices td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: center;
}

.table_prices td.left {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: left;
}

.table_prices tr.alt {
	background: #F5FAFA;
	color: #797268;
}

.table_prices ul{
	list-style-type: disc;
	text-align: left;
	padding-left: 2px;
	margin-left: 2px;
	list-style-image: none;
}

.table_prices ul li{
	margin-top: 5px;
	background-image: none;
}


.calendar {
	width: 141px;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

.calendar caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

.calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
}

.calendar td.month  {
	color: #F6F4DA;
	font-weight: bold;
	background-color: #CCC;
}


.calendar td.mainSD  {
	color: #F6F4DA;
	font-weight: bold;
	background-color: #036;
}

.calendar td.altSD  {
	color: #F6F4DA;
	font-weight: bold;
	background-color: #5E9B9F;
}

.calendar td.holidaysCanSD  {
	color: #F6F4DA;
	font-weight: bold;
	background-image: url(../images/start_date/holidaysCan.gif);
	background-repeat: no-repeat;
}

.calendar td.toSD  {
	color: #333;
	font-weight: bold;
	background-image: url(../images/start_date/holidaysTo.gif);
}

.calendar td.vaSD  {
	color: #333;
	font-weight: bold;
	background-image: url(../images/start_date/holidaysVa.gif);
}

.calendar_list ul {
	list-style-type: disc;
	text-align: left;
	padding-left: 10px;
	margin-left: 5px;
	list-style-image: none;
}

.calendar_list ul li{
	margin-top: 5px;
	background-image: none;
}
.calendarExp {

	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background-color: #fff;
}


.calendarExp td {
}


.calendarExp td.mainSD  {
	/*padding: 0px;*/
	width: 20px;
	color: #F6F4DA;
	font-weight: bold;
	background-color: #036;
}

.calendarExp td.altSD  {
	width: 20px;
	color: #F6F4DA;
	font-weight: bold;
	background-color: #5E9B9F;
}

.calendarExp td.holidaysCanSD  {
	width: 20px;
	color: #F6F4DA;
	font-weight: bold;
	background-image: url(../images/start_date/holidaysCan.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.calendarExp td.toSD  {
	width: 20px;
	color: #333;
	font-weight: bold;
	background-image: url(../images/start_date/holidaysTo.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;

}

.calendarExp td.vaSD  {
	width: 20px;
	color: #333;
	font-weight: bold;
	background-image: url(../images/start_date/holidaysVa.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.table_gen {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}



.table_gen th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-transform: uppercase;
	text-align: center;
	background: #D9EBF7;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}


.table_gen td {
	color: #4f6b72;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C1DAD7;
	border-left-color: #C1DAD7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1DAD7;
}

.table_gen tr.alt {
	background: #F5FAFA;
	color: #797268;
}

.table_gen ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.table_gen ul li{
	padding-top: 10px;
	background-image: none;
}

.imageborder {
	padding: 2px;
	border: 1px solid #CCC;
	text-decoration: none;
	
}

.imageborder a{
	text-decoration: none;
	
}

#right-tools-wrap{
	width: 160px;
	float: right;
}
#right-tools{
	margin-top: 20px;
	background-image: url(/images/right_bar/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;

}

#right-tools .tool{
	width: 160px;
	float: left;
	min-height:35px;
	width: 140px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#right-tools .tool .img{
	float: left;
	width: 20px;
	text-align: center;
}

#right-tools .tool .content{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 110px;
}

#right-tools .content-more{

	padding-right: 5px;
	padding-left: 5px;
}

#right-tools .content-more a{
	color: #333;
	text-decoration: none;
}

#right-tools .content-more a:hover{
	color: #069;
}

#right-tools .center{
	text-align: center;
}
#right-tools .tool .tittle {
	font-weight: bold;
	color: #06C;
}

#right-tools .tool .tittle a{
	text-decoration: none;
}

#right-tools .tool .text{
	display: block;
}

#right-tools .tool .text a{
	color: #333;
	text-decoration: none;
}

#right-tools .tool .text a:hover{
	color: #069;
}
#right-tools .tool .small-text{
	color: #333;
	font-size: 10px;
}

#right-tools .tool .small-text a{
	color: #333;
	text-decoration: none;

}

#right-tools .tool .small-text a:hover{
	color: #069;
}

.right-menu-button{
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/images/main_page/bg_box.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	
}

.right-menu-button  a{
	text-decoration: none;
	border: none;
	}
	
.left-box{
	float: left;
	
}

#gallery-eup{
	width: 100%;	
}


#gallery-eup ul{
	width: 100%;
	float: left;

}


#gallery-eup li{
	width:110px;
	text-align:center;
	float:left;
	background-color: #FFF;
	background-image: none;
	height: 140px;
	padding: 2px;
	display: inline;
	margin: 5px;
}
#gallery-eup  a  {
	text-decoration: none;
	margin-top: 20px;
	font-weight: normal;

}
#gallery-eup  img a {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.button {
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size: 14px;
	line-height: 100%;
	width: 150px;
	padding: 1em;
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.button:hover {
	text-decoration: none;
	color: #FFF;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.yellow {
	color: #fef4e9;
	border: solid 1px #B39633;
	background: #B39633;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDC271), to(#CDAF47));
	background: -moz-linear-gradient(top,  #DDC271,  #CDAF47);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDC271', endColorstr='#CDAF47');
}
.yellow:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5CB59), to(#DCB338));
	background: -moz-linear-gradient(top,  #F5CB59,  #DCB338);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5CB59', endColorstr='#DCB338');
}
.yellow:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.gray {
	background: #575757;
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#575757));
	background: -moz-linear-gradient(top,  #888888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
    border: 1px solid #555555;
    color: #E9E9E9;
	
}
.gray:hover {
	background: #757575;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4B4B4B));
	background: -moz-linear-gradient(top,  #757575,  #4B4B4B);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4B4B4B');

}
.gray:active {
	background: #757575;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888888));
	background: -moz-linear-gradient(top,  #575757,  #888888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');

    color: #AFAFAF;
}

.blue {
	background: -webkit-gradient(linear, left top, left bottom, from(#00ADEE), to(#0078A5));
	background: -moz-linear-gradient(top,  #00ADEE,  #0078A5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ADEE', endColorstr='#0078A5');
    border: 1px solid #0076A3;
    color: #D9EEF7;
}
.blue:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#0095CC), to(#00678E));
	background: -moz-linear-gradient(top,  #0095CC,  #00678E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095CC', endColorstr='#00678E');

}
.blue:active {
 	background: -webkit-gradient(linear, left top, left bottom, from(#0078A5), to(#00ADEE));
	background: -moz-linear-gradient(top,  #0078A5,  #00ADEE);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078A5', endColorstr='#00ADEE');
    color: #80BED6;
}


.red {
    background: -moz-linear-gradient(center top , #ED1C24, #AA1317) repeat scroll 0 0 transparent;
    border: 1px solid #980C10;
    color: #FADDDE;
}
.red:hover {
    background: -moz-linear-gradient(center top , #C9151B, #A11115) repeat scroll 0 0 transparent;
}
.red:active {
    background: -moz-linear-gradient(center top , #AA1317, #ED1C24) repeat scroll 0 0 transparent;
    color: #DE898C;
}

.rosy {
    background: -moz-linear-gradient(center top , #F16C7C, #BF404F) repeat scroll 0 0 transparent;
    border: 1px solid #B73948;
    color: #FAE7E9;
}
.rosy:hover {
    background: -moz-linear-gradient(center top , #CF5D6A, #A53845) repeat scroll 0 0 transparent;
}
.rosy:active {
    background: -moz-linear-gradient(center top , #BF404F, #F16C7C) repeat scroll 0 0 transparent;
    color: #DCA4AB;
}
.green {
    background: -moz-linear-gradient(center top , #7DB72F, #4E7D0E) repeat scroll 0 0 transparent;
    border: 1px solid #538312;
    color: #E8F0DE;
}
.green:hover {
    background: -moz-linear-gradient(center top , #6B9D28, #436B0C) repeat scroll 0 0 transparent;
}
.green:active {
    background: -moz-linear-gradient(center top , #4E7D0E, #7DB72F) repeat scroll 0 0 transparent;
    color: #A9C08C;
}
.pink {
    background: -moz-linear-gradient(center top , #FEB1D3, #F171AB) repeat scroll 0 0 transparent;
    border: 1px solid #D2729E;
    color: #FEEEF5;
}
.pink:hover {
    background: -moz-linear-gradient(center top , #F4AACB, #E86CA4) repeat scroll 0 0 transparent;
}
.pink:active {
    background: -moz-linear-gradient(center top , #F171AB, #FEB1D3) repeat scroll 0 0 transparent;
    color: #F3C3D9;
}


