/*GLOBAL--------------------------------------------------*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family : Verdana, Tahoma, sans-serif;
}

body.background {
	background-color:#000000;
}

div, p, td, tr, li, ul {
	font-size : 12px;
	line-height:20px;
	color : #666666;
	font-style : normal;
}

a:link {color:#ce9d26;}
a:visited {color: #666666;}
a:hover {color: #000000;}

hr {
	height:1px;
	color:#CCCCCC;
}

ul li {
	list-style-type : square;
}

.small {
	font-size : 10px;
}

.odd { background-color: #D5D9FE; }
.even { background-color: #EEEEEE; }


/*HEADINGS--------------------------------------------------*/

h1 {
	font-weight : bold;
	font-size : 16px;
	color : #666666;
}

h2 {
	font-weight : 500;
	font-size : 14px;
	color : #666666;
	padding-bottom:0px;
}

h3 {
	font-size : 13px;
	color : #000000;
}

h4 {
	font-size : 12px;
	color : #333333;
	font-weight : bold;
}

h5 {
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}
/*CORE--------------------------------------------------*/

#page {
	margin:0 auto;
	padding:0;
	clear:both;
	text-align:center;
	width:100%;
}

/*HEADER--------------------------------------------------*/

#headercontainer {
	height: 160px;
	width:100%;
}

#header {
	margin:0 auto;
	width:930px;
}

#headerleft {
	width:280px;
	float:left;
}

#headerright {
	width:650px;
	float:left;
}

#headerquote {
	text-align:left;	
	height: 160px;
	border:0px;
}

#headerquote H1 {
	font-size : 14px;
	font-weight:bold;
	color : #FFFFFF;
	margin:0px;
	padding:30px 0 10px 0;
}

#headerquote p {
	font-size : 11px;
	line-height:16px;
	color : #ECECEC;
	margin:0px;
}

#headerquote p a {
	font-weight:bold;
	color : #fbcf03;
}

/*TOP MENU--------------------------------------------------*/

#menucontainer {
	height: 39px;
	width:100%;
	background-image : url("/images09/wall_menu.gif");
	background-repeat:repeat-x;
}

#menuwrap {
	margin:0 auto;
	text-align:center;
	width:926px;
}

#menutopdiv {
	float:right;
	width:1px;
}

.horz-drop-menu ul {
	margin:0px;
	padding: 0px;
}

.horz-drop-menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: center;
	border-left:1px solid #a09d96;
	line-height:38px;
	float:left;
	position:relative;
	z-index:1000;
}

.horz-drop-menu li a, .horz-drop-menu li a:visited {
	font-weight:bold;
	font-size : 14px;
	color:#fbcf03;
	text-decoration:none;
	padding-left:12px;
	padding-right:12px;
	margin:0px;
	display:block;
}

.horz-drop-menu li a:hover, .horz-drop-menu li a.hover {
	line-height:38px;
	float:left;
	position:relative;
	z-index:1000;
	color:#FFFFFF;
	background-image : url("/images09/wall_menu_over.gif");
	background-repeat:repeat-x;
}

.horz-drop-menu ul li:hover ul, .horz-drop-menu ul a:hover ul {
	visibility:visible;
	color:#fbcf03;
}

.horz-drop-menu ul ul {
	width: 275px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	margin:0px;
	padding:0px;
    z-index:10;
	background-color: #403d36;
}

.horz-drop-menu ul ul li {
	text-align: left;
	margin:0px;
	padding:0px;
	border-left:0px;
	border-bottom: 1px solid #94918a;
}
									  
.horz-drop-menu ul ul li a, .horz-drop-menu ul ul li a:visited {
	font-weight:bold;
	font-size : 11px;
	color:#fbcf03;
	width: 250px;
	float:left;
	display: block;
	line-height:30px;
}

.horz-drop-menu ul ul li a:hover, .horz-drop-menu ul ul li a.hover {
	color:#ffffff;
	background-color: black;
	background-image:none;
	line-height:30px;
	float:left;
}

/*LEFT MENU--------------------------------------------------*/

.left-menu ul {
	margin:0px;
	padding: 0px;
}

.left-menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: left;
	display:block;
	width:230px;
	border-bottom:1px dotted #CCCCCC;
}

.left-menu li a, .left-menu li a:visited {
	font-weight:bold;
	font-size : 10px;
	color:#ce9d26;
	text-decoration:none;
	line-height:30px;
	padding-left:10px;
	display:block;
}

.left-menu li a:hover {
	color:#000;
	background-color:#F6F6F6;
}


/*CONTENT--------------------------------------------------*/

#headingwrap {
	margin:0 auto;
	text-align:center;
	width:930px;
}

#pageheading {
	margin:0 auto;
	text-align:center;
	width:930px;
	border-bottom:1px solid #999999;
}

#pageheading h1 {
	text-align:left;
	font-weight : normal;
	font-size : 24px;
	color : #000000;
	margin:0px;
	padding-top:25px;
	padding-bottom:25px;
}

.subheading, h1.portfolio {
	text-align:left;
	font-weight : bold;
	font-size : 16px;
	color : #000000;
	padding-bottom:5px;
	margin:0px;
}

span.subsubheading {
	text-align:left;

	font-weight : bold;
	font-size : 14px;
	color : #000000;
	padding:0px;
	margin:0px;
}

#pagecontent {
	overflow:hidden;
	height: 100%;
	margin:0px;
	background-color:#FFFFFF;
	background-image : url("/images09/wall_content.gif");
	background-position:top;
	background-repeat:repeat-x;
}

#pagecontentwrap {
	margin:0 auto;
	text-align:center;
	width:930px;
	padding-top:25px;
}

.sponsoredsites {
	text-align:left;

	font-size : 11px;
	color : #666666;
}

.sponsoredsitesborder {
	border: 1px solid #CCCCCC; 
	margin-top:30px;	
}


/*HOMEPAGE--------------------------------------------------*/

.homequotes {
	width: 420px;
	float: right;
	border:1px solid #666666;
	padding:10px 20px 10px 20px;
	text-align:left;
	background-color:#3c3934;
}

#headerquotehome {
	margin-top:35px;
	text-align:left;
}

#headerquotehome p {
	font-family : Tahoma, sans-serif;
	font-size : 12px;
	line-height:17px;
	color : #CCCCCC;
}


#home-left-column {
	text-align:left;	
	width: 428px;
	float: left;
	margin:0 30px 0 0;
	padding:0px;
}

#home-right-column {
	width: 460px;
	float: right;
	text-align:left;
	margin-top:10px;
}

.homeintro {
	padding:0 0 0 15px;
	margin:0px;
}

.homeintro h1 {
	text-align:left;

	font-weight : normal;
	font-size : 24px;
	color : #000000;
	padding:20px 0 10px 0;
	margin:0px;
}

.homeintro p {

	font-weight : normal;
	font-size : 16px;
	line-height:23px;
	color : #333;
}

#home-right-column-head {
	width:460px;
	height:40px;
	background-color: #5c574d;	
}

#home-right-column-head H1 {

	font-weight : bold;
	font-size : 14px;
	color:#FFF;
	padding:10px 0 0 20px;
	margin:0px;
}

#home-right-column H2 {

	font-weight : bold;
	font-size : 14px;
	color:#000;
	padding-top:0px;
	margin:0px;
}

#home-right-column p {

	font-size : 11px;
	line-height:16px;
	color:#666;
	width:160px;
	padding-top:10px;
	margin:0px;
}

#home-right-column a {
	text-decoration:none;
}

#home-portfolio {
	width:420px;
	height:206px;
	padding:20px;
	background-image : url("/images09/wall_homeportfolio.gif");
	background-position:top;
	background-repeat:repeat-x;
}

.items {
	margin:0px;
	clear:both;
}

#home-snippets {
	width: 930px;
	height:230px;
	background-image : url("/images09/wall_home_snippets.gif");
	background-position:center;
	background-repeat:no-repeat;
	float: left;
	text-align:left;
	margin:0px;
}

#home-snippets div a {
	color:#ce9d26;
}

#home-snippets div a:hover {
	color:#000;
}

div div.homecontentbox {
	padding:15px;
	float:left;
	width:202px;
}

div.homecontentbox h1 {
	font-weight:bold;
	font-size : 14px;
	color:#000000;
	margin:0px;
	padding-top:20px;
}

div.homecontentbox p {
	font-weight:normal;
	font-size : 12px;
	color:#534e43;
	margin-top:5px;
	line-height:19px;
}


/*CONTENT COLUMNS--------------------------------------------------*/

#left-column {
	width: 230px;
	float: left;
	margin: 5px 50px 0 0; 
	padding-bottom:30px;
	border-top:1px dotted #CCCCCC;
}

#right-column {
	width: 650px;
	float: left;
	text-align:left;
	padding-bottom:30px;
}

#one-column {
	width: 930px;
	float: left;
	text-align:left;
	padding-bottom:30px;
}

#contact-wrap {
	width: 930px;
}

#contact-left-column {
	width: 400px;
	float: left;
	margin: 0px; 
	text-align:left;
	overflow:hidden;
	border-right:1px dotted #CCCCCC;
	padding-right:30px;
}

#contact-right-column {
	width: 450px;
	float: right;
	padding-left:30px;
	text-align:left;
}

/*FOOTER--------------------------------------------------*/

#footercontainer {
	margin:0 auto;
	text-align:center;
	width:100%;
	clear:both;
	background-color:#000000;
	height:45px;
	padding-top:20px;
}

#footer {
	width:930px;
	margin:0 auto;
	text-align:center;
}

#footerleft {
	float:left;
	text-align:left;
	width:280px;
	font-family : Tahoma, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #CCCCCC;
}

#footerright {
	float:left;
	text-align:left;
	width:650px;
	font-family : Tahoma, sans-serif;
	font-weight : normal;
	font-size : 10px;
	color : #CCCCCC;
}

#footerleft a, #footerright a  {
	text-decoration:none;
	font-weight:bold;
	color: #fbcf03;
}

#footerleft a:hover, #footerright a:hover  {
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
}


/*FORMS--------------------------------------------------*/

.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.forminput {
	border: 1px solid #d6d1c6; 
	background: #F6F6F6;
	color: #000000;
	margin: 0;
	padding: 2px;
	font-size : 11px;
	font-family:Verdana,Tahoma,sans-serif;
}
	
.forminputrequired {
	border: 1px solid #d6d1c6; 
	background: #F6F6F6;
	color: #000000;
	margin: 0;
	padding: 2px;
	font-size : 11px;
	border-left: 3px solid #d6d1c6;	
}

.button {
	background:#fbcf03 none repeat scroll 0 0;
	border:1px solid black;
	padding:1px;
	color: #000000;
	font-family : Tahoma, sans-serif;
	font-size : 11px;
	font-weight:bold;
	margin:0;
	cursor:pointer;
}

a.buttongoldhome, a.buttongoldhome:visited {
	background-color:#fbcf03;
	border:0px;
	padding:2px;
	width:70px;
	color: #000;
	font-family : Tahoma, sans-serif;
	font-size : 10px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	float:left;
}

a.buttongoldhome:hover {
	background-color:#000000;
	color: #FFF;
}

.buttonwhite {
	background:#000 none repeat scroll 0 0;
	border:1px solid black;
	padding:2px;
	width:70px;
	color: #FFF;
	font-family : Tahoma, sans-serif;
	font-size : 10px;
	font-weight:bold;
	margin-right:10px;
	cursor:pointer;
	float:left;
}


/*PORTFOLIO--------------------------------------------------*/

.portfoliofind {
	margin:0 auto;
	text-align:center;
	background-color:#F6F6F6;
	border:4px solid #CCCCCC;
	padding:10px 0 10px 0;
	height:20px;
	margin-bottom:30px;
	font-family : Tahoma, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #000000;
	width:922px;
}

.portfoliofindleft, .portfoliofindright {
	font-family : Tahoma, sans-serif;
	font-weight : bold;
	font-size : 12px;
	color : #000000;
	float:left;
	width:50%;
}

.portfolioinput {
	border: 1px solid #666666; 
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size : 12px;
	font-family : Tahoma, sans-serif;
}

ul.portfolio li {
	line-height:24px;
	font-family : Tahoma, sans-serif;
	font-weight : bold;
	font-size : 11px;
	list-style-type : square;
}

.portfolioborder {
	border: 1px solid #CCCCCC; 
	margin-left:30px;	
}

/*SCROLLING PORTFOLIO--------------------------------------------------*/

div.hori_scrollable { 
    position:relative; 
    overflow:hidden;
    width: 420px; 
    height:230px; 
	float:left;
	clear:both;	
} 
 
div.hori_scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.hori_scrollable div.items div { 
    float:left; 
	width:420px;
	margin-top:4px;
} 

div.navi {
	float:right;
	margin:0px;
	padding-bottom:10px;
	height:20px;
	z-index: 20;
}

/* items inside navigator */
div.navi a {
	width:10px;
	height:10px;
	float:left; 
	margin-top:4px;
	margin-right:6px;
	background:url("/images09/banner_nav.gif") 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -20px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -40px;     
} 	

/*CMS TABLES--------------------------------------------------*/

TABLE.gold  {
	background-color : #FFFFFF;
}

TABLE.gold th, .gold.thlink {
	text-align : left;
	font-family :  Verdana, sans-serif;
	background-color : #000000;
	font-size : 7.5pt;
	color : #FFFFFF;
	line-height : 14px;
}

TABLE.gold td  {
	background-color : #FFCC00;
	font-family :  Verdana, sans-serif;
	font-size : 7.5pt;
	color : #000000;
	font-style : normal;
	line-height : 14px;
}
