/* @override 
	http://rockysoft.com/css/rs_styles_home.css
	
*/
/***** New Home Page *****/

.h1-home {
	font-size:4em;
	margin-bottom: 10px;
	color: #000;
}
.h2-home {
	font-size: 2.7em;
	text-align: right;
	color: #000;
}

#topcontent-home {
	padding: 20px;
}
#rotator {
	width: 900px;
	height: 427px;
	background: #13417D;
	padding: 10px;
}

#midcontent-home {
	background: #333;
	padding: 20px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
#midcontent-home h2 {
	color: #fff;
	font-size: 3em;
	font-style: italic;
	text-align: center;
	line-height: 150%;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
#midcontent-home h2 span {
	font-size: 1.2em;
}
#midcontent-home p {
	font-size: 2em;
	color: #CFB625;
	margin-left: 80px;
	font-style: italic;
	padding-bottom: 0;
	letter-spacing: 1px;
	line-height: 120%;
}
#lowercontent-home {
	padding: 20px;
}
#lowercontent-home h2 a,
#lowercontent-home h2 a:link,
#lowercontent-home h2 a:visited  {
	font-family: "adelle-1","adelle-2";
	text-decoration: underline;
}
#lowercontent-home h2 a:hover,
#lowercontent-home h2 a:active {
	text-decoration: none;
}
#lowercontent-home h2 {
	color: #000;
	font-size: 1.8em;
}
#lowercontent-home #left {
	float: left;
	overflow: hidden;
	width: 620px;
	padding-right: 20px;
}
#lowercontent-home #left p {
	margin-left: 10px;
}
#lowercontent-home #right {
	float: right; 
	overflow: hidden;
	width: 280px;
	padding-top: 0;
	margin-top: 0;
}
#lowercontent-home #right .sidebar-module {
	margin: 20px;
}

#lowercontent-home #right .sidebar-announcement {
	text-align:center;
	margin:0 auto;
	width:250px;
	border: 1px solid #aaa;
	padding: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#lowercontent-home #right .sidebar-announcement img {
	width: 250px;
}

#lowercontent-home #right .boxQuote {
	margin-top: 0; 
	margin-bottom:0px;
	padding: 0;
	width: 280px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/quote-after.png) no-repeat #CFB625;
	background-position: 205px bottom;
}
#lowercontent-home #right .boxQuote h2,
#lowercontent-home #right .boxQuote .boxtop {
	background: none;
	padding: 20px 20px 10px 20px;
}
#lowercontent-home #right .boxQuote .block {
	margin: 0 0 30px 20px;
	width: 240px;
	text-indent: 18px;
	padding: 0;
}
#lowercontent-home #right .boxQuote .block p {
	font-family: Georgia, Times New Roman,serif;
	font-weight: normal;
	font-style: italic;
	color: #000;
	padding: 0;
}
#lowercontent-home #right .boxQuote div {
	background: none;
}
#lowercontent-home #right .boxQuote > div {
	padding-bottom: 0px;
	background: url(../images/quote-before.png) no-repeat;
	background-position: 10px 40px;
	width: 280px;
}
#lowercontent-home #right .boxQuote img.endQuote {
	display: none;
}
#lowercontent-home #right p.boxQuoteAfter {
	margin: -30px 0 0 0px;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 15px;
	background-color: #CFB625;
	font-family: Georgia, Times New Roman,serif;
	font-style: italic;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#lowercontent-home .h2-homefooter {
	font-size: 2.3em;
	font-style: italic;
	clear: both;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 40px;
	padding-top: 20px;
}
#slidein-announcement {
}

/* Special Feature Tab */ 
#slidein-announcement {
	display: visible;
	z-index: 10000;
	float: right;
	width: 384px;
	height: 322px;
	top: 25%;
	right: 0 !important;
	position: fixed;
	background: #cfb625;
	margin-right: -45px;
	-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border: 1px solid #333;
}

a#slidein-announcement-tab  {
	float: left;
	margin-right: 15px;
	background: url(/images/specialannouncement.png) top left no-repeat ;
	width: 50px;
	height: 322px;
	display: block;
	text-indent: -9999px;
	outline: none;
	clear: left;
	border-right: 2px solid #fff;
	
}
a#slidein-announcement-tab:hover {
	background: url(/images/specialannouncement.png) top right no-repeat ;
}
#slidein-announcement-text {
	margin:15px;
	margin-top: 0px;
	width: 270px;
	clear: right;
	font-size: px;
	font-weight: bold;
	color: #fff;
	line-height: 150%;
}
#slidein-announcement-text h2 {
	padding-bottom: 10px;
	margin: 0;
	margin-top: 15px;
}
#slidein-announcement-text p {

}
#slidein-announcement-text a {
	font-size: 14px;
	font-style: italic;
}
#slidein-announcement-text img {
	
}

/******* Screenshot Rotator *******/

.main_image {
    width: 619px;
    height: 425px;
    float: left;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
    border-right: 1px solid #333;
}
.main_image h2 {
	font-family: arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 10px;
    padding-bottom: 0px;
    color: #fff;
}
.main_image p {
    font-size: 12px;
    line-height: 170%;
    padding: 10px;
    margin: 0;
    color: #fff;
}
.main_image p a {
	color: #CFB625;
	text-decoration: underline;
}
.main_image p a:hover {
	text-decoration: none;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/

}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(/images/rotator/btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {
	background-position: left bottom;
}

.image_thumb {
    float: left;
    width: 278px;
}
.image_thumb img {
    border: 1px solid #333;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 10px 10px;
    background: #f0f0f0;
    width: 258px;
    height: 63px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #333;
    cursor: default;
}
.image_thumb ul li.active h2 {
	color: #fff;
}
html .image_thumb ul li h2 {
	font-family: arial, sans-serif;
    font-size: 16px;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

.sidebar-tagline {
	font-weight:bold;
	font-size:16px;
	font-family:arial,sans-serif;
	font-style:italic;
}

/***** end New Home Page *****/