/* 
------------------------------------------------------------
Creative Mercenary | creativemercenary.com
------------------------------------------------------------
*/

/*
----------------------------------------
=GENERAL RULES
----------------------------------------
*/

/* -- Code for vertical centering ----- */

* {
	margin: 0;
	padding: 0;
}

/* START mac hide \*/
html, body { 
	height: 100%;
	width: 100%;
}
/* END mac hide */

body {
	background-color: #5b3025;
	color: #9d7f74;
	margin: 0;
	min-height: 628px;
	min-width: 900px;
	padding: 0;
	text-align: center;
}
#outer {
	background-image: url(http://www.creativemercenary.com/site/_images/bg/wood_tile_01.gif);
	background-position: top center;
	background-repeat: repeat;
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
#container {
	display: table-cell;
	height: 628px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}	
#inner {	
	height: 628px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}
p {
	color: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 1em 0;
}
strong {
	color: #000000;
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
}


/*
----------------------------------------
=HEADINGS
----------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #bdbf51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	padding: 0 0 0.1em 0;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #bdbf51;
	font-weight: normal;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000000;
}
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {	
	border-bottom: solid 1px #eff0d5;
	margin: 0 0 0.3em 0;
	padding: 0 0 0.2em 0;
}
/*h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	border: 0;
	display: inline;
	padding-right: 8px;
	vertical-align: middle;
}*/
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {	
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}


/*
----------------------------------------
=IMAGES
----------------------------------------
*/
img {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
.headerLogoText {
	float: left;
	margin: 0;
	padding: 28px 0 0 33px;
}
.headerLogo {
	float: right;
	margin: 0;
	padding: 0 25px 0 0;
}



.mainSplashImage {
	margin: 0 0 10px 0;
}
.articleImage img {
	margin: 0;
	padding: 5px;
	border: 1px solid #bdbf51;
}
.articleImage a:hover img {
	margin: 0;
	padding: 5px;
	border: 1px solid #8cc63f;
}
img.inline {
	border: 0;
	display: inline;
}
img.bulletInline {
	border: 0;
	display: inline;
	padding: 0 4px 0 0;
	vertical-align: middle;
}
img.bulletFloatLeft {
	border: 0;
	float: left;
	padding: 0 6px 0 0;
	vertical-align: middle;
}
img.bulletFloatRight {
	border: 0;
	float: right;
	padding: 0 0 0 6px;
	vertical-align: middle;
}
img.photoFloatLeft {
	float: left;
	margin: 0;
	padding: 0 0.5em 0 0;
}
img.photoFloatRight {
	float: right;
	margin: 0;
	padding: 0 0 0 0.25em;
}
div.floatLeft {
	float: left;
	padding: 4px 8px 0 0;
}
div.floatRight {
	float: right;
	padding: 4px 0 0 8px;
}
div.articleImageCenter {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}
div.clearBoth {
	clear: both;
	overflow: auto;
}


/*
--------------------
=HEADER
--------------------
*/
.headerTopLeft {
	background-image: url(http://www.creativemercenary.com/site/_images/bg/bg-main-TL.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 26px;
}
.headerTopMiddle {
	background-color: #eee9cc;
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 848px;
}
.headerTopRight {
	background-image: url(http://www.creativemercenary.com/site/_images/bg/bg-main-TR.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	height: 26px;
	width: 26px;
}
#headerWrap {
	background-color: #eee9cc;
	clear: both;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#headerBG .headerLogo {
	clear: both;
	padding: 0;
	text-align: center;
}
#headerBG .headerLinkText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 10px 10px 4px 2px;
}
#headerRight {
	float: right;
}



/*
----------------------------------------
=FOOTER
----------------------------------------
*/
#footerMain {
	background-color: #eee9cc;
	clear: both;
	height: 66px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footerWrap {
	clear: both;
	height: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 900px;
}
.footerBottomLeft {
	/*background-image: url(http://www.creativemercenary.com/site/_images/bg/bg-main-BL.gif);*/
	background-image: url(http://www.creativemercenary.com/site/_images/bg/bg-main-BL-shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 36px;
	margin: 0;
	padding: 0;
	width: 26px;
}
.footerBottomMiddle {
	background-color: #eee9cc;
	float: left;
	height: 26px;
	margin: 0;
	padding: 0;
	width: 848px;
}
.footerBottomShadow {
	background-image: url(http://www.creativemercenary.com/site/_images/bg/bg_shadow_bottom_full.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 10px;
	margin: 26px 0 0 26px;
	padding: 0;
	width: 848px;
}
.footerBottomRight {
	background-image: url(http://www.creativemercenary.com/site/_images/bg/bg-main-BR-shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	height: 36px;
	width: 26px;
}
.footerTagline {
	display: block;
	margin: 0 auto;
	padding: 10px 0 8px 0;
}
.footerPhone {
	display: block;
	margin: 0 auto;
	padding: 0;
}
/*
----------------------------------------
=COPYRIGHT
----------------------------------------
*/
#copyrightBG {
	background-color: transparent;
	clear: both;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 900px;
}
.copyrightText {
	color: #9d7f74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	text-align: center;
}
.copyrightText a, .copyrightText a:link, .copyrightText a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.copyrightText a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}



/*
--------------------
=CONTENT MAIN
--------------------
*/
#contentMainWrap {
	background-color: #dc6528;
	clear: both;
	height: 390px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#flashcontent {
	display: block;
	margin: 0 auto;
	padding: 0;
}
#altcontent {
	background-color: #dc6528;
	clear: both;
	height: 390px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#flashContentHome {
	/*display: block;
	margin: 0 auto;
	padding: 0;*/
}
#altContentHome {
	background-color: #FFFFFF;
	clear: both;
	height: 310px;
	margin: 0;
	padding: 40px;
	text-align: left;
}
.mainImage {
	margin: 20px 0;
}
.textTitleWrap {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin: 0 auto 20px auto;
	text-align: center;
	width: 500px;
}
.textTitle {
	color: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}
.textBottomWrap {
	border-top: solid 1px #cccccc;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 500px;
}
.textBottom {
	color: #191919;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}



/*
----------------------------------------
=LINKS
----------------------------------------
*/
a:link {
	color: #bdbf51;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #0032B4;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.altLink a:link, .altLink a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.altLink a:hover {
	color: #bdbf51;
	font-weight: bold;
	text-decoration: underline;
}

