
html {
background : transparent;
}
body {
background : #ebe6e6 url(images/bg.png) repeat-x fixed;
font:11px normal Verdana, Verdana, Arial, Helvetica, sans-serif;
font-size : 90%;
}
#wrap {
max-width : 940px;
margin : 0 auto;
}
* html #wrap {
width : 940px;
}
.cbb {
margin : 1em 0;
padding : 0 10px;
border : 1px solid #666;
background : #fff;
}
.cbb h1 {
margin : 0 -10px;
padding : 0.3em 10px;
background : #efece6;
font : bold 1.2em/1 Arial, Helvetica, sans-serif;
}
.cb {
margin : 0.5em 0;
}
.bt {
height : 17px;
margin : 0 0 0 18px;
background : url(images/box.png) no-repeat 100% 0;
}
.bt div {
position : relative;
left : -18px;
width : 18px;
height : 17px;
background : url(images/box.png) no-repeat 0 0;
font-size : 0;
line-height : 0;
}
.bb {
height : 14px;
margin : 0 0 0 12px;
background : url(images/box.png) no-repeat 100% 100%;
}
.bb div {
position : relative;
left : -12px;
width : 12px;
height : 14px;
background : url(images/box.png) no-repeat 0 100%;
font-size : 0;
line-height : 0;
}
.i1 {
padding : 0 0 0 12px;
background : url(images/borders.png) repeat-y 0 0;
}
.i2 {
padding : 0 12px 0 0;
background : url(images/borders.png) repeat-y 100% 0;
}
.i3 {
display : block;
margin : 0;
padding : 1px 15px;
background : #ebe6e6;
font-size: 9pt; 
}
.i3:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.i3 {
display : inline-block;
}
.i3 {
display : block;
}
.i3 a { 
	color:#000033;
	text-decoration:none;
}
.i3 a:hover { 
	color:#000033;
	text-decoration:underline;
}

#absolute-wrapper {
position : relative;
height : 9em;
}
.cb li {
margin-left : 1em;
}
p {
line-height : 1.4em;
}
img {
border : 0;
}
img.left {
position : relative;
margin : 5px 20px 0 0;
}
img.right {
position : relative;
margin : 5px 0 0 20px;
}
#container {
height : 100%;
border : 1px solid #b76576;
background-color : #fff;
}
#navcontainer {
height:22px;
border-bottom : 1px solid #b76576;
line-height : 22px;
color : #000;
background: #b76576 url(images/chromebg.gif);
}
h3 { font-size: 95%; }
h4 { font-size: 92%; }

#content {
background : #ebdcdc;
color: #330000;
display : block;
position : relative;
overflow : hidden;
margin : 0;
padding : 10px;
}
#widebar {
display : block;
margin : 0;
padding : 10px;
}
#widebar a {
color : #000;
text-decoration : none;
}
#widebar a:hover {
color : #666;
text-decoration : underline;
}
#widebar #colA {
float : left;
width : 220px;
padding-right : 60px;
padding-left : 30px;
}
#widebar #colB {
float : left;
width : 220px;
padding-right : 70px;
}
#widebar #colC {
float : left;
width : 220px;
}
#banners {

padding: 20px;
}
#banners img {
border: 4px #fff solid;
}
.messages {
	font-size: 9pt;
}
.messages a {
	color: #330000;
	text-decoration:none;
}
/**************** menu coding *****************/

	/* General */
	#cssdropdown {position:absolute;  z-index:100; margin:0; padding:0;overflow : hidden;}
	#cssdropdown, #cssdropdown ul { list-style: none;}
	#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }
	/* Head links */
	#cssdropdown li.headlink {width: 120px;float: left; margin-left: 0px;text-align: center;  }
	#cssdropdown li.headlink a { display: block; padding: 0px; text-decoration:none;background: #b76576 url(images/chromebg.gif);}
#cssdropdown li.headlink .menu { display: block; padding: 0px; color: white;text-decoration:none;background: #b76576 url(images/chromebg.gif);}
	/* Child lists and links */
	#cssdropdown li.headlink a:hover {}
	#cssdropdown li.headlink ul { display: none; border-top: 0px black solid; text-align: left;border:1px solid #330000;}
	#cssdropdown li.headlink:hover ul { display: block;}
	#cssdropdown li.headlink ul li a { padding: 3px; height: 17px; background: #b76576;font-size:90%}
	#cssdropdown li.headlink ul li a:hover { background: #330000; font-size:90%}
	
	/* Pretty styling */
	#cssdropdown a { color: white;} #cssdropdown ul li a:hover { text-decoration: none; }
	#cssdropdown li.headlink { background: #b76576;}
	#cssdropdown li.headlink ul {background-position: bottom; padding-bottom: 2px; }
