/*-----------------------------------------------------------------------------
Horne Agency Screen Stylesheet

version:   1.0
date:      012/03/07
author:    GotmoMedia.com
-----------------------------------------------------------------------------*/



/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin:0pt;
padding:0pt;
border: 0;
}
/*
* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}
*/

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 12px  Arial, Helvetica, sans-serif;
	background-color:#000000;
	/*background: url(/images/background.png) repeat;*/
	color: #FFFFFF;	
	text-align:center;
}



#wrapper
	{ 
	width: 883px; /* Set page width here - you can also use percentage */
	margin-top:10px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	background-color: #000000;
}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 20px; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 18px; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 16px; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 14px; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 12px; /* Equivalent to 14pt */
}
	
p, q, cite
	{
	font-size: 12px; /* Equivalent to 12pt */
}

ul, ol, dl
	{
	list-style: none;
	font-size: 12px; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 12px; /* Equivalent to 12pt */	
}

/* Links */

a:link {
	color: #FFFFFF;
	
}

a:visited {
  color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.footer:link {
	color:#CCCCCC;
	padding: 2px;}

a.footer:visited {
	color: #cccccc;
	padding: 2px;
}

a.footer:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

/* Header
-----------------------------------------------------------------------------*/
.headerContainer{

background-color:#1a1a1a;
}


/* Navigation
-----------------------------------------------------------------------------*/
.menuContainer{
background-color:#0c0c0c;
}
.menuHeading{
	margin:10px;
	border-bottom: 4px #1a1a1a solid;
	margin-bottom: 3px;
}
.flashMenu{
	margin:0px;
	margin-top:0px;

}
.menuBody{
margin-left:12px;
margin-right:0px;
font-size:14px;
}

/* Footer
-----------------------------------------------------------------------------*/

.footerContainer{
background-color:#1a1a1a;
}


/* Homepage
-----------------------------------------------------------------------------*/

.bFace{
background-image:url(../images/suzanne.jpg);
background-position:right top;
background-repeat:no-repeat;

}

/* Your template
-----------------------------------------------------------------------------*/
.talent {
background-color:#666666;
}
.talent_image{
padding:10px;
padding:10px;
}

.red{
color:#FF0000;
}
.bodyContainer{
	background-color:#131313;
}
.contentHeading{
	margin:10px;
	margin-top:0px;
	padding-top:10px;
	border-bottom: 4px #333333 solid;
	width:400px;
	/*background-color:#131313;*/
	
}
.contentBody{
margin:12px;
}
/* Forms
-----------------------------------------------------------------------------*/



input.text
	{
	padding: 1px;
	margin: 2px;
	border: 1px solid #999999;	
}


/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
  	text-align: left;
	font-weight: normal;
}