/* DEMO SITE CSS
------------------------------------------------

	Contents:	IMPORTS
				Global
				Header
				Content
				Footer
				NAVIGATION

------------------------------------------------*/

/* IMPORTS CSS
------------------------------------------------*/
@import "navigation2.css";
@import "content.css";


/* Global Reset and CSS
------------------------------------------------*/
/* PNG Fix */
img, div { behavior: url(../css/iepngfix.php); }

html, body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	margin: 5px;
	padding: 5px;
}

#myContent {
	position: relative; top: -20px; left: -30px;	
}

.container {
	width: 932px;
	margin: 0 auto;
	background-color: white;
}

div, dl, dt, dd, ul, ol, li, pre, blockquote {
	margin: 0pt;
	padding: 0pt;
}

ul, ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
}

:link, :visited { text-decoration: none; }

img, a img, :link img, :visited img { border: none; }

.clearer { clear: both; height: 0pt; line-height: 0pt; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }

.absolute { position: absolute; }
.relative { position: relative; }
.static { position: static; }

.none { display: none; }
.block { display: block; }
.inline { display: inline; }
.visible { visibility: visible; }
.hidden { visibility: hidden; }

.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.textCap { text-transform: capitalize; }
.textUnderline { text-decoration: underline; }



/* Typography
--------------------------------------------*/
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; margin-bottom: -10px; }
h3 { font-size: 1.0em; margin-bottom: -10px; }
h4 { font-size: 0.9em; margin-bottom: -10px; }

p { font-size: 0.8em; line-height: 1.3em; color:#666666; margin-top: 0; }

.listText {  line-height: 1em; color:#666666; margin-top: 0; }

.blueBoldText { color: #000066; font-weight:bold; }
.subHead { font-size: 0.9em; color:#666666; font-weight: bold; }
.freeText {
	margin-top: -20px;
}


/* Links
--------------------------------------------*/
a { color:#666666; text-decoration: none; outline: none; font-weight:bold; }
a:active { color: #333333; outline: none; font-weight:bold; }
a:visited { color: #666666; outline: none; font-weight:bold; }
a:hover { color: #333333; outline: none; font-weight:bold; }



/* Header CSS
------------------------------------------------*/
.header {
	height: 65px;
}


/* Content CSS
------------------------------------------------*/
.content {
	background-color: white;
	position: relative;
	margin-left: 28px;
	margin-right: 29px;
	margin-top: 20px;
}


/* Footer CSS
------------------------------------------------*/
.footer {
	font-size: 0.7em;
	height: 7px;
	padding: 5px;
	text-align: center;
	color: #939598;
	padding-left: 27px;
	padding-right: 49px;
}


.footerTextContainer {
	height: 7px;
	padding: 5px;
	text-align:center;
}


.hr {
	border-bottom: 2px solid #939598;
	width: 275px; margin-top: 10px;
}


.hr2 {
	border-bottom: 2px solid #939598;
	width: 535px; margin-top: 10px;
}

.hr3 {
	border-top: 2px solid #939598;
	width: 870px;
	margin-top: -5px;
}

.hr4 {
	border-top: 2px solid #939598;
	width: 870px;
	margin-top: 10px;
}
