/*Main Styles*/

body {
	font-family: "Gill Sans", "Century Gothic", Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: -15;
}

a {
	text-decoration:none;
	color:#A72C50;
}

a:hover {
	text-decoration:underline;
	color:#A80A58;
}

#header h2 {
	color: #999;
	font-size: 24px;
	padding-right: 15px;
}

#header .tiger {
	margin: -10px 15px 0px 0px;
	border-top: dashed #C09 4px;
	width: 160px;
	float: right;
}

#footer {
	background-color:#000;
	margin: -.78em 0 4px 0;
	padding: 3px 5px 1px 10px;
	text-align: right;
}

/* useful styles*/

.float_left {
	float: left;
}

/*MooTools Slide FX CSS*/

/*Image Replacement*/
h3.section {
	/*height: 0px;
	background: url(../images/title_text.png) no-repeat;
	padding-top: 107px;
	overflow: hidden;*/
}


#header {
	text-align: right;	/*background:url(../images/titlebar_bg.jpg) repeat-x;
	width: 100%;
	height: 107px;*/
}
#vertical_slide, #horizontal_slide {
	background:#F7F7F7;
	padding: 10px;
	height: 120px;
	width: 700px;
}

div.marginbottom {
	margin: 10px;
}

#vertical_slide #left_col {
	float: left;
	width: 350px;
}
#vertical_slide #right_col {
	text-align: right;
	float: right;
	width: 350px;
}


/*MooTools Accordion CSS*/
#accordion {
	margin:10px 0px;
	clear:both;
}

h3.toggler {
	cursor: pointer;
	/*background: url(../images/css_titlebar.jpg) no-repeat;
	width: 1000px;
	padding-top: 48px;
	overflow:hidden;*/
	background-color:#000;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px 10px;
	font-weight: bold;
}

div.element {
	margin:0px;
	padding:10px;
}

/*stripes home page*/
body.stripes{
	background: #999 url(../images/stripes_bg_reverse.gif) repeat;
}

#container {
	height:640px;
	width: auto;
	/*background: url(../images/stripes_bg_reverse.gif);*/
	margin: 0px;
}
.stripes #inset {
	background: #FFF;
	width: 720px;
	height: 620px;
	margin: 15px auto;
}
