body {
	background-image: url(../images/bg.jpg);

}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/* @group Header */

#topsection{
background: #2f5ed4 url(../images/headerbg.gif) repeat-x;
height: 149px;
	border-bottom: 3px solid #feb300;
}
.header{
	background: url(../images/header_mainbg.jpg) no-repeat;
	width: 850px;
	height: 149px;
	float: left;
	margin: 0;
}

.nav2{
	padding-top: 110px;
	float:right;
}


/* @end */

/* @group Content */

#maincontainer{
		background: url(../images/sidenav_bg.jpg) repeat-y left;

}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 194px; /*Set left margin to LeftColumnWidth*/
background: url(../images/contentbg.jpg) repeat-x 0 top;


}

#contentcolumn h3{
 color: #9d0a0e;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}
#contentcolumn h1{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: 10px;
}
#contentcolumn h2{
	color: #25238b;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 10px;
}

#contentcolumn h4{
	color: #25238b;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
}
#contentcolumn img{
	border-style: double;
	border-color: #25238b;
	margin: 10px;
}
#contentcolumn img.right{
	border-style: double;
	border-color: #25238b;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px
}
#contentcolumn img.left{
	border-style: double;
		border-color: #25238b;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px
}
#contentcolumn .padder{
width: 650px;
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
	padding-top: 15px;
		padding-bottom: 20px;

}
#contentcolumn a:link		{ 
	color: #2b25ac;
 text-decoration: underline;


 }
#contentcolumn a:visited	{ 
	color: #2b25ac;
 text-decoration: underline;

 }
#contentcolumn a:hover		{ 
color: #000;
 text-decoration: none;
 
}
#contentcolumn .box-right{
	background: #edebf7;
	width: 230px;
	padding: 10px;
	margin: 5px;
	float: right;
	border: 1px dotted navy;
	font-weight: bold;
}
#contentcolumn ul.icon{
margin: 0;
padding: 0;
list-style-type: none;

}
#contentcolumn ul.icon li{
	background: url(../images/drop.gif) no-repeat 7px center;
	padding-left: 25px;
	margin-bottom: 10px;
}
/* @end */
/* @group Left Side */

#leftcolumn{
float: left;
width: 194px; /*Width of left column*/
margin-left: -100%;
}
.map{
    margin: 0 auto;
	text-shadow: #fff 2px 2px 0;
	text-align: center;
	background: url(../images/sidenav_bgtop.jpg) no-repeat;
}
.map img{
	border: 2px solid #ffffff;
	margin: 20px 5px 5px;
}
.map a:link		{ 
 color: #9d0a0e;
 text-decoration: underline;


 }
.map a:visited	{ 
 color: #9d0a0e;
 text-decoration: underline;

 }
.map a:hover		{ 
color: #363636;
 text-decoration: underline;
 
}
.leftnav {
	width:194px;
	float:left;
}

/* @group Side Nav */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 193px; /* Width of Menu Items */
background: #dcdaee;

}
	
.suckerdiv ul li{
position: relative;
}
.suckerdiv ul li.icon{
	background: url(../images/nav_icon.gif) no-repeat 7px center;
	padding-left: 25px;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #dcdaee;
border: 1px solid #fff;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #dcdaee;
padding: 5px;
border-bottom: 1px solid #746dc2;
border-left: 0;
width: ;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #cac6e9;
text-decoration: none;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-sidemenu.gif) no-repeat right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* @end */


/* @end */

/* @group Footer */

#footer{
		border-top: 2px solid #fdb50a;

clear: left;
width: 100%;
background: #c8d3f7 url(../images/footerbg.jpg) no-repeat left;
text-align: center;
padding: 4px 0;

}


#footer a{
color: #000000;
}
#footer a:hover{
color: #ffffff;
}
#footer  ul {
	width:650px;
	margin:0 auto;
	list-style:none;
	line-height:14px;
	padding-top: 10px;
}
#footer  ul li {
	color:#112923;
	font-size:11px;
	list-style:none;
	display:inline;
}
#footer  ul li a {
	color:#112923;
	padding:0 3px;
	font-weight: bold;
}
#footer p {
	color:#112923;
	font-size:11px;
	margin-top: 10px;
	margin-bottom: 0;
}
/* @end */

.search{
padding-top: 15px;
margin-bottom: 15px;
padding: 10px;
font-size: 14px;
font-weight: bold;
}


