/*
|
| TITLE:	CBS Corporate Master Stylesheet
| DESC:		Global Site-wide Styles
| AUTHOR:	Alex Baillargeon
|			
| EMPLOYED:	PDG Creative, http://www.pdgcreative.com 	
| 
| CREATED:	January 20, 2009
| MODIFIED: 
|
*/

*{
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight:normal;
}

body{
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#222;
}

a { 
	color:#676968;
}

.clear{
	clear:both;
}

div.callout {
	/*margin-bottom:15px;*/
	height: 100%;
}

img {
	border:none;
}

#wrapper{

}

	#headerCont{
		width:100%;
		height:113px;
		background-image:url('../_images/header_bg.gif');
		background-repeat:repeat-x;
	}
	
		#header{
			height:108px;
			width:940px;
			margin:0px auto;
		}
		
			#header h1{
				background:url('../_images/CBS-Corp-Logo.gif') no-repeat;
				width: 168px;
				height: 79px;
				text-indent: -999px; 
				display: block;
				margin-top:10px;
				float: left;
			}
			
				#header h1 a {
					display: block;
					width: 100%;
					height: 100%;
					margin-top: -25px;
				}
				
				
			/*Navigation*/
			#nav{
				width: 560px;
				height: 73px;
				float: left;
				margin-left:17px;
				margin-top: 30px;
			}
				#nav ul{
					list-style-type: none;
					width: 560px;
					height: 73px;
					float: left;
					text-align: center;
					
				}
					#nav ul li{
						width: 74px;
						height: 45px;
						background-image: url('../_images/nav_bg.png');
						float: left;
						position:relative;
						font-weight: bold;
					}
					
					#nav ul li a{
						color: #6f6f6f;
						font-size: 13px;
						text-decoration: none;
						position:absolute;
						padding:0 0 4px 0;
						bottom:0px;
						left:0px;
						width:74px;
						text-align: center;
						line-height:16px;		
					}
						#nav ul li a:hover{
							color:#333333;
						}
/*					
					#nav ul li.current  {
						background-image: url('../_images/nav_active_bg.jpg');
						height:62px;
					}
						#nav ul li.current a {
							color:#DFDFDF;
						}*/

	#footerWrap{
		width:100%;
		background-image:url('../_images/footer_bf.gif');
		background-repeat:repeat-x;
	}
	
		#footerCont{
			width:940px;
			margin:0px auto;
			height:200px;
			padding:21px 0 20px 0;
		}
		
			#footerBar{
				float:left;
				width:400px;
			}
			
				#footerBar p{
					font-size:11px;
					color:#757575;
					float:left;
					width:400px;
					padding:2px 0 0 0;
				}
			
				#footerLinks{
					list-style-type:none;
					float:left;
					width:400px;
					margin-bottom:5px;
				}
				
					#footerLinks li{
						float:left;
						padding:0 3px 0 0;
					}
					
						#footerLinks li a{
							color:#757575;
							font-size:11px;
							display:block;
							padding:1px 4px;
							text-decoration: underline;
						}
						
	#subsearchBox {
		float:left;
	}
		#subsearchBox input {
			border:1px solid #d5d5d5;
			padding:6px 1px 5px 1px;
			font-size:12px;
			width:170px;
		}
			#subsearchBox input.submit {
				width:auto;
				background:#9AAAC3;
				padding:5px 1px 4px 1px;
				border:1px solid #6D829F;
				color:#002E5F;
				cursor:pointer;
			}
			
			#jumpSwitch{
				float:right;
				width:300px;
			}
			
				#jumpSwitch select{
					border:1px solid #CCCCCC;
					color:#666666;
					margin-left:2px;
					padding:2px;
					width:243px;				
				}
				
				#jumpSwitch input{
					
				}
						
				#jumpSwitch p{
					font-size:11px;
					color:#757575;
				}

/*Text Links*/
a{
	text-decoration: none;
}
a.more{
	color: #004289;
	font-weight: bold;
}


/* Image Rotator */

#img-rotation {
	margin:0;
	padding: 0;
	width: 100%;
	height: 100%;	
}
	#rotationImages {
		display: none;
		margin: 0;
		padding: 0;
		width: 100%
		height: 100%;
		overflow: hidden;	
		border: none;
		z-index: 1;
	}
	#img-rotation img {
		float: left;
		display: none;
		position: absolute;		
		margin: 0 auto;
		z-index: 1;
		border: none;
	}
	
/* Search bar */

	#searchBoxCont{
		float:right;
		margin-right:0px;
		margin-top:-65px;
			
			}
			
				#searchBoxCont input{
					border:1px solid #d5d5d5;
					padding:6px 1px 5px 1px;
					font-size:12px;
					width:140px;       

				}
					#searchBoxCont input.submit {
						width:auto;
						background:#ccc;
						padding:5px 1px 4px 1px;
						border:1px solid #6f6f6f;
						color:#6f6f6f;
						cursor:pointer;
					}
			
			
			
			
			


		