﻿/* Redefining  existing html elements */

body
{
	margin:0;
	padding:0;
	min-width:1024px;
	background-color:#000000; /*color:White; */ /*background-image: url(Images/img01.jpg);*/
	background-repeat:repeat-x repeat-y; /*font: small Arial, Helvetica, Verdana, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}
blockquote p {
	font-style:italic;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
	height: 1%;
}
body p 
{
	line-height:1.9em;
	margin-bottom:20px;
}
a
{
	color: #A60206;
}
a:hover
{
	color: #AA393C;
}
a:focus {
	outline:none;
}

h1 {
	font-size:45px;
}
h2 {
	color:#A60206;
	font-family:Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:bold;
	letter-spacing:0;
	margin:0;
	padding:0 0 5px;
}
h3 {
	color:#BF3F42;
	font-size:18px;
	padding-bottom:10px;
}
h4 {
	padding-bottom:10px;
	font-size:15px;
	color:#222;
}
h5 {
	font-size:13px;
	color:#666666;
}
ul, ol {
	margin:0 0 35px 35px;
}
li {
	padding-bottom:5px;
}


/* # An ID Selector - defines an ID to identify an object */


#maincontainer
{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
/*padding-top: 30px; */
}

#header
{	

	height:42px;
	width:1024px;
	background-image:url(~/Images/header_textnew.gif);

}


#menu
{
	width: 924px;
	float: left;
	padding-top:10px;
	padding-left: 40px;
	height: 36px;
	width: 1024px;
}
#header.login
{
	width: 100%;
	height: 15px;
	float:left;
}

#menu a
{
	color: #808080;
	display: block;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	font-style: inherit;
	font-variant: normal;
	font-weight: bolder;
	line-height: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: capitalize;
}



#menu a:hover {
text-decoration:underline;
}

#menu a.active 
{
	display: block;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: large;
	font-style: inherit;
	font-variant: normal;
	font-weight: bolder;
	line-height: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: capitalize;
	color:Red;

}

#menu .sitemap {
float:left;
margin-left:10px;
}


#logoleft
{
	position:relative;
	float:left;
	width:200;
	height:150px;
	
	
}


#logoright
{
	position:relative;
	float:left;
	width:200;
	height:150px;
		
}



#contentwrapper
{
	float: left;
	width: 100%;
}

#contentheader
{
	margin-top:15px;
	padding: 0 0 0 0;
	width: 1024px; /*Width of main container*/
	height: 40px;
	background-image:url(Images/headerimg.gif);
	background-repeat:no-repeat ;
	background-color:White ;
	overflow: hidden;
	
}

#contentbody
{
	padding:15px 15px 15px 15px;
	background-image:url(Images/bodyimg.gif);
	background-repeat:repeat-y;
	background-color:White;
	overflow: hidden;
	

}

#contentfooter
{
	padding: 0 0 0 0;
	width: 1024px; /*Width of main container*/
	height: 37px;
	background-image:url(Images/footerimg.gif);
	background-repeat:no-repeat;
	background-color:White;
	overflow: hidden;
}



#maincontent
{	
	margin-left:20px;
	position:relative;
	padding-left:40px;
	float:left;
	width:550px;
}
#maincontent table.enquiryform 
{
	width: 100%;
}

#maincontent td.colwidth150
{
	width:150px;
}


#sidebarright
{
	margin-top:25px;
	margin-right:20px;
	position:relative;
	float:right;
	width:250px;
	overflow:hidden;
}

#page
{
	margin-left:20px;
	position:relative;
	padding-left:40px;
	float:left;
	width:750px;
}

#copywrite p

{
	color:White;		
}


#sidebarright h4
{
	background-position: right top;
	background: #000000 url('images/header-right.png') no-repeat scroll top right;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	text-transform: none;
}
#sidebarright h4 span {
	background:transparent url('images/header-left.png') no-repeat scroll top left;
	padding:7px 15px;
	height:22px;
	display:block;
}




#copywrite p
{
		text-align: center;
}
.newsheader
{
	font-size: 1.2em;
	color: #A60206;
	background-image: url(Images/post/header.jpg);
	margin-bottom: 10px;
	height: 40px;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}

/*Accordian style */
.header
{
	font-size: 1.2em;
	color: #A60206;
	background-image: url(Images/accheadexpand.gif);
	margin-bottom: 10px;
	height: 40px;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}
.headerChild
{
	font-size: 1.2em;
	color: #A60206;
	background-image: url(Images/accheadexpand.gif);
	margin-bottom: 10px;
	height: 40px;
	background-repeat: no-repeat;
	padding-left:25px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;

}
.header a
{
	font-size: 1.2em;
	color: #A60206;
	background: #D5EDEF;
	margin-bottom: 10px;
	height: 40px;
	padding-left:25px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;

}

.headerChild a
{
	font-size: 1.2em;
	color: #A60206;
	background: #D5EDEF;
	margin-bottom: 10px;
	height: 40px;
	padding-left:25px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}

.headerSelected
{
	background-image: url(Images/accheadcollapse.gif);
	color: #993300;
	font-size: 1.2em;
	height: 40px;
	background-repeat: no-repeat;
	padding-left:25px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
}

.headerSelectedChild
{
	background-image: url(Images/accheadcollapse.gif);
	color: #993300;
	font-size: 1.2em;
	height: 40px;
	background-repeat: no-repeat;
	padding-left:25px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;

}
.contentAcc
{
	background-position: center;
	margin-left: 35px;
	padding-left: 15px;
	color:#555555;
	overflow: hidden;
	font-family:Arial,Helvetica,sans-serif;
}

.contentAccChild
{
	line-height: 1.9em;
	margin-bottom: 20px;
	width: 573px;
	margin-top: 10px;
	margin-left: 35px;
	padding-left: 15px;
	color: #000000;
	background-color: #FF8080;
	font-family: Arial,Helvetica,sans-serif;
}
#classesaccordion
{
	margin-left:25px;
}

.accordionfirstchild
{
	margin-left:50px;
}
hr
{
	color: #000000;
}

/* TABLE STYLING ACCORDION */

#classesaccordion table 
{
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin-right:10px;
}

#classesaccordion th
{
	background-position: #FF0000;
	padding: 0 0.5em;
	padding-right: 5px;
	text-align: left;
	background: #C0C0C0;
}

#classesaccordion tr.yellow td 
{
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
}

#classesaccordion td 
{
	border-bottom:1px solid #CCC;
	padding:0 0.5em;
}

#classesaccordion td.col100width 
{
	width:100px;
}
	
#classesaccordion td.col150width 
{
	width:150px;
}

#classesaccordion td.col200width 
{
	width:200px;
}



.post {
	background: url(images/post/img05.jpg) repeat-y left top;
	width:640px
}

.post-bgtop {
	background: url(images/post/img04.jpg) no-repeat left top;

}

.post-bgbtm {
	background: url(images/post/img06.jpg) no-repeat left bottom;
	padding: 50px 40px 30px 40px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #3A3D40;
}

.post .entry 
{
	
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
}

.post .more {
	display: block;
	width: 115px;
	height: 32px;
	padding: 8px 0px 0px 0px;
	background: url(images/post/img12.jpg) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.post .byline {
	font-size: 11px;
	font-style: italic;
}
