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

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	}
	
h1.home {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #000000;
	}
h1 { 
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #cb3800;
	}
	
h2 {
	font-size: 17px;
	margin-bottom: 10px;
	}		
	
p {
	margin-bottom: 25px;
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #cb3800;
	}		
	

/* Layout */
#header {
	height: 106px;
	width: 100%;
	background: url(../images/bg_header.gif) top left repeat-x;
	float: left;
	}
	
#home-redbar {
	height: 168px;
	width: 100%;
	background: url(../images/bg_redbar.gif) top left repeat-x;
	float: left;
	position: relative;
	}
#home-navi {
	float: left;
	position: relative;
	margin-top: 5px;
	}

#site-id {
	margin-top: 60px;
	height: 36px;
	position: relative;
	padding-left: 15px;
	float: left;
	}

#home-container, #container {
	width: 965px;
	position: relative;
	float: left;
	}

#home-container {
	padding: 55px 0 60px 40px;
	}

#container {
	width: 650px;
	}	
#container2 {
	width: 725px;
	}
	
#home-leftcol {
	width: 410px;
	float: left;
	}
#leftcol {
	width: 160px;
	float: left;
	}
	
#left-navi {
	background: url(../images/bg_leftnavi.gif) bottom left repeat-y;
	}	

#home-rightcol {
	width: 450px;
	float: right;
	}
	
#rightcol, #rightcol2 {
	width: 475px;
	float: right;
	padding: 40px 0;
	}
#rightcol2 {
	width: 550px;
	}	

#home-form {
	width: 434px;
	margin: 0;
	padding: 0;
	}
#form-top, #form-bottom {
	width: 434px;
	height: 20px;
	background: url(../images/bg_form_top.gif) top left no-repeat;
	}
#form-bottom {
	background: url(../images/bg_form_bottom.gif) top left no-repeat;
	}
#form-body {
	background: url(../images/bg_form_body.gif) top left repeat-y;
	}
#form {
	padding: 10px 30px;
	font-size:18px;
	color: #fff4cf;
	}	
#form input, #form textarea {
	background-color: #fff4cf;
	color: #999999;
	}	
#form textarea {
	color: #999999;
	font-size: 18px;
	font-style: italic;
	}	
	
#practice {
	float: left;
	clear: both;
	}
#practice p {
	font-size: 17px;
	line-height: 28px;
	}	
#practice-left {
	float: left;
	padding-right: 80px;
	}
#practice-right {
	float: right;
	}
	
#quote {
	 position: relative; 
	 float:left;
	 padding-top: 25px;
	 border-top: 1px solid #e1e1e1;
	 color: #999999;
	 font-style: italic;
	 }						
	

/* Styling */
#home-navi ul {
	padding-left: 28px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	}
#home-navi ul li {
	display: inline;
	padding: 0 12px;
	border-right: 1px solid #000000;
	}
#home-navi ul li.last {
	border: none;
	}		

#home-leftcol {
	font-weight: bold;
	}

#form table td {
	padding:10px 0;
	}

#leftcol ul {
	padding: 10px 0 10px 15px;
	list-style: none;
	}

#leftcol ul li {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	}
#leftcol ul li a:link, #leftcol ul li a:visited {
	color: #000000;
	text-decoration: none;
	}	
#leftcol ul li a:hover, #leftcol ul li.on {
	color: #cb3800;
	}		
	
p.divider {
	border-top: 1px solid #e1e1e1;
	}	
	
	
	
	
