/* generated by csscreator.com */ 
html, body
{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background: #dae7da;
	background-image: url("../images/Background.png");
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
} 
#header
{
	background : white;
	background-image: url("../images/Background.png");
	background-repeat: repeat-x;
	color : white;
	height : 60px;
	margin-top : 10px;
	margin-bottom : 10px;
}

.MainLogoImage
{
	margin-left : 10px;
}

#BodyDiv
{
	margin: auto;
	text-align: left;
	width : 750px;	
}

#bd
{
	background : white;
	height : 400px;
}

/*********** MENU STYLES *************/
.menu
{
	margin-bottom : 20px;
	background-image: url("../images/MenuBack.png");
	background-repeat: repeat-x;
	color : white;
	height : 50px;
}
.MenuLeft
{
	background : white;
	background-image: url("../images/MenuLeft.png");
	width : 4px;
	height : 50px;
	float: left;
}
.MenuRight
{
	background : white;
	background-image: url("../images/MenuRight.png");
	width : 4px;
	height : 50px;
	float: right;
}
.MenuItem
{
	height : 50px;
	float: left;
}
.MenuItemContents
{
	padding : 15px 10px 0px 10px;
	height : 35px;
	float: left;
	font-weight :bold;
}

.MenuItemLeft
{
	width : 4px;
	height : 50px;
	float: left;
}
.MenuItemRight
{
	background-image: url("../images/MenuSep.png");
	width : 4px;
	height : 50px;
}
.MenuItem_Selected
{
	height : 50px;
	float: left;
}
.MenuItemContents_Selected
{
	padding : 15px 10px 0px 10px;
	background-image: url("../images/MenuItemBack.png");
	background-repeat: repeat-x;
	height : 50px;
	float: left;
	font-weight :bold;
}
.MenuItemLeft_Selected
{
	background-image: url("../images/MenuItemLeft.png");
	width : 4px;
	height : 50px;
	float: left;
}
.MenuItemRight_Selected
{
	background-image: url("../images/MenuItemRight.png");
	width : 4px;
	height : 50px;
}

.MenuItemContents a:link, .MenuItemContents a:visited, .MenuItemContents a:active
{
	color : black;
	text-decoration : none;
}

.MenuItemContents a:active
{
	color : white;
	text-decoration : none;
}

.MenuItemContents a:hover
{
	color : #0a640a;
	text-decoration : none;
}

.MenuItemContents_Selected a:link, .MenuItemContents_Selected a:visited, .MenuItemContents_Selected a:active
{
	color : White;
	text-decoration : none;
}

.MenuItemContents_Selected a:active
{
	color : White;
	text-decoration : none;
}

.MenuItemContents_Selected a:hover
{
	color : White;
	text-decoration : none;
}
/**********************************************************/

#footer
{
	margin-top : 20px;
    height: 100px; 
}

.footerLeft
{
	background-image: url("../images/FooterLeft.png");
	float: left;
    height: 100px; 
    width : 4px;
}
.footerContents
{
	padding : 10px 10px 10px 10px;
	background-image: url("../images/FooterContents.png");
	background-repeat: repeat-x;
	float: left;
    height: 100px;
    width : 722px; 
}
.footerRight
{
	background-image: url("../images/FooterRight.png");
	float: right;
    height: 100px; 
    width : 4px;
}

/************** SERVICES.PHP ******************************/

.ServicesItemTitle
{
	margin: 20px;
	font-weight: bold;
	font-size: 14px;
}
.ServicesItem
{
	margin-left: 30px;
	margin-bottom: 5px;
	cursor : pointer;
}
.ServicesRightDiv
{
	height : 400px;
	width : 375px;
	background-image: url("../images/Services/Back.jpg");
	margin-left : 10px;
}
.ServicesRightDivWithContent
{
	height : 400px;
	width : 375px;
	background-image: url("../images/Services/Back_Content.jpg");
	margin-left : 10px;
}
.ServicesRightDivWithContent_Content
{
	padding : 10px 10px 10px 10px;
}
/**********************************************************/

