/* CSS Document */
/* Design & Code (c) PowerUser Inc. */


/* ---- Color Ref <<<----------- */
/*	blue background: #006699
	purple: #990099
	yellow: #FFCC66	
*/
/* -------------------------------------- */
html {/*Scroll fix*/
height: 100%;
margin-bottom: 1px;
}
body
{
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
}
/* Headings H1-H6
--------------------------------------------------------------------------------------- */

h1, h2, h3,	h4 {
font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	letter-spacing:-1px;
	margin: .6em 0em .6em 0em;
}

h5, h6	{
	letter-spacing:-1px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h1 {
	font-size: 2.0em;
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.4em;
	}
h4 {
	font-size: 1.2em;
	}
h5 {
	font-size: 1.0em;
	}
h6 {
	font-size: 0.9em;
	}

/* Paragraph and Link Styles
--------------------------------------------------------------------------------------- */
p { }
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 1.75em;
	padding-left: 1em;
	text-align: left;
	}
	p a { }
	
a {
	text-decoration: none;
	font-weight: bold;
	color: #990099;
	}
a:link, a:hover, a:focus, a:active {
	outline: none;
	}
a:link {
	}
a:visited {
	}
a:active {
  }
a:hover {
	text-decoration: underline;
	}	
		
/* Lists and Navigation
--------------------------------------------------------------------------------------- */

ol, ul, li {/*
	list-style: none;*/
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0em; 
	}
li > p {
	margin-top: 0.1em;
	}
/* Common Elements
--------------------------------------------------------------------------------------- */
img {
	border: 0;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
small {
font-size:0.9em;
}

sup {
position:relative;
bottom:0.3em;
}

sub {
position:relative;
bottom:-0.2em;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/* Forms 
--------------------------------------------------------------------------------------- */

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/* Forms 
--------------------------------------------------------------------------------------- */
.clear 			{
	clear:both;
	text-align: center;
}

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }
.small			{ font-size: .9em;}
.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/* Browser Fixes
--------------------------------------------------------------------------------------- */
* { behavior: url(iepngfix.htc) }

/*** Clearfix  ***/
.clearfix:after {
    content: "."; 
    height: 0;
    clear: both; 
	overflow:hidden;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*** End Clearfix  ***/

/*** IE 6.0 PNG Fix ***/
#regular_logo
{
    background:url('test.png'); width:150px; height:55px;
}

/* \ */
* html #regular_logo
{
    background:none;
    float:left;
    width:150px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png', sizingMethod='scale');
}
/* */


.slim
{
	text-shadow: 0 0 0 #000;
	color:#0066CC;
}
.inverted
{
	background-color: #FFFFFF;
	color: #0066CC;
}
/* Drop Cap
--------------------------------------------------------------------------------------- */
#cap	{
font-size: 50px;
color: #006699;
font-weight: bold;
float: left;
height: 34px;
line-height: 34px;
margin-top: 2px;
margin-right: 1px;
/*border:1px solid #666666;*/
}

