@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
* html { margin: 0; padding: 0; }

body    {
	color: #999;
	font-family : Trebuchet MS, Verdana, Helvetica, Arial, sans-serif, "Lucida Grande", "Lucida Sans Unicode";
	font-size: 115%
%;
	text-align: left;
	background-color: #1A334D;
	background-image: url(../images/bg_strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

img, a img {
	border: none;
	margin-left: 10px;
	background-color: #7C7363;
	margin-bottom: 10px;
    }
	
img1, a img1 {
	border: none;
	float: left;
	margin-left: 10px;
	background-color: #7C7363;
	margin-bottom: 10px;
    }	

#container    {
	width: 900px;
}


/* ------------------ topBar ------------------ */ 

#Header {
	clear: both;
	float: left;
	width: 890px;
	height: 210px;
	background-image: url(../images/AFFIX_newbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    }

#Header span {
    display: none;
    visibility: hidden;
    }


	
/* ------------------ Navigation ------------------ */ 

#Menu {
	float: left;
	display: block;
	width: 175px;
	color: #ddd;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(../images/menu_bot.jpg);
	background-repeat: repeat-y;
	background-position: left top;
    }	

#navItems {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
    }
#navItems li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 115%;
}
#navItems a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 2.5;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
}
#navItems a:hover {
	color: #9999CC
}
#navItems #nav_con a {
	border:none;
	padding-bottom:20px;
}
#body_hom #nav_hom a, #body_abo #nav_abo a, #body_par #nav_par a, #body_res #nav_res a, #body_cas #nav_cas a, #body_gen #nav_gen a, #body_eve #nav_eve a, #body_new #nav_new a, #body_con #nav_con a {
	color:#DEB865;
	font-weight:bold;
}


/* ------------------ Body Text ------------------ */ 

* html body { margin: 0; }
* html #container { margin: 0; }

#bodyText {
	clear: right;
	display: block;
	float: left;
	margin: 0;
	width: 700px;
	list-style-position: inside;
    }

#bodyText p {
    margin: 18px 0 0 0;
    }

#main {
	float: left;
	color: #ddd;
	width: 470px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1A324E;
	margin: 0;
    }

#rightbar {
	float: left;
	display: block;
	width: 200px;
	margin: 10px;
	background: url(../images/bodytext_bg.gif) repeat-y top left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1A324E;
    }
.textPadder {
	padding:0px;
	margin:10px;
}

#bodyText h1 {
	margin: 8px 0;
	font-size: 140%;
	font-weight: normal;
	font-family : Verdana, Helvetica, Arial, sans-serif, "Lucida Grande", "Lucida Sans Unicode";
	color: #DEB865;
	letter-spacing: -1px;
	font-style: italic;
    }

#bodyText h2 {
	margin: 4px 0 8px 0;
	font-size: 115%;
	font-weight: normal;
	font-family : Verdana, Helvetica, Arial, sans-serif, "Lucida Grande", "Lucida Sans Unicode";
	color: #FFFFFF;
	margin-top: 12pt;
	}
#bodyText h3 {
	font-size: 110%;
	font-weight: normal;
	font-family : Verdana, Helvetica, Arial, sans-serif, "Lucida Grande", "Lucida Sans Unicode";
	color: #CCCCFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
}

#bodyText a {
	color: #FFCC66;
	text-decoration: underline;
    }

#bodyText a:hover {
    text-decoration: none;
    }
#bodyText .bullets {
	margin-left: 10px;
	list-style-position: inside;
}
#bodyText .bullets ul {
	list-style-type: square;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	list-style-position: inside;
}
#bodyText .bullets li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}


/* ------------------ Footer ------------------ */

#footer {
	color: #CCCCCC;
	clear: both;
	float: left;
	font-size: 90%;
	width: 100%;
	background-color: #0F1E2D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
	display: block;
	height: 150px;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }

#footerItems {
	clear: both;
	float: left;
	display: block;
	margin: 10px;
	width: 800px;
    }
#footerItems img {
	float: left;
}
#footerLeft {
	width: 200px;
}
#footerRight {
	width: 300px;
	float: right;
	text-align: right;
}
#footerItems p span {
	margin-top: 10px;
	float: right;
}
#footerItems ul li   {
    margin: 0;
    list-style: none;
    float: left;
    font-family: Arial, Helvetica, Verdana;
}
#footerItems a {
    color: #666;
    text-decoration: none;
    }
#footerItems a:hover {
    text-decoration: underline;
}

/* ------------------ Extras ------------------ */ 

form        {
    margin: 0;
    padding: 0;
    }

input, textarea, select, option {
    font-family: "MS Sans Serif", Geneva, sans-serif;
    color: black;
    font-size: 100%;
    font-weight: normal;
    background-color: white;
    border: 1px solid #AABBC0;
    }

radio, checkbox {
    font-family: "MS Sans Serif", Geneva, sans-serif;
    color: black;
    font-size : 100%;
    background-color: #357227;
    border: 1px solid #FFF;
    }

legend  {
    font-weight: bold;
    color: #900;
    }

.login, submit  {
    width: 75px;
    height: 18px;
    color: #262626;
    font-weight: normal;
    font-size: 100%;   
    font-family: "MS Sans Serif", Geneva, sans-serif;   
    background-image: url(../images/btn_login.gif);
    background-repeat: repeat;
    background-color: white;    
    border: 0;
    padding: 1px 0 0 0;
    margin-top: 6px;
    }

.search_go  {
    background-color: #1F1F23;
    height: 17px;
    color: white;
    font-size: 100%;
    font-weight: bold;
    padding: 0 2px 0 2px;
    border: 0;
    }

.btn {
    background-color: transparent;
    }

#ThisForm {
    margin:15px;
    }

.searchLine {
    margin: 10px 10px 5px 0;
    display: block;
    width: 210px;
    height: 1px;
    background: url(../images/search_line.gif) no-repeat top left;
    }

.searchLine span {
    display: none;
    visibility: hidden;
    }

.Submit {
    display:block;
    margin: 10px 0 0 0;
    }

.pagingLinks strong {
    color: #eee;
    font-weight: bold;
    }

.imgteaser {
	margin: 10;
	overflow: hidden;
	
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
    
	margin: 10;
	border: px solid #ddd;
	padding: 5px;
	background: #1A334D;
	border: none;
}

.imgteaser a:hover .desc{
	display: block;
	font-size: 95%;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #999;
}


.imgteaser a .desc {	display: none; }
