@import url(jqtransform.css);

body {
	margin: 0;
	padding: 0;
	background: url(../images/page-bg.gif) left top repeat;
	font-family: georgia, times, serif;
	font-size: 62.5%;
	color: rgb(94,93,97);
}

* html .clearfix {
  height: 1px;
  overflow: visible;
}

*+html .clearfix{
  height: 0px;
  overflow: visible;
}

.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

#wrapper {
    width: 760px;
    padding: 12px 12px 12px 22px;

    font-size: 1em;
}

img {
	border: none;
}

#vpa-wrapper-header {
	padding: 0;
	min-height: 116px;
    padding-bottom: 32px;
}

#vpa-wrapper-branding {
    width: 430px;
    float: left;
    padding-bottom: 20px;
}

#vpa-wrapper-name-and-slogan {
    width: 430px;
    position: relative;
}

a#vpa-wrapper-logo {
    width: 227px;
    margin: 16px 0 0 0;
    display: block;
}

h1#vpa-wrapper-site-name {
    text-indent: -10000px;
    width: 272px;
    height: 10px;
    overflow: hidden;
    background: url(../images/vpa-logotype.gif) top left no-repeat;
	font-size: 2em;
	line-height: 1.3em;
	margin: 0;
    margin-left: 1px;
}

h1#vpa-wrapper-site-name a {
    display: block;
    width: 272px;
    height: 8px;
}

#vpa-wrapper-syracuse-link {
	position: absolute;
	left: 286px;
	top: 0;
	height: 10px;
	width: 142px;
	text-indent: -10000px;
	overflow: hidden;
}

#vpa-wrapper-syracuse-link h2 {
	margin: 0;
    background: url(../images/vpa-logotype.gif) -285px top no-repeat;
}

#vpa-wrapper-syracuse-link a {
	width: 142px;
	display: block;
}



/*#wrapper {
	padding: 13px 24px;
	width: 746px;
}*/

#header {
	margin:0px;
	padding:0px;
	position: relative;
	height: 160px;
}

#header h1 {
	margin: 0;
}

#vpa-logo {
	position: absolute;
	width: 263px;
	height: 91px;
	left: 1px;
	top: 4px;
	overflow: hidden;
	background: url(../images/college-of-visual-and-performing-arts.gif) left top no-repeat;
	text-indent: -10000px;
}

#vpa-logo h1 a {
	display: block;
	width: 100%;
	height: 91px;
	outline: none;
}

#su-logo {
	position: absolute;
	left: 277px;
	width: 142px;
	top: 4px;
	height: 8px;
	overflow: hidden;
	background: url(../images/syracuse-university.gif) left top no-repeat;
	text-indent: -10000px;
}

#su-logo h1 a {
	display: block;
	width: 100%;
	height: 8px;
	outline: none;
}

#content-wrapper {
	clear: both;
}

#content-left {
	float: left;
	width: 167px;
	padding-right: 59px;
}

#content-right {
	margin-left: 236px;
}

#content-title {
	margin-bottom: 10px;	
}

#content-body {
	background: white;
	padding: 3px 35px 22px 2px;
	margin-bottom: 10px;
}

.bodycopy {
	font-size: 1.3em;
	line-height: 20px;
}

.bodycopy p {
	margin: 0 0 13px 0;
}

.bodycopy h1 {
	font-size: 21px;
	line-height: 25px;
	color: rgb(130,132,136);
	margin: 0;
}

.bodycopy h2 {
	font-size: 1em;
	margin: 15px 0 0 0;
}

.bodycopy a {
	text-decoration: none;
	color: rgb(237,110,39);
}

.bodycopy a:hover {
	color: rgb(198,8,38);
}

.bodycopy td {
	padding: 3px 0 5px 0;
}

.bodycopy td.label {
	font-size: 11px;
	width: 160px;
	padding-right: 6px;
}

.bodycopy td.required {
	color: #f00;
	padding-right: 6px;
}

.bodycopy label {
	font-weight: bold;
	color: rgb(130,132,136);
}

.bodycopy input,
.bodycopy select {
	width: 275px;
}

#content-left select {
	width: 147px;
}

#content-title {
	font-weight: bold;
}

#content-title h1,
#content-title h2,
#content-title h3 {
	font-size: 21px;
	line-height: 24.9px;
	margin: 0;
}

div#content-title span.highlight {
	font-size: 21px;
	line-height: 1em;
	background-color: rgb(130,132,136);
	color: white;
}

div#content-title h2 span.highlight {
	background-color: rgb(58,165,166);
}

div#content-title h3 span.highlight {
	background-color: rgb(237,110,39);
}

/* IE 7 */
*+html div#content-title span.highlight {
	line-height: 25px;
}

/* IE 6 */
* html div#content-title span.highlight {
	line-height: 25px;
}

#content-title span.highlight a {
	color: white;
}

div#content-title span.text {
	font-size: 21px;
}

#content-left {
	color: rgb(130,132,136);
}

#content-left h2 {
	background-color: rgb(237,110,39);
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 13px;
	padding: 4px 20px 5px 2px;
	margin: 0 0 9px 0;
}

/*

#content-left select {
	background: white;
	color: rgb(130,132,136);
	border: 1px solid white;
	width: 167px;
	padding: 3px 1px 4px 1px;
	font-family: georgia, times, serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

#content-left option {
	padding-right: 24px;
}

form input.back {
	font-family: georgia, times, serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: white;
	background: rgb(58,165,166) url(/registration/images/button-left.png) no-repeat 4px 7px;
	border: none;
	padding: 3px 20px 4px 12px;
}

form input[type=submit] {
	font-family: georgia, times, serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: white;
	background: rgb(58,165,166) url(/registration/images/button-right.png) no-repeat right 7px;
	border: none;
	padding: 3px 16px 4px 3px;
}

form input:hover.back {
	background-color: rgb(130,132,136);
}

form input[type=submit]:hover {
	background-color: rgb(130,132,136);
}
*/

/**
 * Form styles
 */
a.link-button {
	display: block;
	background: #FFF url(/registration/images/link-button-right.gif) no-repeat right 2px;
	color: rgb(130,132,136);
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 4px 0 4px 2px;
	text-decoration: none;
}

a:hover.link-button {
	color: rgb(198,9,38);
}

#content-left label {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

#content-left h2 {
	margin: 0 0 3px 0;
}

#content-left .required_group_set p {
	margin: 0 0 3px 0;
}

#content-body a.link-button {
	background-color: rgb(231,231,232);
	width: 200px;
}

#content-body a.link-button:hover {
	background-color: rgb(145,145,148);
	background-position: -102px;
	text-decoration: none;
	color: #fff;
}

/**
 * Errors
 */
div.errorMsg {
}

div.errorMsg p {
	background-color: #ed2727;
	background-color: rgb(198,9,38);
	color: white;
	font-size: .8em;
	line-height: 13px;
	padding: 2px 1px;
	margin: 0 0 9px 0;
}

div.errorMsg label {
	display: block;
	background-color: #ed2727;
	background-color: rgb(198,9,38);
	color: white;
	line-height: 13px;
	padding: 2px 1px;
	margin: 0 0 0 0;
	font-weight: normal;
}

select.error,
input.error,
textarea.error {
	border: 1px dotted #ed2727;
	border: 1px dotted rgb(198,9,38);
}

