@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	background-color:#000066;
	}
a {
	color: #0172BD;
}

/** Start of website layout ----- CHANGE TO WHATEVER LAYOUT YOU ARE USING, 2 COLUMN 3 COLUMN etc.**/
#container-holder{
	width:860px;
	margin:0px auto;
	background-color: #FFFFFF;
	}
	
#container-top{
	width:860px;
	height:5px;
	background-repeat:no-repeat;
	background-image:url(images/container_top.gif);
}

#container-btm{
width:860px;
	height:5px;
	background-repeat:no-repeat;
	background-image:url(images/container_btm.gif);
}

#header{
	background-color:#FFFFFF;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	font-size:24px;
	color:#FFFFFF;
	height: 280px;
	width: 850px;
	padding-left: 10px;
	background-position: center;
	}
#flash-holder {
	background-image: url(images/flash_holder_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 179px;
	width: 802px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin-top: 75px;
}

#content-area{
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	width:860px;
	background-position: center;
	}

#col-left-holder{
	float:left;
	width:215px;
	padding-left: 12px;
	}
	
#col-left-top{
	background-image:url(images/col_left_top.gif);
	background-repeat:no-repeat;
	width:210px;
	height:15px;
}

#col-left-mid{
width:210px;
background-image:url(images/col-left-mid.gif);
background-repeat:repeat-y;
	}
	
#col-left-btm{
	background-image:url(images/col_left_btm.gif);
	background-repeat:no-repeat;
	width:210px;
	height:20px;
}


#col-right-holder{
	float:left;
	width:620px;
	background-color:#FFFFFF;
	}

#col-right-top{
	background-image:url(images/col_right_top.gif);
	background-repeat:no-repeat;
	width:620px;
	height:15px;
}

#col-right-mid{
width:620px;
background-image:url(images/col_right_mid.gif);
background-repeat:repeat-y;
}

#col-right-btm{
	background-image:url(images/col_right_btm.gif);
	background-repeat:no-repeat;
	width:620px;
	height:20px;
}

#footer{
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	width:860px;
	height:20px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	}
	
#footer a{
	color:#CCCCCC
	}

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

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

/** End of website layout **/

/** Start of Main menu style ------- DO NOT DELTETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	width:850px;
	font-size:12px;
	margin-top: 0px;
	font-weight: bold;
	background-image:url(images/nav_bg.gif);
	line-height:45px;
	height:35.px;
	background-repeat: repeat-x;
	height: 55px;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 5px;
}

#mainMenu a{
	color:#000000;
	text-decoration:none;
	display:block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

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


#mainMenu ul{
	padding:0px;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	white-space:nowrap;
	height: 38px;
	width: 280px;
    }

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

#mainMenu li ul li{
	width:280px;
	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.lastMenuActive a{
	border-right:none;
	color: #FFFFFF;
	background-image: url(images/red_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	}


#mainMenu li.activeMenu a{
	color: #FFFFFF;
	background-image: url(images/red_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#990000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
