body {
	font:11px Tahoma, serif;
	background-color:#000000;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color:#666666;
	line-height:17px;

	}

*{margin:0;padding:0;}
#page {
	background-color: #f9f9f9;
	margin: 0px;
	padding: 0;
	width: 100%;
}

#header {
	height:271px;
	width:100%;
	background-image:url(../../../../imgLocal/header-strip.gif);
	background-repeat:repeat-x;
	margin: 0px; 
	padding: 0; 
	width: 100%;
	}

#headerimg 	{ 
	position:relative;
	margin-right: auto;
	background-image:url(images/kubrickheader.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	height: 271px;
	width: 855px;
	}
	
#footer-graphic { 
	margin-right: auto;
	background-image:url(images/kubrickfooter.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	height: 125px;
	width: 855px;
	}
	
#footer {
	border: none;
	height:125px;
	width:100%;
	background-image:url(../../../../imgLocal/footer-strip.gif);
	background-repeat:repeat-x;
	z-index:30;
	background-color:#000000;
	}
#footer-links, #footer-links a:link, #footer-links a:visited, #footer-links a:active{
	color:#FFFFFF;
}

#footer-links a:hover{
	color:#411d26;
 }
 
 #footer-links{
	 clear:both;
	 display:block;
	 text-align:center;
	 margin-right:220px;
	 padding-top:12px;
 }
 
 
 #narrowcolumn, #narrowcolumn {
	float: left;
	padding-right:10px;
	padding-left:10px;
	margin-left:30px;
	width: 555px;
	}

#sidebar
{
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 630px;
	width: 180px;
	text-align:left;
	}


#content {
	background-image:url(../../../../imgLocal/middle-strip.gif);
	width:855px;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: .1em;
	text-align: center;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #1860a1;
	text-decoration: none;
	}

a:hover {
	color: #1860a1;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure 




.post {
	margin: 0 0 40px;
	text-align: left;
	}*/

.post hr {
	display: block;
	}


.postmetadata {
	clear: left;
}


#footer p {
	text-align: center;
	}

p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
		text-align: left;
width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
		text-align: left;
padding: 1px;
margin-top:3px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* ................................................................ New Tags*/


#menu{
    position:absolute;
	top:20px;
	left:12px;
	height:34px;
	width:784px;
	border:0px white solid;
	z-index:20;
	text-transform:uppercase;
}

#menu li{
	float:left;
	list-style:none;
	width:100px;
	margin:0;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}

#menu a:visited, #menu a:link, #menu a:active{
	color:#ffffff;
}

#menu a:hover{
	color:#666666;
}

#chat-module{
	position:absolute;
	top:58px;
	right:25px;
	height: 61px;
	width: 195px;
}

h1,h2,h3,h4{
	font-family:"Times New Roman", Times, serif;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:#1860a1;
	margin-top:8px;
	padding-top:8px;
	margin-bottom:8px;
	padding-bottom:8px;
}


p{
	line-height:17px;
	padding-bottom:10px;
	padding-top:10px;
	
}


h3{
	font-size:14px;
}

h1{
	font-size:18px;
}
h2{
	font-size:16px;
	display:block;
	clear:both;
}
#apDiv1 {
	position:absolute;
	width:104px;
	height:97px;
	z-index:1000;
	left: 709px;
	top: 169px;
}

.login{
	width:100px;
	height:17px;
	border:1px solid #e1dede;
	background-color:transparent;
	margin-bottom:6px;
}
.login-button{
	float:right;
	border:1px solid #000000;
	margin-top:5px;
}
#contact-module h3, #testimonial-module h3, #login-module h3{
	padding-top:14px;
	padding-left:20px;
	font-size:16px;
	color:#411d26;
}
#login-module{
	height: 150px;
	background-image:url(http://thetresagroup.com/imgLocal/client-login2c.gif);
	background-repeat:no-repeat;
	background-position:right 8px;
	width: 195px;
	position:absolute;
	left:633px;;
	top:120px;;
}

