/*
*****************************************************************
** File: style.css                     						*****
** Desc: Overall style of the website						*****
*****************************************************************
*/

html,body{
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	background-color: #0071BD;
	}
a {
	color: #0172BD;
}

/** Start of website layout ----- CHANGE TO WHATEVER LAYOUT YOU ARE USING, 2 COLUMN 3 COLUMN etc.**/
#container{
	width:950px;
	margin:0px auto;
	background-color: #FFFFFF;
	}

#header{
	background-color:#0099CC;
	background-image:url(../images/header.jpg);
	font-size:24px;
	color:#FFFFFF;
	height: 120px;
	width: 950px;
	}

#content-area{
	color:#333333;
	background-color:#FFFFFF;
	}

#col-left{
	float:left;
	width:520px;
	background:none;
	}
#contact-info {
	font-size: 13px;
	color: #FFFFFF;
	float: right;
	height: 45px;
	width: 200px;
	padding-right: 10px;
	padding-left: 730px;
	padding-top: 70px;
	line-height: 18px;
}
.freephone {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}

#col-right{
	float:left;
	width:430px;
	}

#semi-footer{
	background-image:url(../images/blue_footer.jpg);
	width:900px;
	color:#FFFFFF;
	font-size:12px;
	background-color: #29ABE2;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:25px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	}

.spacer{
	clear:both;
	width:100%;
	font-size:2px;
}

.inner-box-25{
	padding:25px;
	}

/** End of website layout **/

/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	width:100%;
	font-size:11px;
	margin-top: 0px;
	font-weight: bold;
	background-image:url(../images/nav_bg.jpg);
	line-height:29px;
	height:30px;
}

#mainMenu a{
	color:#000000;
	text-decoration:none;
	display:block;
	padding:0px 10px;
}

#mainMenu a:hover{
	color:#006600;
}


#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	white-space:nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:33px;
	left:0;
	z-index:1000;
	}

#mainMenu li ul li{
	width:160px;
	float:left;
	clear:both;
}

#mainMenu li:hover ul, #mainMenu li.over ul { display: block; }

	  
#mainMenu li:hover, #mainMenu li.over {
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	color: #333333;
}

#mainMenu li ul li{
	border-right:none;
	}
/** End of Main menu **/


/** Site wide alert message style ----- DO NOT REMOVE THIS STYLE, YOU CAN CHANGE THE PROPERTIES THOUGH **/
.alert{
	padding:10px 0px;
	color:#CC0000;
	font-size:14px;
	}

/** Content styling  -------- CHANGE TO WHATEVER STYLE YOU NEED TO ***/
p{
	margin:0;
	padding:10px 0px;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}
h1 {
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Arial;
	font-size: 22px;
	font-weight: bold;
	color: #29ABE2;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #0071BC;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gallery {
	padding: 5px;
	height: 139px;
	width: 185px;
	border: 1px solid #8CC63F;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 15px;
}
