/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/**Main CSS starts here **/
body {
		background-image:url(images/bg.gif);
		background-position:center 4px;
		background-repeat:repeat-x;
		margin:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		}
	a.footer_link {
		color:#000000;
		text-decoration:none;
	}
	div.global_container{
		width:960px;
		margin-left:auto;
		margin-right:auto;
		//border:1px solid red;
	}
	div.flag_container{
		float:right;
		padding-top:10px
	}
	div.container{
		width:930px;
		margin-left:auto;
		margin-right:auto;
	}
	div.horiz_menu_bar{
		
        letter-spacing: 2px;
		background-repeat:repeat-x;
		padding-bottom:6px;
		color:#FFFFFF;
		text-align:center;
		height:21px
	}
	ul.horiz_menu_bar{
		list-style:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	li.horiz_menu_bar{
		float:left;
	}
	a.pri_menu {
		text-decoration:none;
		color:#000000;
        letter-spacing:1px;

	}
	li.horiz_menu_bar a{
		text-decoration:none;
		color:#FFFFFF;
		font-size:14px;
        line-height: 30px;
        background-image:url(images/bg_navigation.gif);      
        background-repeat:repeat-x;
        height:30px;
        /*width:232px;*/
        width:154px;
        display:block;
        float:left;
        background-position:0px 0px;
	}
	
    li.horiz_menu_bar a:hover{
        background-position:0px -30px;
    }
    
    
	
	div.banner{
		height:178px;
	}
	div.mini_bar{
		height:8px;
		background-image:url(images/horiz_bar_small.jpg);
		background-repeat:repeat-x;
	}
	div.left_column{
		float:left;
		width:630px;
        padding-left:20px
	}
	div.right_column{
		float:right;
		width:277px
	}
	div.main_panel {
		background-image:url(images/main_panel_bg.jpg);
		background-repeat:no-repeat;
		height:180px
	}
	div.main_panel_header_img{
		background-image:url(images/green_arrow.gif);
		background-repeat:no-repeat;
		background-position:1px 17px;
		height:59px;
	}
	h1.main_panel{
		position:relative;
		left:60px;
		top:18px;
		padding:0px;
		background-color:#DBDAD8;
		width:385px;
		font-size:21px;
		height:28px;
		padding-top:5px;
		padding-left:20px;
		color:#203828;
	}
	h2.sub_panels{
		position:relative;
		left:60px;
		top:18px;
		padding:0px;
		background-color:#DBDAD8;
		width:197px;
		font-size:21px;
		height:28px;
		padding-top:5px;
		padding-left:20px;
		font-weight:normal;
		color:#203828;
	}

	div.main_panel_text{
		margin-left:26px;
		width:430px;
	}
	
	div.grey_button{
		width:279px;
		height:62px;
		background-image:url(images/grey_btn.gif);
		text-align:left;
		margin-top:10px
	}
	div.grey_button_label{
		left:40px;
		top:22px;
		position:relative;
		font-weight:bold;
		color:#203828;
		font-size:14px;
	}
	div.grey_button_label a {
		text-decoration:none;
		color:#203828;
	}
	
	div.subpanel_right{
		float:left;
		width:279px;
		text-align:left;
		padding-top:25px;
	}
	img.grey_button_img_label{
		left:30px;
		top:8px;
		position:relative
	}
	img.right_img_link{
		margin-top:12px;
		margin-bottom:3px;
	}
    
    
    a.right_button{
        display:block;
        width:242px;
        height:89px;
        border:1px solid black;
        text-decoration:none;
        color:#000000;
        text-align:right;
        line-height:28px;
        padding-right:5px;
        background-position:0px 0px;
    
    }
    
    a.right_button:hover {
        background-position:0px -89px;
        color:#FFFFFF;
    }
    
    a.right_mini_menu {
        color: #6d6d6d;
        padding-left: 15px;
        text-decoration:none;
        width:100%;
        display:block;
    }
    
    a.right_mini_menu:hover {
        background-color:#E7FADB
    }
