/*###############################################################
#	Organization:  University of Wisconsin-Green Bay
#				   University Union
#				   http://www.uwgb.edu/union
#	File:          default.css
#################################################################/

/*****************************************************************
Font Styles
*****************************************************************/

/* Form error font */
.formerror 
{
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FF0000; 
	text-decoration: none
}

/* Arial, Helvetica, sans-serif fonts */
.Black10AHS 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none
}
.Black11AHS 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none
}
.Black12AHS 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none
}
.Black12AHSBold
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #333333; 
	text-decoration: none
}
.Black14AHS 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none
}
.Black14AHSBold
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none
}
.Black18AHSBold
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none
}
.White10AHS 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none
}
.White11AHS 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none
}
a.White11AHS:hover 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #de1818; 
}
.White12AHS 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
}
.White14AHS 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
}

.Red10AHS 
{
	color: #de1818;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.Red10AHS:hover 
{
	color: #333333;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Red11AHS 
{
	color: #de1818;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.Red11AHS:hover 
{
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Red12AHS 
{
	color: #de1818;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.Red12AHS:hover 
{
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Red12AHSBold
{
	color: #de1818;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Red14AHS 
{
	color: #de1818;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.Red14AHS:hover 
{
	color: #333333;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Red14AHSBold
{
	color: #de1818;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*****************************************************************
Body Styles
*****************************************************************/
body 
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(assets/images/bg.jpg);
 	background-color: #C1BCA4; 
}

/* Regular link style (with dash underline) **/
a 
{
	color: #de1818;
	text-decoration: none;
	background: url(../images/a_link_underline.gif) repeat-x 100% 100%;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	white-space: nowrap;
}

/* Regular link hover style **/
a:hover 
{
	background: url(../images/a_hover_underline.gif) repeat-x 100% 100%;
}

/*****************************************************************
Layer Styles
*****************************************************************/
#Search 
{
	position:absolute;
	width:180px;
	height:19px;
	z-index:1;
	left: 756px;
	top: 13px;
}

/* Center area */
#center
{
	width: 763px;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ffffff;
}

/* Main area */
#main_area 
{
	float: left;
	width: 513px;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	background: #ffffff;
}

/* Main area */
#main_area p 
{
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 1.0em;
	line-height: 1.4em;
}

/* Align header */
.alignHeader 
{
	padding: 2px 0px 0px 2px;
	background: url(../images/dash_bg.gif) no-repeat;
	margin: 0px 0px 10px 10px;
}

/* Main area */
#mainFront 
{
	padding: 2px 0px 0px 10px;
	background: url(../images/dash_bg.gif) no-repeat;
	float: left;
	width: 490px;
	margin: 0px 1px 10px 0px;
}

/* Main area */
#mainFront h2 
{
	padding: 0px 0px 5px 0px;
	margin: 8px 0px 0px 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

/* Left area */
#left_area 
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 240px;
	top: 85px;
	left: 0px;
	color: #333333;
}

/* Footer */
#footer 
{
	margin-right: auto;
	margin-left: auto;
	width: 763px;
	padding: 0 0 10px;
	background: #ffffff;
	border: 1px solid #ffffff;
	margin-bottom: 20px;
}

/* Helps alignment */
.make_fit 
{
	clear: both; 
}

/* Menu of items */
#menu_list p 
{
	font-size: 90%;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0px 0px 10px 0px;
}

/* "Menu" text is here **/
#menu_list h2 
{
	font-size: 115%;
	width: 220px;
	background: url(../images/menu_list_header.gif) no-repeat;
	padding: 5px 0px 3px 20px;
	height: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	font-weight: bold;
}

/* Menu of items */
#menu_list ul 
{
	margin: 0;
	padding: 0;
	margin: 0;
}

/* Menu of items */
#menu_list ul li 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Menu of items */
#menu_list ul li a 
{
	color: #333;
	background: url(../images/menu_buttons.gif) no-repeat;
	padding: 4px 0 4px 20px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	width: 220px;
	font-size: 95%;
	height: 1%;
	display: block;
}

/* Hovers menu links red **/
#menu_list ul li a:hover 
{
	color: #de1818;
	background: url(../images/menu_buttons.gif) -250px 0px no-repeat;
}

/* Visited image for menu links **/
#menu_list ul li a:visited 
{
	background: url(../images/menu_buttons.gif) -500px 0px no-repeat;
}

