/* @override http://nicholaswiner.com/style.css */

/* @override http://www.nicholaswiner.com/style.css */

/* @override http://www.nicholaswiner.com/style.css */

/* @override http://www.nicholaswiner.com/style.css */

@charset "UTF-8";
/* CSS Document */
 


/*GENERAL STUFF*/ 
 * {
	margin: 0;
	padding: 0;
}
 
 html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
margin:0;
padding: 0;
text-align:center;
	background: #f6f5f4; 
	/*not working cos body not clearing content!
url(images/bodyBottom.jpg) repeat-x 0 bottom;
	*/
	height: 100%;
	color: #222;
	font: 13px Georgia, "Times New Roman", Times, serif;
}






/*TOP SECTION
-----------------------*/
#topSection {
	background: url(images/topSection.jpg) repeat-x 0 top;
	margin: 0;
	padding: 0;
}

#header {
	height: 142px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/header_glow.jpg);
}

#header .left {
	float: left;
	width: 60%;
}

#header h1 {
	padding-left: 70px;
	padding-top: 23px;
	font-weight: 300;
	font-size: 51px;
	margin: 0;
}

#header h1 a {
	text-decoration: none;
	color: #999999;
	padding: 0;
	margin: 0;
}

#header h2 {
	color: #fff;
	font-weight: normal;
	padding-left: 70px;
	font-size: 27px;
	font-style: normal;
	margin: 0;
}

#header .right {
	padding-top: 59px;
	text-align: right;
	padding-right: 1px;
	width: 36%;
	float: left;
}

#header .right a {
	color: silver;
}

#header .right a:hover {
	color: #fff;
}

#header h3 {
	color: silver;
	margin: 0;
	padding: 0 0 2px;
	font-size: 15px;
	line-height: normal;
}





/*CONTAINER/OUTER DIVS 
-------------------------*/
#outer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/outer.jpg) repeat-y;
}

#container {
	padding: 0 26px 40px 40px;
	text-align: left;
}

#outerBottom {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/outerBottom.jpg);
	height: 70px;
}












#left {
		width: 615px;
		float: left;
}

#menu {
	padding-top: 19px;
}

#menu ul {
	list-style: none;
	text-align: center;
	padding: 0 0 25px 15px;
	border-bottom: thin solid #d9d9d8;
	margin: 0 29px 20px 20px;
}

#menu ul li {
	float: left;
	border-right: thin solid #908f8f;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

#menu ul li.last {
	border: none;
} 

#menu ul li.last {
}

#menu ul li a {
	color: #908f8f;
	text-decoration: none;
	display: block;
	font-size: 15px;
	transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-webkit-transition: color 0.5s ease-in;
}

#menu ul li a:hover {
	color: #fdbc7a;
}

#menu ul li.active a {
	color: #000;
	font-weight: bold;
}

#leftContent {
	padding-right: 31px;
	padding-left: 20px;
}

#leftContent img {
	padding-top: 20px;
}

#leftContent h1 {
	color: #666666;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 10px;
	padding-left: 0;
}





/*RIGHT 
---------------*/
#right {
			width: 254px;
	float: right;
	margin: 0;
	padding: 40px 0 0;
	font-size: 12px;
}

#right h1 {
	color: #666666;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 11px;
}

#right #rightContent h2 {
		color: #666666;
	margin: 0;
	padding: 0 0 8px;
}


	#rightContent {

}

.rightContentTop {
	height: 23px;
	background: url(images/rightContentTop.jpg) no-repeat;
}

.rightContentMiddle {
	padding-left: 30px;
	background-image: url(images/rightContentMiddle.jpg);
	padding-right: 20px;
}

.rightContentBottom {
	height: 23px;
	background-image: url(images/rightContentBottom.jpg);
}


/* FOOTER/CREDITS */
#outerBottom p {
	font-size: 11px;
	padding-top: 25px;
}

#outerBottom a {
	text-decoration: none;
}







/*CONTACT FORM 
__________________*/

#contactform fieldset {
	border: none;
}

#contactform textarea {
	width: 287px;
	height: 90px;
}

#contactform label {
	font-size: 12px;
}




/* GENERAL CLASSES */
blockquote, p blockquote, blockquote p {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-align: right;
}

a img {
	text-decoration: none;
	border: none;
}

.caption {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	margin: -16px 0 0;
	padding: 0 0 0 4px;
}

.caption p {
	background-color: #353432;
	clear: right;
	color: silver;
	padding: 6px;
}

.clearboth {
	clear: both;
}

a {
	color: #005ea6;
}

a:hover {
	color: #1899fb;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}




