/* --------------------  general  -------------------- */
#homeContainer {
	display: inline;
	width: 988px;
	background-color: #222222;
	margin-top: 
}
#outer {
	background-color: #222222;
}
#outer #footer {
	background-color: #f8f8f8;
}


/* --------------------  rows  ----------------------- */
#homeRow1 {
	float: left;
	display: inline;
	position: relative;
	margin-bottom: 11px;
}
#homeRow2 {
	float: left;
	margin-bottom: 11px;
}
#homeRow3 {
	float: left;
	display: inline;
	position: relative;
}


/* --------------------  one  ------------------------ */
#one {
	float: left;
	width: 155px;
	height: 333px;
	margin: 24px 0 0 24px;
}
#one h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #f26315;
	padding: 0;
	margin: 4px 0 7px 0;
	border-right: 4px solid #fa9f1d;
}
h2 #message {
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #fa9f1d;
}
#one p {
	font-size: 13px;
	margin: 5px 0 7px 0;
	color: white;
}
#one a:link, #one a:visited {
	color: #4090e0;
	text-decoration: none;
}
#one a:hover, #one a:focus, #one a:active {
	color: #ffdd77;
	text-decoration: underline;
}
img.socialmedia {
	margin-right: 3px;
}

/* --------------------  two  ------------------------ */
/* old slideshow style
#two {
	float: left;
	width: 762px;
	height: 333px;
	margin: 10px 0 0 13px;
}
*/



#two {
	float: left;
	width: 762px;
	height: 333px;
	margin: 24px 0 0 24px;
}

#container {
	width:762px;
	position:relative;
	z-index:0;
}

#example {
	width:762px;
	height:333px;
}



#slides {
	position:absolute;
	z-index:100;
}


.slides_container {
	width:762px;
	height:333px;
	overflow:hidden;
	position:relative;
	display:none;
}


.slides_container a {
	width:761px;
	height:333px;
	display:block;
}


#slides .next,#slides .prev {
	position:absolute;
	top:145px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:738px;
}


ul.pagination{
        position:absolute;
        top:300px;
        left:555px;
        z-index:600;
}

ul.pagination li{
        display: inline;
        list-style-type: none;
        
}


ul.pagination li a{

    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    display: block;
    float: left;
    height: 8px;
    margin: 5px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 8px;
}

ul.pagination li.current a{
   background-color:#006699;
   color:#006699;
}

.caption {
	z-index:500;
	position:absolute;
	bottom:0;
	left:0;
	height:30px;
	padding: 5px 10px 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:762px;
	font-size:1em;
        font-weight:normal;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
}


.caption a{

display: inline;
color:#fff;
text-decoration:underline;
}





/* --------------------  three  ------------------------ */
#three {
	float: left;
	width: 542px;
	height: 161px;
	margin: 13px 0 0 14px;
}


/* --------------------  four  ------------------------ */
#four {
	float: left;
	width: 404px;
	height: 165px;
	margin: 8px 0 0 4px;
}
#four #wordArt div {
	float: left;
	font-size: 13px;
	font-weight: bold;
}
#wordArt a:link, #wordArt a:visited {
	display: block;
	padding: 2px 6px;
	text-decoration: none;
}
#wordArt a:hover, #wordArt a:focus, #wordArt a:active{
	text-decoration: underline;
}
#wordArt .white  a:link,  #wordArt .white  a:visited				{ color: #ffffff; }
#wordArt .white  a:hover, #wordArt .white  a:focus,   #wordArt .white  a:active	{ color: #aa77bb; }
#wordArt .red    a:link,  #wordArt .red    a:visited				{ color: #ee4411; }
#wordArt .red    a:hover, #wordArt .red    a:focus,   #wordArt .red    a:active	{ color: #aaffbb; }
#wordArt .orange a:link,  #wordArt .orange a:visited				{ color: #f99f11; }
#wordArt .orange a:hover, #wordArt .orange a:focus,   #wordArt .orange a:active	{ color: #bbddff; }
#wordArt .blue   a:link,  #wordArt .blue   a:visited				{ color: #4090e0; }
#wordArt .blue   a:hover, #wordArt .blue   a:focus,   #wordArt .blue   a:active	{ color: #ffdd77; }


/* --------------------  five  ------------------------ */
#five {
	float: left;
	width: 182px;
	margin: 4px 0 0 24px;
	height: 230px;
	overflow: hidden;
}
.social-connections h3 {
	color: #e2c430;
	text-transform: none;
}
.social-connections ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social-connections ul li {
	padding: 9px;
}
.social-connections ul li img {
	float: left;
	margin-top: 2px;
}
.social-connections ul li .message {
	margin-left: 25px;
	color: #E2C430;
	font-size: 0.8em;
}
.social-connections ul li .message h4 {
	color: #4dd6fa;
	text-transform: none;
}


/* --------------------  six  ------------------------ */
#six {
	float: left;
	width: 334px;
	height: 50px;
	margin: 10px 0px 0 13px;
}
#six h2 {
	float: left;
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #f26315;
}
#six h2 span.em {
	color: white;
}
#six #formContainer {
	float: left;
	padding: 8px 0px 0 0px;
}
#six input {
	width: 120px;
	padding-right: 10px;
	border: 0;
	background-color: #aaaaaa;
	color: #333333;
}
#six label {
	width: 1px;
	position: absolute;
	left: -9999px;
}
#six a:link, #six a:visited {
	color: #4090e0;
        text-decoration: none;
}
#six a:hover, #six a:focus, #six a:active {
	color: #ffdd77;
	text-decoration: underline;
}


/* --------------------  seven  ------------------------ */
#seven {
	float: left;
	width: 383px;
	height: 50px;
	margin: 10px 0 0 14px;
	font-size: 1em;
	font-weight: bold;   
}
#seven img {
	float: left;
	padding: 0 10px 0 0;
}
#seven p {
	font-size: 1.1em;
	font-weight: bold;   
}
#seven a:link, #seven a:visited {
	color:#fff;
}
#seven a:hover, #seven a:focus, #seven a:active {
	color: #ffdd77;
	text-decoration: underline;
}


/* --------------------  eight  ------------------------ */
#eight {
	float: left;
	width: 762px;
	height: 132px;
	margin: 15px 0 0 4px;
}