/* CSS Document */
body{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
}

.pdescription{font-size:9pt;font-weight:bold;color:#555555;font-style:italic;}

.pheader{font-size:12pt;font-weight:bold;color:#000000;line-height:22pt;}

.psubheader{font-size:10pt;font-weight:bold;color:#336699;line-height:18pt;}

.pedit{font-size:12pt;font-weight:bold;color:#ff0000;}

.fontsmall{
	font-size:10px;
	}

.fontmedium{
	font-size:12px;
	}

.fontmedium_contentheader{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
	}
	
.fontsmallb{
	font-size:10px;
	font-weight:bold;
	color:#333333;
	}

.fontb{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	}	

.fontc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	}
	
.page{
	width:777px;
	margin:auto;
	margin-top:10px;

}
a:link, a:visited, a:hover{
	color:#EE3A42;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}
h3{
	font-size:13px;
	}
.logo{
	width:221px;
	height:43px;
	margin:0px;		
	float:left;
}
.toplinksbg{
	background:url(../images/topbar.gif) repeat-x;
	width:556px;
	height:43px;
	float:right;
	
}
.toplinks{
	float:right;
	padding:20px 20px 8px 0;
	background:url(../images/curve.gif) right bottom no-repeat;
	color: #FFFFFF;
	
}
.toplinks a:link, .toplinks a:hover, .toplinks a:active{
	color:#fff;
	text-decoration:none;
}
.toplinks a:hover{
	text-decoration:underline;
}

.flash{
	width:777px;
	height:238px;
	background:#f7f7f8;
}
.mainlinks{
	background:url(../images/toplinkbg.gif) repeat-x;
	height:64px;
	border-left:#cccccc solid 1px;
	float:left;
	width:776px;
}
.mainlinkscurve{
	background-image:url(../images/topcurve.gif);
	background-repeat:no-repeat;
	height:64px;
	background-position:right top;
	float:right;
}

.mainlinkscurve span{
	
	padding-right: 20px;
	padding-top: 25px;
	font-weight:bold;
	line-height: 64px;
}

.mainlinkscurve a:link, .mainlinkscurve a:visited, .mainlinkscurve a:active {
	color:#000000;
	text-decoration:none;
}

.mainlinksinner{
	background:url(../images/toplinkinnerbg.gif) repeat-x;
	height:43px;
	border-left:#cccccc solid 1px;
	float:left;
	width:776px;

}
.mainlinkscurveinner{
	background-image:url(../images/topcurveinner.gif);
	background-repeat:no-repeat;
	height:44px;
	background-position:right ;
	
	float:right;
}

.mainlinkscurveinner span
{
	padding-right: 20px;
	padding-top: 25px;
	font-weight:bold;
	line-height: 44px;
}

.mainlinkscurveinner a:link, .mainlinkscurveinner a:visited, .mainlinkscurveinner a:active {
	color:#000000;
	text-decoration:none;
}

.mainlinkscurveinner a:hover{
	color:#5B92D2;
	text-decoration:none;
}
.activemainlinks a:link{
	color:5B92D2;
}

.desc {
	height:195px;
	background:url(../images/desbg.gif) repeat-x;
	padding:10px 10px 0 10px
}
.descsection {
	float:left;
	min-height:110px;
	padding: 10px 0 0 5px;
	width:140px;
}
.descsection a:link, .descsection a:visited, .descsection a:active	{
	color:#ED1C24;
	text-decoration:none;
	font-weight:bold;
}
.descsection a:hover{
	text-decoration:underline;
}
	
.subheading{
	color: #ED1C24;
	font-weight: bold;
}
.footer{
	background:url(../images/footerbg.gif) no-repeat;
	height:60px;
	padding: 15px 0pt 0pt 10px;
	float:center;
	width:767px;
	color:#000000;
	font-weight:normal;
	text-align:center;
}

.footer a:link, .footer a:visited, .footer a:active{
	color:#000000;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}
/*#############################################################################*/
/* Drop Down menu CSS starts */
a.menuButton, div.menu, div.menu a.menuItem { 
	color: #ffffff;
	font-weight:bold; 
} 

div.menu a.menuItem 
{ 
       color: #ffffff; 
       display: block; 
       padding: 3px 20px 1px 0.5em; 
       text-decoration: none; 
       white-space: nowrap; 
	   cursor: hand;
	
} 

#dir {padding: -1px 3px -1px 3px;}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight { 
	background-color: #555555; 
	color: #ffffff; 
	cursor: pointer; 
} 

div a.menuButton 
{ 
       background-color: transparent; 
       color: #ffffff; 
       cursor: default; 
       left: 0px; 
       margin: 1px; 
       padding: 2px 6px 2px 6px; 
       position: relative; 
       text-decoration: none; 
       top: 0px; 
       z-index: 100; 
} 
 
div a.menuButton:hover { 
	background-color: transparent; 
	color: #cccccc; 
} 
 
div a.menuButtonActive, a.menuButtonActive:hover 
{ 
       color: #5B92D2;  
	   left: 1px;  
	   top: 1px; 
} 

.linkpage {
		color:#5B92D2;
}

div.menu 
{
	background-color: #EE3A42;
	position: absolute;
	z-index: 101;
	font-size:13px;
	visibility: hidden;
	border-top:#555555 solid 1px;
	border-bottom:#555555 solid 2px;
	border-left:#555555 solid 2px;
	border-right:#555555 solid 1px;
	padding: 0px 0px 4px 0px;
}

div.menu.last {
	   margin-left:-100px;
}


/* Drop Down menu CSS ends */
/*#############################################################################*/
/* crumb bar classes starts*/
.crumb{
	padding:0 0 0 20px;
	height: 30px;
	float:left;
	line-height:30px;
	clear:both;
	width:777px;
}

.crumb a:link, .crumb a:visited, .crumb a:active{
	color:#000000;
	text-decoration:none
}

.crumb a:hover{
	text-decoration:underline;
}
.activepage{
	font-weight:bold;
	color: #ED1C24;
}
/* crumb bar classes ends*/

/*#############################################################################*/

.contentSection {
	border-top:1px solid #A0A0A0;
	border-left:1px solid #A0A0A0;
	background:#EBEBEB;
	padding:0 0 0 0;
	float:left;
	background:#EBEBEB;
	clear:both;
	width: 777px;
	
	
}

.leftnav{
	
	width:185px;
	margin: 0px;
	float:left;
	}
.leftnav ul{
	list-style:none;
	margin:0px;
}
.leftnavheader{
	
	background:#EE3A42;
	height:43px;
	padding:0pt 0pt 0pt 15px;
	font-weight:bold;
	color:#ffffff;
	line-height:43px;
	border-right:1px solid #EE3A42;
	font-size:14px;
}
div.laftnavtext, div.leftnavtext a.navItem { 
	color: #ffffff; 
} 

div.leftnavtext a.navItem, div.leftnavtext a.navItemHighlight
{ 
       color: #000000; 
       cursor: default; 
       display: block; 
       padding: 7px; 
       text-decoration: none; 
       white-space: nowrap; 
	   cursor: hand;
	   font-weight:bold;	
	   background-color: #DCE4ED;  
	   margin:10px;
	   border:1px solid #C1D2E6;
	   
} 
 
div.leftnavtext a.navItem:hover, div.leftnavtext a.navItemHighlight { 
	background-color: #C1D2E6; 
	color: #000000; 
	cursor: pointer; 
} 

div.selectbox
{ 
	text-align: right;
} 

.content {
	float:right;
	width:591px;
	background-color: #FFFFFF;
}

.contentheader{
	background:#DCE4ED;
	border-bottom:1px solid #A0A0A0;
	border-right:1px solid #A0A0A0;
	height:43px;
	color:#EE3A42;
	font-size:14px;
	line-height:43px;
	padding:0pt 0pt 0 27px;	
}
.contenttext{
	padding:10px 0pt 50px 27px;	
	border-left:1px solid #A0A0A0;
	min-height:200px;
	height:auto;
}
.contenttext img{
	-padding:0 0 10px 10px;
}

.contentalbum img{
	padding:0 0 0 0;
}

.contenttext pul{

	list-style:square;

}

	
	
.contenttext ul{

	list-style:none;
	margin:0px;

}
.contenttext ul li{
	display:inline;
	padding:10px;
	background:#DCE4ED;
		margin:5px;
	}
.image_caption{
	font-size:10px;
	}
div#website-design{
	font-size:11px;
	color:#989898;
	padding:0 0 10px 10px;
	clear:both;
}
div#website-design a, div#website-design a:visited{
	color:#989898;
	}
div#website-design a:hover{
	text-decoration:underline;
	}

