
html, body {
}
body {
	margin:0px;
	padding: 0px;
	text-align: center;
	font-family: 'Arial', Sans-Serif;
	background:#fafafa;
	color:#666666;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf { *zoom: 1;}


a#prev{
	width:47px;
	height:94px;
	top:95px;
	left:0;
	position:absolute;
	background-image:url("../images/backgrounds/link_right.png");
	background-position: top left;
	background-repeat:repeat-x;
}
a#next{
	width:47px;
	height:94px;
	top:95px;
	right:0;
	position:absolute;
	background-image:url("../images/backgrounds/link_left.png");
	background-position: top left;
	background-repeat:repeat-x;
}


a.lang_link:hover{
	color:black;
}

a{
	text-decoration:none;
	text-align:left;
	padding:0;
	margin:0;
}
a img{
	border:none;
}
h1, h2, h3{
	text-align:left;
	margin:0;
	padding:0;
	display:block;
}
h1.none{
	display:none;
}
ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
li, p{
	margin:0;
	padding:0;
	text-align:justify;
	display:block;
}
.lefty{
	float:left;
	width:450px;
}
/* 100%*/
.width100per{
	margin: 0 auto;
	text-align: center;
	display:block;
	padding:0;
	clear:both;
}

.wrap980{
	display:block;
	/*position: relative;*/
	margin: 0 auto;
	padding:0;
	width:980px;
}
/*BACKGROUNDS*/
.homeBg{
	background-image:url("../images/backgrounds/bg_home.jpg");
	background-position: top left;
	background-repeat:repeat-x;
}
.topBg{
	background-image:url("../images/backgrounds/bg_top.jpg");
	background-position: top center;
	background-repeat:no-repeat;
    position:relative;          /* Ovdje position relative kako bi se podmeni ravnao po ovom elementu sa left:0 i width:100% da ima istu širinu kao i on (cijela širina ekrana */
}

.locationBg{
	background-image:url("../images/backgrounds/bg_location.png");
	background-position: top left;
	background-repeat:repeat-x;
/*	background-color:red;*/
}
.contentBg{
	background-image:url("../images/backgrounds/bg_content.png");
	background-position: top center;
	background-repeat:repeat-y;
/*	background-color:red;*/
}
.footerBg{
	background-image:url("../images/backgrounds/bg_footer.jpg");
	background-position: top center;
	background-repeat:repeat-y;
	padding:20px 0 0px 0;
}
.subBg{
	display:none;
	background-image:url("../images/backgrounds/bg_sub_tile.jpg");
	background-position: top left;
	background-repeat:repeat-x;
	background-color:#fafafa;
	padding:20px 0 20px 0;
	position: absolute;
	z-index: 10;
	width: 100%;
    left: 0;
/*	border-bottom:2px solid #2e4a7a;*/
}
/*LOGO top*/
a.logoTop{
	float:left;
	width:240px;
	height:90px;
}
/*NAV TOP*/
ul.topNav{
	float:left;
	margin:40px 0 0 60px;
}
ul.topNav li{
	float:left;
	font-size:13px;
	font-weight:bold;
	margin: 0 0 0 10px;
}
ul.topNav li a{
	color:#666666;
}
ul.topNav li a:hover{
	color:#1d549c;
}
a.language{
	float:right;
	color:#666666;
	font-size:13px;
	font-weight:normal;
	padding:3px 0 3px 10px;
	margin:35px 10px 0 0;
	border-left:1px solid  #2e4a7a;
}
a.language:hover{
	color:#2e4a7a;
}
/*MAIN NAV*/
ul.mainNav{
	clear:both;
	margin:0 0 0 10px;
}
ul.mainNav > li{
	float:left;
	font-size:12px;
	font-weight:normal;
	margin: 0 0 0 0px;
	height:45px;
	border-right:1px solid #455e88;
}
ul.mainNav > li > a{
	display:block;
	color:white;
	height:30px; /*mora zajedno biti 45*/
	padding:15px 10px 0 10px;
	background-image:url("../images/backgrounds/a_mainnav.png");
	background-position: top left;
	background-repeat:repeat-x;
}
ul.mainNav > li > a.home{
	width:50px;
	height:45px;
	background-image:url("../images/backgrounds/a_home.png");
	background-position: top left;
	background-repeat:no-repeat;
	padding:0 0 0 0;
}
ul.mainNav > li > a.homeActive{
	width:50px;
	height:45px;
	background-image:url("../images/backgrounds/a_home.png");
	background-position: bottom left;
	background-repeat:no-repeat;
	padding:0 0 0 0;
}
/* Na hover li elementa se dodaje css na njegov prvi child a element */
ul.mainNav > li:hover > a{
	color:#1d549c;
	background-position: bottom left;
}
ul.mainNav > li > a.active{
	display:block;
	color:#1d549c;
	height:30px; /*mora zajedno biti 45*/
	padding:15px 10px 0 10px;
	background-image:url("../images/backgrounds/a_mainnav.png");
	background-position: bottom left;
	background-repeat:repeat-x;
}
    /* Na hover li elementa se dodaje css na njegov prvi child div element, umjesto ovoga može i klasa elementu*/
    /* Ide obavezno na li element jer ako ide na a čim se ode kursorom na div element, više nije hover na a, a pošto je sve u li onda sve dok si unutar div-a je hover na li */
    ul.mainNav > li:hover > div {
        display: block;
    }

/* SUB NAV ////////////////////////////////////////////////////////////////////////////////*/
ul.sub-nav{
	
	
}
    ul.sub-nav > li {
        display: inline-block;
        padding:20px 0 20px 0;
	    margin:0 30px 0 15px;
		float: left;
        /*float: left; *//* pozicioniranje podmenija */
    }

ul.sub-nav li{
	font-size:14px;
	font-weight:normal;
}
ul.sub-nav li h1{
	font-size:13px;
	font-weight:normal;
	padding:0 0 10px 0;
	margin: 0 0 0 0px;
	color:#2e4a7a;
	font-weight:bold;
}
ul.sub-nav li a{
	display:block;
	color:#666666;
	padding:0 0 0 10px;
	margin:0 0 3px 0;
	background-image:url("../images/backgrounds/a_subnavarrow.png");
	background-position: 0 3px;
	background-repeat:no-repeat;
	font-size:12px;
}

ul.sub-nav li a:hover{
	color:#1d549c;
}

/*HOME NEWSREEL /////////////////////////////////////////////////////////////////////////////*/
/* RutgUpdate151113 */
.newsReel{
	position:relative;
	margin: 0 auto;
	display:block;
	height:350px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	margin: 0 auto;
	width:100%;
	
}
#slider { 
	position: absolute;
	white-space: nowrap; 
	left: 0px;
	margin:0;
	padding:0;
	width: 100000px;  /* to make sure sliderWindows will fit, so they won't wrap */
}
.sliderWindow{
	float:left;
	width:470px;
	height:335px;
	border-bottom-style: solid;
	border-bottom-width: 15px;
	position: relative;
	overflow: hidden;
	
	background-position: top left;
	background-repeat:no-repeat;
}
.sliderWindow.active{
	
}

.sliderWindow.grey{
	border-color: #c7c7c7;
}
.sliderWindow.blue{
	border-color: #2e4a7a;
}
#gallery1{
background-image:url('../images/news/diu1.jpg');

}
#gallery3{
background-image:url('../images/news/Libertas.jpg');

}
#gallery2{
background-image:url('../images/news/izracun-skolarina.jpg');

}
#gallery4{
background-image:url('../images/news/promocija.jpg');

}
#gallery5{
background-image:url('../images/news/sigurnost.jpg');

}
#gallery6{
background-image:url('../images/news/erasmus1.jpg');

}
#gallery7{
background-image:url('../images/news/tad.jpg');

}
#gallery8{
background-image:url('../images/news/CBA_web.jpg');

}

.newsReelItem{
	display: none;
	white-space: normal;
	width:470px; /*mora biti 470*/
	height:160px; /*mora biti 170*/
	padding:0px 0px 10px 0px;
	margin:165px 0 0 0;
	background-image:url("../images/backgrounds/bg_newsreelitem.png");
	background-position: top left;
	background-repeat:no-repeat;	
}
.newsReelItem span.datum{
	display:block;
	width:65px;
	border-bottom:1px solid #2e4a7a;
	padding:10px 0 10px 40px;
	margin:0 0 10px 0;
	font-family:Georgia, serif;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	background-image:url("../images/backgrounds/icon_date.png");
	background-position: 20px 13px;
	background-repeat:no-repeat;
	text-align:right;
}
.newsReelItem div.contWrap{
	float:left;
	padding:0 20px 0 45px;
	width:285px;
}
.newsReelItem div.contWrap h1{
	color:#2e4a7a;
	font-family:Georgia, serif;
	font-size:20px;
	font-weight:normal;
	margin:0 0 10px 0;
}
.newsReelItem div.contWrap p{
	color:#2e4a7a;
	font-size:12px;
	font-weight:normal;
}
a.reelArrow{
	position:absolute;
	top:210px;
	left:383px;
	width:53px;
	height:54px;
	background-image:url("../images/backgrounds/a_reelarrow.png");
	/*background-position: top left;*/
	background-repeat:no-repeat;
}
a.reelArrowActive{
	position:absolute;
	top:210px;
	left:383px;
	width:53px;
	height:54px;
	background-image:url("../images/backgrounds/a_reelarrow.png");
	/*background-position: bottom left;*/
	background-repeat:no-repeat;
}
.notActive{
	background-position: top left;
}
.active{
	background-position: bottom left;
}
/*Animacija newsreela - coursela //////////////////////////////////////////////////////////*/
/*#gallery{
  position:relative;
  margin: 0 auto;
  overflow:hidden;
  width:100%;
}*/

/*#slider > div {
 position:relative;
 width:470px;
 height:300px;
 float:left;
}*/

/* end of RutgUpdate151113 */
/*LOCATION ////////////////////////////////////////////////////////////////////////////////////*/
.crumbs, h1.crumbs{
	float:left;
	height:42px;/*mora biti 65px*/
	background-image:url("../images/backgrounds/bg_crumbarrow.png");
	background-position: bottom center;
	background-repeat:no-repeat;
	font-family:Georgia, serif;
	color:#666666;
	font-weight:normal;
	font-size:16px;
	padding:23px 0 0 0;
}
h1.crumbsNews{
	margin: 0 0 0 30px;
}
h1.crumbsEvents{
	margin: 0 0 0 460px;
}
/*NEWS WRAP*/
ul.newsWrap{
	float:left;
	width:460px; /*mora biti 500*/
	padding:20px;
}
ul.newsWrap li{
	display:block;
	border-bottom:1px solid #eaeaea;
	clear:both;
}
ul.newsWrap li span.datum, .newsWrapRead span.datum, .staticWrap span.datum{
	display:block;
	padding: 0 0 0 20px ;
	margin:10px 0 0px 0;
	font-family:Georgia, serif;
	font-size:13px;
	font-weight:normal;
	color:#666666;
	background-image:url("../images/backgrounds/icon_date.png");
	background-position: 0px 3px;
	background-repeat:no-repeat;
	text-align:left;
}
ul.newsWrap li a {
	position:relative;
	width:460px;
	height:110px;
	display:block;
	padding:0;
	margin:0;
	clear:both;
}
ul.newsWrap li img{
	position:absolute;
	top:10px;
	left:0px;
}
span.newsTitle{
	position:absolute;
	top:5px;
	left:140px;
	font-family:Georgia, serif;
	font-size:18px;
	font-weight:normal;
	color:#2e4a7a;
}
span.newsLead{
	position:absolute;
	top:55px;
	left:140px;
	line-height:14px;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}
ul.newsWrap li a span:hover{
	color:#2e4a7a;
}
ul.events{
	float:left;
	width:240px; /*mora biti 260*/
	padding:10px;
}
ul.events li{
	margin:0 0 2px 0;
}
ul.events li.light{
	background:#f4f4f4;
}
ul.events li.dark{
	background:#eaeaea;
}
ul.events li a{
	display:block;
	color:#2e4a7a;
	font-size:15px;
	font-weight:bold;
	padding:10px 50px 10px 10px;
	background-image:url("../images/backgrounds/bg_event.png");
	background-position: 200px 50%;
	background-repeat:no-repeat;
}
ul.events li a:hover{
	color:white;
	background-color:#2e4a7a;
	background-image:url("../images/backgrounds/bg_event_hover.png");
}
/*PaginationNav */
.paginationNav { margin-top: 10px; text-align: center; }	
.paginationNav img { position: static; }
.paginationNav a.pagLeft { display: block; width: auto; float: left; margin-left: 50px; clear: none;}
.paginationNav a.pagRight { display: block; width: auto; float: right; margin-right: 50px;  clear: none;}


/*STATIC  I CIJELA VIJEST   /////////////////////////////////////////////////////////////////*/
.staticWrap, .newsWrapRead{
	float:left;
	width:700px; /*mora biti 760*/
	padding:30px;
/*	background:red;*/
}
.staticWrap h1, .newsWrapRead h1{
	color:#2e4a7a;
	font-weight:bold;
	font-size:25px;
}

.staticWrap h1.title{
	padding:0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #eaeaea;
}
.staticWrap h1.title2{
	margin: 20px 0 20px 0;
}
.staticWrap h1.name{
	padding:0 0 0px 0;
	margin: 0 0 25px 0;
}
.staticWrap h2.subtitle{
	color:#2e4a7a;
	font-weight:bold;
	font-size:20px;
	margin:0 0 20px 0;
}
.staticWrap h2.titula{
	color:#666666;
	font-weight:normal;
	font-size:15px;
}
.staticWrap h3{
	color:#666666;
	font-weight:bold;
	font-size:16px;
}
.staticWrap h3.subtitle{
	color:#2e4a7a;
	font-weight:normal;
	font-size:16px;
	margin:0 0 20px 0;
}
.staticWrap img.left{
	float:left;
	margin:0 30px 0 0;
}
.staticWrap p, .newsWrapRead p{
	font-size:14px;
	color:#666666;
	padding:5px 0 4px 0;
}
.staticWrap img.centSlika {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
}
.staticWrap img.centSlika {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 50%;
}
.staticWrap img.IQSLshema {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
.staticWrap p.centTekst {
    margin-left: auto;
    margin-right: auto;
	color: #1F497D;
	width: 300px;
	font-size: 28px;
}
/* Update content mod. */
.staticWrap ul {
	padding:5px 0 0 20px;
	font-size:14px;
	color:#666666;
}
.staticWrap li {
	list-style-type:circle;
	display:list-item;
	font-size:14px;
	color:#666666;
}
/* End of update content mod. */
/*CIJELA VIJEST   ///////////////////////////////////////////////////////////////////////*/
.newsWrapRead h1.title{
	display:block;
	padding:0;
	margin: 20px 0 20px 0;
}
.newsWrapRead img, .staticWrap img{
	display:block;
	margin: 20px 0 30px 0;
}
ul.articleSocial{
	margin:0;
	padding:0;
}
ul.articleSocial li{
	margin:0 5px 0 0;
	float:left;
}
ul.articleSocial li a img, ul.newsGall li a img, ul.gall li a img {
	margin: 0;
}
ul.newsGall, ul.gall{
	margin:30px 0 30px 0px;
}
ul.newsGall li, ul.gall li{
	margin:0 8px 8px 0;
	float:left;
}
ul.newsGall li a, ul.gall li a{
	display:block;
	border:2px solid #eaeaea;
}
ul.newsGall li a:hover, ul.gall li a:hover{
	border:2px solid #d1d0d0;
}
hr.solid {
  	border: 0;
	color:#eaeaea;
	background-color:#eaeaea;
	height: 1px;
	clear:both;
}
a.buttonBack{
	display:block;
	height:32px; /*mora biti 46px*/
	color:#999999;
	font-size:15px;
	margin:30px 0 0 280px;
	padding:14px 0 0 60px;
	font-weight:normal;
	background-image:url("../images/backgrounds/bg_but_back.png");
	background-position: top left;
	background-repeat:no-repeat;
}
a.buttonBack:hover{
	background-position: bottom left;	
	color:#2e4a7a;
}
/*TEAM //////////////////////////////////////////////////////////*/
ul.team{
	margin:10px 0 10px 0;
}
ul.team li{
	float:left;
	width:137px;
	margin:0 3px 30px 0;
}
ul.team li ul{
	padding:0px;
}
ul.team li ul li{
	display:block;
	margin:0;
	color:#666666;
	font-size:13px;
	font-weight:normal;
}
ul.team li ul li.ime{
	color:#2e4a7a;
	font-size:16px;
}
/*SELECT OPTIONS ////////////////////////////////////////////////////////*/
.gallTop{
	display:block;
	margin:0 0 40px 0;
}
.gallTop select{
	float:left;
	margin: 0 20px 0px 0;
	background-color:#f3f3f3;
	border:none;
	padding:5px 7px 5px 7px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.gallTop select option{
		padding:0 20px 0 0;
}
/*STUDIJI  /////////////////////////////////////////////////////////////*/
.studTable{
	width:700px;
	font-size:12px;		
	margin:20px 0 0 0;
	border-spacing:0px;
}
tr{
	color:#666666;
	font-weight:bold;
	text-align:left;
}
tr.light{
	background-color:#fbfbfb;
}
tr.dark{
	background-color:#eaeaea;
}
td{
	border-bottom:1px solid white;
	padding:7px;
	text-align:center;
	font-weight:normal;
}
td.head{
	font-weight:bold;
	border-bottom:1px solid #999999;
	font-size:13px;
	color:white;
	background:#2e4a7a;
	padding:10px;
}
td.year{
	font-weight:bold;
	border-top:3px solid #35bae5;
	font-size:15px;
	color:#2e4a7a;
	padding:10px;
	text-align:left;
}

tr.izborni{
	background:#c5e1f6;
}
tr.izborni td{
	font-weight:bold;
	border-bottom:1px solid #999999;
	font-size:13px;
	color:#333333;
	padding:10px;
	text-align:left;
}
tr.semestar{
	background:#c5e1f6;
}
tr.semestar td{
	font-weight:bold;
	border-bottom:1px solid #999999;
	font-size:13px;
	color:#333333;
	padding:10px 10px 10px 5px;
	text-align:left;
}
.col01{
	width:350px;
	padding:5px;
	margin:0px;
	text-align:left;	
}
.col01 a{
	font-size:13px;
	color:#666666;
	font-weight:normal;
	text-align:left;	
}
.col01 a:hover{
	color:#2e4a7a;;	
}
.txt_center{
	text-align:center;
}
tr.total{
	background:#666666;
	color:white;
}
tr.total td{
	border-top:2px solid white;
	border-bottom:5px solid white;
}
tr.total2{
	background:#86c4eb;;
	color:white;
}
tr.total2 td{
	padding:15px 10px 15px 10px;
	border-top:2px solid white;
	border-bottom:5px solid white;
}
tr.napomena{
	color:white;
	background:#af2715;
	font-weight:normal;
	font-size:13px;
}
tr.napomena td{
	text-align:left;
}
/*PREDMET /////////////////////////////////////////////////////////*/
ul.predmet{
	display:block;
}
ul.predmet li{
	margin:0;
	padding:10px 0 10px 0;
}
ul.predmet li h1{
	font-size:16px;
}
ul.predmet li h2{
	font-size:23px;
	color:#333333;
	padding-bottom:20px;
	border-bottom:1px solid #f3f3f3;
}
/*SKROZ DESNO /////////////////////////////////////////////////////////*/
.rightWrap{
	float:right;
	width:220px;
	margin:0;
	padding:0;
}
.rightWrap img{
	margin:0;
	padding:-10px 0 5px 0;
}
.rightWrap a.link{
	display:block;
	width:150px;
	height:45px;
	padding:10px 50px 10px 20px;
	margin:0 0 1px 0;
	color:#2e4a7a;
	font-size:20px;
	font-weight:bold;
	text-shadow:0 1px white;
	background-image:url("../images/backgrounds/a_rightwrap.jpg");
	background-position: top left;
	background-repeat:no-repeat;
}
.rightWrap a span.small{
	display:block;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	margin:3px 0 0 0;
}
.rightWrap a.alumni{
	display:block;
	width:125px;
	height:35px;
	padding:20px 20px 10px 75px;
	margin:0 0 1px 0;
	color:#2e4a7a;
	text-shadow:none;
	font-size:12px;
	font-weight:bold;
	background-image:url("../images/backgrounds/a_right_alumni.jpg");
	background-position: top left;
	background-repeat:no-repeat;
}
.rightWrap a.webmail{
	display:block;
	width:120px;
	height:30px;
	padding:20px 20px 10px 80px;
	margin:0 0 1px 0;
	color:white;
	text-shadow:none;
	font-size:18px;
	font-weight:bold;
	background-image:url("../images/backgrounds/a_webmail.png");
	background-position: top left;
	background-repeat:no-repeat;
}
.rightWrap a:hover, .rightWrap a span.small:hover{
	background-position: bottom left;
	color:#2e4a7a;
}
.rightWrap a.banner{
	width:220px;
	padding:0;
	margin:0 0 10px 0;
	border:none;
}
hr.dashed {
  	border-top: 0px dashed #666666;
  	width: 220px;
	height: 1px;
	border-style:dashed;
}
.facebookR{
	position:relative;
	width:220px;
	height:75px;
	background-image:url("../images/backgrounds/bg_face.png");
	background-position: top left;
	background-repeat:no-repeat;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dashed #999999;
}
.facebookR span.broj{
	position:absolute;	
	top:30px;
	left:100px;
	color:black;
	font-size:13px;
}
.facebookR a{
	position:absolute;	
	top:20px;
	left:170px;
	width:37px;
	height:32px;
	background-image:url("../images/backgrounds/bg_facelike.png");
	background-position: top left;
	background-repeat:no-repeat;
}
/* footer + social */
.facebookS {
	width: 64px;
	height:64px;
	margin-right:10px;
	display:inline-block;
	background:transparent url('../images/facebook_social.png') right no-repeat;
}
.facebookS:hover {
	background:transparent url('../images/facebook_social.png') left no-repeat;
}
.instagramS {
	width: 64px;
	height:64px;
	margin-right:10px;
	display:inline-block;
	background:transparent url('../images/instagram_social.png') right no-repeat;
}
.instagramS:hover {
    background:transparent url('../images/instagram_social.png') left no-repeat;
}
.linkedinS {
	width: 64px;
	height:64px;
	margin-right:10px;
	display:inline-block;
	background:transparent url('../images/linkedin_social.png') right no-repeat;
}
.linkedinS:hover {
    background:transparent url('../images/linkedin_social.png') left no-repeat;
}
.twitterS {
	width: 64px;
	height:64px;
	margin-right:10px;
	display:inline-block;
	background:transparent url('../images/twitter_social.png') right no-repeat;
}
.twitterS:hover {
    background:transparent url('../images/twitter_social.png') left no-repeat;
}
.youtubeS {
	width: 64px;
	height:64px;
	margin-right:10px;
	display:inline-block;
	background:transparent url('../images/youtube_social.png') right no-repeat;
}
.skype {
	width: 73px;
	height:140px;
	margin-right:50px;
	
	display:inline-block;
	
}
.youtubeS:hover {
    background:transparent url('../images/youtube_social.png') left no-repeat;
}
.footer_social{
	width:77%;
	float:left;
	text-align:center;
}
.footer_copyR{
	width: 23%;
	float:right;
}
ul.footer_logo{
	float:right;
}
ul.footer_logo li span{
	color:white;
	font-size:11px;
	padding:0 0 0 50px;
}
ul.footer_links{
	float:left;
	margin:0px 30px 10px 0px;
	padding:0;
}
ul.footer_links li{
	text-align:left;
	padding:0;
	margin:0 0 5px 0;
}
ul.footer_links li h1{
	text-align:left;
 	font-weight:bold;
	font-size:15px;
	margin:0 0 10px 0;	
	color:#2e4a7a;
}
ul.footer_links li h2{
	text-align:left;
 	font-weight:bold;
	font-size:13px;
	margin:10px 0 10px 0;	
	color:#666666;
}
ul.footer_links li a{
	display:block;
	color:white;
	font-size:13px;
	height:15px;
	padding:0 0 0 5px;
	background-image:url("../images/backgrounds/homewrap_li_a_bg.png");
	background-position: top left;
	background-repeat:no-repeat;
}
ul.footer_links li a:hover{
		color:#2e4a7a;
}