/* 0.0 CSS LEGEND
--------------------------------------------------

Website Styles
Created: 09.01.09
Author: Jeremy Fields

1.0 HTML
2.0 SITE-WRAPPER
3.0 CONTENT-WRAPPER
4.0 SITE-BRANDING
5.0 SITE-NAVIGATION
6.0 SITE-CONTENT
	6.1 CONTENT-MAIN
	6.2 CONTENT-SUB
7.0 SITE INFO
8.0 PAGE-SPECIFIC STYLES
	8.1 HOME
	8.2 AGENCY
	8.3 AWARDS
	8.4 CONTACT
9.0 FORM KIT

--------------------------------------------------
*/


/* @group 1.0 HTML
--------------------------------------------------*/
body {
	background: #999 url(../images/body.png) repeat-x top left;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 68px 0 0 0;
	text-align: center;
}
html {
	background: #999;
	margin: 0;
	padding: 0;
}
a {
	color: #666;
}
a:hover {
	color: rgb(255, 153, 51);
}

div#AccessibilityLinks {
	left: -9999px;
	position: absolute;
	top: 0;
}
/* @end */


/* @group 2.0 SITE-WRAPPER
--------------------------------------------------*/
div#site-wrapper {
	background: #fff;
	height: 700px;
	width: 100%;
}
/* @end */


/* @group 3.0 CONTENT-WRAPPER
--------------------------------------------------*/
div#content-wrapper {
	height: 700px;
	margin: 0 auto;
	position: relative;
	width: 990px;
}
/* @end */


/* @group 4.0 SITE-BRANDING
--------------------------------------------------*/
div#site-branding {
	background: transparent url(../images/site-branding-quote.png) no-repeat 0 116px;
	height: 700px;
	left: 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 191px;
}
div#site-branding h1 {
	background: transparent url(../images/site-branding-h1.png) no-repeat 0 0;
	height: 62px;
	left: 4px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
	width: 166px;
}
div#site-branding h1 a {
	display: block;
	height: 62px;
	text-indent: -9999px;
	width: 166px;
}
div#site-branding p#address {
	bottom: 100px;
	color: rgb(153, 153, 153);
	font-size: 11px;
	margin: 0;
	position: absolute;
	right: 12px;
	text-align: right;
	text-transform: lowercase;
}
/* @end */


/* @group 5.0 SITE-NAVIGATION
--------------------------------------------------*/
div#site-navigation {
	background: transparent url(../images/site-navigation.png) no-repeat bottom left;
	height: 65px;
	position: absolute;
	right: 0;
	top: -22px;
	width: 799px;
}
div#site-navigation ul,
div#site-navigation ul li {
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
div#site-navigation ul ul {
	display: none;
}
div#site-navigation ul li {
	float: left;
	/*height: 22px;*/
}
div#site-navigation ul li a {
	background: transparent url(../images/site-navigation-ul.png) no-repeat -134px 0;
	color: rgb(255, 255, 255);
	display: block;
	float: left;
	font: 11px/21px Arial, sans-serif;
	height: 21px;
	line-height: 21px;
	padding: 1px 1px 0 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	width: 131px;
}
div#site-navigation ul li a:hover {
	background-position: -134px -22px;
}
div#site-navigation ul li#nav-home a {
	background-position: 0 0;
	width: 133px;
}
div#site-navigation ul li#nav-home a:hover {
	background-position: 0 -22px;
}
div#site-navigation ul li#nav-contact a {
	background-position: -266px 0;
	padding-right: 6px;
}
div#site-navigation ul li#nav-contact a:hover {
	background-position: -266px -22px;
}

/* CURRENT SECTION */
div#site-navigation ul li.current a {
	background-position: -134px -44px;
}
div#site-navigation ul li#nav-home.current a {
	background-position: 0 -44px;
}
div#site-navigation ul li#nav-contact.current a {
	background-position: -266px -44px;
}
div#site-navigation ul li.current ul {
	display: block;
	left: 16px;
	position: absolute;
	right: auto;
	top: 40px;
}
div#site-navigation ul li.current ul li {
	height: 22px;
}
div#site-navigation ul li.current ul li a,
div#site-navigation ul li#nav-contact.current ul li a {
	background: transparent;
	height: 25px;
	line-height: normal;
	padding: 0 27px;
	width: auto;
}
div#site-navigation ul li.current ul li a:hover,
div#site-navigation ul li.current ul li a.current,
div#site-navigation ul li#nav-contact.current ul li a.current {
	background: transparent url(../images/current.png) no-repeat center bottom;
}

/* SUB MENU */
div#site-navigation p {
	color: rgb(255, 255, 255);
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 6px;
	text-transform: lowercase;
	top: -26px;
}
div#site-navigation p a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
div#site-navigation p a:hover {
	color: rgb(249, 131, 33);
}
/* @end */


/* @group 6.0 SITE-CONTENT
--------------------------------------------------*/
div#site-content {
	background: transparent url(../images/site-content.png) no-repeat 0 0;
	height: 595px;
	right: 0;
	padding: 45px 68px 0 16px;
	position: absolute;
	text-align: left;
	top: 43px;
	width: 715px;
}
/* @end */


/* @group 6.1 CONTENT-MAIN
--------------------------------------------------*/
div#content-main {
	color: rgb(153, 153, 153);
	float: right;
	font-size: 11px;
	height: 520px;
	line-height: 1.3;
	overflow: auto;
	padding: 0 15px 0 15px;
	width: 476px;
}
div#content-main h3 {
	color: rgb(255, 153, 51);
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: lowercase;
}
div#content-main p {
	margin-top: 0;
	margin-bottom: 10px;
}
div#content-main ul,
div#content-main ol {
	margin-top: 0;
	margin-bottom: 10px;
}
div#content-main img.right {
	float: right;
	margin: -5px 0 15px 15px;
}
div#content-main a.gallery-link {
	color: rgb(255, 153, 51);
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/* @end */


/* @group 6.2 CONTENT-SUB
--------------------------------------------------*/
div#content-sub {
	color: rgb(153, 153, 153);
	float: left;
	font-size: 11px;
	line-height: 1.3;
	padding: 0 15px 0 25px;
	width: 167px;
}
div#content-sub h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: lowercase;
}
div#content-sub a.tab-link {
	color: rgb(153, 153, 153);
	text-decoration: none;
	text-transform: lowercase;
}
div#content-sub a.tab-link:hover {
	text-decoration: underline;
}
div#content-sub a.tab-link-selected {
	color: rgb(0, 0, 0);
}
div#content-sub a.tab-link-selected:hover {
	cursor: default;
	text-decoration: none;
}
/* @end */


/* @group 7.0 SITE-INFO
--------------------------------------------------*/
div#site-info {
	background: transparent url(../images/site-info.png) repeat-x 0 0;
	color: rgb(255, 255, 255);
	font-size: 11px;
	height: 89px;
	padding-top: 38px;
}
div#site-info p {
	line-height: 1.2;
	margin: 0 auto;
	padding: 0 6px 0 0;
	text-align: right;
	width: 984px;
}
div#site-info p a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
div#site-info p a:hover {
	color: rgb(249, 131, 33);
}
/* @end */


/* @group 8.0 PAGE-SPECIFIC
--------------------------------------------------*/

/* 8.1 HOME */
body.index div#content-main {
	padding-top: 35px;
}
body.index div#content-main p {
	margin: 10px 0 0 0;
}
body.index div#content-main p strong {
	font-size: 14px;
	font-weight: normal;
}
body.index div#content-main div#flash-wrapper {
	float: right;
	height: 350px;
	margin-left: 40px;
	overflow: hidden;
	position: relative;
	width: 291px;
}
body.index div#content-main div#flash-wrapper #flash {
	left: -29px;
	position: absolute;
	top: -40px;
}

body.index div#content-sub {
	font-size: 14px;
	padding: 35px 0 0 45px;
	width: 162px;
}
body.index div#content-sub h2 {
	color: rgb(255, 153, 51);
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-transform: none;
}
body.index div#content-sub p {
	margin: 10px 0 0 0;
}

/* 8.2 AGENCY */
body.tma div#content-main {
	overflow: hidden;
	position: relative;
}
body.agency div#content-main p#tma-umbrella {
	height: 190px;
	position: relative;
	width: 475px;
}
body.agency div#content-main p#tma-umbrella a {
	display: block;
	position: absolute;
	text-indent: -9999px;
}
body.agency div#content-main p#tma-umbrella a#tma-umbrella-millsport {
	height: 40px;
	left: 127px;
	top: 142px;
	width: 56px;
}
body.agency div#content-main p#tma-umbrella a#tma-umbrella-ipsh {
	height: 40px;
	left: 207px;
	top: 142px;
	width: 58px;
}
body.agency div#content-main p#tma-umbrella a#tma-umbrella-daviebrown {
	height: 48px;
	left: 279px;
	top: 142px;
	width: 76px;
}
body.agency div#content-main p#tma-umbrella a#tma-umbrella-wave {
	height: 48px;
	left: 369px;
	top: 142px;
	width: 58px;
}
body.agency div#content-main p#tma-umbrella a#tma-umbrella-tma {
	height: 33px;
	left: 108px;
	top: 37px;
	width: 260px;
}
body.agency div#content-main div#tma-flash-wrapper {
	bottom: 0;
	height: 243px;
	left: 0;
	position: absolute;
	width: 506px;
}
body.agency div#content-main div#youtube {
	float: right;
	margin: 0 0 0 15px;
}

body.agency div#content-main ul#photo_gallery,
body.agency div#content-main ul#photo_gallery li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.agency div#content-main ul#photo_gallery li {
	float: left;
	width: 49px;
	height: 49px;
	list-style: none;
}
body.agency div#content-main ul#photo_gallery li a {
	display: block;
	width: 49px;
	height: 49px;
	text-indent: -9999px;
}
#gal_01, #gal_01 a { background: url(../images/cultcir-1.gif) no-repeat; }
#gal_02, #gal_02 a { background: url(../images/cultcir-orange.gif) no-repeat; }
#gal_03, #gal_03 a { background: url(../images/cultcir-2.gif) no-repeat; }
#gal_04, #gal_04 a { background: url(../images/cultcir-3.gif) no-repeat; }
#gal_05, #gal_05 a { background: url(../images/cultcir-4.gif) no-repeat; }
#gal_06, #gal_06 a { background: url(../images/cultcir-5.gif) no-repeat; }
#gal_07, #gal_07 a { background: url(../images/cultcir-orange.gif) no-repeat; }
#gal_08, #gal_08 a { background: url(../images/cultcir-6.gif) no-repeat; }
#gal_09, #gal_09 a { background: url(../images/cultcir-7.gif) no-repeat; }
#gal_10, #gal_10 a { background: url(../images/cultcir-8.gif) no-repeat; }
#gal_11, #gal_11 a { background: url(../images/cultcir-9.gif) no-repeat; }
#gal_12, #gal_12 a { background: url(../images/cultcir-10.gif) no-repeat; }
#gal_13, #gal_13 a { background: url(../images/cultcir-orange.gif) no-repeat; }
#gal_14, #gal_14 a { background: url(../images/cultcir-11.gif) no-repeat; }
#gal_15, #gal_15 a { background: url(../images/cultcir-12.gif) no-repeat; }
#gal_16, #gal_16 a { background: url(../images/cultcir-13.gif) no-repeat; }

/* 8.3 LEADERSHIP */
body.leadership div#content-main {
	background-image: url(../images/leadership.gif);
	background-repeat: no-repeat;
	background-position: 277px 0;
	padding: 0 240px 0 15px;
	width: 251px;
}
body.leadership div#content-main h3 {
	margin-top: 5px;
}
body.leadership div#content-main h3 em {
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

/* 8.4 AWARDS */
body.awards div#content-main h3 {
	/*margin-bottom: 0;*/
}
body.awards div#content-main div.testimonial {
	margin: 15px 0 0 0;
	overflow: hidden;
	width: 476px;
}
body.awards div#content-main div.testimonial img {
	float: left;
	margin: 0 15px 10px 0;
}
body.awards div#content-main div.testimonial p {
	float: right;
	width: 353px;
}

/* 8.5 CONTACT */
body.contact div#content-sub h3 {
	color: rgb(255, 153, 51);
	font-size: 14px;
	font-weight: bold;
	margin: 40px 0 0 0;
}

body.careers div#site-content {
	background-image: url(../images/site-content-1column.png);
}
body.careers div#content-main {
	float: none;
	margin-left: 45px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	width: 670px;
}
body.careers div#content-sub {
	display: none;
}

/* @end */


/* @group 9.0 FORM KIT
--------------------------------------------------*/

form {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 476px;
}
form p {
	margin: 0 0 10px 0;
}
form p label {
	display: block;
}
form input.input,
form textarea {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 11px;
	margin: 0;
	outline: none;
	padding: 3px 5px;
	resize: none;
}
form select {
	border: 1px solid #ccc;
	margin: 0;
}
form div.form-group {
	overflow: hidden;
	width: 476px;
}
form p.form-left {
	float: left;
}
form p.form-right {
	float: right;
}
form p.form-center {
	float: left;
	margin-left: 12px;
}
form p.form-100,
form p.form-100 select {
	width: 476px;
}
form p.form-100 .input.input {
	width: 464px;
}
form p.form-50,
form p.form-50 select.input {
	width: 232px;
}
form p.form-50 .input {
	width: 220px;
}
form p.form-25,
form p.form-25 select.input {
	width: 110px;
}
form p.form-25 .input {
	width: 98px;
}
form span.error {
	color: #f94421;
}
form p.error label {
	color: #f94421;
}
form p.error .input {
	border-color: #f94421;
}

form p input#security_code {
	font-size: 18px;
}

form p input.submit {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: rgb(249, 131, 33);
	border: none;
	color: #fff;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0 15px 0 0;
	overflow: visible;
	padding: 0 25px;
	text-transform: uppercase;
}
form p input.submit:hover {
	background: rgb(21, 146, 223);
}
form p input.disabled {
	background: rgb(238, 238, 238) !important;
	color: #666;
}
form div.form-submit {
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 15px;
}
form div.form-submit p.form-right {
	text-align: right;
}

div#form-error {
	background: transparent url(../images/form-error.png) no-repeat;
	color: #fff;
	font: 12px/1.5 Arial, sans-serif;
	font-weight: bold;
	height: 80px;
	left: 21px;
	padding: 15px 30px 15px 20px;
	position: absolute;
	top: 445px;
	width: 167px;
}
div#form-success {
	background: #fff;
	left: 235px;
	padding: 100px 50px 0 50px;
	position: absolute;
	top: 40px;
	height: 430px;
	text-align: center;
	width: 386px;
}
div#form-success p {
	background: transparent url(../images/checkmark.png) no-repeat center top;
	color: #7b2;
	font: 28px/1.3 Arial, sans-serif;
	margin: 0;
	padding-top: 130px;
}
div#form-success p strong {
	display: block;
	font-size: 36px;
}

/* @end */