/* CSS Document */

/* Color Swatches
Burgundy: #a30d0e
Dark Gray: #41403e
Gray: #c2bebb
*/

/* RESET STYLES FOR ALL BROWSERS */
html, body, p, ul, ol, li, h1, h2, h3, h4, div, span, table, form {
	margin:0;
	padding:0;
}
img, a img {
	border:none;
}
blockquote {
	quotes:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* END RESET */

body {
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	color:#333;
	font-size:100%;
	background:#fff url(../images/bg_body.jpg) repeat-x top left;
}
/* 100% viewer height */
html, body {
	height:100%;
}
/* End 100% viewer height */

/* Page Container */
#container {
	width:940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -184px; /* bottom margin equal to footerContainer height */
	padding:0;
}
/* Main Content */
#mainContent {
	padding:20px;
	margin:0;
	width:900px;
	text-align:left;
	position:relative;
	background:#fff url(../images/bg_main_content.jpg) no-repeat;
	min-height:436px;
}
#sidebar {
	float:right;
	width:240px;
	margin:0 0 10px 20px;
	padding:10px;
	background:url(../images/bg_body.jpg) repeat-x 0px -100px;
	border:1px solid #c2bebb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
	

/* General styles */
a:link, a:visited {
	color:#a30d0e;
	text-decoration:underline;
	cursor:pointer;
	font-weight:bold;
}
a:hover, a:active {
	color:#a30d0e;
	text-decoration:none;
}
h2, h3, h4 {
	color:#a30d0e;
	margin:0 0 5px;
	padding:0;
	font-weight:normal;
}
h2 {
	font-size:1.5em;
	line-height:1.1em;
	letter-spacing:-1px;
	margin-bottom:10px;
}
h3 {
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1.0em;
	line-height:1.1em;
	font-weight:bold;
}
h4.alert,h4.alertAdmin,h4.success {
	color:#cc0000;
	font-weight:bold;
	margin:10px 0 20px;
	padding:10px 10px 10px 50px;
	height:30px;
	line-height:30px;
	width:80%;
	border:1px solid #cc0000;
}
h4.success {
	color:#090;
	border:1px solid #090;
	background:#efece5 url(../images/success.png) no-repeat 10px 50%;
}
h4.alert {
	background:#efece5 url(../images/alert.png) no-repeat 10px 50%;
}
h4.alertAdmin {
	margin-top:0;
	line-height:normal;
	height:auto;
	background:#efece5 url(../images/alert.png) no-repeat 10px 5px;
	word-wrap:break-word;
}
p {
	font-size:0.9em;
	line-height:1.5em;
	margin-bottom:10px;
}
h4.alertAdmin p {
	font-size:0.8em;
	color:#333;
	line-height:1.1em;
	margin:5px 0 0;
}
ul {
	margin:10px 0;
	padding-left:0;
	list-style:none;
}
ul li {
	font-size:0.8em;
	line-height:1.4em;
	margin:0;
	padding:0 0 8px 24px;
	background:url(../images/bullet.png) no-repeat 0px 1px;
}
ol {
	margin:10px 0 10px 20px;
	padding-left:10px;
}
ol li {
	font-size:0.8em;
	line-height:1.4em;
	margin:0;
	padding:0 0 8px 8px;
	background:none;
}
ul.horizColumns li {
	float:left;
	width:220px;
	margin-right:10px;
}
table {
	margin-bottom:16px;
}
td, th {
	padding:3px;
	font-size:12px;
	font-weight:bold;
}
th {
	color:#ffffff;
	background-color:#8ac33d;
}
.floatright {
	float:right;
	margin:0 0 10px 10px;
}
.floatleft {
	float:left;
	margin:0 10px 10px 0;
}
.redText {
	color:#cc0000;
}
.instrText {
	font-size:0.75em;
	color:#41403e;
}

/* Page header */
#header {
	margin:0 0 5px;
	padding:0;
	height:130px;
	width:940px;
	position:relative;
	z-index:999;
}
#header h1 {
	position:absolute;
	width:273px;
	height:124px;
	display:block;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
#header h1 a {
	display:block;
	width:273px;
	height:124px;
	background:url(../images/ama_logo.png) no-repeat;
	text-indent:-9999px;
}

/* Account login buttons */
#loginBtns {
	position:absolute;
	bottom:3px;
	right:0;
	text-align:right;
}
a.button,a.buttonRed {
	background:#41403e url(../images/bg_button.jpg) repeat-x;
	color:#fff;
	display:inline-block;
	height:30px;
	font-size:12px;
	line-height:30px;
	border:1px solid #41403e;
	margin:0 0 0 10px;
	padding:0 14px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover.button {
	background-position:0px -30px;
}
/* MAIN NAVIGATION MENU - Horizontal */
#navMenu {
	margin:0;
	padding:0;
	width:673px;
	height:40px;
	z-index:10;
	position:absolute;
	top:39px;
	right:0;
	background:none;
	zoom:1; /* IE7 or < fix */
}
#navMenu li {
	float:left;
	display:block;
	padding:0;
	margin:0 5px;
	height:40px;
	position:relative;
	background:none;
	zoom:1; /* IE7 or < fix */
}
#navMenu li a {
	color:#fff;
	background:url(../images/nav_menu.png) no-repeat 0 0;
	font-size:11px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	text-decoration:none;
	height:40px;
	zoom:1; /* IE7 or < fix */
}
#navMenu li#talentSearch a {
	width:131px;
}
#navMenu li#talentSearch:hover a,#navMenu li#talentSearch a:hover {
	background-position:0px -40px;
}
#navMenu li#agencyProfile a {
	width:138px;
	background-position:-131px 0px;
}
#navMenu li#agencyProfile:hover a,#navMenu li#agencyProfile a:hover {
	background-position:-131px -40px;
}
#navMenu li#registration a {
	width:176px;
	background-position:-269px 0px;
}
#navMenu li#registration:hover a,#navMenu li#registration a:hover {
	background-position:-269px -40px;
}
#navMenu li#news a {
	width:90px;
	background-position:-445px 0px;
}
#navMenu li#news a:hover {
	background-position:-445px -40px;
}
#navMenu li#blog a {
	width:88px;
	background-position:-535px 0px;
}
#navMenu li#blog a:hover {
	background-position:-535px -40px;
}
/* Navigation drop-down menus */
#navMenu .col_1,#navMenu .col_2,#navMenu .col_3 {
	display:none;
	width:200px;
	position:absolute;
	top:32px;
	left:0;
	background:#fff;
	padding:10px;
	border:1px solid #c2bebb;
	border-top:none;
	-moz-border-radius:0px 10px 10px 10px;
	-webkit-border-radius:0px 10px 10px 10px;
	border-radius:0px 10px 10px 10px;
}
#navMenu .col_2 {
	width:400px;
}
#navMenu .col_3 {
	width:600px;
}
#navMenu .col_2 p,#navMenu .col_2 p,#navMenu .col_3 p {
	padding:4px 10px;
}
#navMenu .col_2 a,#navMenu .col_2 a,#navMenu .col_3 a {
	text-indent:0;
	background:none;
	color:#a30d0e;
	text-decoration:none;
}
#navMenu .col_2 a:hover,#navMenu .col_2 a:hover,#navMenu .col_3 a:hover {
	text-decoration:underline;
}
#navMenu .column {
	width:180px;
	padding:0 10px;
	margin:0;
	float:left;
	display:inline;
}
#navMenu .column p {
	font-size:0.9em;
	line-height:1.0em;
	margin-bottom:0;
	padding:8px 0;
	border-top:1px dotted #c2bebb;
}
#navMenu .column p:first-child {
	border-top:0;
}

#navMenu li#talentSearch .column a,#navMenu li#agencyProfile .column a,#navMenu li#registration .column a {
	width:auto;
	display:inline;
}
#navMenu .column a {
	color:#a30d0e;
	font-weight:normal;
	text-decoration:none;
	width:auto;
	text-indent:0;
	height:auto;
	background:none;
}
#navMenu .column a:hover {
	text-decoration:underline;
}
/* home page containers */
#sectionContainer {
	width:900px;
	background:url(../images/bg_hp_3col.jpg) no-repeat -4px bottom;
	margin:16px 0 16px;
}
.hpSection {
	width:260px;
	margin:0;
	padding:10px 20px;
	border-top:1px solid #d5cfc4;
	float:left;
}
.hpSection.middleSection {
	width:240px;
	margin-left:10px;
	margin-right:10px;
}
.hpSection ul {
	margin:0;
	padding:0;
}
.hpSection li {
	margin:0;
	padding:12px 0;
	border-bottom:1px dotted #d5cfc4;
	background:none;
}
.hpSection h3 {
	margin:-10px -19px 10px;
	padding:0;
	height:42px;
	text-indent:-9999px;
	background:url(../images/bg_section.jpg) no-repeat -3px 0;
}
#blogSection {
	background-position:-3px -84px;
}
#ocSection {
	background-position:-3px -42px;
}
.hpSection h4 {
	font-weight:bold;
	font-size:1.0em;
}
.hpSection p {
	font-size:0.8em;
}
.hpSection li p {
	margin-bottom:0;
	padding-bottom:0;
	font-size:0.9em;
}
.hpSection .newsDate {
	font-size:0.8em;
}
p.sectionLink {
	margin-top:10px;
}
/* Print/Save */
#printSave {
	float:right;
	text-align:right;
	width:400px;
	font-size:12px;
	line-height:16px;
	letter-spacing:normal;
	font-weight:bold;
}
#printSave a.saveTalent,#printSave a.printPage {
	margin-left:14px;
	padding:2px 0 2px 20px;
	font-weight:bold;
}
#printSave a.saveTalent {
	background:url(../images/disk.png) no-repeat;
}
#printSave a.printPage {
	background:url(../images/printer.png) no-repeat;
}

/* Dynamic content */
p.breadcrumb {
	border-bottom:1px dotted #d5cfc4;
	font-size:0.8em;
	margin-bottom:12px;
	padding-bottom:6px;
}
.contentContainer {
	width:720px;
	margin:20px 20px 20px 0;
	padding:0 0 10px;
	border-bottom:1px dotted #d5cfc4;
}
div.imageContainer160 {
	width:172px;
	height:172px;
	margin:0 16px 0;
	padding:0 0 14px;
	float:left;
	background:#fff url(../images/shadow_160.jpg) no-repeat left bottom;
}
.contentContainer img {
	width:160px;
	height:160px;
	padding:5px;
	border:1px solid #d5cfc4;
	background:#ffffff;
}
.contentContainerInner {
	width:532px;
	margin-left:184px;
}
.contentContainer h3 {
	color:#a30d0e;
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 4px;
	letter-spacing:normal;
}
p.dateStamp {
	font-size:0.75em;
	line-height:1.1em;
	margin:2px 0 10px;
	font-weight:bold;
}

/* Forms & Buttons */
fieldset {
	border:1px solid #c2bebb;
	padding:10px 20px 10px;
	margin:10px 0 0;
	width:600px;
}
.requiredInfo {
	color:#cc0000;
	font-weight:bold;
	font-size:0.7em;
}
legend {
	color:#41403e;
	font-size:1.0em;
	font-weight:bold;
	padding:5px 20px;
	margin:0 0 10px;
	background:#c2bebb;
}
.noShow {
	display:none;
}
div.newLine {
	clear:left;
}
div.frmAdjacent {
	float:left;
	margin-right:24px;
}
label {
	clear:left;
	float:left;
	color:#a30d0e;
	font-size:0.9em;
	padding:2px 0;
	vertical-align:top;
	font-weight:bold;
	margin-right:10px;
	width:160px;
	text-align:right;
}
label.topLabel,label.adjLabel {
	float:none;
	width:auto;
	text-align:left;
	vertical-align:text-bottom;
}
 /* Used for jQuery validation */
label.error {
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	color:#cc0000;
	margin-left:5px;
	padding-left:20px;
	float:none;
	text-align:left;
	width:auto;
	vertical-align:middle;
	background:url(../images/message_error.png) no-repeat 0px 3px;
}
.formButton {
	margin-left:190px;
}
button {
	background:#41403e url(../images/bg_button.jpg) repeat-x;
	color:#fff;
	height:30px;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	margin:10px 10px 0 0;
	padding:0 14px;
	border:1px solid #41403e;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
}
button:hover {
	background-position:0px -30px;
}
h4.updateSuccess {
	background:url(../images/success.png) no-repeat 0px 50%;
	color:#090;
	font-weight:bold;
	padding-left:32px;
	margin:10px 0;
}

/* Page footer */
/* Use if footer background is set to 100% of viewer width */
#footerClear {
	clear:both;
	height:184px; /* equal to height of footerContainer */
}
#footerContainer {
	width:100%;
	height:184px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
	clear:both;
	background:url(../images/bg_footer.jpg) repeat-x left top;
}
#footer {
	width:900px;
	height:154px;
	margin:0 auto;
	padding:20px 20px 10px;
	text-align:left;
	font-size:0.8em;
	color:#fff;
	overflow:hidden;
}
ul.footerNav {
	margin:0;
	padding:0 20px 0;
	list-style:none;
	float:left;
	border-right:1px solid #d0ccc0;
	border-left:1px solid #2c2b2a;
	height:100px;
	width:160px;
	overflow:hidden;
}
ul.footerNav:first-child {
	border-left:0;
	padding-left:0;
}
ul.footerNav:last-child {
	border-right:0;
	padding-right:0;
}
.footerNav li {
	margin:0;
	padding:2px 0;
	font-size:0.85em;
	background:none;
}
#footer p {
	margin:0 0 8px;
	padding:0;
	font-size:0.9em;
	line-height:1.4em;
}
#footer p#copyright {
	font-size:0.8em;
	margin:8px 0 0;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	text-decoration:underline;
}
#footerLogo {
	float:right;
	background:url(../images/ama_logo_white.png) no-repeat 50% 0;
	width:150px;
	height:40px;
	margin:0 10px;
	padding:66px 0 0;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
}
/* Float clears */
.clearfloat {
	clear:both;
	height:0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 /* IE6 */
* html .clearfix {
	zoom: 1;
}
 /* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
