/* USA Baby CSS Document */

/***************** Universal Properties **********************/
body {
		background-image:url(images/bg-blue.jpg);
		background-repeat:repeat-x;
		background-color: #EBF3FD;
		text-align:center;
		padding-bottom:60px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;}
h1 {
		color:#091D4F;
		font-family:Arial, Helvetica, sans-serif;
		font-size:26px;
		margin: 2px 0px 2px 2px; }

h2 {
		color:#091D4F;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		margin: 2px 0px 2px 2px; }
	
p { 
	margin: 0px 0px 0px 2px; 
	padding: 2.5px 0px 5px 0px;}

/***************** End of Universal Properties ***************/
.lightBlue10 {
  color: #0C5FAB;
  font-weight: bold;
  font-size: 10px;}
  
.lightBlue12 {
  color: #0C5FAB;
  font-weight: bold;
  font-size: 12px;}
  
.lightBlue14 {
  color: #0C5FAB;
  font-weight: bold;
  font-size: 14px;}
  
.lightBlue16 {
  color: #0C5FAB;
  font-weight: bold;
  font-size: 16px;
  text-align: center;}
  
.darkBlue10 {
  color: #091D4F;
  font-weight: bold;
  font-size: 10px;}
 
.darkBlue12 {
  color: #091D4F;
  font-weight: bold;
  font-size: 12px;}
  
.darkBlue14 {
  color: #091D4F;
  font-weight: bold;
  font-size: 14px;}

.darkBlue16 {
  color: #091D4F;
  font-weight: bold;
  font-size: 16px;}
 
.header-blue {
	color: #091D4F;
  font-weight: bold;
  font-size: 20px;}
 
.note {
 	color: #091D4F;
	font-weight: bold;
	font-size: 12px;}
	
.clearance {
	color: #FF0000;
  	font-weight: bold;}

.clearance15 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 15px;
  	text-align: center;}

.clearance16 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 16px;
  	text-align: center;}

.clearance18 {
	color: #FF0000;
 	font-weight: bold;
  	font-size: 18px;
  	text-align: center;}
 
 .clearance20 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 20px;
  	text-align: center;}

.clearance21 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 21px;
  	text-align: center;}
 
 .clearance22 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 22px;
  	text-align: center;}

 .clearance24 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 24px;
  	text-align: center;}
	
.clearance28 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 26px;
  	text-align: center;}

.clearance26 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 28px;
  	text-align: center;}

 .clearance30 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 30px;
  	text-align: center;}

 .clearance32 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 32px;
  	text-align: center;}

 .clearance34 {
	color: #FF0000;
  	font-weight: bold;
  	font-size: 34px;
  	text-align: center;}

.special {
	color: #FF0000;
  	font-weight: bold;}
 
.font16 {
	font-size:16px;}

.innerBox {
	float: right;
	padding-right: 10px;}


/************************* Sections *************************/
#border	{
	border: thin #2270B8 solid;
	margin: auto;
	padding: 0px;
	width: 990px;
}

#container {
	width:990px;
	background-color:#FFFFFF;
}

#header	{
	clear:both;
	text-align:left;
	width:990px;
	height:181px;
	background-image:url(images/header-blue2.1.jpg);
	background-repeat:no-repeat;
}

#headerChild{
		clear:both;
		text-align:left;
		width:764px;
		height:160px;
		background-image:url(images/header-cs-blue2.jpg);
		background-repeat:no-repeat;}
	
#mid {
	margin: 0px;
	padding: 0px;
	clear:both;
	text-align:left;
	width:990px;
	background-color:#FFFFFF;
}

#mainDiv{
	padding:10px 5px 5px 10px; 
	width:585px;
	float:left;

}

#footer {
	clear:both;
	text-align:left;
	width:990px;
	height:47px;
	background-image:url(images/footer-blue.jpg);
	background-repeat:repeat-x;
	background-color:#2270B8;
}
		
	
/*************** links ************************/


a:link {
	color: #0C5FAB;
	text-decoration: underline;}
a:visited {color:#0C5FAB; }
a:hover {color:#091D4F; 
text-decoration:underline;
}



/*************** MENU **********************/
.menu {
		padding-top:10px; 
		width:184px;
		color:#091D4F;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		line-height:1.5em;}
		
.menu a:link {color:#091D4F; text-decoration:none;}
.menu a:visited {color:#091D4F; text-decoration:none;}
.menu a:hover {color:#0C5FAB; text-decoration:none;}


.menuMiddle {
			background-image:url(images/nav-bg-blue.jpg); 
			background-repeat:repeat-y;
			width: 174px;
			margin-top:0px;
			padding-top:0px; 
			padding-left:10px;}

.menuMiddle2 {
			background-image:url(images/nav-bg-blue.jpg); 
			background-repeat:repeat-y;
			width: 184px;
			padding: 0px 1px 0px 1px;}
/************** END MENU ***********************/

/*************** Section Dividers | Text ************************/
#footerText {
			 /*padding:20px 25px 10px 25px;*/
			 color:#FFFFFF;
			 font-size:11px;
			 font-family:Arial, Helvetica, sans-serif;}
 
.divLeft {
			float:left;}

.divRight {
			float:right;}			

/************ End of Section Dividers | Text **************/
