/* ++++++++++++++++++++++++++++++++++++++++ RESET ALL DEFAULT BROWSER STYLES */
@import url("reset.css");
/* ++++++++++++++++++++++++++++++++++++++++ END RESET */
html,
body {
	height: 100%;
}

html {
	background: #00407d url(images/bg_body_tile_sm.jpg) repeat 0 2px;
}

a {
	color: #003876;
	text-decoration: none;
}

body {
	background: transparent url(images/bg_body_tile.jpg) repeat-x 0 0;
	color: #003876;
	text-align: center;
	font: 85% "Lucida Grande",Helvetica,Arial,sans-serif;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

li {
	list-style-position: outside;
}

#content {
	background: transparent url(images/bg_content_tile.png) repeat-y 50% 0;
	overflow: visible;
	/* text-align: left; */
	margin: 0 auto;
	width: 812px;
	position: relative;
	padding: 1px 0;
}

body.three_col #content {
	background: transparent url(images/bg_content_tile_3col.png) repeat-y 50% 0;
}

#masthead,
#footer {
	margin: 0 auto;
	width: 812px;
}

#masthead {
	background: transparent url(images/bg_masthead.png) no-repeat 50% 100%;
	height: 50px;
	padding: 23px 0 15px 0;
}

body.three_col #masthead {
	background: transparent url(images/bg_masthead_3col.png) no-repeat 50% 100%;
}

#footer {
	background: transparent url(images/bg_footer.png) no-repeat 50% 0;
	height: 50px;
	padding: 27px 0 23px 0;
}

#footer object,
#footer embed {
	margin: 0; padding; 0;
}

body.three_col #footer {
	background: transparent url(images/bg_footer_3col.png) no-repeat 50% 0;
}

#side_left {
	font-size: 85%;
	text-align: left;
	width: 170px;
	padding: 1px 0;
	margin: 0 20px;
	float: left;
	display: inline;
}

#side_right {
	float: right;
	font-size: 80%;
	margin-right: 15px;
	text-align: left;
	width: 170px;
	display: inline;
}

#content_inside {
	text-align: left;
	width: 580px;
	float: left;
	display: inline;
	line-height: 1.35em;
	padding-bottom: 10px;
}

body.three_col #content_inside {
	width: 400px;
}

#side_right p {
	text-align: center;
	font-weight: bold;
}

#side_right p.golf_link a {
	display: block;
	margin: 20px auto;
	font-size: 12px;
	padding: 5px;
}

#side_right p.golf_link a:hover {
	text-decoration: none;
	background: #f5ecd9;
}

#side_right p span {
	font-size: 110%;
	line-height: 1.7em;
}

#side_right ul.news_icon,
#side_right ul.news_opps {
	margin: 0;
	padding: 0;
}

#side_right ul.news_icon li,
#side_right ul.news_opps li	{
	background: transparent url(images/link_dots.gif) repeat-x left bottom;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

#side_right ul.news_icon img,
#side_right ul.news_opps img {
	float: left;
	margin: 2px 0 0 -52px; 
	border: solid 1px #003876;
}

#side_right ul.news_icon a,
#side_right ul.news_opps a {
	display: block;
	line-height: 1.2em;
	padding: 4px 0 6px 52px;
}

#side_right ul.news_icon a:hover,
#side_right ul.news_opps a:hover {
	background: #f5ecd9;
	text-decoration: none;
}

#side_right ul {
	list-style-type: disc;
	margin: 2px 0 2px 15px;
}

#side_right li {
	list-style-type: disc;
	margin: 0;
	padding: 4px 0;
}

#side_right ul li ul {
	list-style-type: circle;
	margin: 7px 0 5px 25px;
	padding: 0;
}


#side_right ul li ul li {
	list-style-type: circle;
	margin: 0;
	padding: 2px 0;
}

#side_right a:hover {
	text-decoration: underline;
}

#content {
    overflow: hidden;
	zoom: 1;
}

#mainnav {
	background: #ebd8b7;
	font-weight: bold;
	width: 165px;
	float: left;
}

#mainnav li {
	position: relative;
	float: left;
	line-height: 1.25em;
	width: 170px;
	clear: left;
}

#mainnav li ul {
	background: #ebd8b7;
	border: 1px solid #d8c7a8;
	list-style-type: none;
	position: absolute;
	left: -999em;
	top: -3px;
	width: 170px;
	padding: 3px;
	/* opacity effects for flyout menu - will not validate, but works cross-browser */
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

#mainnav li:hover ul,
#mainnav li.sfhover ul {
	left: 167px;
}

#mainnav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainnav a {
	background: transparent url(images/link_dots.gif) repeat-x left bottom;
	display: block;
	margin: 0;
	padding: 3px 0;
	line-height: 1.4em;
}


/* IE navbar height fix */
* html #mainnav a,
* html #side_right ul.news_icon a {
	height: 1%;
}


#mainnav a:hover,
#mainnav li.sfhover a {
	background: #f5ecd9;
}

#content_inside li {
	margin: 2px;
	padding: 2px;
	line-height: 1.4em;
}

#content_inside ul {
	margin: 0.5 2em;
	padding: 0 2em;
	list-style-type: disc;
}

#content_inside ul ul {
	list-style-type: circle;
}

#content_inside h1 {
	text-align: center;
	line-height: 1.1em;
}

#content_inside h2 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	margin-top: 0.2em;
}

#content_inside h3 {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.35em;
}

#content_inside p {
	margin: 0 0 1em 0;
}


.sm_quote {
	font-size: 95%;
	margin: 0.75em 0 0 0;
	font-style: italic;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.clrbth {
	clear: both;
}

.thumbs_group {
	text-align: center;
}

.thumbs_group img {
	margin: 0.5em;
}

.whitecontainer {
	background: #fff;
	float: left;
	width: 100%;
}

.whitecontainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

.whitecontainer {
	display: inline-block;
}

div.whitecontainer h1 {
	font-size: 220%;
	font-weight: bold;
}

div.whitecontainer h3,
div.whitecontainer h4 {
	font-weight: bold;
	text-align: center;
}

.colle {
	padding: 0.4em;
}

div.whitecontainer colle img {
	background: #eee;
	border: 1px solid #999;
	padding: 0.2em;
}

#content_inside div.colle h1,
#content_inside div.colle h2,
#content_inside div.colle h3 {
	text-align: left;
}

#content_inside .whitecontainer p {
	margin: 10px 3%;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.nsm_office {
	line-height: 1.2em;
	font-size: 85%;
	float: left;
	margin: 10px 0 0 7px;
	width: 183px;
	height: 18em;
	text-align: left;
	display: inline;
}

.nsm_office strong {
	font-size: 110%;
	color: #a03;
}

.nsm_office a {
	text-decoration: underline;
	white-space: nowrap;
}




.nsm_office_rowfixer { 
	float: left;
	clear: both;
	width: 97%;
}

.nsm_team { 
	float: left;
	margin: 0;
	width: 180px;
	text-align: left;
	display: inline;
}

.nsm_board {
	float: left;
	margin: 1em 0 0.5em 7%;
	width: 40%;
	height: 9.2em;
	text-align: left;
}

.jobs_info,
.golf_info {
	float: left;
	display: inline;
	margin: 0.7em 0 0 8%;
	width: 42%;
}

.golf_info h5 {
	font-size: 105%;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0.3em 0;
}

#content_inside .golf_info li {
	margin: 0 0.7em;
	padding: 0;
}

.nsm_college3,
.nsm_college4, 
.nsm_college5 {
	float: left;
	height: 11em;
	margin: 0.75em 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	line-height: 1.2em;
	color: #000;
	width: 33.3%;
}

.nsm_college4 {
	width: 24.5%;
}

.nsm_college5 {
	width: 19.5%;
}

.missionlogos img {
	padding: 0.6em;	
}

h3.college_title {
	background: #003876;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 1.3em;
}