/* CSS Document */
/****** FacilitatedControls.com stylesheet, Created Mar 2008, Web Wise Concepts, LLC ******/

html, body, #header, #container, #content, p, ul, li {
	margin:0;
	padding:0;
	border: none;
}
body {
	font: 78.5%/1.6em Arial, Helvetica, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url("../images/body.jpg") #f6f6f6;
}
h1, h2, h3, h4, h5, h6 {
	color:#ff8040;
	background-color: transparent;
	border-bottom: 1px dashed #ddd;
}
h2 { font-size:190%; }
h3 {
	font-size:140%;
	text-align: center;
}
h4 {
	font-size: 130%;
	font-style: italic;
	margin:10px 25px;
}
h5 {
	font-size: 110%; 
	padding-left: 40px;
	border: none;
}
p {
	margin:15px 25px;
	line-height:22px;
}
blockquote p {
	font-size: 100%;
	color: #993300;
	padding:0 8%;
}
/****** container styles ******/
#container {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	min-width:760px;
	margin:0 auto;
 	/* width:expression(this.width > 320 ? "320px" : this.width); */
}
/* html #container { w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto"); 
}*/
#innercontainer {
	margin:1px;
	background:url("../images/innercontainer.jpg") top repeat-x;
	padding:20px;
}
/****** Header styles ******/
#header h1 {
	float:left;
	font-size:250%;
	padding:5px 20px 5px 5px;
	border-right:1px solid #ccc;
	margin:0 20px 3px 0;
}
#header h2 {
	font-size:150%;
	padding:16px 0 15px 0;
	border:none;
	font-weight: normal;
}
#header h1 a, #header h2 a { padding-bottom: 3px; }
#header #nav {
	clear:both;
	background:url("../images/nav.jpg") top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 20px 10px 0 !important;
	padding:4px 20px 10px 0;
}
#header #nav_main { font-size: 140%; }
#header #nav_sub { font-size: 90%; }
#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}
#header #nav_sub {
	padding:5px 7px 7px 30px;
	color:#DEEDF5;
	background-color:#4F9EC9;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	margin-top: 5px;
}
#header #nav_sub li {
	list-style:none;
	display:inline;
	font-size:80%;
	font-style: italic;
}
/****** Content styles ******/
#content_main {
	margin:0 210px 0 240px;
	padding:20px 0 0 20px;
}
#content_main h2, #content_main h3 { font-family: Georgia, "Times New Roman", Times, serif }
#content_main a { color:#006699; }
#content_main a:hover { color:#ff8040; }
#content_main dl { margin: 25px; }
#content_main dl dt a {
	background: url(../images/text.gif) no-repeat left;
	padding: 10px 0 10px 50px;
	font-size: 120%;
}
#content_main dl dd { padding-bottom: 20px; }

#content_main ul, #content_main ol {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin: 0 5em;
	color: #666666;
}
#content_main ul li, #content_main ol li{
	padding: 5px 0;
}

#content_sub {
	background: #006699;
	color:#ddd;
	width:200px;
	padding: 30px 20px 50px 20px;
	float:left;
	border-top: 5px solid #000;
	border-bottom: 15px solid #000;
}
#content_sub h2 {
	font-size:160%;
	font-weight: normal;
	color:#fff;
	margin:25px 0 15px 0;
	border:none;
}
#content_sub h3 {
	color:#FF8040;
	font-size:90%;
	font-weight:bold;
	letter-spacing:1px;
	line-height: 1.2;
	padding-top: 12px;
}
#content_sub p { margin:15px 0; }
#content_sub p.article, #content_sub ul {
	background:#4F9EC9;
	line-height: 1.2;
	padding: 3px 5px;
}
#content_sub p.article a.read {
	color:#666;
	display:block;
	text-align:right;
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:10px 0;
}
#content_sub p.article a:hover { color:#98D158; }
#content_sub ul li {
	padding: 8px 0 10px 5px;
	line-height: 1.2;
	list-style-type: none;
}
#content_sub .nav_sub { border-top:1px solid #2C2C2C; }
#content_sub .nav_sub li {
	list-style:none;
	padding:5px;
}
#content_sub .nav_sub li a {
	color:#ccc;
	display:block;
	padding-left: 35px;
	background: url(../images/globe.gif) no-repeat left;
}
#content_sub .nav_sub li a:hover { color:#98D158; }
#content_sub .nav_sub li a b {
	float:right;
	display:none;
	color:#666;
}
#content_sub .nav_sub li a:hover b { display:inline; }
#content_sub form {
	padding:5px;
	background:#fff;
	width:190px;
	border:none;
}
#content_sub input {
	padding:4px;
	border:1px solid #222222;
	font-size:75%;
	width:auto;
}
#content_sub input:hover { border:2px solid #ccc; }
#content_sub input:focus {
	border:2px solid #79B5D6;
	color:#555;
}
#content_supp {
	width:200px;
	float:right;
	padding:10px 0 0 20px;
	margin-top: 50px;
	font-family:Arial, Helvetica, sans-serif;
}
#content_supp p {
	font-size:90%;
	color:#777;
	line-height:20px;
	margin:10px 0;
}
#content_supp h2 {
	font-size:140%;
	color:#333;
	margin:10px 0;
	border:none;
}
#content_supp ul {
	margin:10px 0 10px 15px;
	font-size:90%;
}
#content_supp ul li { margin:5px 0; }
#content_supp a {
	border-bottom:1px dotted #eee;
	color:#444;
}
#content_supp a:hover { border-bottom:1px solid #ccc; }
#content_supp p.norm { line-height: normal; }
/****** #site_info styles *****/

#site_info {
	clear:both;
	border-top:1px solid #eee;
	padding: 3px;
	margin:5px 0 0;
	text-align: right;
	font-size: .75em;
}
#site_info p {line-height: normal;}
/****** Image styles ******/
img {
	padding:1px; 
	border: none;}
img.fltlt {
	float: left;
	padding-right: 5px;
	padding-bottom: 15px;
}
img.fltrt {
	float: right;
	padding: 5px;
}
/****** Form styles ******/
form {
	padding:10px;
	border:1px solid #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
fieldset {
	width: 75%;
	margin: 10px 5%;
	padding: 10px 20px 10px 25px;
	border: 1px dashed #006699;
}
legend {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 10px;
	color: #ff8040;
	background-color: #006699;
}
label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;
	font-style: italic;
}
input {
	width:300px;
	margin: 5px 4px 10px 4px;
	padding: 4px;
	border: 1px dashed #ff8040;
	color:#333;
	background-color: #ddd;
}
input#submit, input#reset {
	width: 100px;
	margin: 10px;
	border: 2px outset #ff8040;
	color: #333;
	background-color: #ddd;
}
textarea {
	width:400px;
	padding:4px;
	height:200px;
	display:block;
	border:1px solid #ff8040;
	color: #333;
	background-color: #ddd;
}
/****** Navigation styles ******/
a, a:link {
	text-decoration: none;
	color:#006699;
	background-color: transparent;
	font-style: normal;
}
a:hover {
	color:#ff8040;
	background-color: transparent;
	border-bottom: 2px dashed #006699;
}
#header #nav a {
	padding:10px;
	color: #fff;
	background-color: transparent;
}
#header #nav_main a:hover {
	color: #ff8040;
	background:#4f9ec9;
}
#header #nav_main a.active { background:#4F9EC9; }
#header #nav_sub a { color:#fff; }
#header #nav_sub a:hover {
	color:#ff8040;
	background-color:#388cba;
}
#header #nav_sub a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}
/****** Misc styles *****/
.small { font-size: smaller; }
.topline {
	border-top: thin solid #000000;
	width: 80%;
}
#shift1{	
	padding-left: 64%;
}
#shift2 {
	padding-left: 50%;
}

/****** Description styles *****/
#content_supp { padding: 0; }
#d1 {
	height:200px;
	width: 130px;
	visibility:hidden;
}
#d2 {
	height: 200px;
	width: 130px;
}
#descriptions {
	text-align: left;
	padding: 10px;
	margin-top: 50px;
	line-height: 1.1;
}
#scriptmenu p { 
	line-height: 2;
	padding-left: 50px;}
	
/***** Articles *****/
body#article #content_main {
	margin:0;
	padding:20px 50px;
	border-right: 60px solid #006699;
	border-left: 60px solid #006699;
}
.smit {
	font-size: 85%;
	font-style: italic;
	line-height: normal;
	padding: 25px 25px 0 25px;
}
.author {
	font: bold italic 75% Arial, Helvetica, sans-serif;
	padding-left: 10px;
	color:#666666;
}
table{
	width: 90%;
	border: thin solid #CCCCCC;
	border-collapse: collapse;
	margin: 0 5%;
}
table td {
	width: 50%;
	border: thin solid #CCCCCC;
	padding: 3px;
	vertical-align: top;	
}
/* end css */
