﻿/* CSS layout */
body
{
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	
		/* Scrollbar IE only */
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #666666;
	

}

#slogan
{
	background-image:url('images/slogan_2.jpg');
	background-repeat:no-repeat;
	height:	646px;
	width:45px;
	position:relative;
	float:left;
	clear:none;
}


.PopupNav
{
		position:absolute;
		right:0px;
		top:0px;

}

#news_1
{
/*
	height:200px;
	overflow:none
	*/
}


#outer
{
	margin:0 auto;
	text-align:left;
	width:965px;
	position:relative;
}
#masthead {
	background-image:url('images/logoHead_400.jpg');
	background-repeat:no-repeat;
	
	height:83px;
	width:270px;
	float:left;
	clear:none;
	
	margin:0px;
	padding:0px;

}

#righthead {
	background-image:url('images/rightHead.jpg');
	background-repeat:no-repeat;
	height:83px;
	width:625px;
	float:right;
	clear:none;
	
	margin:0px;
	padding:0px;
	
	text-align:right;
	
	

}

#headend {
	background-image:url('images/head_end.jpg');
	background-repeat:no-repeat;
	height:83px;
	width:25px;
	float:right;
	clear:none;
	
	margin:0px;
	padding:0px;
	
	text-align:right;

}

#navipositioner {
	height:20px;
	width:385px;
	float:right;
	clear:none;
	
	margin:0px;
	padding:0px;
	
	text-align:left;
	


}




#NavMenu
{
	clear:none;
}


#header {
	height:50px;
	width:920px;
	float:left;
	clear:none;
	background-image:url('images/SectionHeader/lineFaker.jpg');
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;

}


#top_nav {

	background-image:url('images/mainHead.jpg');
	background-repeat:no-repeat;
	height:207px;
	width:920px;
	float:left;
	clear:none;
	
	margin:0px;
	padding:0px;
	
	margin-bottom:0px;

}

#leftBorder
{	
	margin-left:1px;
	width:4px;
	height:400px;
	background-image:url('images/leftBorder.gif');
	background-repeat:repeat-y;
	float:left;
	clear:none;

}

#rightBorder
{
	width:15px;
	height:400px;
	background-image:url('images/rightBorder.gif');
	background-repeat:repeat-y;
	float:left;
	clear:none;

}

#left_col {
	width:260px;
	float:left;
	clear:none;
	
	margin:0px;
	padding:0px;

}

#page_content {
width:900px;
	float:left;
	clear:none;
	
	margin:0px;
	padding:0px;

}

#main_content {
width:900px;
	float:left;
	clear:none;
	
	margin:0px;
	padding:0px;

}


#right_col {
width:320px;
	float:left;
	clear:none;
	
	margin:0px;
	padding:0px;

}

#ads
{	
	background-image:url('images/large_fullline.jpg');
	background-repeat:repeat-y;
	
	float:left;
	clear:none;
	padding-left:45px;
	width:919px;
}

#footer {
	background-image:url('images/footer_large.jpg');
	background-repeat:no-repeat;
	height:48px;
	width:965px;
	float:left;
	clear:none;

}  

.adButton
{
	background-image:url('images/button.jpg');
	background-repeat:no-repeat;
	height:73px;
	width:282px;
}

#navigation
{	
	position:absolute;
	right:30px;
	top:60px;
}

#flags
{	
	position:absolute;
	right:30px;
	top:15px;
}




/* FORM STUFF */
.form_header
{
	background-color:#FFFFFF;
	color:#AAAAAA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:left;
	font-style:oblique;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:4px;
}

.form_divider
{
	background-color:#6595C9;
	color:#FFFFFF;
	line-height:5px;
}

.form_labels
{
	background-color:#EBEBFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:4px;
	height:20px;
	border:0px;
	vertical-align:top;
	
	
}

.form_input
{
	background-color:#FFFFFF;
	border-style:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	
}

.form_fields
{
	width:200px;
	height:20px;
}

.form_dropdown
{
	width:200px;
	padding:4px;
	margin:1px;
}

.form_textarea
{
	width:200px;
	vertical-align:top
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.form_footer
{
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:4px;
}
.form_input {		
	background-color:#FFFFFF;
	border-style:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
}

.form_input_right {		
	background-color:#FFFFFF;
	border-style:solid;
	border:#0033FF;
	border-right:thin;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
}

.form_labels {		background-color:#EBEBFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:4px;
	heihgt:20px;
}


.Numbering
{
	list-style-image:url('images/SectionHeader/arrow_middle.jpg');
	
}

li
{
	line-height:20px;
}

h1
{
	 color: #2A2976; 
}

h2
{
	 color: #2A2976; 
	 font-size: medium;
}


.quotation
{
	margin-top: 2em;
	width: 70%;
	color: #666666;
	font-size: larger;
}

.quotation2
{
	margin-top: 2em;
	margin-left: 25%;
	width: 70%;
	color: #333377;
	font-size: larger;
}

.quotation .quote, .quotation2 .quote
{
	font-family: Trebuchet MS, Serif;
	font-size: 300%;
	font-weight: bold;
	vertical-align: top;
}

.quotation .name, .quotation2 .name
{
	text-align: right;
}

.content-box
{
	width: 600px;
	float: left;
	clear: left;
}

.side-box
{
	width: 200px;
	float: right;
	clear: right;
}

#column1
{
	float: left;
	clear: left;
	width: 47%;
}

#column2
{
	float: left;
	clear: right;
	width: 47%;
	margin-left: 5%;
}