body {
	margin: 0;
	text-align: center;
	line-height: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	background-image: url(../_media/body_bg.jpg);	
}
/* for IE */
* html body {
 	
}


/*  BASIC TEXT FORMATING */

p {
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 12px;
	line-height: 120%;
	text-align:justify;
}

h1 {
	color: #BD8642;
	font-family: Georgia, serif;
	font-size: 17px;
	margin: -8px 10px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BD8642;
	height: 30px;
	padding: 8px 0px 8px 0px;
}


h2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px 10px 0px 10px;
}

h3 {

}

h4 {
	color: #800000;
	font-weight: lighter;
	font-size: 10.5pt;
	line-height: 14pt;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-left: 10px;
	width: 90%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding: 0px 10px 0px 11px;
}

a {
	color: #B2701E;
}

a:hover {
	color: #FFBB53;
}


ul {
	margin: 12px 10px 5px 40px;
	padding:0;
	list-style-image: url(../_media/images/arrow_main.gif);
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	}
	
ul li {
	margin:0;
	padding:0 0 8px 0;
	}
	
ol {
	margin: 12px 10px 5px 20px;
	padding:0;
	font: normal 11px/16px georgia, serif;
	color:#666666;
	}
	
ol li {
	margin:0;
	padding:0 0 8px 0;
	}
	
/*a:hover img {
	border: none;
	background:none;
	} */

/*a:link img {
	border: none;
	}*/

/*  CSS Classes   */	


/*  BORDER CLASS STYLES */

.border {
	padding: 5px;
	border: solid 1px #cccccc
	}

.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}
	
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
	
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
/*  IMAGE PADDING */
	
.image_right {
	float: right;
	border: 1px solid #BD8642;
	margin: 0 0 5px 10px;
	padding: 2px;
	background-color: #fff;
}
.image_left {
	float: left;
	border: 1px solid #BD8642;
	margin: 0 10px 5px 0;
	padding: 2px;
	background-color: #fff;
}

.image_center {
	border: 1px solid #BD8642;
	background-color: #fff;
	margin: 0px auto 0px auto;
	padding: 2px;
}

.swf_right {
	float: right;
	border: 1px solid #BD8642;
	margin: 0 10px 5px 10px;
	padding: 2px;
	background-color: #fff;
}
.swf_left {
	float: left;
	border: 1px solid #BD8642;
	margin: 0 10px 5px 10px;
	padding: 2px;
	background-color: #fff;
}

.swf_center {
	border: 1px solid #BD8642;
	margin: 0 auto 12px auto;
	padding: 2px;
	background-color: #fff;
	width: 460px;
	height: 160px;
}
	
/*  HIGHLIGHTED AREA */

.highlight {
	border: 1px solid #666666;
	background-color: #D7D7D7;
}
	
/*  TEXT ALIGNMENT */	
.center {
	text-align: center
	}

.left {
	text-align: left
	}

.right {
	text-align: right
	}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	width:90%;
	background-image: url(../_media/images/dashed_line_main.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	}
	

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	
#home{
	width: 800px;
	margin: 0 auto;
	padding: 100px 0 12px 0;
}


/*------------- content section ----------------- */

#content_wrapper{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
	top:0px;
	left:0px;
	background-image: url(../_media/int_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 1px 0;
}




/*------------- content main ----------------- */

#content_main{
	width: 600px;
	margin:0px 0px 0px 3px;
	padding-bottom: 8px;
	min-height: 300px;
	height: auto !important;
	height /**/:300px;
	float: left;
	padding-top: 8px;
}

#content_header{
	background-image: url(../_media/content_top_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 100%;
	margin: -1px 0 0 0;
	padding: 1px 0;
}


/*------------- content side ----------------- */


#content_side{
	width:196px;
	float: right;
	margin-top:0px;
	position: relative;
	top:0px;
	height: 100%;
	min-height: 100%;	
}

#content_side p{
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	color: #333333;
    }
	
#content_side h3 {
	color: #B2701E;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
	letter-spacing: 0.25px;
    }
	
#content_side h4 {
	color: #C7B470;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	padding-left: 15px;
	margin: 0px;
	padding-bottom: 5px;    
	
	}
	
#content_side ul {
	list-style-image: url(../_media/images/arrow_sidebar.gif);
	list-style-type: none;
	line-height: 14px;
	margin-left: 26px;
	}
	
#content_side li a {
	color: #B2701E;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}
	
#content_side li a:hover {

	text-decoration: underline;
	
	}
	
#content_side hr {
    
    height: 1px;
    border-top: 1px solid #ABAFD1;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 1em 0;
    padding: 0;
}


#content_side .dashed_line{

	background-image: url(../_media/images/dashed_line_sidebar.gif);

	}
	



/*------------- footer ----------------- */

#footer_wrapper{
	height:225px;
}

#footer{
	text-align: left;
	margin: 0 auto;
	width: 800px;
	padding: 0;
}

#footer p{
	color: #B2701E;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#footer a {
	color: #B2701E;
	
}


#footer a:hover {
	border-bottom: 1px solid #C7B470;
	text-decoration: none;
	background-color: #C7B470;
}

/*------------- misc styles ----------------- */

.col_left {
	width: 50%;
	float: left;
}

.col_right {
	width: 50%;
	float: right;
}

