/*
    Document   : general.css
    Author     : Guillaume Déry Saint-Cyr
	Project	   : 
*/

* {
    margin:0px;
    padding:0px;
}

body {

	background-image:url(../images/fond.png);
	background-repeat:repeat;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12pt;
}

h1
{
	color:#3b596d;
	font-size:14pt;
	text-transform:uppercase;
	margin:0px;
	padding-left:10px;
	font-weight:normal;
}


h2
{
	color:#5f9ab1;
	font-size:14pt;
	font-weight:bolder;
	text-transform:uppercase;
	margin:0px;	
	padding-left:10px;
}


#wrapper
{
	width:980px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	
}

#header_div
{
	background-image:url(../images/top_back.png);
	background-color:#1d4057;
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	
	width:980px;
	height:414px;
}

#footer_div
{
	height:75px;
	width:980px;
	margin-left:0px;
	background-color:#1d4057;
	color:#939598;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:20px;
}

#footer_div #left_footer_info
{
	text-align:left;
	float:left;
	padding-left:15px;
}

#footer_div #right_footer_info
{
	text-align:right;
	float:right;
	padding-right:15px;
}

.top_menu
{
	padding: 15px 10px 0px 15px;
	color:#FFFFFF;
	font-size:12px;
	
}

.pp_pic_holder {
    display: none;
}


#main_content
{
	min-height:718px;
	width:980px;
	margin-top:-3px;
	background-image:url(../images/mid_back.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:bottom;
}

#main_content #mid_menu_div
{
	background-image:url(../images/mid_menu_bck.png);
	background-repeat:repeat-x;
	height:85px;
	
}

#main_content #right_floater
{
	width:285px;
	height:442px;
	background-image:url(../images/right_shade.png);
	background-repeat:no-repeat;
	background-position:center;
	float:right;
	overflow:hidden;
}

#main_content #right_floater #search_box
{
	min-height:85px;
	padding-top:30px;
	font-size:0;
	
}

.box
{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#FFFFFF;
	
}

.box h2
{
	margin-top:10px;
}

.box-text
{
	padding:15px 15px 15px 10px;
	line-height:25px;
	line-height:normal;
	
}

.div-link,.div-link a 
{
	color:#7faec1;
	text-align:right;
	font-weight:bolder;
	text-decoration:none;
	padding-right:15px;
	font-size:10pt;
	
}

#box_1
{
	width:317px;
	height:285px;
	float:left;
	margin: 22px 1px 0px 0px;
	border-style:solid;
	border-width: 0px 1px 0px 0px;
	border-color:#aeb0b2;
	padding-left:15px;
	color:#000000;
}

#box_2
{
	width:317px;
	height:285px;
	float:left;
	margin: 22px 1px 0px 0px;
	border-style:solid;
	border-width: 0px 0px 0px 1px;
	border-color:#aeb0b2;
	padding-left:15px;
}

#box_3
{
	padding:55px 15px 0px 05px;	
    text-align:left;
	background-repeat:no-repeat;
	background-position:bottom;
	height:320px;
}


#box_4
{
	width:317px;
	height:245px;
	float:left;
	margin: 55px 1px 0px 0px;
	border-style:solid;
	border-width: 0px 1px 0px 0px;
	border-color:#aeb0b2;
	padding-left:15px;
}

#box_5
{
	width:347px;
	height:245px;
	float:left;
	margin: 15px 1px 0px 0px;
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	border-color:#aeb0b2;
	padding-left:15px;
}

#box_6
{
	width:260px;
	height:245px;
	float:left;
	margin: 15px 1px 0px 0px;
	border-style:solid;
	border-width: 0px 0px 0px 1px;
	border-color:#aeb0b2;
	padding-left:15px;
}

.mid_menu_inner_box
{
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	border-color:#a5b9d0;
	padding-top:25px;
	height:60px;
	
}

.mid_menu_box
{
	width:165px;
	height:95px;
	padding-top:0px;
	margin: 0px 1px 0px 1px;

	background-image:url(../images/orange_aim.png);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	float:left;
	
	
}

.go_btn
{
	height:31px;
	width:45px;
	margin:6px 0px 0px 0px;
	background-image:url(../images/go_btn_bck.png);
	background-color:transparent;
	background-repeat:no-repeat;	
	background-position:top;
	border:0px;
	padding-top:6px;
	color:#dfae5a;
	font-size:14pt;
}

.search_label
{
	color:#dfae5a;
	text-transform:uppercase;
	font-size:11pt;
	font-weight:bold;
	margin-right:15px;
	
}


#box_1 h1, #box_2 h1
{
	padding-left:0px;
}

