@charset "utf-8";
/* SOUTHWEST COORDINATION CENTER WEBSITE - CSS PAGE */

/*  BASIC PAGE LAYOUT INFO */
body {
	font-family: Arial, Helvetica, sans;
	background: #dce6ee;
	margin: 0 auto 25px auto;
    -webkit-text-size-adjust: none;
}

a:link, a:visited, a:active		{ color: #2B4D67;	xxtext-decoration: none; }
a:hover {color: red; text-decoration: underline; }

a.content:link { color: #006E97; text-decoration: none }
a.content:active { color: #006E97; text-decoration: none }
a.content:visited { color: #006E97; text-decoration: none }
a.content:hover { color: red; text-decoration: underline }

/* <---- FONT STYLES ---- > */
.style2 {color: #0000ff }
.style3 {color: #0000ff; font-weight: bold }
.style4 {color: #006E97; font-size:10px }
.style5 {font-weight: bold }
.style6 {color:#000000; font-size: 10px }
.style7 {color:#FFFFFF; font-weight: bold }
.style8 {color:#FFFFFF; font-size: 7px }
.style10 {color: #ff0000 }
.style11 {color: #ff0000; font-weight: bold }
.style12 {color: #33667a; font-weight: bold }
.style13 {color: #ffff00; font-weight: bold;	}
.style14 {color:#990000; font-size: 24px; font-weight: bold }
.style15 {color:#990000; font-size: 18px; font-weight: bold }
.style16 {color:#800000 }
.style17 {color:#006666 }
.style18 {color: #0000bb; font-weight: bold }
.style19 {color:#000000; font-size: 11px  }
.style20 {color: #C10909; font-weight: bold;  }
.style21 {color: #ff0000; font-size: 10px }
.style22 {font-weight: bold }
.style23 {color:#000000; font-size: 11px; font-weight:bold  }
.style24 {color:#990000;	}
.style25 {color: #00FF00; font-weight: bold;	}
.style26 {color: #ff9000; font-weight: bold;	}
.style27 {color: #0000ff; font-size:11px }
.style28 {color: #A03636; font-weight: bold; }
.style29 {color: #2A3F5B;	font-weight: bold;	text-decoration: underline;}
.style30 {text-decoration: underline;}
.style31 {color:#990000;	font-size: 14px;	font-weight: bold;	text-decoration: underline;}
.style32 {color:#FF9000;	font-weight: bold;	letter-spacing: .25em;}
.style33 {color:#cccccc;	}
.style34 {color: #ff9900; 	letter-spacing: .20em;	}
.style35 {color:#000000;	font-weight: bold;	letter-spacing: .25em;}
.style36 {color: #C10909;	font-size: 14px;	font-weight: bold;	}
.style37 {color: #37b6ce; font-weight: bold;  }
.style38 {color: #ff0000; font-size: 10px; font-weight: bold; }

/* <---- END FONT SYTES -- */

#container {
	width: 100%;
	margin: 0 auto 25px auto;
	background: transparent;
}

/* BANNER 1*/

#banner1 {
	background: url("../images/banner1.gif") no-repeat left top;
	overflow: hidden;
	margin: 0 0 0 0;
	height: 80px; 
}
* html #wrapper_banner1 { height:1%; }

.banner1_a {
	float: left;
	border: 0px;
	padding-left: 10px;
	xxbackground: url("../images/banner1_a.gif") no-repeat left top;
}
.banner1_c {
	float: right;
	border: 1px;
}

/* BANNER 2 AND HORIZONTAL MENU BAR FROM CSSPLAY*/

#banner2 {
	float: left;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
	xxbackground: url("../images/banner2_menu-bg.gif") repeat-x left top;
	background-color: #60798d;
	text-align: left;
	width: 100%;
	margin: auto auto auto auto;
}
.banner2_right {
	float: right;
	padding: 2px 0 0 0;
	text-align: center;
	background-color: #60798d;
	color: #FFFFFF;
	border: 0px solid #cccccc;
	margin: 0 0 0 0;
	height: 26px;
	width: 30%;
}

#menu {
	text-align:left;
	background: transparent;
	padding-left: 25px;
	width: 65%;
	float: left;
	border: 0px dashed #c00000;
}
#menu ul {display:inline-block; margin:0 auto; padding:0; list-style:none; white-space:nowrap; }
#menu li {display:inline;}
#menu li a {
	display:block;
	margin-top:0px;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:4px 8px 9px 8px;
	xxfont: 12px/22px Arial, Helvetica, sans-serif;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	margin-left: 30px;
}
#menu li a:hover {
	display:block;
	margin-top:0px;
	background: #2197D4;
	color:#fff;
	text-decoration:none;
	xxfont: 16px/22px Arial, Helvetica, sans-serif;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#menu ul li#current a{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #c2dbee;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#subcontainer {
	background-color: #0DBD0D;
	width: 100%;
}



/* LEFTSIDE MENUBAR*/

#menubar {
	float: left;
	xxbackground: url("../images/menubar_bg.gif") repeat-x left top;
	background-color: #2b4d67;
	width: 22%;
	margin: 1% 1% 1% 1%;
	display: inline;
	color: #ffffff;
	border-top:  1px solid #715A0f;
	border-left: 1px solid #715A0f;
	border-right: 1px solid #715A0f;
	border-bottom: 1px solid #715A0f;
	min-height: 1000px;
	}

#menubar h1 {
	margin: 0;
	margin-left: 0px;
	border-top:  0px solid #F8F6F6;
	border-bottom: 0px solid #F8F6F6;
	color: #000;
	background: url("../images/menubar_bg_h1_h2.gif") repeat-x left top;
}
#menubar h1 a {
	display: block;
	color: #000000;
	border-top:  0px solid #F8F6F6;
	border-bottom: 0px solid #F8F6F6;
	padding: 5px 0px 1px 10px;
	font-weight: bold;
	font-size: 12px;
	background: url("../images/menubar_bg_h1_h2.gif") repeat-x left top;
	letter-spacing: .10em;
}
#menubar h1 a:hover  { color: red;	border: 1px solid #F8F6F6;	
	background: url("../images/menubar_bg_h1_h2.gif") repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#menubar h2 {
	display: block;
	border-top:  0px solid #F8F6F6;
	border-bottom: 0px solid #F8F6F6;
	padding: 5px 0px 1px 10px;
	background: url("../images/menubar_bg_h1_h2.gif") repeat-x left top;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	letter-spacing: .10em;
}

#menubar ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0px;
	margin-left: 0px;
}
#menubar ul li { margin: 0 0px 0 10px  } 
#menubar ul li a {
	display: block;
	color: #ffffff;
	border: 0px solid #33667a;
	padding: .2em .8em;
	text-decoration: none;
}
#menubar ul li a:hover  {
	border: 1px dotted #F79A33;
	xxbackground: url("../images/menubar_h7.gif") repeat-x left top;
	background: #c2dbee;
	width: 88%;
	color: #000;
	text-decoration: underline;
}

#menubar ul li#current a{
	width: 90%;
	border-top: 1px solid #ffffff;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	background: #2197D4;
	text-decoration: underline;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.menubar_img {
	text-align: center;
	color: #ffffff;
	vertical-align: bottom;
}

/* *********************** TIER 1 - WRAPPER ************************** */

#tier1_editregion_wrapper {
	float: left;
	margin: 1% 1% 1% 1%;
	border: 1px solid #808080;
	width: 73%;
	background-color: #ffffff;
}

/* *********************** TIER 1 - WRAPPER 1 ************************** */

#tier1_editregion1_wrapper  {
	float: left;
	width: 98%;
	background-color: #ffffff;
	padding: 5px;
	margin: 15px 0 25px 10px;
}

#tier1_editregion1_front_content_1 {
	float: left;
	margin: 0px 5px 0px 0px;
	border: 5px dashed blue;
	color: #333333;
	background-color: #ffffff;
	width: 60%;
 }

#tier1_editregion1_front_left {
	float: left;
	margin: 0px 0px 0px 0px;
	border-left: 1px dashed #656464;
	border-right: 1px dashed #656464;
	border-bottom: 1px dashed #656464;
	color: #333333;
	background-color: #FAE5C9;
	width: 31%;
	min-height: 400px;
	margin-right: 4%;
 }

#tier1_editregion1_front_center {
	float: left;
	margin: 0px 0px 0px 0px;
	border-left: 1px dashed #656464;
	border-right: 1px dashed #656464;
	border-bottom: 1px dashed #656464;
	color: #333333;
	background-color: #FAE5C9;
	width: 31%;
	min-height: 400px;
 }

#tier1_editregion1_front_right {
	float: right;
	margin: 0px 0px 0px 0px;
	border-left: 1px dashed #656464;
	border-right: 1px dashed #656464;
	border-bottom: 1px dashed #656464;
	width: 31%;
	min-height: 400px;
	margin-left: 1%;
	background-color: #FAE5C9;
 }

.tier1_editregion1_front_left_whatup {
	margin-top: 0px;
	border: 1px dashed #656464;
	color: #333333;
	background-color: #FFFFFF;
	width: 95%;
	padding: 5px;
	margin-bottom: 10px;
 }

.tier1_editregion1_front_right_twitter {
	margin-top: 0px;
	border: 1px dashed #656464;
	color: #333333;
	background: url("../images/boxtop_editregion_3_background_content.gif") repeat-x left top;
	background-color: #FFFFFF;
	width: 95%;
	padding: 5px;
	margin-bottom: 10px;
 }

#tier1_editregion2_wrapper  {
	float: left;
	width: 98%;
	background-color: transparent;
	padding: 5px;
	margin: 15px 0 25px 10px;
}

/*  **************************** TIER 2 ****************************************** */

#tier2_editregion_wrapper {
	float: left;
	margin: 1% 1% 1% 1%;
	border: 1px solid #808080;
	width: 73%;
	background-color: #ffffff;
}

#tier2_editregion1_wrapper  {
	float: left;
	width: 98%;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 15px 0 10px 10px;
}

#tier2_editregion2_wrapper  {
	float: left;
	width: 98%;
	background-color: transparent;
	padding: 5px;
	margin: 15px 0 25px 10px;
}

.tier2_column_left {
	float: left;
	border: 0px solid #000000;
	text-align: left;
	width: 50%;
	margin-bottom: 15px;
	background-color:#FFFFFF;
	padding: 0 0 0 7px;
}

.tier2_column_right {
	float: right;
	border: 1px dashed #485D74;
	text-align: left;
	width: 45%;
	margin-right: 2%;
	background-color: #d2d7dc;
	margin-bottom: 15px;
	min-height: 500px;
}

.tier2_editregion3_wrapper  {
	float: left;
	padding: 5px;
	border: 0px solid #c00000;
	width: 99%;
}

.image_ps {float: left; }

/* ----- FRONT PAGE - BLOCKS -------------- */

.block_front_text {
	float: left;
	width: 99%;
	border: 0px dashed #000000;
	padding: 3px;
	margin: 5px;
	text-align: justify;
}

.block_front_header {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #656464;
	border-top: 1px solid #656464;
	color: #000000;
	text-align: center;
	font-weight: bold;
	background-color: #c0c0c0;
 }

.block_front_map {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.block_front_pl {
	width: 100%;
	border: 0px dashed #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}

.block_front_note {
	width: 97%;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	font-size: 12px;
	text-align: justify;
	vertical-align: bottom;
}

.block_front_whatsnew {
	width: 100%;
	border: 0px dashed #000000;
	padding: 0px 0px 0px 0px;
	margin: px 0px 10px 0px;
	background-color: #FAE5C9;
}

.block_front_newsnotes {
	width: 100%;
	margin-top: 0px;
	border: 0px solid #656464;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.block_front_tweets {
	margin-top: 0px;
	border: 0px dashed #656464;
	width: 97%;
	padding: 0px 5px 5px 5px;
}

/* ------------ FRONT PAGE - TWITTER -------------- */
.tweet,
.query {
	font: 90% Arial;
	color: #000000;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		background-color: #2197D4;
		border: 1px solid #000000;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #ffffeb;
			}
		
		.tweet_list .tweet_even {
			color: #ffffff;
			background-color: #1E2A42;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}


/* RANDOM PHOTOS ON FRONT PAGE - TOP*/
#image_top {
	height: 150px;
	width: 200px;
	border: 1px solid #000000;
 }
/* END RANDOM PHOTOS ON FRONT PAGE */

/* RANDOM PHOTOS ON FRONT PAGE */
#image {
	height: 150px;
	width: 200px;
	border: 1px solid #000000;
	text-align: center;
 }
#frontimg {
	height: 150px; 
	}
/* END RANDOM PHOTOS ON FRONT PAGE */

/*  Drop-shadow  */

.out {
  display:block; 
  background:#aaa; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0 0 40px;
  }
.in2 {
  display:block; 
  background:#777; 
  border:1px solid #999; 
  position:relative;
  padding:1px;
  margin:1px;
  }
.in {
  background:#fff; 
  border:1px solid #555; 
  position:relative;
  padding:5px;
  font-weight:normal;
  }
.out_prep {
	display:block;
	background:#fff;
	border:5px solid #fff;
	float: right;
	margin:0 0px 0 0px;
  }
.in_prep2 {
  display:block; 
  background:#777; 
  border:2px solid #999; 
  float: right;
  padding:1px;
  margin:1px;
  }
.in_prep {
  border:1px solid #555; 
  float: right;
  padding:5px;
  ccfont-weight:normal;
	background: #fff url(../images/menubar_h1.gif) repeat-x left top;
  }

.ltin {
  left:5px;
  }
.tpin {
  top:-5px;
  }
.rtin {
  left:-5px;
  }

.narrow {width:8em;}
.normal {width:180px;}
.wide {width:18em;}
.image2 {width:220px; padding:0;}
.image_about_us {
	float: right;
	width:160px;
	padding:0;
	margin-right: 25px;
	border: 1px solid #334455;
}
.image_small {
	float: right;
	width:200px;
	padding:0;
	margin-right: 25px;
	border: 1px solid #334455;
}

#wrap { width: 600px; height: 390px; padding: 0; overflow: hidden; }
#frame { width: 800px; height: 520px; border: 1px solid black; }
#frame { zoom: 0.75; -moz-transform: scale(0.75); -moz-transform-origin: 0 0; }


/* ------------------- FOOTER INFORMATION -------------------------- */

#Footer {
	float: left;
	clear: both;
	width: 100%;
	overflow:auto;
	background-color: #60798d;
	padding: 0px;
	color: #000000;
	font-size:1.0em;
	}

#Footer a {
	color: #ffffff;
	text-decoration: none;
}

#Footer a:hover {
	color: #b7b7b7;
	text-decoration: underline;
}

#FooterIn  {
	width: 90%;
	margin: 10px auto 10px auto;
	color: #ffffff;
}

.FooterInfoLeft {
	float: left;
	width: 45%;
	border: 0px solid #c0c0c0;
}

.FooterInfoMiddle {
	float: left;
	width: 35%;
	border: 0px solid #c0c0c0;
}

.FooterInfoRight {
	float: right;
	width: 20%;
	border: 0px solid #c0c0c0;
}

.FooterImageLeft {
	float: left;
	width: 100px;
	height: 100px;
	border: 0px solid #c0c0c0;
	text-align: center;
}

.FooterInfoLeft ul {
	text-decoration: none;
	list-style:none;
}
.FooterInfoMiddle ul {
	text-decoration: none;
	list-style:none;
}
.FooterInfoRight ul {
	text-decoration: none;
	list-style:none;
}

