@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(style.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #FFFFFF;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	margin: 0, auto;
	background-color: #FFFFFF;
	}

/*  Global Formatting */
h1 {font-size:14px;line-height: 1em;font-weight: 900; margin-left:5px;}
h2 {font-size:13px;line-height: 1em;font-weight: 900;}
h3 {font-size:12px;line-height: 1em;font-weight: 900;}
h4 {font-size:11px;line-height: 1em;font-weight: 900;}
h5 {font-size:10px;line-height: 1em;font-weight: 900;}
h6 {font-size:9px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}

a {
	color: #28A3A3;
	text-decoration:none;
}
a:hover {
	color: #28A3A3;
	text-decoration:none;
}
a:visited {
	color: #28A3A3;
	text-decoration:none;
}
img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

.dmod_portfolio_item{
	display:inline-block;
	padding-right:18px;
	padding-left:18px;
	text-align:center;
}


/* #######################  END GENERAL SETTINGS ############################ */
ul.mod_quickfaq{padding:0;}
li.mod_quickfaq{margin:0; padding:0 0 0 20px; background:url(../../../images/stories/arrow.png) no-repeat left top; list-style:none; }

/* Tag Colors */
.tag15, .tag19{color:#693;}
.tag12, .tag14, .tag20{color:#930;}
.tag13, .tag16, .tag18{color:#C93;}
a:hover .tag11,a:hover .tag12,a:hover .tag13,a:hover .tag14,a:hover .tag15,a:hover .tag16,a:hover .tag17,a:hover .tag18,a:hover .tag19,a:hover .tag20{text-decoration:underline;}
