/* --------------------------------------------- 
all pages
*/

/* basics */

A:link {
text-decoration:none; 
color:#b37157;
}
A:visited {
text-decoration:none; 
}
A:hover {
text-decoration:none;
}



body {
font-family:arial, sans-serif; 
color:#413000; 
margin:0px; 
font-size:16px;
background-color:#372400;


padding-bottom:115px;
}

h1 {
font-size:25px;
line-height:25px;
padding:0px;
margin:0px;
}

h2 {
color:#cc5916;
font-size:16px;
line-height:16px;
padding:0px;
margin:0px;
font-family: "Century Gothic", "Trebuchet MS", Verdana;
}

img {
border:0px;
}

.clear {
clear:both;
}

/* ------------------ overall layout ------------- */
#main_div {
width:900px;
margin-left:auto;
margin-right:auto;
background-image:url('/~hawkeyei/assets/hawkeye_top_bar.jpg');
background-repeat:repeat-x;
margin-top:15px;
margin-bottom:30px;
background-color:#FFFFFF;
}

#both_sides {
width:900px;
padding-top:4px;
}

#back_image {
background-image:url('/~hawkeyei/assets/hawkeye_sidebar_background.jpg');
background-repeat:no-repeat;
background-color: #372501;
}

/* ------------------ left side ------------------ */

#left_side {
width:200px;
float:left;
padding-top:0px;
}

/* ------------------ side menu ------------------ */

#side_menu_space {
padding-top:215px;
}

#side_menu {
width:200px;
font-family:Tahoma, sans-serif;
font-size:18px;
}

.side_menu_link {
height:36px;
line-height:36px;
}

#side_menu a {
display:block;
width:160px;
padding-left:40px;
color:#b37157;
height:36px;
line-height:36px;
}

#side_menu a:hover{ 
color:#FFFFFF;
}

#side_menu_current {
/*
opacity:.5;
filter: alpha(opacity=50);
*/
background-color:#372400;
}

#side_menu_current a {
background-image:url('/~hawkeyei/assets/white_arrow.gif');
background-repeat:no-repeat;
background-position:right;
color:#ffffff;
}


/* ------------------ right side ----------------- */

#right_side {
	width:700px;
	float:left;
	height:100%;
	background-color: #ffffff;
	background-image: url('/~hawkeyei/assets/hawkeye_top_bar.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#content {
margin-top:36px;

color:#413000;
min-height:450px;
padding-left:60px;
padding-right:60px;
background-color: #ffffff;
}

#content p {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #372400;
	margin-bottom: 12px;
}

#content ul {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #372400;
	margin-bottom: 12px;
}

#contactinfo {
	margin-left: 50px;
	margin-bottom: 20px;
}
#contact_title {
	font-weight: bold;
	color: #CC5916;
	font-size: 14px;
}


#content h3 {
	font-family: "Book Antiqua", "Palatino Linotype", "Times New Roman";
	font-size: 17px;
	font-style: italic;
	color: #372400;
}

#stafftable {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #372400;
	margin-top: -10px
}
#stafftable td {
	padding: 0px;
}

#logo_div {
padding-left:20px;
}

.section_title {
padding-top:18px;
padding-bottom:18px;
}

#footer_div {
text-align:right;
font-size:13px;
color:#b37157;
padding-bottom:12px;
padding-right:40px;
padding-top:20px;
padding-left:45px;
font-family:"Century Gothic", "Trebuchet MS", Verdana;
background-color: #ffffff;
}

#footer_div a{
color:#b37157;
}

/* ------------------ bottom ---------------------- */

#bottom_whitespace {
height:4px;
background-color:#FFFFFF;
}

