/*
 *
 * File: basestyles.css
 * 
 * Description:
 * Basic styling rules.
 *
 */


/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */

* {
	padding:0;
	margin:0;
}

p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0 0 1em; }
/* End GWR */
 




/* Lists - ol, ul, li, dl, dt, dd

-------------------------------------------------------- */

ul {
	margin-bottom: 1.3em;
	margin-left: 1.3em;
	list-style: disc;

}

li {
	line-height: 1.2em;
	margin-bottom: .2em;
}


/* Headers - h1, h2, h3, h4, h5, h6

-------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, Helvetica, sans-serif;
	line-height: 100%;
	margin-bottom: .5em;
	font-weight: normal;
}

h1 {
	color: #9b312e;
	font-weight: normal;
	font-size: 160%;
	margin: .25em 0 .5em;
	line-height:120%;
}

h2 {
	font-size: 125%;
	margin: .25em 0 .5em;
	color: #9b312e;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	margin: 0 0 .25em;
	font-weight: bold;
	color: #9b312e;
	line-height:110%;
}

h4 {
	font-size: 100%;
	margin: 0 0 .5em;

}

h5 { font-size: 90%; }

h6 { font-size: 80%; }



/* Text

-------------------------------------------------------- */

b, strong { font-weight: bold; }
i, em { font-style: oblique; }
img { margin-bottom: 5px; border: none; outline:none; }

.hr { height: 0px; overflow: hidden; }

.hr hr { display: none; }

.normal { font-size: 1em; line-height: 1.3em; font-weight: normal; }



/* Link

-------------------------------------------------------- */

a {
	color: #80698b;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
 	color: #80698b;
}

a:hover {
	text-decoration: none;
 	color: #80698b;
}



.clear {
	clear: both;
	}
	
.skipper {
	position: absolute;
	left: -5000px;
	top: 0;
	width: 1px;
	height: 1px; 
	overflow: hidden;

	}
	
.hide {

	position: absolute;
	left: -5000px;
	top: 0;
	width: 1px;
	height: 1px; 
	overflow: hidden;

	}



/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* to remove the extra spacing in Safari and Firefox */

.c\learfix:after { line-height: 0; }

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/*CUSTOMORE STYLES*/
#dynCI_Procedure, #dynCI_Note{
width:155px;
}
#emailForm_0{
float:right;
}
.emailFormLeft{
font-family:Arial, Helvetica, sans-serif;
color:#9B312E;
font-size:14px;
}
.labelLeft{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#4A3E53;
}
