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

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
}
img {
	vertical-align: text-bottom;
}
a img {
	border:0;
}
a {
	outline: none;
}
a:hover{
	color:#3e8415;
}
p {
	line-height:1.5em;
}

body {
	font-family: Verdana, Arial, sans-serif;
	background: #3F3D27;
}

hr {
border:1px solid #666666;
width:90%;
}

/* H1, H2, H3... ______________________________________________________________________________________________________*/
#left h1, #right h1, #left h3 {
	color:#2a5b21;
	font-family:Georgia, Garamond, Times;
	font-size:20px;
	font-weight:normal;
	margin-bottom:7px;
}



#left h3 {
        font-size:15px;
}
#right h1 {
	font-size:16px;
	font-weight:normal;
}
#right h2 {
	font-family: Georgia, Garamond, times, serif;
	color: #2a5b21;
	font-size:14px;
	margin-top:15px;
}
#right img.more {
	float:right;
	margin-top:-6px;
	display:inline;
	background-color:#CFCFCF;
	padding-left:10px;
}
#right hr.h2 {
	float:right;
	margin:-5px 5px 0 0;
	display:block;
	color:#999;
}
/* GENERAL LINKS _______________________________________________________________________________________________________*/
#nav a {
	text-decoration:none;
	color:#000;
}
#nav a:hover{
	text-decoration:none;
	color:#3e8415;
}
#left a {
	color:#000;
}
#right a {
	color:#333;
	font-weight:bold;
	font-family: Georgia, Garamond, times, serif;
}
#right a:hover, #left a:hover{
	color:#2A5B21;
}
#right a img {
	background:url('http://4909e99d35cada63e7f757471b7243be73e53e14.gripelements.com/images/more.gif') no-repeat top right;
	height:7px;
	width:46px;
}
#right a:hover img {
	background-position:bottom right;
}
#footer a {
	color:#7f7e7f;
	text-decoration: none;
}
#footer a:hover {
	color:#000;
}
/* GENERAL FONTS _______________________________________________________________________________________________________*/
#left .padding p, #left .padding ul, #left .padding ol {
	font-size:10px;
	margin:10px 0 10px 0;
	line-height:1.7em ;
}
#left .padding td {
	font-size:10px;
	padding:5px;
	line-height:1em;
        vertical-align:top;
}
#left .padding th {
	font-size:10px;
        font-weight:strong;
	padding:5px;
	line-height:1em;
        vertical-align:bottom;
        border:1px solid #000;
}
#left .column p img {
	float:left;
	margin:10px 10px 0px -20px;
}
#left .padding small {
	font-size:9px;
	color:#A3A1A2;
	margin-bottom:5px;
	display:block;
}
#left .img small {
	color:#000;
	text-align:center;
	padding:5px 5px 0 5px;
}
#right p {
	margin: 10px 0 10px 0;
}
#right .padding p strong{
	font-family: Georgia, Garamond, Times;
}
#right {
	color:#333;
	font-size:11px;
}

/* LEFT COLUMN ______________________________________________________________________________________________________*/
#left {
	background:url('http://4909e99d35cada63e7f757471b7243be73e53e14.gripelements.com/images/leftcol-bg.gif') no-repeat 0 10px;
}
#left .padding {
	padding:20px;
}
#left .img {
	float:left;
	margin:0 10px 5px -20px;
	width:173px;
	padding-top:3px;
}
/* RIGHT COLUMN ______________________________________________________________________________________________________*/
#right .quote {
	border-bottom:solid 4px #E7E7E7;
}
#right .padding{
	padding:5px 20px 20px 20px;
}


/* LISTS ______________________________________________________________________________________________________________*/
#right .padding ul {
	margin-left:12px;
}
#right .padding ul li {
	font-family:Georgia, Garamond, Times;
	font-weight:bold;
	margin:10px 0 10px 0;
}
#left .padding ul, ol {
        padding-left: 20px;
}

/* NAVIGATION ____________________________________________________________________________________________________________*/
#nav{
	text-align:right;
	font-size:10px;
}
#nav .logo {
	float:left;
}
#nav ul {
	margin-top:20px;
	float:right;
}
#nav ul li{
	list-style:none;
	display:inline;
	padding-top:20px;
	margin:0px 10px 0 10px;
	text-transform: uppercase;
}
#nav .blue{
	height:62px;
	width:149px;
	float:right;
	background:url('http://4909e99d35cada63e7f757471b7243be73e53e14.gripelements.com/images/blue_corner.gif') no-repeat #015291;
}

#left ul.secnav {
float:left;
margin:0 10px 10px 0;
background:#CDCDCB;
padding: 10px;
list-style:none;
width:150px;
font-size:12px;
}
#left ul.secnav a {
text-decoration:none;
color:#666;
}
#left ul.secnav a:hover {
color:#333;
text-decoration:underline;
}
/* FORMS ______________________________________________________________________________________________________________*/

/* MISC. CLASSES ______________________________________________________________________________________________________*/
#footer .copyright {
	float:right;
}
#footer .text_links{
	float:left;
}
/* LAYOUT ELEMENTS (IDs) ____________________________________________________________________________________________________*/
#wrapper{
	margin:auto;
	position:relative;
	width:948px;
	border:solid 5px #fff;
	
}
#osu_nav{
	height:20px;
}
#nav{
	height:62px;
	background:url('http://4909e99d35cada63e7f757471b7243be73e53e14.gripelements.com/images/kirwan_sub1.gif') no-repeat 226px 46px #FFF;
}
#column_wrapper {
	background:url('http://4909e99d35cada63e7f757471b7243be73e53e14.gripelements.com/images/sub_wrapper-bg.gif');
}
*:first-child+html #column_wrapper {height:1%;}
#left, #right{
	float:left;
	width:491px;
}
#right {
	width:457px;
}
#footer {
	font-size:9px;
	color:#7f7e7f;
	padding:10px 0 0 20px;
	height:30px;
background-color:#fff;
}
div.img_inline {
        float:left;
        border:none;
        text-align:center;
        font-size:9px;
        color: #666666;
}

#left .padding table.projects {
        border:none;
}

#left .padding table.projects td {
        border:none;
        text-align:left;
        font-size:10px;
	line-height:1.5em ;
        border:1px solid #000;

}

.sub_links {
      margin: 0;
      padding: 0;
}

.sub_links li {
      margin-top:15px;
      list-style-type: none;
}

.sub_links li ul li {
      padding-left: 10px;
}

#right ul.sub_links li a {
        font-family: Georgia, Garamond, times, serif;
	color: #2a5b21;
	font-size:14px;
}
#left .padding ul li ul {
	margin-top: 0;
margin-bottom:0;
}
