/* ---------------------------------------- CSS INFORMATION ---------------------------------------- */
/* Author: Andrea Spray */
/* Relationship / Project: AndreaLSpray.com*/
/* Version History: June 2, 2009 */
/* Media: All */
/* Comments: */

/* ---------------------------------------- DEFAULT CSS SET ---------------------------------------- */
body { 
	color: #000; 
	font: 100% Verdana, Arial, sans-serif; 
	text-align: left;
	background-color: #fff;
}

ul, ol {
	font-size:0.75em;
}

table.data { 
	font-size: 0.75em; 
	table-layout:auto;
	border-spacing:0;
	border: 1px solid #000;
	margin-bottom:20px;
	}


/* -------------------- BASE HEADERS -------------------- */
h1 { 
	background: #fff; 
	color: #53738e;
	font-family: Georgia, serif;
	font-size:1.87em;
	font-weight: bold;
	height:25px; 
}

h2	{ 
	color: #a0a603; 
	font-weight: bold; 
	font-size: 0.88em; 
	margin: 25px 0 0;
}  

h3	{ 
	color: #000; 
	font-weight: bold; 
	font-size: 0.875em; 
	margin:0;
	padding:0;
}
  
p { font-size:0.75em; margin-top: 5px; margin-bottom: 10px; }
/* -------------------- BASE LINKS -------------------- */
a:link { 
	color: #384001; 
	text-decoration: underline;
}

a:visited {
	color: #8cb03d; 
	text-decoration: underline;
}

a:active {
	color: #8cb03d; 
	text-decoration: underline;
}

a:hover {
	color: #8cb03d; 
	text-decoration: underline;
}

/* -------------- ATTRIBUTES ------------ */
a[href$='.pdf'] {
display:inline-block;
padding-left:15px;
line-height:18px;
background:transparent url(images/icon_pdf.png) center left no-repeat;
}

a[href$='.ppt'] {
display:inline-block;
padding-left:15px;
line-height:18px;
vertical-align: top;
background:transparent url(images/icon_ppt.png) center left no-repeat;
}

a[href$='.doc'] {
display:inline-block;
padding-left:15px;
line-height:18px;
background:transparent url(images/icon_pdf.doc) center left no-repeat;
}

/* ---------------------------------------- DIV CONTROLS ---------------------------------------- */
div#content {
	float:left;
	width:550px;
	text-align:left;
	border:solid 0 #f00; 
}

/* ---------------------------------------- ELEMENTS ---------------------------------------- */

img { padding: 10px; }

/* ---------------------------------------- ID'S ---------------------------------------- */
#outer_wrapper {
	width: 100%;
	margin:0px;
	padding:0px;
}
		
#content_right {
	float:right;
	width:200px;
	background:#eee;
	padding-left:10px;
	padding-right:10px;
	border-left:1px dotted #000;
}

#content_main {
	margin-left:10px;
	margin-right:230px;
	padding:0;
	background:#fff;
}

#content_footer {
	padding-left:10px;
	font-size: 0.75em;
	margin-top:20px;
}
	
#content_right #nav {
	background:#fff;
}

#content_header {
	background:#fff
}

#content_main_media { 
	background:#fff; 
	padding: 10px; 
	border: solid 1px #384001; 
}
		
#content_header h1 {
	padding:10px;
	margin:0px;
}

#content_main ul {
	margin-left:15px;
	margin-top:5px;
}

#content_right h2 {
	color: #53738e;
}

#content_right ul {
	margin-left:15px;
	margin-top:0;
	padding-bottom:5px;
}

#content_right #nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#content_right #nav li	{
	padding: 5px 10px 5px 5px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #014957;
}

#content_right #nav li a:link {
	color: #53738e;
	text-decoration: none;
}

#content_right #nav li a:visited {
	color: #53738e;
	text-decoration: none;
}

#content_right #nav li a:active {
	color: #53738e;
	text-decoration: none;
}

#content_right #nav li a:hover {
	color: #53738e;
	text-decoration: underline;
}

#content_highlight {
	width:90%; 
	background:#eee; 
	padding:10px; 
	border:dotted 1px #000; 
	margin-bottom:20px;
}
/* ---------------------------------------- CLASSES ---------------------------------------- */	
.Quicklinks {	
	column-count: 3;
	column-gap: 20px;
	column-rule: 1px dotted #BBB;
	background-color: #FFFFFF;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;	
	padding: 8px;
	text-align: justify;
 	
}

.Quicklinks2Col {
	column-count:2;
	column-gap: 25px;
	column-rule: 1px dashed #53738e;
	background:#a9b9c6; 
	padding: 10px; 
	margin: 10px 0px 5px 0px;
	border: solid 1px #53738e; 
}


ul.disc {
        list-style-type: disc;
        padding: 0 0 0 0;
}

ul.none {
        list-style-type: none;
        padding: 0 0 0 0;
}

ol.lower-alpha {list-style-type:lower-alpha}

 
ol.check {list-style-image:url('images/usability-statistics/check.gif');}	 


h2.quicklinks {color: #fff; margin: 0;}

a.external {
	background: url(images/icon_ext.gif) no-repeat 100% 0px;
	padding: 0px 15px 5px 0px;
}

a.siteid { 
	background: #fff; 
	text-decoration:none;
	color: #53738e;
	font-family: Georgia, serif;
	font-weight: bold;
	height:25px; 
}

img.float { 
	float:  left;
	padding: 10px; 
}

img.content { 
	float: right;
}

tr.raw {background:#FFFF66;}

tr.calc {background:#B998CE;}

td.empty {background:#eee;}

table.data td.right, th.right {
    text-align: right;
}

table.data td.center, th.center {
    text-align: center;
}

table.data td.left, th.left {
    text-align: left;
}

/* -------------- Clearfix -------------- */

.clearfix:after {

        content:".";

        display:block;

        height:0;

        clear:both;

        visibility:hidden;

}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix {

        height:1%;

}

*+html .clearfix {

        height:1%;

}

.clearfix {

        display:block;

}

.clear {

        clear: both;

}

/* End hide from IE-mac */