

body{

	background-color: #cccccc;

	margin: 0px; 

	padding: 0px;

	font-family: arial,helvetica;

	color: #333333;	

	font-size: 12px;

}





table,tr,td{

	font-family: arial,helvetica;

	color: #000000;

}



#content{

	margin: 0px auto;

	width: 768px;

}

.bodylink{
    color: #ffffff;
    text-decoration: underline;
}

.bodylink:hover{
    color: #ffcc00;
    text-decoration: underline;
}

#content_pages{

	width: 728px;

	height: 460px;

	background-color: #ffffff;

	padding: 20px;

	margin: 0px;

}



#content_pages_scroll{

	width: 728px;

	height: 460px;

	background-color: #ffffff;

	padding: 20px;

	margin: 0px;

	overflow: auto;

}



.pagetitle{

	color: #0093dd;

	font-size: 18px;

}



.subtitle{

	color: #666666;

	font-size: 14px;

	font-weight: bold;

	padding-left: 20px;

	background-color: #cccccc;

	width: 93%;

	border-bottom: 1px solid #666666;

}



.page_subtitle{

	color: #666666;

	font-size: 14px;

	font-weight: bold;

}

/*----  HEADER CSS -----*/

#hdr{

	background-color: #ffffff;

	width: 768px;

	height: 126px;

	margin: 0px;

	padding: 0px;

	border: 0px;

}



#hdrcontact{

	font-size: 12px;

	color: #666666;

	line-height: 12px;

	text-align: right;

	padding: 16px;

	width: 300px;

	float: right;

}



#hdrlogo{	

	width: 181px;	

	height: 122px;

	float: left;

	padding-left: 20px;

}









/*----  HOMEPAGE CSS -----*/



#hometop{
	width: 768px;
	height: 310px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #80c9ee;
}

.homeBottomRoll{
    border: 1px solid #ffffff;
    height: 78px;
    width: 78px;
}

.homeBottomRoll:hover{
    border: 1px solid #ffcc00;
}


#homebottom{
	width: 768px;
	height: 431px;
}

#home_cell1_bg{
    background-image: url('/crc_images/home_design1.gif');
    height: 230px;
    width: 247px;
    padding: 0px;
    margin: 0px;
}

#home_cell2_bg{
    background-image: url('/crc_images/home_design2.gif');
    height: 190px;
    width: 247px;
    padding: 0px;
    margin: 0px;
}

#homebottom_left{
	width: 513px;
	height: 431px;
	background-color: #000000;
	float: left;
}

#homebottom_right{
	width: 247px;
	height: 427px;
	background-color: #000000;
	float: right;
	padding: 4px;
}

.whitelink{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.viewmore{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



.viewmore:hover{
	color: #ffcc00;
}







/*----  FOOTER CSS -----*/

#footer{
	color: #666666;
	width: 748px;
	padding: 10px;
	font-size: 11px;
	background-color: #ffffff;
	text-align: center;
	border-top: 4px solid #dddddd;
}



/*----  DROP MENU CSS -----*/





.toplink-home{

	color: #ffffff;

	font-size: 12px;

	font-weight: bold;

	text-decoration: none;

	padding-right: 20px;

}



.toplink-home:hover{

	color: #ffcc00;

}



#menu{

	background-color: #0093dd;

	width: 768px;

	height: 36px;

	text-align: left;

	margin: 0px;

}



#topnav {

    list-style: none;

	margin: 0px;

	padding-top: 8px;

	width: 470px;

	float: right;

	position: relative;

}



#topnav li { 

	float:left;

	position: relative;

}  

  

li:hover ul, li.over ul {

	display: block;

}

.dropmenu{

    border: 1px solid #333333;

    background-color: #0093dd;

	float: left;	

	margin: 0px;

	padding: 10px;	

	display: none;

	position: absolute;

	top: 1.1em;

	left: 0;

	width: 180px;

}



.dropmenuli{

	display: block;

	width: 170px;	

}





.droplink{

	color: #ffffff;

	font-size: 12px;

	font-weight: bold;

	text-decoration: none;

	padding: 0px;

	margin: 0px;

}





.droplink:hover{

	color: #ffcc00;

}



















/*----  HIGHSLIDE CSS -----*/



.highslide {

	cursor: url(js/graphics/zoomin.cur), pointer;

    outline: none;

}

.highslide img {

	border: 2px solid gray;

}

.highslide:hover img {

	border: 2px solid #dd0000;

}



.highslide-image {

    border: 2px solid white;

}

.highslide-image-blur {

}

.highslide-caption {

    display: none;

    

    border: 2px solid white;

    border-top: none;

    font-family: Verdana, Helvetica;

    font-size: 10pt;

    padding: 5px;

    background-color: white;

}

.highslide-display-block {

    display: block;

}

.highslide-display-none {

    display: none;

}

.highslide-loading {

    display: block;

	color: white;

	font-size: 9px;

	font-weight: bold;

	text-transform: uppercase;

    text-decoration: none;

	padding: 3px;

	border-top: 1px solid white;

	border-bottom: 1px solid white;

    background-color: black;

    /*

    padding-left: 22px;

    background-image: url(js/graphics/loader.gif);

    background-repeat: no-repeat;

    background-position: 3px 1px;

    */

}

a.highslide-credits,

a.highslide-credits i {

    padding: 2px;

    color: silver;

    text-decoration: none;

	font-size: 10px;

}

a.highslide-credits:hover,

a.highslide-credits:hover i {

    color: white;

    background-color: gray;

}













