/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/*global*/
* { margin: 0; padding: 0; }
a { color: #000; text-decoration: none; }
a:hover {text-decoration: underline; }

body { margin: 0; 	background-image: url('../images/bg.jpg'); background-color: #D8D5D2; font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #747270;  overflow: auto; line-height: 1.20em; }
h1 { font-weight: bold; color: #747270; font-size: 30px;}
h2 { font-weight: bold; color: #747270; font-size: 20px;}
h3 { font-weight: bold; color: #747270; font-size: 18px;}
h4 { font-weight: bold; color: #747270; font-size: 12px;}
h5 { font-weight: bold; color: #747270; font-size: 11px;}
h6 { font-weight: bold; color: #747270; font-size: 10px;}
p {color:#666;}

/*h1,h2,h3,h4,h5,h6 {
letter-spacing:1px;
 margin-bottom: 10px; text-shadow: 0px 1px 1px #D8D5D2;
}*/

img {border: 0;}





#global {
background: transparent url('../images/bck_top.jpg') no-repeat;
margin-left: auto;
margin-right: auto;

}



#sidebar{
background: transparent;
  position:absolute;
  top:0;
  left:0;
  width:225px;
  height:100%;
 }
 
body > #sidebar {
    position: fixed;
}



.box {
 
    background: #fff;
	font-size: 11px;
	padding: 10px;
	margin: 10px;

	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
     box-shadow: 1px 1px 5px #666;
	 

	
	}

.box p {
margin-top: 10px;
margin-bottom:10px;
}

#main {

padding-top: 20px;
 margin-left: 235px;
 }




.col1 { width: 250px; }
.col2 { width: 540px; }









 #nav a{
 text-decoration: none;
 }

#holder { display: none; }
			





 .bluecap
{
	background: url('../images/captionblue.png') no-repeat left bottom;
	bottom: 10px;
	color: #fff;
	
	padding: 8px 0px 18px 13px;
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
			
 .yellowcap
{
	background: url('../images/captionyellow.png') no-repeat left bottom;
	bottom: 10px;
	color: #333;
	left: -13px;
	padding: 8px 0px 18px 13px;
	position: absolute;
	width: 90%;

}

 .redcap
{
	background: url('../images/captionred.png') no-repeat left bottom;
	bottom: 10px;
	color: #fff;
	left: -13px;
	padding: 8px 0px 18px 13px;
	position: absolute;
	width: 90%;

}




.expandable {
    display: none;
}


.box {
  cursor: pointer;
}

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 10px;	
	font-style: italic;
	font-size: 11px;	
	font-family: arial;	
	cursor: pointer;
	border-top: 0px solid #ccc;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 1px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 3px;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
