@charset "UTF-8";
/* CSS Document */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	background-image:url(15Renewal/images/husky-eyes.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0;
	padding: 20px 0;
	color: #fff;
}

a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: underline;
	
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	}


a:link, a:visited {
	opacity:0.90;
	filter:alpha(opacity=90);
}

a:hover, a:active, a:focus { 
	opacity:1.0;
	filter:alpha(opacity=100);
}


/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto;
}


.header {
padding-top:0px;
height:60px;
}



.sidebar1 {
	float: left;
	padding:10px 10px 0 0;
}


.sidebar2 {
	float: right;
	padding:10px 0 0 10px;
	
}

.content {
	float:left;
	margin-top:10px;
}

.intcon {
	color:#000;
	float:left;
	margin:10px auto;
	padding:10px;
	background-color:#dbcead;
	width:690px;
	height:2000px;
	display:inline-block;
	font-size: 14px;
}


.hero {
	width:460px;
	height:350px;
}

.sidebox {
	width:240px;
	height:170px;	
}

.linkbox {
	width:210px;
	height:140px;
	float:left;
	margin-left:10px;
	padding:10px;
	border:solid 1px #333;
	background-image:url(images/black_linen_v2.gif);
}

.linkbox:first-child {
	margin-left:0;	
}


.linkbox  a:link, a:visited {
opacity:0.8;
	filter:alpha(opacity=80);
}

.linkbox a:hover, a:active, a:focus { 
	opacity:1.0;
	filter:alpha(opacity=100);
}

/* ~~ The footer styles ~~ */
.linkbar {
	margin: 30px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}

/* ~~ Button ~~ */

.purplebtn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.95, #363c74), color-stop(1, #24284c) );
	background:-moz-linear-gradient( center top, #363c74 95%, #24284c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#363c74', endColorstr='#24284c');
	background-color:#363c74;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #24284c;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0.5px 0.5px 0px #707070;
}

.purplebtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.25, #363c74), color-stop(1, #24284c) );
	background:-moz-linear-gradient( center top, #363c74 25%, #24284c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#363c74', endColorstr='#24284c');
	background-color:#363c74;
}

.purplebtn:active {
	position:relative;
	top:1px;
}


/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.headline {
	font-size: 1.5em;
	font-weight: bold;
	color: #363c74;
}



/* ~~ CBS FOOTER STYLES ~~ */

#footer-wrap-temp a:link { font: 11px Arial, Verdana, Helvetica, sans-serif; color: #FFFFFF !important; }
    #footer-wrap-temp a:visited { font: 12px Arial, Verdana, Helvetica, sans-serif; color: #FFFFFF !important; }
    #footer-wrap-temp a:hover { color: #FFFFFF !important; }
    
    #footer-wrap-temp { font: 11px Arial, Verdana, Helvetica, sans-serif; color: #FFFFFF !important; }