/*
*****************************************************************
** File: style.css                     						*****
** Desc: Overall style of the website						*****
*****************************************************************
*/

html,body{
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

/** Start of website layout ----- CHANGE TO WHATEVER LAYOUT YOU ARE USING, 2 COLUMN 3 COLUMN etc.**/
#container{
	width:900px;
	margin:0px auto;
	}

#header{
	background-color:#1d560a;
	padding:0px;
	font-size:24px;
	color:#FFFFFF;
	background-image: url(../images/header_bg.jpg);
	height: 130px;
	width: 900px;
	background-repeat: no-repeat;
	}

#content-area-home{
	color:#333333;
	background-color:#f7f6e2;
	background-image:url(../images/content_bg_home.jpg);
	background-repeat: repeat-x;
	width: 900px;
	}
	
#content-area-bg{
	color:#333333;
	background-color:#f7f6e2;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 900px;
	}

a {
	color: #1d560a;
}

a:visited {
	color:#000000;
}

#col-left{
	float:left;
	width:200px;
	background-image:url(../images/left_col_btm.jpg);
	background-repeat:repeat-y;
	}
	
#col-left-top{
	float:left;
	width:200px;
	background-image:url(../images/left_col_top.jpg);
	background-repeat:repeat-y;
	}
	
#col-left-home{
	float:left;
	width:510px;
	background:none;
	}

#col-right{
	float:left;
	width:700px;
	background-image: url(../images/content_bg_home.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
#col-right-home{
	float:left;
	width:370px;
	}
	
#col-right-home-top{
	float:left;
	width:370px;
	background-image:url(../images/right_col_top.jpg);
	background-repeat:repeat-y;
	}

#col-right-home-btm{
	float:left;
	width:370px;
	background-image:url(../images/right_col_btm.jpg);
	background-repeat:repeat-y;
	}

#footer{
	padding:0px 0px 0px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 900px;
	background-position: bottom;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #bbc799;
	}

.spacer{
	clear:both;
	width:100%;
	font-size:2px;
}

.inner-box-20{
	padding:20px;
	}

/** 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: normal;
	background-color:#1d560a;
	line-height:30px;
	height:30px;
	background-image: url(../images/nav_menu_bg.jpg);
	background-repeat: repeat-x;
}

#mainMenu a{
	color:#000000;
	text-decoration:none;
	display:block;
	padding:0px 20px;
}

#mainMenu a:hover{
	color:#000000;
}


#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image: url(../images/nav_menu_bg.jpg);
	background-repeat: repeat-x;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	border-right: 1px solid #000000;
	white-space:nowrap;
	background-color:#1d560a;
	background-image: url(../images/nav_menu_bg.jpg);
	background-repeat: repeat-x;
    }

#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 {
	background-color:#FFCC00;
}

#mainMenu li.lastMenu{
	border-right:none;
	}

#mainMenu li.activeMenu a{
	color: #333333;
	background-color:#FFCC00;
}

#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;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1d560a;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 19px;
}

/** Content styling  -------- CHANGE TO WHATEVER STYLE YOU NEED TO ***/
p{
	margin:0;
	padding:10px 0px;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}
