html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-size: .75em;
	font-family: 'verdana', 'arial', sans-serif;
	background: url(_images/page_bg.gif) repeat-x top left;
}

p {
	margin:0 10px 10px;
}

a {
	color: #060;
}

div#content table {
	font-size: 1em;
	color: #D6D6D6;
}

div#header {
	position:relative;
	background: url(_images/header_bg.gif) no-repeat top left;
	height: 100px;
}

div#header h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #007336;
	text-align: center;
	font-family: 'Georgia', 'Garamond', 'Times', serif;
	font-weight: normal;
	font-size: 24px;
}
	
div#header a {
	position: absolute;
	right: 0;
	top:23px;
}

table.tcontacts {
	border-collapse: collapse;
	font-size: 1em;
}

table.tcontacts td {
	font-size: 0.95em;
	padding: 5px 15px 5px 15px;
	border: 1px solid #ccc;
	text-align: left;
}

td p {
	margin: 0;
	text-indent: 0;
	line-height: 0;
}

div#navigation {
	position: absolute;
	left: 0px;
	top: 100px;
	background: #F8F6FE url(_images/nav_bg.gif) repeat-x bottom left;
	padding: 0px;
	width: 200px;
	height: 500px;
	float:left;
}

div#footer {
	background: #C5D9C8;
	color: #000000;
	text-align: center;
	border-top: 1px solid #007336;
	border-bottom: 1px solid #007336;
}

div#footer p {
	margin:0;
	padding:5px 10px;
}

div#footer a {
	display: inline;
	padding: 0;
	color: #000000;
}

div#wrapper {
	width: 100%;
	padding: 0px;
}

div#content {
	margin: 0 200px;
	background-color: #FFFFFF;
	border-left: 1px solid #C5D9C8;
	padding: 0px 15px 15px 15px;
	min-height:600px;
}

div#content h1, h2 {
	margin: 0px 0px 8px 0px;
	color: #007336;
	font-size: 1.6em;
	font-family: 'Georgia', 'Garamond', 'Times', serif;
}

div#content h2 {
	font-size: 1.3em;
	margin-top: 15px;
}

div#content p {
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

div#content p.teammember {
	text-indent: -1.5em;
	margin-bottom: 1em;
	margin-top: 1.5em;
	margin-left: 2.5em;
}

div#content .title {
	margin: 0px 0px 0px 0px;
	color: #007336;
	font-size: 1.25em;
	font-weight: bold;
	font-family: 'Georgia', 'Garamond', 'Times', serif;
}

div#content .degrees {
	font-weight: bold;
	font-size: 0.8em;
}

div#content li {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

.notes {
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
}

#content p.backtotop {
	margin-bottom: 4em; margin-top: 0;
}

div#extra {
	position: absolute;
	right:0px;
	top:100px;
	width:200px;
	background: #fff url(_images/faded_rule.gif) no-repeat top left;
}

div#extracontent {
	margin: 0px 5px 0px 5px;
}

div#extrafooter {
	background: url(_images/faded_rule.gif) no-repeat bottom left;
	height: 30px;
}

div#footer {
	clear:both;
	width:100%;
}

/* set the image to use and establish the lower-right position */ 
.sidebox, .sidebox_body, .sidebox_head, .sidebox_head h2 { 
	background: transparent url(_images/sidebox_bg.gif) no-repeat bottom right;
} 

.sidebox { 
	width: 180px !important; /* intended total box width - padding-right(next) */ 
	margin: 3px 6px 3px 10px;  /* use to position the box */
} 

.sidebox_head { 
	background-position: top right;
	border-bottom: 1px solid #AA9DD1;
} 

.sidebox_head h2 { 
	background-position: top left;
	padding: 8px 10px 3px 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 1em;
} 

.sidebox_body { 
	background-position: bottom left;
	margin: 0px 10px 0px 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}


.sidebox ul {
	list-style: none;
	/*margin: 0px 0px 5px 10px;*/
	margin: 0px 0px 5px 2px;
	padding: 2px;
}

.sidebox li {
	padding: 2px;
	font-size: 0.95em;
}



.extrabox, .extrabox_body, .extrabox_head, .extrabox_head h2 { 
	background: transparent url(_images/extrabox_bg.gif) no-repeat bottom right;
} 

.extrabox { 
	width: 170px !important;
	margin: 3px 6px 3px 10px;
} 

.extrabox_head { 
	background-position: top right;
	border-bottom: 1px solid #AA9DD1;
} 

.extrabox_head h2 { 
	background-position: top left;
	padding: 8px 10px 3px 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 1em;
} 

.extrabox_body { 
	background-position: bottom left;
	margin: 0px 10px 0px 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}


.extrabox ul {
	list-style: none;
	margin: 0px 0px 5px 10px;
	padding: 2px;
}

.extrabox li {
	padding: 2px;
	font-size: 0.95em;
}



.newsbox, .newsbox_body, .newsbox_head, .newsbox_head h2 { 
	background: transparent url(_images/newsbox_bg.gif) no-repeat bottom right;
} 

.newsbox { 
	width: 170px !important;
	margin: 3px 6px 3px 10px;
} 

.newsbox_head { 
	background-position: top right;
	border-bottom: 1px solid #007F47;
} 

.newsbox_head h2 { 
	background-position: top left;
	padding: 8px 10px 3px 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #FFFFFF;
} 

.newsbox_body { 
	background-position: bottom left;
	margin: 0px 10px 0px 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}


.newsbox ul {
	list-style: none;
	margin: 0px 0px 5px 10px;
	padding: 2px;
}

.newsbox li {
	padding: 3px;
	margin: 6px 0 6px 0;
	font-size: 0.95em;
}

/****** Forms *******/
.formdiv {
	background: #007F47 url(_images/form_tl.gif) top left no-repeat;
	margin: 0 5px 10px 5px;
	padding: 0;
	text-align: left;
	width:80%;
}

.formdiv h2 {
	padding: 5px;
	margin: 0px 0px 0px 20px;
	text-align: left;
	background: #007F47 url(_images/form_tr.gif) top right no-repeat;
	font-family: "Arial", sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
}

.formwrapper {
	text-align: center;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding: 7px;
	background: #F8F6FE;
	border: 1px solid #AA9DD1;
	text-align: left;
}

form fieldset {
	border-color: #E6E0F3;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin-top: 10px;
}

form fieldset legend {
	color: #000000;
	font-weight: bold;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 8px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}



form input, form textarea, form select {
	margin: 8px 5px 0px 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


form .buttonsright {
	text-align: right;
	padding: 8px 20px 5px 0;
}

form th {
	background: url(_images/th_bg.gif) repeat-x;
	padding: 4px 2px 4px 2px;
	color: #FFFFFF;
	border-left: 1px solid #66CCA0;
}

form th#blank {
	/* background: url(_images/th_bg.gif) repeat-x;*/
	padding: 4px 2px 4px 2px;
	color: #000000;
	/* border-left: 1px solid #66CCA0;*/
}

.mainbutton {
	width: 120px;
	padding: 0;
	margin: 3px;
}

.tablewrapper {
	background: #F8F6FE;
}

.formtable {
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	background: #F8F6FE;
	border: 1px solid #AA9DD1;
	text-align: left;
}

.formtable .rowtype1 {
	font: 100% verdana, arial, sans-serif;
	background-color: #eaeaea;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
}

.formtable .rowtype2{
	font: 100% verdana, arial, sans-serif;
	background-color: #f6f6f6;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
}

.details {
	text-align: left;
	background: #EEE9FF;
	border: 1px solid #4d4c76; 
	width: 80%;
	padding: 15px;
}

#content .details h1 {
	margin: 5px;
	padding: 0;
}

#content table tr td {
	padding: 3px;
	color: #000;
	font-size: x-small;
}

.details_td {
	font-size: 1.15em;
	line-height: 1.5em;
	padding-top: 0;
}

#Menu1 {
	left: 0;
    /*top: 3px;
    width: 160px;*/
	width:176px;
	background-color: transparent;
    background-image: none;
    border-width: 0;
    height: auto;
    padding: 0;
    position: relative;
    z-index: 9999;
    margin-left: 10px;
}
.MM li a:visited .MMS, .MM li a .MMS, .MM li a:link .MMS { 
    background-image: url("_includes/smartmenus/v_arrow.gif") !important;
}
.MM li a:visited .MMS img, .MM li a .MMS img, .MM li a:link .MMS img {
	display:none !important;
}

.edit-link {
	width:100%;
	display:block;
	text-align:right;
}

.edit-link a {
	 text-transform:uppercase; 
	 font-size:14px;
	 font-weight:bold;
	 background-color:#007336;
	 color:#FFF;
	 padding:5px 10px;
	 text-decoration:none;
}
.MM li a.CURRENT, .MM li a.CURRENT:link, .MM li a.CURRENT:visited {
	background-color:white !important;
	border:none !important;
}

