/*---------------------------
	Title  : Stylesheet V1.0
	Date   : March04, 2008
	Author : Sunita Pathak : procabstudio
---------------------------------------------*/


body {
	background:#eee;
	margin:0;
	padding:0;
	font:12px "Arial", "Helvetica", "sans-serif";
	color:inherit;
}


img, img a {
		border: 0;
}

/* BASE SIZES */

p { font-size: 12px; line-height:15px; color:#000; font:"Verdana", "Arial", "Helvetica", "sans-serif"; margin:0; padding-bottom: 10px;}
h1 { font-size:25px; text-transform:uppercase; color:#b81137;}
/*h2 { font-size:12px; line-height: 24px; color:#b2b2b2; margin-left:10px; font-weight:normal; background:url(../Images/arrow.gif) no-repeat left center; padding-left:8px;}
h3 { font-size: 12px; color:#c60651; }
h4 { color:#fff; margin-top:87px; margin-left:306px; letter-spacing:1px;}
h5 { color:#c60651; font-size:12px; display:block;}
h6 { font-size: 1px; }*/

/* HR */

hr { display: block; background:#aaa; color: #aaa; width: 100%; height:1px; border: none; }

/* LISTS */

ul li { margin:0; padding:0;}
/*ul li:before { content: "\2022\00a0\00a0"; }*/
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }


/* COLORS */

a:link { text-decoration: none; color: #0000ff; }
a:visited { text-decoration: none; color: #0000ff; }
a:hover { text-decoration: underline; color: #0000ff; }
a:active, .content a:focus { text-decoration: underline; color: #0000ff; }
code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

/*Common Class*/
.left { float:left;}
.right { float:right;}



/* ID and Class*/
	.wrapper { width:890px; position:relative; margin:0 auto; border-bottom: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; }
	.site-head { width:890px; height:217px; background:url(../Images/banner.jpg) no-repeat; border-bottom:5px solid #231f20}
	.logo { width:184px; height:13px; position:absolute; top:35px; left:210px; display:block; text-indent:-9999px;}
	.search { padding-left:620px; width:270px; background:#e06020; height:30px; margin:0; float:left}
	.search li {float:left; display:inline; height:30px; margin-right:11px; color:#fff; line-height:30px;}
	.search li a { font-size:12px; text-decoration:none !important; line-height:30px;}


.mainContent { width:890px; height:1%; overflow:hidden; background:url(../Images/contentBg.gif) repeat-y; margin:0; padding:0; clear:both}

.nav { width:192px; padding:0; float:left; display:inline; margin:0;}
	.nav li { width:192px; margin:0; float:left; color:#fff; line-height:39px; list-style:none; border-bottom:1px solid #d9ad0d}
	.nav li a { width:172px; padding-left:20px; display:block; text-decoration:none; line-height:39px; text-transform:uppercase; font-size:11px; font-weight:bold; color:#b81137 !important;}
	.nav li a:hover { font-size:11px; padding-left:20px; background:#133880; display:block;  line-height:39px; text-decoration:none !important; color:#fff !important;}

.content {
	width:698px;
	float:right;
	display:inline;
}

.leftContent {
	width:416px;
	position:relative;
	float:left;
	background:url(../Images/bgImage.jpg) no-repeat;
	padding:50px 30px 0 30px;
	height:441px;
}

.leftContent p {
	font-size: 12px;
	line-height:15px;
	color:#000;
	font:"Verdana", "Arial", "Helvetica", "sans-serif";
	margin:0;
	padding-bottom:10px;
}

.leftContent span {
	position:absolute;
	left:30px;
	bottom:30px;
}

.leftContent span a {
	color:#133880 !important;
	line-height:20px;
	text-decoration:underline !important;
}


.rightContent {
	width:187px;
	float:right;
	padding:50px 10px 0 25px;
	
}

.rightContent p {
	color:#133880;
	font-size:12px;
	line-height:15px;
}

.rightContent p a {
	color:#133880 !important;
	font-size:12px !important;
	font-weight:bold !important;
	text-decoration:underline;
}

.rightContent h1 {
	color:#b81137 !important;
	font-size:14px !important;
	line-height:20px;
}




/* INNER PAGE*/
.innerContent { width:890px; height:1%; overflow:hidden; background:url(../Images/innerBg.gif) repeat-y; margin:0; padding:0; clear:both}

.innerContent a {

	color:#0000ff;
	text-decoration:underline;

}
.contInner {
	width:658px;
	margin:0;
	float:right;
	display:inline;
	padding:50px 10px 0 30px;
}


.copyWrite {
	width:890px;
	height:20px;
	font-size:11px;
	background:#133880;
	text-align:center;
	border-top:5px solid #000;
	color:#fff;
	line-height:20px;
	clear:both;
}

.copyWrite a {text-decoration: none;color: #ffffff !important;}
.copyWrite a:link { text-decoration: none; color: #ffff33 !important; }
.copyWrite a:visited { text-decoration: none; color: #ffff33 !important; }
.copyWrite a:hover { text-decoration: underline; color: #ffffff !important; }
.copyWrite a:active, .copyWrite a:focus { text-decoration: underline; color: #ffffff !important; }

.innerContent .copyWrite a { 
	text-decoration: none; 
	color: #ffffff !important; 
}
.innerContent .copyWrite a:link { text-decoration: none; color: #ffff33 !important; }
.innerContent .copyWrite a:visited { text-decoration: none; color: #ffff33 !important; }
.innerContent .copyWrite a:hover { text-decoration: underline; color: #ffffff !important; }
.innerContent .copyWrite a:active, .copyWrite a:focus { text-decoration: underline; color: #ffffff !important; }

/* Images */

.kidslinks
{
 
}

.kidslinks img
{
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}


