/* Layout Stylesheet */ 

#wrapper  {
	height: auto;
	width: auto;
	margin: 0px;
	background-image: url(assets/bg.jpg);
}

#main  {
	width: 850px;
	padding: 20px;
	border: 5px solid #000000;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(assets/innerbg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	
}

#menuwrapper {
	float: left;
	margin-top: 25%;
	
}

#rightcolumn {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #FFF;
}

#rightcolumn p:first-letter {
    font-size:200%;
	color:#C00;
	font-style: normal;
	font-weight: bolder;
	}
	
.firstletter {
    font-size:200%;
	color:#C00;
	font-style: normal;
	font-weight: bolder;
	}

/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li{
	margin:0;
	padding:0;
	list-style:none;
	
}

/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
	border-bottom:solid 1px #FFF;
	width:125px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(assets/color.png);	
}

/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{
    background-color:#C00;
    position:relative;
}

/* We apply the link style */
#menuwrapper ul li a{
	padding:5px 15px;
	color:#000;
	display:inline-block;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
}

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul{
    position:absolute;
    display:none;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
#menuwrapper ul li:hover ul{
    left:125px;
    top:0px;
    display:block;
}

/* we apply different background color to 2nd level menu items*/
#menuwrapper ul li ul li{
    background-color:#C00; opacity: 0.9; filter: alpha(opacity=50);
}

/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper ul li:hover ul li:hover{
    background-color:#C00;
}

/* We style the color of level 2 links */
#menuwrapper ul li ul li a{
    color:#000;
    display:inline-block;
    width:160px;
}


/* Clear float */
.clear{
    clear:both;
}at */
.clear{
    clear:both;
}

#inner  {
	width :450px;
	padding: 20px;
	margin: auto;
	font-family: Helvetica;
}


.telephone {
	font-size: xx-small;
	font-family: Trajan Pro;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
}


h1 {
	font-family: Helvetica;
	font-size: medium;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 2px;
	border-radius: 8px 8px 0 0;
	border-top-style: dotted;
	border-top-color: #000000;
	text-align: center;
	font-variant: normal;
	background-image: url(assets/color.png);
}

h2  {
	font-family: Helvetica;
	font-size: large;
	font-weight: bold;
	background-color: #FFCC00;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

h3  {
	font-family: Trajan Pro;
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
}

.most {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 125%;
}

table {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

img  {
	margin: 5px;
	padding: 5px;
}

.imagesocmedia {

}

.imagenorm  {
    margin: 5px;
	padding: 5px;
	display: inline;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.imagecentre  {
	margin: 5px;
	padding: 5px;
	display: inline;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
}

.imageleft{
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 2px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.imageheader{
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	
}

.imageright{
	float: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 2px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

#footer{
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(assets/color.png);
}

#footer a:link {
	color: #000;
	text-decoration: none;
	font-family: Trajan Pro;
	font-size: x-small;
}

#footer a:visited {
	color: #000;
	font-family: Trajan Pro;
	font-size: x-small;
