@charset "utf-8";
/* CSS Document */

/* Global Variables */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
}
h1{
	font-size: 16px;
	color: purple;
	margin: 6px;
}
h3 {
	color: #993399;
	font-weight: bold;
	font-size: 1.8em;
}
img {
	border: none;
} 

a {
	color: purple;
	text-decoration: none;
	text-weight: bold;
}
a:hover{
	color: #3c1a63;
	text-decoration: underline;
}	

/* IDs */
#intro_mainContainer {
	width: 1003px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	margin-top: 0;
	
}
#intro_header {
	width: 1003px;
	height: 115px;
	text-align: left;
	overflow: hidden;
	background-image: url(../images/intro/intro_header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#intro_headerContent {
	padding-right: 20px;
}
#intro_logo{
	margin-left: 50px;
	margin-top: 21px;
	float: left;
}
#header1_links{
	margin: 85px 51px 0 0;
	padding: 2px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	background-color: #333333;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	border-style:solid;
	border-color: #000000;
	border-width: 2px 0 0 2px;
}
#header1_links a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#header1_links a:hover {
	color: #999999;
	text-decoration: underline;
}

.header1_span{
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
}
#intro_content_outer {
	width: 1003px;
	text-align: center;
	padding-top: 20px;
	background-image: url(../images/intro/intro_footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#intro_content_inner{
	clear: both;

}

#intro_footer a{
	color: #993399;
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
	padding: 0 20px 0 20px;
}
}
#intro_footer a:hover{
	color: #F5D20A;
}
#intro_box_container {
	clear: both;
	margin: 80px 0px 30px 25px;
	border: #333333 solid;
	border-width: 0 0 0 1px;
	height: 190px;
	
	
}
.intro_box {
	float: left;	
	width: 175px;
	border: #333333 solid;
	border-width: 0 1px 0 0;
	text-align: justify;
	padding: 0 7px 7px 7px;
	height: 190px;
}
.inro_box_heading {
	width: 100%;
	height: 20px;
	margin: 0 0 3px 0;
	text-align: center;
	border-width: 0 0 1px 0;
	background-color: #F2F2F2;
	font-weight: bold;
	font-size: 14px;
	color: purple;	
}

#intro_flashContent {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/intro/intro_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	
}
#dropdowns {
	float: right;
	margin-top: 55px;
	margin-right: 30px
}
#intro_nav li{
	display: inline;
}

#whatis_inner {
 	padding: 30px 30px 30px 36px;
	text-align: left;
} 
#secondary_leftpane {
	height: 100%;
	float: left;
}
.secondary_block {
	float: left;
	width: 930px;
	margin-top: 20px;
	padding: 0 0 20px 0;
	border: solid #CCCCCC;
	border-width:  0 0 0 0;
	background-image: url(../images/template/seperator.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% bottom;
}

.bold {
	font-weight: bold;
}
.floatleft {
	display: block;
	float: left;
}
.floatright {
	display: block;
	float: right;
}
.clear {
	clear:both;
}
hr.stretch {
	display: block;
	float: left;
	width: 475px; 
	margin: -0.66em 0;
  	visibility: hidden;
	border: solid #00FF00;
	border-width: 1px;
}
.secondary_content_img {
	margin: 10px 10px 10px 10px;
}
#secondary_rightimg{
	position: absolute;
	float: right;
	top: 0px;
	right: 0px;
	width: 236px;
	margin-top: 11px;
	margin-right: 7px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;

}

/* Format Replacement Content */
#replacementContent {
	width: 860px;
}
.gold {
	color: #FFCC00;
	font-weight: bold;
}

div.floatsam {
	float: right;
	padding : 5px;
	background-color:#993399;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 50px;
}
.purpleText {
	font-weight: bold;
	color: #9d5e9d;
}
.normal {
	font-weight: normal;
	color: #000000;
}

.purple {
	border: medium solid #ffcc00;
	background-color: #9d5e9d;
	background-image: url(replacementImages/bg.jpg);
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px;
	width: 386px;
	height: 115px;
	margin: 8px;
	vertical-align: middle;
}
.floatL {
	float: left;
}
.margins {
	margin: 15px;
}

.floatR {
	float: right;
}

ul {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}

div.floatsamL {
	float: left;
	padding : 5px;
	background-color:#993399;
	margin-top: 8px;
	margin-right: 25px;
	margin-bottom: 8px;
	margin-left: 8px;
}
div.floatsam p {
	text-align : left;
	color: #000000;
	font-family : verdana,arial,helvetica;
	font-size: 10px;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-right : 2px;
	margin-left: 2px;
	background-color:#009900;
	line-height: 110%;
}
.textLeft {
	margin-right: 400px;
}

.bigBold {
	font-size: medium;
	font-weight: bold;
}.DivClm_heading1 {
	font-family: verdana, futura, courier, "gill sans";
	font-size: 15px;
	font-style: normal;
	color: #48256B;
	background-color: #fddd78;
	text-align: center;
	vertical-align: text-top;
	margin: 0px;
	padding: 3px;
	border: thin solid #c09f2e;
	font-weight: bold;
	overflow: visible;
	visibility: visible;
}
.DivClmBody {
	font-family: verdana, futura, courier, "gill sans";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #48256B;
	background-image: url(../images/whatis/homecolumn2_grad.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: text-top;
	margin: 0px;
	padding: 4px;
	border: thin solid #c09f2e;
	overflow: visible;
	visibility: visible;
	background-color: #FFFFFF;
	background-attachment: scroll;
}
