/* University Place Design styles */
/* palette: 
 */

body {
	background-color:#eaecee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	padding:0;
	width:900px;
}

#wrapper {
	background-color:#FFFFFF;
}

#headercontainer {
	margin:0;
	padding:0;
	background-image:url(gfx/up2_topbanner.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	height:55px;
	background-color:#ffffff;
}

#header {
	float:left;
	margin:0 auto 0 0;
	padding: 0;
	width:361px;
}

#topmenu {
	float:left;
	margin:0 auto 0 0;
	padding:0;
	width:539px;
	text-align:right;
}
*html #topmenu {width:500px}

#topmenu a:link, #topmenu a:visited, #topmenu a:hover {
	margin:0;
	padding:0;
}

/* info on the left - bg is 194w by 218 h */
#leftMenuContainer {
	width:240px;
	float:left;
	padding:7px 0 0 0;
	margin: 17px auto 0 0;
	background-color:#ffffff;
	background-image:url(gfx/up2_leftbg.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:511px;
}

#leftMenu {
	padding:6px 10px 10px 10px;
}

/* content on right */
#contentContainer {
	float:left;
	width:640px;
	min-height:270px;
	padding:5px 0 0 0;
	background-color:#FFFFFF;
	margin:0 auto 0 0;
}
/* fix ie6 min-height problem */
* html #contentContainer {
	height:280px;
}

#content {
	padding: 10px 10px 20px 10px;
	margin:0;
}

#rightcontent_top {
	background-image:url(gfx/up2_topbg_content.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:21px;
	width:610px;
	margin-top:20px;
}

#rightcontent {
	background-image:url(gfx/up2_midbg_content.png);
	background-position:0% 0%;
	background-repeat:repeat-y;
	padding:1px 10px 1px 10px;
	width:590px;
	min-height:410px;
}

*html #rightcontent { height:410px; }

#rightcontent_bottom {
	background-image:url(gfx/up2_bottombg_content.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:21px;
	width:610px;
}

#featureContainer {
	background-image:url(gfx/up2_welcomebg_long.jpg);
	background-repeat:no-repeat;
	background-position:0% bottom;
	width:612px;
	min-height:130px;
}
*html #featureContainer {height:130px;}

#feature {
	padding:10px 20px 5px 20px;
	color:#5C6F7C;
	line-height:140%;
}

#flash {
	background-image:url(gfx/up2_mainbg.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	width:562px;
	height:322px;
	margin-top:20px;
	padding:20px 20px 20px 30px;
	color:#5C6F7C;
	line-height:140%;
}

#ssp {
	background-image:url(gfx/up2_mainbg_4ssp.png);
	background-repeat:no-repeat;
	background-position:0% 0%;
	width:612px;
	height:354px;
	margin-top:20px;
	padding:0;
	color:#5C6F7C;
	line-height:140%;
	text-align:center;
}

#footerContainer {
	clear:both;
	background-color:#A4BEC6;
	background-image:url(gfx/up4_footerbg.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	border-top:1px solid #5C6F7C;
	margin:0;
	padding:0;
	min-height:85px;
}

*html #footerContainer {
	height:90px;
}

#footer {
	color: #666666;
	font-size: x-small;
	font-weight:bold;
	padding: 15px;
	margin:0;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #003366;
	font-size: x-small;
	text-decoration:underline;
}

#partnernav {
	padding:8px 5px 0 5px;
	color:#999999;
}

#partnernav a:link, #partnernav a:visited, #partnernav a:hover {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

/* light grey */
.replyOdd {
	background-color:#E1E4E8;
	padding:7px;
	margin:0 0 5px 0;
}
/* light sage */
.replyEven {
	background-color:#D2E2E6;
	padding:7px;
	margin:0 0 5px 0;
}

a:link, a:hover {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color:#00447C;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Arial,sans-serif;
}

h1 {
	font-size: 116%;
	color: #000000;
}

h2 {
	font-size: 114%;
	color: #666666;
	font-style:italic;
}

h3 {
	font-size:100%;
	color:#333333;
	font-style:italic;
}

img {
	border:0;
}

.errorText {
	color:#FF0000;
	font-weight:bold;
	border:1px solid #FF0000;
	padding:5px 5px 5px 5px;
}

.required {
	color:#FF0000;
}

.noShow {
	position:absolute;
	left:-10000px;
}

#skipTxt {
	display:none;
}