@charset "utf-8";
/* CSS Document */
/* Typography Style Sheet for CCI */

/*Global Typography*/
body {
	font:12px/1.5  "Lucida Grande", Verdana, Geneva, sans-serif;
	color:#FFF
}
a {
	color:#fff178;
	text-decoration: none;
	outline:none
}
a:hover {
	color:#B13D17
}
a:focus {
	outline:1px dotted invert
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:175%;
	color:#FFF;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	letter-spacing:-1px
}
h1.bigger {
	font-size:30pt;
	line-height:normal;
	margin:0;
}
h1.interior {
	font-size:300%;
	line-height:20%
}
h2 {
	font-size:175%;
	color:#fff178;
	font-weight:normal;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	line-height:175%;
}
h2.bigger {
	font-size:23pt;
	line-height:auto;
	margin:0;
}
h2.interior {
	font-size:225%;
	line-height:20%
}
h2.orange {
	color:#d18d77;
	font-size:175%;
	line-height:30%;
	font-weight:bold;
}
h3 {
	font-size:165%;
	color:#FFF;
	font-weight:normal;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
}
h4 {
	font-size:115%;
	color:#FFF;
	font-weight:normal;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	margin-top:0;
}
h4.interior {
	font-size:175%;
	color:#FFF5C1;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	font-weight:bold;
}
h5 {
	font-size:150%;
	color:#FFF;
	font-weight:normal;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	margin-bottom:5px;
	line-height:100%
}
h6 {
	font-size:115%;
	color:#000;
	font-weight:bold;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	margin-bottom:5px;
	margin-top:5px;
}
ol {
	list-style:decimal
}
ul {
	list-style:disc;
	list-style-image:none
}
li {
	margin-left:10px;
	margin-bottom:10px
}
p, dl, hr, h1, h2, h3, h4, ol, ul, pre, table, address, fieldset {
	margin-bottom:10px
}
/*Custom Style Typography*/
#navigation a {
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	font-size:150%;
	margin-top:3px
}
#homeContentLeft {
	font-size:8.5pt;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;	
}
#homeContentRight {
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif	
}
#title {
	margin-top:-90px;
	margin-right:80px;
	z-index:1
}
#title h1{
	margin-top:20px
}
#ContentCenter {
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif
}
#ContentCenter a{
	color:#fff178;
}
#ContentCenter a:hover{
	color:#B13D17;
}
#copyright {
	color:#B13D17;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	font-size:90%;
	padding-top:15px;
	text-align:right;
}
#copyright a {
	color:#B13D17;
	border-bottom:1px dotted
}
#copyright a:hover {
	color:#fff178
}
#showcaseGreen ul {
	list-style:disc;
	list-style-image:none
}
#showcaseGreen li {
	margin-left:-10px;
	margin-bottom:0px;
	font-family:"Lucida Grande", Verdana, Geneva, sans-serif;
	font-size:14px;
}


.padding-greenbox a  {color:#154e05;}
.padding-greenbox a:hover {text-decoration:underline;}