@charset "utf-8";
/* CSS Document */
/* Thanks jquery mobile! for the view port code, & the @media code!!! */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;	
	list-style-position: inside;
	list-style-type: circle;
}
h1 {

}
h2 {

}
h3 {

}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 17px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#header {
	color: #FFFFFF;
}
#header-text {
	margin-top: -100px;
	z-index: 1001;
	top: 0px;
	height: 100px;
	font-size: 14px;
}
#header-text h1, #header-text h2{
	margin-top: -100px;
	z-index: 1001;
	top: 0px;
	height: 100px;
	font-size: 14px;
	overflow: hidden;
	visibility: hidden;
	line-height: 14px;
}
#header-images {
	max-width: 1500px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
}
#header-cci {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
} 
#header-cci img {
	display: inline;
	background-position: 90%;
}
#header-cci img#header-img {
	display: none;
	width: 60%;
	max-width: 750px;
}
#header-cci img#header-img2	{
	display: inline;
	width: 82%;
	max-width: 464px;
}
#header-cci img#ccspin-img {
}
#menu {
	display: block;
	background-color:#B5B5B5;
	line-height: 50px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 3px;
}
#menu.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
#pagenav {
	display: none;	
	background-color: #CCCCCC;
	line-height: 50px;
}
#pagenav.pagenavd {
	display: block;	
}
#pagenav ul {	
	margin: 0px;
	padding: 0px;
}
#pagenav ul li {
	display:block;
	list-style-type: none;
}
#pagenav ul li a {
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding-left: 0px;		
	padding-right: 0px;
}
#pagenav > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;	
}
#pagenav ul li:hover {
	background-color: #999999;	
}
#socialmedia {
	width: 100%;
	height: 55px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	line-height: 55px;
	padding-right: 7px;
}
#socialmedia img {
	padding-right: 7px;
}
.border {
	border: 7px solid #CCCCCC;	
}
#mainpagecontent {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
#mainpagecontent a:link {
	color: #000000;
}
#mainpagecontent a:visited {
	color: #000000;
}
#mainpagecontent a:hover {
	color: #000000;
}
#mainpagecontent a:active {
	color: #000000;
}
.mainwidth {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#leftcolumn {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
#maincontent {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
#rightcolumn {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}
.font {
	font-size: 13px;
}

.clearfloat {
	clear: both;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #CCCCCC;
	line-height: 50px;
	color: #999999;
}
#footer #footercopyright {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #E4E4E4;
	color: #000000;
	margin: 0px;
}
#footer #footercopyright p {
	max-width: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-right: 10px;	
	text-align: right;
}


@media all and (min-width: 36em){
	#header-cci img#header-img {
		display: none;
		width: 60%;
		max-width: 750px;
	}
	#header-cci img#header-img2	{
		display: inline;
		width: 90%;
		max-width: 464px;
	}
	#mainpagecontent {
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	#leftcolumn {
		float: left;
		width: 44%;
		min-width: 250px;
		padding: 15px;
	}
	#maincontent {
		float: left;
		width: 44%;
		min-width: 248px;
		padding: 15px;
		border: 1px double #CCCCCC;	
	}
	#rightcolumn {
		float: none;
		clear: both;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		max-width: 600px;
		padding: 15px;
	}
}

@media all and (min-width:50em){
	#header-cci img#header-img {
		display: inline;
		width: 90%;
		max-width: 750px;
	}
	#header-cci img#header-img2	{
		display: none;
		width: 60%;
		max-width: 750px;
	}
	#mainpagecontent {
		width: 90%;
		max-width: 1200px;		
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;	
	}
	#menu {
		display: none;
	}
	#pagenav {
		display: block;
		background-color: #CCCCCC;
		line-height: 50px;
	}
	#pagenav ul {	
	}
	#pagenav ul li {
		display:inline-block;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#pagenav ul li a {
		display: block;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #FFFFFF;
		border-bottom-width: 0px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFF;		
		margin: 0px;
		padding-left: 10px;		
		padding-right: 10px;
	}
	#pagenav > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #FFFFFF;	
	}	
	#pagenav ul li:hover {
		background-color: #999999;	
	}	
	#leftcolumn {
		float: left;
		width: 25%;
		max-width: 300px;
		min-width: 250px;
		padding: 15px;
		background-color: #FFFFFF;			
	}
	#maincontent {
		float: left;
		width: 35%;
		max-width: 600px;
		min-width: 250px;
		padding: 15px;
		background-color: #FFFFFF;		
	}
	#rightcolumn {
		float: left;
		clear: none;
		width: 25%;
		max-width: 300px;
		min-width: 250px;
		padding: 15px;
		background-color: #FFFFFF;			
	}
}
