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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

h2 {
	font-size: 24px;
	margin: 5px 0px;
	text-align: center;
}

p {
	padding: 0px 5px;
	display: block;
	line-height: 160%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.smalltext {
	text-align: center;
	font-size: 8px;

}

#header_content {
font-size: 60px;
test-align: center;
font-weight: bold;
line-height: 125px;
}

#pri_nav {
	width: 100%;
	min-width: 960px;
	height: 50px;
	background: url(/assets/static/images/pri_nav_bg.png) top left repeat-x;
	float: left;
}
	#pri_nav ul {
		width: 960px;
		margin: 0 auto;
		list-style-type: none;
		height: 50px;
	}
		#pri_nav ul li {
			float: left;
		}
			#pri_nav ul li .left {
				width: 5px;
				height: 50px;
				background: url(/assets/static/images/pri_nav_bg.png) top left no-repeat;
				float: left;
			}
				#pri_nav ul li .left.active {
					width: 6px;
					height: 50px;
					background: url(/assets/static/images/pri_nav_btn_left.png) top left no-repeat;
					float: left;
				}
			#pri_nav ul li .right {
				width: 5px;
				height: 50px;
				background: url(/assets/static/images/pri_nav_bg.png) top left no-repeat;
				float: left;
			}
				#pri_nav ul li .right.active {
					width: 6px;
					height: 50px;
					background: url(/assets/static/images/pri_nav_btn_right.png) top left no-repeat;
					float: left;
				}
			#pri_nav ul li .centre {
				height: 50px;
				background: url(/assets/static/images/pri_nav_bg.png) top left repeat-x;
				float: left;
			
			}
				#pri_nav ul li .centre.active {
					height: 50px;
					background: url(/assets/static/images/pri_nav_btn_centre.png) top left repeat-x;
					float: left;
				}
				#pri_nav ul li .centre a {
					padding: 12px 5px 0 5px;
					float: left;
					font-size: 14px;
				}
				#pri_nav ul li .centre.active a.active {
					padding: 15px 5px 0 5px;
					float: left;
				}

#header {
	width: 100%;
	min-width: 960px;
	height: 210px;
	background: url(/assets/static/images/header_bg.png) top left repeat-x;
	float: left;
}
	#header_content {
		width: 960px;
		height: 210px;
		background: url(/assets/static/images/header_centre_bg.png) center no-repeat;
		margin: 0 auto;
	}
	
#container {
	width: 100%;
	min-width: 960px;
	float: left;
}
	#content {
		width: 1022px;
		background: url(/assets/static/images/content_top_bg.png) top center no-repeat;
		margin: 0 auto;
		min-height: 246px;
		overflow: visible;
		margin-top: -100px;
	}
		#body {
        	margin: 30px 0px 0px 45px;
            width: 935px;
            float: left;
			text-align: left;
		}
			#left_column {
                float: left;
                width: 685px;
                margin-top: 10px;
			}

#left_column ul.image {
    float: left;
    list-style-type: none;
    width: 685px;
    margin: 25px 0px;
    padding: 0;
}
#left_column ul.image li {
    float: left;
    margin: 0px 14px;
}
#left_column #page_content {
    float: left;
    display: block;
    width: 685px;
}
#left_column #page_content ul.grid {
    float: left;
    list-style-type: none;
    width: 685px;
    margin: 25px 0px;
    padding: 0;
}
#left_column #page_content ul.grid li {
    float: left;
    margin: 25px 34px;
    text-align: center;
    width: 100px;
    border: 1px #CCC dotted;
}


			#right_column {
				float: right;
				width: 225px;
				margin-top: 10px;
			}
#right_column .AS_ajax_result a.AS_ajax_resultLink  {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

#right_column .AS_ajax_result .AS_ajax_highlight {
    background: #FFFF00;
    color: #000;
}
#right_column ul {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: center;
}
#right_column ul li {
    margin: 15px 0;
}

#flash_panel_holder { width: 680px; overflow: hidden; }
#flash_panel_holder ul { list-style-type: none; margin: 10px 0px; padding: 0px;}
#flash_panel_holder ul img { width: 680px; border: 1px solid #CCC; }

#footer { float: left; margin: 10px 0px; width: 100%; text-align: center; }

