/* STYLES */
a,
a:link,
a:active,
a:visited
{
	color:#EE8661;
	text-decoration:none;
}
a:hover
{
	color:#FFCC99;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}
.study-h1-blue {
	font-size:20px;
	font-weight:bold;
	line-height:21px;
	color:#0099CC;
	text-transform:uppercase;
}
.study-h2-blue {
	font-size:16px;
	line-height:21px;
	color:#0099CC;
}
.study-h3-blue {
	font-size:14px;
	color:#0099CC;
}
.study-h3-black {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#000000;
	text-transform:uppercase;
}
.black {
	color:#000000;
}
.legal {
	font-size:10px;
	line-height:14px;
}
.justify {
	width:100%;
	text-align:justify;
}


/* CONTENT */
.study-content {
	float:left;
	clear:both;
	width:906px;
	padding:0px;
	font-size:12px;
	background-image:url(/images/common/content-bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}
.study-main-content {
	display:block;
	float:right;
	width:688px;
	padding:0px 15px 100px 0px;
	font-size:12px;
	margin-top:20px;
}
.study-img-head {
	float:left;
	height:234px;
	width:688px;
	margin-bottom:20px;
}
br {
	clear:both;
}


/* SPACER */
.bottom.x-short {
	margin-bottom:5px;
}
.bottom.short {
	margin-bottom:10px;
}
.bottom.long {
	margin-bottom:20px;
}
.bottom.x-long {
	margin-bottom:30px;
}
.bottom.xx-long {
	margin-bottom:40px;
}

.top.x-short {
	margin-top:5px;
}
.top.short {
	margin-top:10px;
}
.top.long {
	margin-top:20px;
}
.top.x-long {
	margin-top:30px;
}
.top.xx-long {
	margin-top:40px;
}


/* SIDE NAV */

#study-secondary-nav-wrap {
	width:189px;
	float:left;
}
.study-secondary-nav {
	background-color:#F5F5F5;
	border:solid 1px #EBEBEB;
	text-decoration:none;
	list-style:none;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.study-secondary-nav li {
	display:block;
	margin:0;
	padding:0;
	width:187px;
}
.study-secondary-nav li a, .secondary-nav li a:visited {
	border-top:solid 1px #DCDCDC;
	display:block;
	text-decoration:none;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:8px 15px 8px 15px;
	width:157px;
}
.study-secondary-nav li a:hover {
	text-decoration:none;
	color:#000000;
}
.study-secondary-nav li a.study-selected {
	color:#999999;
}
.study-secondary-nav li a.study-selected:hover {
	color:#000000;
}
.study-nav-header {
	display:block;
	background-color:#EBEBEB;
	background-image:url('/study/images/study-nav-header-gradient.gif');
	background-repeat:repeat-x;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:#0099CC;
	margin:0;
	padding:13px 15px 13px 15px;
	width:157px;
}
#study-left-nav {
	float:left;
	display:block;
	width:189px;
	margin: 0px;
	padding-bottom:50px;
	padding-left:11px;
	font-size:11px;
}


/* LAYOUTS */
.column {
	position:relavtive;
	float:left;
}

.layout-a {
	width:688;
	float:left;
	clear:both;
}
	.layout-a .left.column {
		width:212px;
	}
	.layout-a .center.column {
		width:212px;
		padding-left:26px;
	}
	.layout-a .right.column {
		width:212px;
		padding-left:26px;
	}

.layout-b {
	width:688;
	float:left;
	clear:both;
}
	.layout-b .left.column {
		width:480px;
	}
	.layout-b .right.column {
		width:168px;
		padding-left:40px;
	}

.layout-c {
	background-image:url('/study/images/study-line-gray-vcenter.gif');
	background-repeat:repeat-y;
	padding-bottom:20px;
	width:688;
	float:left;
	clear:both;
}
	.layout-c .left.column {
		width:324px;
	}
	.layout-c .right.column {
		width:324px;
		padding-left:40px;
	}

.layout-c-end {
	background-image:url('/study/images/study-line-gray-vcenter.gif');
	background-repeat:repeat-y;
	width:688;
	float:left;
	clear:both;
}
	.layout-c-end .left.column {
		width:324px;
	}
	.layout-c-end .right.column {
		width:324px;
		padding-left:40px;
	}

.layout-c2 {
	width:688;
	float:left;
	clear:both;
}
	.layout-c2 .left.column {
		width:324px;
	}
	.layout-c2 .right.column {
		width:324px;
		padding-left:40px;
	}

.layout-d {
	width:688;
	float:left;
	clear:both;
}
	.layout-d .one.column {
		width:120px;
	}
	.layout-d .two.column {
		width:120px;
		padding-left:22px;
	}

.layout-e {
	width:688;
	float:left;
	clear:both;
}
	.layout-e .one.column {
		width:216px;
	}
	.layout-e .two.column {
		width:216px;
		padding-left:20px;
	}
	.layout-e .three.column {
		width:216px;
		padding-left:20px;
	}

.layout-f {
	width:324;
	float:left;
	clear:both;
}
	.layout-f .one.column {
		width:120px;
	}
	.layout-f .two.column {
		width:189px;
		padding-left:15px;
	}

.layout-g {
	width:688;
	float:left;
	clear:both;
}
	.layout-g .one.column {
		width:230px;
	}
	.layout-g .two.column {
		width:418px;
		padding-left:20px;
		margin-right:20px;
	}

.layout-h {
	width:688;
	float:left;
	clear:both;
}
	.layout-h .one.column {
		width:304px;
	}
	.layout-h .two.column {
		width:344px;
		padding-left:40px;
	}

.layout-i {
	width:323;
	float:left;
	clear:both;
}
	.layout-i .one.column {
		width:150px;
	}
	.layout-i .two.column {
		width:150px;
		padding-left:23px;
	}


/* FORMS */
.study-form-content {
	width:686px;
	border:solid 1px #EBEBEB;
	margin:0;
	padding:0;
	clear:both;
}
.study-form-content-box {
	width:646px;
	display:inline-block;
	margin:12px 20px 25px 20px;
	padding:0;
}
.study-form-headerbar {
	font-size:14px;
	font-weight:bold;
	background-image:url('/study/images/study-form-headerbar.gif');
	background-repeat:no-repeat;
	display:block;
	text-align:center;
	height:25px;
	margin:0;
	padding:9px 0 0 0;
}
.study-dropdown {
	border:1px solid #CCCCCC;
	font-size:12px;
	float:right;
	height:25px;
	width:171px;
}
.study-field {
	border:1px solid #CCCCCC;
	font-size:12px;
	float:right;
	width:163px;
	margin:0;
	padding:5px 5px 5px 5px;
}
.study-area {
	border:1px solid #CCCCCC;
	font-size:12px;
	height:115px;
	width:634px;
	margin:0;
	padding:5px 5px 5px 5px;
}
.study-input {
	padding:4px 0 0 0;
	margin:0;
}
.study-submit {
	padding:0px 13px 0px 0px;
	height:30px;
	float:right;
	background-image:url(/global/css/themes/Default/images/submit-btn-cap.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.study-submit-main {
	border: none;
	padding:7px 11px 8px 23px;
	height:30px;
	text-align:center;
	font-weight:bold;
	display:block;
	overflow:visible; 
	cursor:pointer;
	background-color:#FFFFFF;
	background-image:url(/global/css/themes/Default/images/submit-btn.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
