/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:    see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
html
{
	background-image:    url('/images/gradient.jpg');
	background-repeat:   repeat-x;
	background-color:    white;
	margin:              0px;
	padding:             0px;
}

body
{
	margin:              0px;
	padding:             0px;
	
	background-image:    url('/images/back.jpg');
	background-repeat:   no-repeat;

	/*	Default text styles	----------------------------*/
	font-family:         Palatino Linotype, Book Antiqua, Palatino, serif;
	color:               #444;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:               #0294C9;
}

/*---------------------------------------------------------------------------------------------------------
//	Goddard College structure
//-------------------------------------------------------------------------------------------------------*/
#header
{
	height:              175px;
}

#head-search
{
}

#head-search-input
{
	position: absolute;
	top: 112px;
	left: 480px;
	width: 119px;
}
#head-search-submit
{
	position: absolute;
	top: 116px;
	left: 606px;
}

table#body
{
	clear:               both;
	border-collapse:     collapse;
	width:               830px;
}

col#col-left
{
	width:               160px;
}

col#col-content
{
	width:               auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

td#content
{
	width:               auto;
	padding-right:       30px;
	padding-bottom:		30px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:               both;
	margin:              0px 0px 50px;
	padding:             0 0 0 28px;
	line-height:         2.0em;
	font-family:         Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:           11px;
	color:               #888;
	width:               830px;
}

#footer a
{
	color:               #888;
}
#footer p
{
	clear:               both;
}

#footer ul
{
	margin:              0px;
	padding:             0px;
	list-style-type:     none;
}

#footer li
{
	float:               left;
}

.divider
{
	padding:             0em .7em;
	color:               #BBB;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:              0px;
	padding:             0px;

	font-weight:         normal;
	font-size:           29px;
	font-style:          italic;
}

h1 a,h1 a:hover
{
	color:               #86361D;
}

h2, span.subhead
{
	display:             block;
	margin-bottom:       1em;
	padding:             0px;
	
	font-weight:         bold;
	font-size:           17px;
	color:               #86361D;
	border-bottom:       1px solid #86361D;

}

h3, span.subhead2
{
	display:             block;
	margin:              1.7em 0em 0em 0em;
	line-height:         1.2em;
	font-weight:         bold;
	font-size:           15px;
}

h2.programtitle
{
	margin-top: 0;
	border-bottom: 1px solid #BA9047;
}

h2.programtitle a
{
	color: #86361D;
}


/*	Standard body style	*/
.bodytext
{
	margin:              0em 0em 1.7em 0px;
	padding:             0px;
	line-height:         1.7em;
	font-size:           15px;
}

blockquote
{
	margin:              1em 3em;
	border-top:          1px solid rgb(221,204,204);
	border-bottom:       1px solid rgb(221,204,204);
	padding:             0.5em 0em;
	font-family:         times new roman,times;
	font-size:           1.15em;
	font-style:          italic;
	line-height:         1.4em;
	color:               rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	padding-top: 5px;
	font-family:         Lucida Sans Unicode, Lucida Grande, sans-serif;
	width:               180px;
	font-size:           10px;
}

.sidebar
{
}


/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:              1px solid rgb(204,215,238);
	border-collapse:     collapse;
	empty-cells:         show;
}

table.data caption
{
	margin:              0.5em 0em;
	text-align:          left;
	font-family:         verdana,arial,sans serif;
	font-weight:         bold;
	font-size:           0.70em;
}

tr.r0
{
	background-color:    white;
}

tr.r1
{
	background-color:    rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:             0.5em 1.0em;
	text-align:          left;
	font-family:         verdana,arial,sans serif;
}

table.data th
{
	vertical-align:      bottom;
	background-color:    rgb(204,215,238);
	font-weight:         bold;
	font-size:           0.70em;
	color:               white;
}

table.data td
{
	vertical-align:      top;
	border-bottom:       1px solid rgb(204,215,238);
	font-size:           0.68em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:               both;
	display:             block;
	width:               auto;
	height:              26px;
	line-height:         26px;
	padding:             0em 1.0em;
	white-space:         nowrap;
	font-family:         verdana,arial,sans serif;
	font-size:           11px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:         bold;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:            absolute;
	z-index:             200;
	visibility:          hidden;
	margin:              0px;
	padding:             0px;
	list-style-type:     none;
	display:             none;
	
	/*	Customizeable options	------------------------*/
	width:               140px;
	border-top:          1px solid #C95802;
	border-bottom:       none;
	background-color:    #86361D;
}

ul.submenublock
{
	background-color:    #662916;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:             inline;
}

ul.menublock a,ul.submenublock a
{
	display:             block;
	width:               auto;
	height:              21px;
	border-bottom:       1px solid #C95802;
	padding:             0px 8px;
	line-height:         21px;
	white-space:         nowrap;
	font-family:         Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:           10px;
	color:               white;
}

ul.submenublock a
{
	background-color:    #662916;
	border-bottom:       none;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:    #662916;
	color:               white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:    url( /images/arrow1.gif );
	background-position: center right;
	background-repeat:   no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:    url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:             none;
}

/*	Hidden elements	*/
.hdn
{
	display:             none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:      top;
	padding:             0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:              0px;
}

/*	do not underline links	*/
a
{
	text-decoration:     none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:              0px;
}

/*	IE will allocate space for these if there are not display; none -  POSJ	*/
map
{
	display:             none;
}

sup
{
	vertical-align:      super;
	font-size:           0.75em;
}

img.thumb
{
	float:               left;
	margin-right:        20px;
	margin-bottom:       10px;
	border:              1px solid black;
}

.caption-right
{
	float:               right;
	width:               200px;
	margin-left:         20px;
	margin-bottom:       15px;
}

.list-item,.listitem
{
	clear:               both;
}

/*	widget	*/
.widget-title
{
	margin:				1.5em 0 .5em 0;
}
.widget-link-title-div
{
	margin:				1em 0 .25em 0;
	font-weight:		bold;
}
.widget-indent strong
{
	margin-top:         1em;
}
a.widget-link-title
{
	color:               #444;
}


#counselor-table td
{
	width: 50%;
}
