
body {
	margin: 0;
	background-color: #EDE8C4;
}

.clear {
	clear: both;
}

img {
    border: 0;
}

#homecontainer {
	width: 1052px;
	height: auto;
	margin: 0 auto;
	background: url(gfx/homepage/background-shadow.jpg) repeat-y top center;
}

#homecontainer-wrap {
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

.home-mid-wrap {
    float: left;
    width: 1024px;
    height: auto;
    background:url(gfx/homepage/home-middle-bg.jpg) repeat-y top center;
    border-bottom: 1px solid #A41C1F;
}

#home-slides {
	width: 	743px;
	height: auto;
	float: left;
}

#home-heroes {
    width: 386px;
    height: 230px;
    float: left;
	overflow: hidden;
}

.home-hero {
    width: 386px;
    height: 230px;
    float: left;
}

#home-stories {
	width: 357px;
	height: 230px;
	float: left;
	overflow: hidden;
}

.home-story {
	width: 357px;
	height: 230px;
	float: left;
	margin: 0;
	padding: 0;
}

.home-story h1 {
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 12px 10px;
}

.home-story p {
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    font-size: 12px;
    margin: 0 12px 12px 12px;
}

.home-story p a {
    text-decoration: none;
    color: #ccc;
}

.home-story p a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.home-news {
	width: 281px;
	height: auto;
	float: left;
}

.home-news h1 {
    font-family: Verdana, Geneva, sans-serif;
    color: #4F0B7B;
    font-size: 20px;
    font-weight: normal;
    margin: 12px 10px;
}

.home-btm-wrap {
    float: left;
    width: 1024px;
    margin: 15px 0;
    height: auto;
    background: #fff url(gfx/homepage/home-btm-bg.jpg) repeat-y top center;
}


.home-btm-wrap h1 {
    font-family: Verdana, Geneva, sans-serif;
    color: #4F0B7B;
    font-size: 20px;
    font-weight: normal;
    margin: 12px 25px;
}

.home-btm-wrap .quicklinks {
	width: 252px;
	height: auto;
	float: left;
}

.home-btm-wrap .quicklinks li {
    list-style-image: url(gfx/homepage/quicklinks-arrow.jpg);
    line-height: 20px;
}

.home-btm-wrap .quicklinks a {
    font-family: Verdana, Geneva, sans-serif;
    color: #4F0B7B;
    font-size: 13px;
    text-decoration: none;
    display: block;
    width: 190px;
    padding: 2px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: none;
}

.home-btm-wrap .quicklinks a:hover {
    background: #4F0B7B;
    color: #fff;
}

.home-btm-wrap .quicklinks a:active {
    color: #4F0B7B;
    background: none;
}

.home-btm-wrap .ceo-message {
	width: 452px; 
	height: auto;
	float: left;
        margin: 0 20px;
}

.home-btm-wrap .ceo-message h1 {
    margin: 12px 0;
}

.home-btm-wrap .ceo-message hr {
    border: 0;
    height: 1px;
    width: 452px;
    background: #999;
	display: inline-block;
}

.home-btm-wrap .ceo-message p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
	line-height: 16px;
}

.home-btm-wrap .ceo-message p.intro {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
	line-height: 14px;
    color: #333;
}

.home-btm-wrap .social {
	width: 240px;
	height: auto;
	float: left;	
	padding-top: 10px;
}

.home-btm-wrap .social p.facebook img {
	width: 49px;
	height: 48px;
    float: left;
    margin: -10px 20px;
	position: relative;
	clear: both;
}


.home-btm-wrap .social p.facebook a {
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    color: #4F0B7B;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}

.home-btm-wrap .social p.facebook a:hover {
    color: #D47600;
}

.home-btm-wrap .social p.twitter img {
	width: 49px;
	height: 48px;
    float: left;
    margin: -10px 20px;
	position: relative;
	clear: both;
}


.home-btm-wrap .social p.twitter a {
    float: left;
    margin: 40px 0 30px 0;
    font-family: Verdana, Geneva, sans-serif;
    color: #4F0B7B;
    font-size: 20px;
    text-decoration: none;
    outline: none;
}

.home-btm-wrap .social p.twitter a:hover {
    color: #D47600;
}

/*
.home-btm-wrap .social p.news-award {
  text-align: center;
}
*/


.home-btm-wrap .social div.news-callout {
	width: 230px;
	height: auto;
	float: left;
	margin: 5px 20px 15px 20px;
	border-top: 1px solid #999;
	padding-top: 15px;
}

.home-btm-wrap .social div.news-callout .video {
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
}

.home-btm-wrap .social div.news-callout p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}

.home-btm-wrap .social div.news-callout p.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin: 2px 0;
}

.home-btm-wrap .social div.news-callout p a {
	text-decoration: none;
    color: #4F0B7B;
}

.home-btm-wrap .social div.news-callout p a:hover {
    color: #D47600;
}

.home-btm-wrap .social div.news-callout p.header {
	color: #4F0B7B;
        font-size: 15px;
}


#home-logo {
    width: 233px;
    height: 65px;
    float: left;
    margin: 8px 40px;
}

#home-search {
    width: 330px;
    height: auto;
    float: right;
    margin: 25px 0;
}

#home-search p {
    float: left;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    margin: 0px 10px;
}

#home-nav {
    width: 1024px;
    height: auto;
    float: left;
    border-top: 4px solid #A41C1F;
    border-bottom: 1px solid #A41C1F;
}

#secContainer {
	width: 750px;
	height: auto;
}

#home-header {
	width: 1024px;
	height: 128px;
	background: #4F0B7B;
}

#home-footer {
	width: 1052px;
	height: auto;
	margin: 0 auto;
	background: url(gfx/homepage/background-shadow.jpg) repeat-y top center;
}

#home-footer-wrap {
	width: 1024px;
	height: auto;
	background: #4F0B7B;
	margin: 0 0 0 14px;
	_margin: 0 0 0 7px;
	float: left;
}

#footer {
	width: 749px;
	height: auto;
	margin: 0 auto;
}

#home-footer p {
    margin: 15px 20px;
}

#home-footer a, #footer a {
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#home-footer a:hover, #footer a:hover {
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.bottom-footer {
	width: 1052px;
	height: 14px;
	background: url(gfx/homepage/bottom-footer-bg.jpg) no-repeat top center;
	margin: 0 auto;
}

#homecontent {
	margin: 10px;
}

#secContent {
	margin: 10px;
}

.secFooter {
	margin-left: 20px;
}

.secRightCol {
	width: 274px;
	height: auto;
	float: left;
	background: #fff;
}

form {
	margin: 0;
	padding: 0;
}

#long {
	width: 475px;
	height: auto;
	margin: 0 0 0 15px;
        float: left;
}

.myStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}
.myStyleradio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.myStyleserum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.myStylelevel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.myinputlevel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
.asc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding-right: 15px;
}
.education {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 20px;
}
.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.HeaderSubSection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.smallbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.bodyBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
}
.bodyLGR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.education {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
}
.educationDarker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
}
.bodyBlueLGR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003366;
}
.learnmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AA1D18;
}

#puppy {
	float: left;
	margin: 10px 10px 10px 0px;
	width: 266px;
}

#ckd_content {
	width: 565px;
	height: auto;
	margin: 10px;
}

#line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 525px;
	margin: 0;
}

bullet1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; list-style-position: outside; list-style-type: circle; } 

.social_icons { margin: 5px; border: none; }

.searchResultsContainer {
	width: 100%;
	margin-left: 5px;
}

.searchResult {
	border: 0px;
	width: 100%;
	margin-bottom: 10px;
}

.searchResultSpaced {
	border: 0px;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 35px;
}

.searchResultTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: blue;
}

.searchResultsDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.searchResultsLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
}

.searchResultsPagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.searchResultsInfo {
	width: 100%;
	background-color: #d1d1d1;
}

.searchResultsInfoText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.searchResultsMimeType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

input.search-type {
	background: url(gfx/homepage/search-left-bg.gif) no-repeat;
	border: 0;
	outline: none;
	width: 204px;
	height: 23px;
	float: left;
	padding: 0 5px;   
}    

#home-search input.search-btn {
	float: left;
	background: url(gfx/homepage/search-right-btn.gif) no-repeat;
	width: 25px;
	height: 23px;
	cursor: pointer;
	margin-left: -10px;
	border: 0;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	display:block;
	line-height: 0;
}

/* Added By Ly*/
table.ceo_msg_list td {
	padding-right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

table.ceo_msg_list td strong {
	font-size: 10px;	
}

