@charset "UTF-8";
/* CSS Document */

*, html, body {
	font-family:Lucida Grande, Helvetica, Arial, Verdana, Sans-Serif;
	margin:0;
	padding:0;
	}

iframe {
	width:100%;
	height:480px;
	border:none;
	}	
	
	iframe.dsn-sf {
	height:620px;
	}

a.active {}
div.inactive {display: none;}

html {
	background:#fff url(../images/template/bg-stripes.png) repeat-x fixed;
	}
	
body {
	background:url(../images/template/colored-bg.png) no-repeat fixed right bottom;
	height:100%;
	}

h1.categories {
	font-size:15px;
	margin-bottom:10px;
	padding-top:15px;
	color:#bb030d;
	}
	
	h1.categories a:link, h1.categories a:visited {
	font-weight:bold;
	color:#00022b;
	text-decoration:none;
	text-shadow:rgba(181,184,255,0.51) 0 1px 0;
	}
	
	h1.categories a:hover {
	color:#bb0003;
	}

h3.header {
	text-shadow:#ddd 0px 1px 0;
	margin-top:25px;
	margin-bottom:5px;
	}

#container {
	/*display:none;*/
	width:1026px;
	margin:0 auto;	
	}

#content {
	
	}	
	
	#content-col-left {
	float:left;
	width:200px;
	margin-right:25px;
	padding:15px;
	font-size:12px;
	background-color:lightgoldenrodyellow;
	border:1px solid #ccc;
	}

#footer {
	margin-top:25px;
	text-shadow:#fff 1px 1px 0;
	}

.footer-col-container {
	padding:15px;
	color:#444;
	background-color:rgba(227,227,227,0.5);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-top:5px;
	}
	
#footer-col-left {
	width:59%;
	float:left;
	}

#footer-col-right {
	width:40%;
	float:right;
	}

.footer-h6 {
	font-size:12px;
	color:#444;
	margin-bottom:10px;
	}

p.copyright {
	font-size:11px;
	color:#444;
	text-shadow:none;	
	}

ul.footer-links {
	list-style:none;
	font-size:11px;
	color:#777;
	}
	
	ul.footer-links li {
	display:inline;
	}
	
	ul.footer-links span {
	margin-left:0px;
	margin-right:0px;
	}
	
	ul.footer-links a {
	text-decoration:none;
	color:#aaa;
	padding:4px;
	margin-right:5px;
	padding-bottom:10px;
	padding-top:3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomleft:0;
	text-shadow:none;
	}
	
	ul.footer-links a:hover {
	color:#fff;
	background-color:#ce030e;
	}
	
	.footer-col-container a {
	padding:4px;
	text-decoration:none;
	color:#ce030e;
	}
	
	.footer-col-container a:hover {
	text-decoration:underline;
	}

ul.link-list {
	list-style-position:outside;
	margin-left:15px;
	font-size:11px;
	line-height:20px;	
	}
	
	ul.link-list ul {
	margin-left:25px;
	}
