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

/* structure */

body{
	background-color:#ffffff;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333;
	margin-bottom:40px;
}


td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a{
	color:#CC0000;
	outline:none;
}

a:hover{
	text-decoration:none;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#a9a9a9;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#a9a9a9;
	margin:0px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#333333;
	margin:0px;
}

h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
}

hr{
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
}

.site{
	width:612px;
	margin:0 auto;
	margin-top:1px;
	margin-bottom:1px;
	height:350px;
	padding-top:50px;
}

/* header */

.header{
	height:127px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:960px;
	margin:0 auto;
	margin-bottom:30px;
}

.nav{
	background-color:#A9A9A9;
	height:54px;
}

.nav_hold{
	width:960px;
	margin:0 auto;
	padding-top:20px;
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
}

.nav_item, .nav_item_selected{
	float:left;
	margin-right:15px;
}

.nav_item a, .nav_item_selected a{
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}

.nav_item a:hover, .nav_item_selected a{
	color:#333;
}

.sep{
	float:left;
	height:4px;
	width:9px;
	background-image:url(../images/sep.jpg);
	background-repeat:no-repeat;
	margin-right:15px;
	margin-top:8px;
}

.contact{
	float:right;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	text-align:right;
}

/* home */

.home_text{
	float:left;
	width:600px;
	min-height:490px;
	padding-top:40px;
	padding-bottom:20px;
}

.home_image{
	float:right;
	width:300px;
	height:550px;
}

.small_copy{
	min-height:100px;
	margin-bottom:10px;
}

/* footer */

.footer{
	background-color:#A9A9A9;
	height:20px;
}

