/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
}
/*
#top_white
- is empty - layout
*/
#top_white {
	width: 883px;
	height: 10px;
	padding: 0px;
	margin-top: 0px;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 5px;
	color: #ffffff;
}
/*
#t_bar 
- is empty - layout
*/
#t_bar {
	background-image: url(images/t_bar.gif);
	background-repeat: repeat;
	float: left;
	height: 45px;
	width: 883px;
	/*width: 100%;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#wh_head {
	float: left;
	height: 70px;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 883px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 17px;
}
#nav {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#nav td {
	padding: 1px 5px;
}
/*-------------------*/
#nav a {
	/*display: block;*/
	color: #993333;
	padding: 3px 3px 1px;
	/*border: 1px solid #FFFFFF;*/
}

#nav a:link {
	text-decoration: none;
	color: #5F0023;
	/*border: 1px solid #FFFFFF;*/
}

#nav a:visited {
	text-decoration: none;
	color: #5F0023;
	/*border: 1px solid #FFFFFF;*/
}

#nav a:hover {
	color: #FF6633;
	/*border: 1px solid #FF6633;*/
}
#nav a:active {
	color: #FF6633;
	/*border: 1px solid #CCCCCC;*/
}

#nav .on a {
	color: #FF6633;
	/*border: 1px solid #FF6633;*/
}
#nav .on a:visited {
	color: #FF6633;
	/*border: 1px solid #FF6633;*/
}

/*-------------------*/
#footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat;
	height: 45px;
	width: 100%;
	margin-top: 5px;
	padding: 0px;
	float: left;
	border: 1px solid #CCCCCC;
}
#footer p {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}

#bottom_wrapper {
	height: 40px;
	width: 100%;
	margin-top: 0px;
	padding: 0px;
	float: left;
}

#bottom_menu {
	float: left;
	font-size: 1em;
}
#bottom_copyright {
	float: right;
	padding-top: 2px;
	font-size: 0.9em;
}

#bottom_wrapper p, #bottom_wrapper a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5F0023;
	text-decoration: none;
}

#bottom_wrapper a:hover {
	color: #FF6633;
}

#bottom_menu .on a {
	color: #FF6633;
}

#bottom_menu a {
	padding: 0px 3px 1px 3px;
}

#bottom_menu td {
	padding: 1px 5px;
}

/*---START CONTENT------------------------------*/
/*
#cont_wrapper
-- holds nested structure
*/
#cont_wrapper {
	float: left;
	height: 400px;
	width: 883px;
	/*width: 100%;*/
	background-image: url(images/mid.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	/*padding-top: 17px;*/
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
/*
#cont_wrapper   nest structure 
-- #cont_wh_l
	-- #cont_wh_l_txt  h1, p
	-- #cont_wh_l_fr  img
	
-- #cont_wh_r
	-- #cont_wh_r_img_holder  2 col table
*/
#cont_wh_l {
	background-color: #FFFFFF;
	height: 382px;
	width: 643px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-right: 40px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top:17px;
	
}
#cont_wh_l a { 
	color:#000000;
	text-decoration: none;
}
#cont_wh_l a:visited { 
	color:#000000;
	text-decoration: none;
}
#cont_wh_l a:hover { 
	color:#000000;
	text-decoration: underline;
}
/*--------------*/
#cont_wh_l_fr {
	height: 348px;
	width: 346px;
	margin-top: 17px;
	margin-bottom: 0px;
	float: left;
	border: 1px solid #CCCCCC;
}
#cont_wh_l_fr img {
	margin-left: 11px;
	margin-top: 12px;	
}
#cont_wh_l_txt {
	width: 235px;
	float: left;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 25px;
}

#cont_wh_l h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	margin-bottom: 13px;
	margin-top: 0px;
	letter-spacing: 0.3em;
}
#cont_wh_l_txt h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #8C8C8C;
	margin-bottom: 10px;
	margin-top: 0px;
	letter-spacing: .1em;
	line-height: 1.2em;
	font-weight: normal;
}
#cont_wh_l_txt p, #cont_wh_l_txt ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #8C8C8C;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: .1em;
}

#cont_wh_l_txt ul {
	margin-left: 12px;
	padding-left: 0px
}

#cont_wh_l_txt_links {
	padding-left: 20px;
}
/*------------------------*/

#cont_wh_r {
	background-color: #FFFFFF;
	height: 382px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-top:17px;
	
}

#cont_wh_r h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #8C8C8C;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: .1em;
	line-height: 1.2em;
	font-weight: normal;
}

#cont_wh_r_img_holder {
	width: 108px;
	margin-top: 40px;
	margin-left: 35px;
}

#cont_wh_r_img_holder .subnav {
	font-size: 0.8em;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;/*------*/
	margin-left: 0px;
}
#cont_wh_r_img_holder .subnav td {
	margin-bottom: 0px;
	padding: 0px;
}

#cont_wh_r_img_holder .subnav a {
	/*display: block;*/
	color: #993333;
	border: 1px solid #ffffff;
	margin-bottom: 0px;
	text-decoration: none;
	padding: 2px;
	/*height: auto;
	width: auto;
	padding: 1px;*/
}
#cont_wh_r_img_holder .subnav a:link {
	/*/display: block;*/
	color: #993333;
	/*border: 1px solid #ffffff;*/
}
#cont_wh_r_img_holder .subnav a:visited {
	/*border: 1px solid #ffffff;*/
}

#cont_wh_r_img_holder .subnav a:hover {
	color: #FF6633;
	/*border: 1px solid #FF6633;*/	
}
#cont_wh_r_img_holder .subnav a:active {
	color: #FF6633;
	/*border: 1px solid #cccccc;*/	
}

#cont_wh_r_img_holder .subnav_on a {
	color: #FF6633;
	/*border: 1px solid #FF6633;*/
}
#cont_wh_r_img_holder .subnav_on a:visited {
	color: #FF6633;
	/*border: 1px solid #FF6633;*/
}
#cont_wh_r_img_holder .subnav_on a:hover {
	color: #FF6633;
	/*border: 1px solid #FF6633;*/
}
/*---------------------*/
/*table formatting*/
#cont_wh_r_img_holder td {
	padding-right: 10px;
	padding-bottom: 10px;
}
#cont_wh_r_img_holder .no_pad {
	padding-right: 0px;
}
#cont_wh_r_img_holder .no_pad_on {
	padding-right: 0px;
}
/*---------------------*/
/*image formatting
#cont_wh_r_img_holder .no_pad_on img {
	border: 1px solid #FF6633;
}
#cont_wh_r_img_holder .on img {
	border: 1px solid #FF6633;
}
*/
#cont_wh_r_img_holder img {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
/*---------------------*/

/*
#cont_wh_r_img_holder default image link formatting
*/
#cont_wh_r_img_holder a img {
	border: 1px solid #CCCCCC;
}
/*#cont_wh_r_img_holder a:visited img {
	border: 1px solid #CCCCCC;
}
*/
#cont_wh_r_img_holder a:link img {
	border: 1px solid #CCCCCC;
}                
#cont_wh_r_img_holder a:hover img {
	border: 1px solid #FF6633;
}

/*
#cont_wh_r_img_holder "on" classes image link formatting
*/
#cont_wh_r_img_holder .on a img {
	border: 1px solid #FF6633;
}

#cont_wh_r_img_holder .no_pad_on a img {
	border: 1px solid #FF6633;
}
/*---------------------
.media
- applied to div only in "media" page 
*/
#media  {
	margin-top: 20px;
}
#media table {
	width: 100%;
}
#media td {
	text-align: left;
	width: 25%;
	padding-top: 5px;
}
#media .image {
	text-align: center;
}
#media .image img {
	border: 1px solid #cccccc;
	padding: 3px;
}
#media p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 8px;
	line-height: 1.2em;
	letter-spacing: .1em;
}

/*
#media .image
- .image is a class applied to a td in #media > table > td class="image"
*/

#media .image a img {
	border: 1px solid #CCCCCC;
}
/*#cont_wh_r_img_holder a:visited img {
	border: 1px solid #CCCCCC;
}
*/
#media .image a:link img {
	border: 1px solid #CCCCCC;
}                
#media .image a:hover img {
	border: 1px solid #FF6633;
}

/*MEDIA POP UP PAGES*/
#popWrapper {
	width: 560px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#popWrapperBig {
	width: 573px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#popWrapperBigGer {
	width: 610px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#bigImage {
	margin: 5px;
}
#functionBoxRight {
	float:right;
	margin-right: 30px;
	padding: 3px;
	width: 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background-color: #FF9900;
	font-weight: bold;
}
#functionBoxRight a {
	color:#FFFFFF;
	text-decoration: none;
}
#functionBoxRight a:hover {
	color: #FF0000;
}

#functionBoxLeft {
	float: left;
	margin-left: 30px;
	padding: 3px;
	width: 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	background-color: #FF9900;
	font-weight: bold;
}
#functionBoxLeft a {
	color:#FFFFFF;
	text-decoration: none;
}
#functionBoxLeft a:hover {
	color: #FF0000;
}
#spacer {
	height: 10px;
	width: 100%;
	float: right;
}
