/* CSS Document */
/*Defaults*/
/*CSS RESET, thank you Eric Meyer*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #e5e6ea url(i/biobg.gif) repeat-y top left scroll;
	color: #4f4a44;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	color: #49443f;
	font-weight: bold;
}

h1 {
	font-size: 1em;
	text-align: center;
margin-bottom: 2em;
height: 6.5626em;
}

h1 span {
	position: absolute;
	top: 0;
	left: -9999px;
}

h2 {
	font-size: 2em;
	line-hight: 2em;
	padding: 1em 0 0.5em 0;
	margin: 0 0 32px 0;
	text-align: center;
	border-bottom: 1px solid #DBD4CE;
}


h3 {
	text-align:center;
	font-weight: bold;
	margin: 0;
	/*padding: 21px 0 0.6em 0;*/
	padding: 30px 0 0.6em 0;
}

h4 {
	font-size: 0.875em;
	font-weight: normal;
	color: #4f4a44;
	text-align: center;
	/*remove bellow if adding a phone number*/
	padding: 0;
	line-height: 1.5em;
}


h5 {
	font-size: 0.875em;
	font-weight: normal;
	font-style: italic;
	color: #4f4a44;
	text-align: right;
	line-height: 1.48em;
	width: 54%;
	margin-bottom: 1.6em;
	border-bottom: 1px solid #AB9897;
}

p {
	font-size: 0.875em;
	line-height: 1.48em;
	margin-bottom: 1.6em;
}

.ClientTitle, .ScriptTitle {
	margin: 0;
	padding: 0;
	border: 0;
	
}

.ClientTitle strong, .ScriptTitle strong {
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	color: #49443f;
	line-height: 1em;
}

.ScriptTitle {
	margin-bottom: 0.6em;
}

.Player {
	margin-bottom: 2.22em;
}

.RightText {
	margin: 0;
	padding: 0;
	line-height: 0.6em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border-top: 1px solid #DBD4CE;
	color:#DBD4CE;
	clear: both;
	text-align: right;
}

.Top {
	text-align: right;
	margin: 0 0 0.4em 0;
	padding: 0;
}

.Last {
	padding-bottom: 1.6em;
	border-bottom: 1px solid #DBD4CE;
}

/*links*/
a:link {
	margin: 0 -2px 0 -2px;
	padding: 0 2px 0 2px;
	color: #49443f;
	font-weight: bold;
}

a:visited {
	margin: 0 -2px 0 -2px;
	padding: 0 2px 0 2px;
	color: #49443f;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	margin: 0 -2px 0 -2px;
	padding: 0 2px 0 2px;
	color: #4F4A44;
	background: #c4e1ff;
	text-decoration: none;
	font-weight: bold;
}

.Top a:link {
	margin: 0;
	padding: 4px;
	color: #49443f;
	background: none;
	font-weight: normal;
	border-left: 1px solid #49443f;
	border-right: 1px solid #49443f;
}

.Top a:visited {
	margin: 0;
	padding: 4px;
	color: #49443f;
	text-decoration: none;
	background: none;
	font-weight: normal;
	border-left: 1px solid #49443f;
	border-right: 1px solid #49443f;
}

.Top a:hover, .Top a:active {
	margin :0;
	padding: 4px;
	color: #4F4A44;
	background: #D7EAFE;
	text-decoration: none;
	font-weight: normal;
	border-left: 1px solid #49443f;
	border-right: 1px solid #49443f;
}

/* page load set up
---------------------------------------------*/
#Loader {
position: absolute; width: auto; top: -1px; left: 0; right: 0; text-align:center; z-index: 500;background-color: #E7F2FE; border-bottom: 1px solid #49443f; padding: 0.4em;
}

#Loader p {
margin: 0; padding: 0;
}

/* Hide Jquery tabs if no Javscript */

#tabNav {
	visibility: hidden;
}

/*Layout
---------------------------------------------*/

#wrapper {
	float: left;
	margin: 0; 
	border: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	/*background: #e5e6ea;*/
}

#left {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	background: #e5e6ea url(i/biobg.gif) repeat-y top left scroll;
	overflow: hidden;
	text-align: justify;
}

#right {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	width: 49.9%;
	height: 100%;
	background: #9aa1a9 url(i/workbg.gif) repeat-y top left scroll;
}	

#contact {
	padding: 0;
	margin: 0 0 4.375em 0;
	background: #c2b1b1 url(i/bg.gif) repeat top left scroll;
	height: 6.437em;
	border: 1px solid #AB9897;
	/*box shadow*/
	box-shadow: 2px 2px 2px #91979e;
	-moz-box-shadow: 2px 2px 2px #91979e;
	-webkit-box-shadow: 2px 3px 8px #91979e;
	
}

.Content {
	margin: 50px 10%;
}


