/* CSS Document */
HTML {
	background-image: url(Image/redbg.jpg);
	background-repeat: repeat-x;	
	}
Body {
	
	padding: 0px;
	margin-top: 4px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#LoggedInContainer{
visibility:hidden;
}

/* Html entities styles */
/* Links */
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #D4272B;
}
a:visited {
	color: #FFFFFF;
}
h1 {
	font-size:x-large;
}
h2 {
	font-size:large;
}
h3 {
	font-size:medium;
}
h4 {
	font-size:small;
}
h5 {
	font-size:x-small;
}
div {}
p {}
table {}
tr {}
td {}
.label {
	font-weight:bold;
}
.button {
}

/* Divs for page layout */
/* Div surrounding entire page */
#fullpage {
	background-image: url(Image/fullpagebg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 153px;
	max-width:800px;
	width:800px;
	height:100%;
	margin:auto;
	margin-top:0px;
	}
/* Div containging Header Editable Region */
#head {
    text-align:left;
    margin-top:0px;
    width:803px;
    color:#323436;
}
/* Div containing Menu and Menu editable region */
/* Div containing Menu and Menu editable region */
#menu {
	text-align:left;
	z-index:1;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 0px;
	float:left;
	width:190px;
	min-height: 600px;
	height:auto;
	padding-bottom:15px;
	
	background-image:url(Image/menudivbg.jpg);
	background-repeat: no-repeat;
}

/* Top level items */
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#menu ul li {
	padding:2px 0px 12px 0px;
	margin:0px;
	width:190px;
	/*background-color:#000000;*/
	background-image:url(Image/Button.png) !important;
	background-image:url(Image/Button.png);
	background-repeat:no-repeat;
	
		
}

#menu ul li a {
	padding-left:5px !important;
	padding-left:20px;
	/*padding:2px 0px 10px 0px;*/
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	width:180px;	
	
	
}

#menu ul li a:hover {
}

#menu ul li a:active {
}

#menu ul ul {
	margin-top:7px;
	/*background-image:url(Image/ButtonSub.png);
	background-repeat:repeat-y;
	background-position:left;*/
	display:none;
	width:180px;
	margin-left:20px;
}

#menu ul ul li {
	padding:2px 0px 6px 0px;
	background-image:none !important;
	width:170px;
}

#menu ul ul ul {
	background-image:none;
	background-color:none;
	width:180px;
}
#menu ul ul ul li {
	background-image:none;
}

#menu .EditableRegion {}

/* Div containing content of page */
#content {
   width: 570px;
   height: auto;
   margin-left: 190px;
   margin-top: 30px;
   padding: 15px;
}

#content h3 {
	margin-left:10px;
	margin-top:40px;
	}
	
#content p {
	margin-left:10px;
	}

#home {
margin-top:150px;
}

#home p {
	margin-left:30px;
	}

#contentheader{
        background-image: url(Image/contenttop.jpg);
	background-repeat: no-repeat;
	height:13px;
	}
/*	
#contentheader h3{
	margin-top:35px;
	margin-left:50px;
	}

#contentmain{
        background-image: url(Image/contentmain.png);
	background-repeat: no-repeat;
	height:606px;
	}
	
#contentmain p{
	margin-left: 50px;
	}
*/	
#contentbottom{
        background-image: url(Image/contentbottom.jpg);
	background-repeat: no-repeat;
	height:13px;
	}



/* Div containing footer editable region */
#foot {
}

/* FOR CMS */
.Xpresscontent
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

.Xpresscontent img
{
  border:0px;
}
/* END CMS STYLE */

