/* CSS Document */

body{
margin-top:0px;
margin-bottom:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
line-height:20px;
}
.menubg{
background:#0886c1;
background-repeat:repeat-x;
width:980px;
    height:32px;

}
.subheading{
color:#1473AD;
font:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
.align{
width:190px;
margin-left:10px;
}
.alignright{
width:190px;
margin-right:10px;
}
/* Sidebar */

.side{

}
.sidehead{
background:url(../img/sidehead.gif);
background-repeat:repeat-x;
}
#sidebar {

	float: left;
	margin-left:10px;
	width: 190px;
	padding-right: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dashed #D1D1D1;
	line-height:20px;
}

#sidebar li li a {

font-family:Verdana;
font-size:9pt;
color:#0b3556;
	margin: 0;
	padding-left: 15px;
	background:url(../img/img01.jpg) no-repeat left 50% ;
}
#sidebar li li a:hover {

font-family:Verdana;
font-size:9pt;
color:#0b3556;
	margin: 0;
	padding-left: 15px;
	background-color:#33CCFF;
	height:100px;
	
}

#sidebar h2 {
font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	font-size: 18px;
	font-weight: normal;
	color:#13a3f4;
}

#sidebar strong, #sidebar b {
	color:#1473ad;
}

#sidebar a {
	text-decoration: none;
	color: #6D6D6D;
}
#sidebar a:hover {
	text-decoration: none;
	color:#FFFFFF;
}
.contact{
font-size:11px;
line-height:20px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;


}
.content{
background-color:#ffffff;
color:#666666;
width:690px;
font-size:11px;
line-height:15px;
}
.sidecon{
font-size:11px;
line-height:15px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;

}
.red{
color:#CC0000;
text-decoration:none;
}
.line{
border-top:#ccc 1px solid;
}
.footer{
background-color:#66696c;
width:980px;
height:100px;
font-size:10px;
color:#FFFFFF;
}
.bar{
border-left:1px #CCCCCC solid;
}

.slidedoormenu{
list-style-type: none;
margin: 0;
padding-left:5px;

width: 190px; /* width of menu (don't forget to add border with below!) */
border-left: 0px solid #ffa1a3; /* thick left border of menu */

}

.slidedoormenu li{
border-bottom: 1px dashed #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background:#FFFFFF url(media/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font:  12px  Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
background-color:#0886c1;
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}


.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}

.border{
background-color:#e1e1e1;
border:1px solid #cccccc;
}
.pinktext{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FF408B;
}