@charset "UTF-18";
/*******************************************************************

All Images and Content Copyright Connection Care
All Rights Reserved, Use by Permission Only.
Stylesheet Authored by Internet Web Force. | Everything Web.
(317) 1804-1761 | http://www.internetwebforce.com/

March 29, 2013 

*******************************************************************/

body{
	background:#ccc;
	margin:0%;
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, Sans-Serif;	
}

.applies{
	background-color:#fff;
	width:95%;
	margin:auto;
	border:2px inset #609;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	border-radius:.3em;
	text-align:center;
}

bh{
	color:#00f;
	text-shadow:1px 2px 1px #000;
	font-weight:600;
	font-style:italic;
	padding-left:3px;
	padding-right:3px;
	text-decoration:underline;
}

#bp{
	width:400px;
	float:right;
	margin-right:2%;
	text-align:left;
}

#bp strong{
	text-align:left;
	margin-left:-15px;
}

#content{
	width:950px;
	border-left:#000 2px solid;
	border-right:#000 2px solid;
	-moz-box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
    -webkit-box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
    box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
	margin:auto;	
	background-color:#eee;
		
}

#copy{
	background-color:#63c;
	height:35px;
	text-align:center;
	color:#fff;
	weight:600;
	margin-top:10px;
	border-top:#000 1px solid;
	padding-top:12px;
	-moz-box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
    -webkit-box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
    box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
		 clear:both;
}

#copy a{
	color:#decc8e;
	text-decoration:underline;
}

#copy a:hover{
	color:#09c;
	text-decoration:none;
}

#cchead{
	width:100%;
	height:175px;
	background-image:url("../assets/ccheadbk.png");
	background-repeat:no-repeat;
}

#indexcontent{
	width:100%;
	margin:auto;
	background:#eee;
	margin-top:-15px;
	padding-bottom:20px;
	clear:both;	
}

#indexcontent h1{
	font-size:125%;
	text-align:center;
	padding-top:18px;
	text-shadow:#63c 1px 2px 3px;
}

.inp{
	border:2px inset #723d8f;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	border-radius:.3em;
	color:#000;	
	font-size:102%;
}

#nav{
	background-color:#63c;
	height:35px;
	width:100%;	
	border-top:#fff 1px solid;
	border-bottom:#333 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;	
}

#nav ul{
	list-style-type:none;
	margin-left:-40px;
	margin-top:9px;
}

#nav li{
	display:inline;
	font-size:110%;
	padding-right:13px;
	padding-left:13px;	
	font-weight:600;
	padding-top:1px;
	border-right:#edd26d 3px outset;
}

#nav li.last{
	border-right:none;
}

#nav li a{
	background-color:#63c;
	border:#63c solid 2px;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	color:#edd26d;
	-webkit-box-shadow:inset 0 0 15px #63c;
	-moz-box-shadow:inset 0 0 15px #63c;	
	box-shadow:inset 0 0 15px #63c;
	text-shadow: 0px 2px 0px rgba(0,0,0,1.5);
	text-decoration:none;
	padding:5px;
}

#nav li a:hover{
	background-color:#edd26d;
	-webkit-box-shadow:inset 0 0 15px #63c;
	-moz-box-shadow:inset 0 0 15px #63c;	
	box-shadow:inset 0 0 15px #63c;
	color:#63c;
	border:#999 outset 2px;
}

#padded{
	padding:5px;
}

#pubody{
	width:100%;
	margin:auto;
	background:#eee;
	margin-top:-15px;
	clear:both;	
}

#pubody h1{
	font-size:100%;
	text-align:center;
	padding-top:18px;
	text-shadow:#f9c 1px 2px 3px;
}

#pucontent{
	width:700px;
	border-left:#000 2px solid;
	border-right:#000 2px solid;
	-moz-box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
    -webkit-box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
    box-shadow:
         38px 0 38px -38px #63c,
         -38px 0 38px -38px #63c;
	margin:auto;
	background-color:#eee;	
}

#puhead{
	width:100%;
	height:75px;
	background-image:url("../assets/ccheadbk.png");
	background-repeat:repeat-y;
	margin:auto;
}

red{
	color:#f00;
	text-shadow:1px 2px 1px #000;
	font-weight:600;
	font-style:italic;
	padding-left:3px;
	padding-right:3px;
	text-decoration:underline;
}

#sidebar{
	width:35%;
	background-image:url("../assets/sidebar-back.png");
	background-repeat:repeat;
	border:2px outset #000;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	float:right;
	padding:4px;
	margin-left:10px;
}

#sidebar a{
	text-decoration:underline;
	color:#609;	
}

#sidebar a:hover{
	text-decoration:none;
}

#sidebar.applies a{
	color:#609;
	text-decoration:underline;
}

#sidebar.applies a:hover{
	color:#666;
	text-decoration:none;
}

#spacer{
	width:100%;
	height:30px;
	clear:both;	
}

.sub{
	background-color:#609;
	color:#fff;
	text-shadow:1px 2px 1px #f9c;
	-webkit-border-radius:.7em;
	-moz-border-radius:.7em;
	border-radius:.7em;
	font-size:105%;
}

ul.series{
	float:right;
	list-style-type:disc;
	width:400px;
	font-size:95%;
	font-weight:500;
}

ul.series li em{
	background:#ff0;
	font-style:normal;
	padding-left:2px;
	padding-right:2px;
}

#webform{
	width:500px;
	border:#63c outset 2px;
	border-bottom-right-radius:.5em;	
	-moz-border-radius-bottomright:.5em;
	border-bottom-left-radius:.5em;	
	-moz-border-radius-bottomleft:.5em;
	clear:left;	
}

#webform h2{
	background-color:#63c;
	color:#eee;
	text-shadow:1px 1px 1px #000;
	font-size:95%;
	margin:0px;
	border-bottom:#000 1px solid;
	text-align:center;
	width:100%;
}

table.boxes{
	width:500px;
	border-spacing:0;
	border-collapse:collapse;
        text-align:center;		
}

table.boxes td.price{ /* top rounded container */
	background-color:#fff;  
	text-align:center; 
	padding:5px; 
	border:1px solid #000;
}

table.boxes td.nb{ /* info table data no background */
	padding:5px; 
	border-left:1px #000 solid; 
	border-right:1px #000 solid;
}

table.boxes td.lp{ /* left price container */
	text-align:center;  
	border-bottom:1px solid #000; 
	border-left:1px solid #000;
}

table.boxes td.rp{ /* right price container */
	text-align:center; 
	border-right:1px solid #000;  
	border-bottom:1px solid #000;
}

table.boxes td.yellow{ /* yellow background container */
	background-color:#ffc; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	padding:5px;
}

table.boxes td.lpy{ /* left price yellow container */
	background-color:#ffc;	
	text-align:center;  
	border-bottom:1px solid #000; 
	border-left:1px solid #000;
}

table.boxes td.rpy{ /* right price yellow container */
	background-color:#ffc;
	text-align:center; 
	border-right:1px solid #000;  
	border-bottom:1px solid #000;
}


