/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0; 
background:#E3E3D7
}
 
body {
color:#13203C;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

/*
* { border:1px red dashed; }
*/
/***** Wrapper *****/
 
#wrap {
width:949px;
margin:0 auto;
position:relative;
border:1px #E3E3D7 solid;
padding:0 0 0 62px ;  
}

#footer{
	height:64px;
	width:930px;
	text-align:center;
	margin:16px 0 0 0 ;
	padding:5px 0 0 0 ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#13203C;
	clear:left;
	margin:0;
}

#footer a{color:#13203C;}

#footer hr{
border:none;
border-top:1px solid #333;
color:#fff;
}

#left_col{
float:left;
width:162px;
background-color:#13203c;
padding:4px 4px;
margin:73px 0 0 0;

}

#left_col_inner{
	border:2px solid white;
	padding:3px;
	background:url(../images/stainedglass.png) bottom no-repeat;
	height:100%;
	text-align:center
}

#logo{
	text-align:center;
	width:129px;
	margin:15px auto 27px;
}


#home_image_box{  height:450px; }
#home_col_one{ width:67px; height:450px; repeat-y; float:left; padding:0;  }
#home_col_two{ width:762px; height:450px; float:left; padding:0;  }
#home_col_three{ width:70px; height:450px; background:#795F3E; border-left:1px solid white; float:left; padding:0;  }

#sub_box{
	position:relative;
	float:left;
	margin:12px 0 0 0;
	width: 542px;
}

#about_box{    width:900px; position:relative; }

#center_box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 21px;
	padding:0;
	float:left;
	background:url(../images/shadow_bkg.gif) #eeeeee repeat-y;
	width:737px;
	font-size:12px;
	line-height:16px;
	color:#626263;
	position:relative; 
}

#thumb-area{
	padding:0 21px 10px 0;
	margin:0 0 15px 18px;
}

#home_flash{
	width:725px;
	height:552px;
	margin:6px 6px;
	text-align:center;
	position:relative;
	
	
}
#home_flash img{ }

#big_image{
	width:725px;
	padding:6px 7px;
	text-align:center;
	height:490px;
	position:relative;

}


#before_image{
	border:1px #13203C solid;


}

#before_image_container{
	text-align:center;
	position:absolute;
	visibility:hidden;
	color:#13203C;
	
}


#sub_content{
	width:710px;
	margin:13px 17px;
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif 12px #626263;
	
	overflow:auto;
}

#portfolio_text{
	width:242px;
	border-right:1px solid #13203C;
	padding:0 21px 10px 0;
	margin:0 0 15px 18px;
	color:#626263;
	font-size:10px;
	float:left
}
#portfolio_text_inner{

 z-index:100;
 display: inline-block;

}


#thumb-area h1 { color:#13203C; font-size:15px; font-weight:bold; margin-bottom:8px; float:left; white-space:nowrap;
 }

#description_area{ float:left; font-size:11px; padding:0 0 0 20px; }

#port_thumbs{
	width:224px;
	padding:0 0 10px 0;
	margin:15px 12px 0 20px;
	float:right;
	
}

#port_thumbs img{
 border:1px solid #13203C;
}

#about_text{width:449px; margin:0 0 0 142px; padding:30px 38px; float:left;  height:450px;}

.arrows{margin-bottom:-1px;}

#nav {
	position:relative;

	padding:0;
	margin:76px 0 0 192px;
	z-index:100;
	border-top: 1px solid #13203C;
	border-bottom: 1px solid #13203C;
	height:24px;
	width:740px;
}

#nav  li {
	display:block;
	list-style:none;
	padding: 0 30px 0 0 ;
	float:left;
	margin:0;
	height:24px;
	position:relative
}

#nav a { 
	 
	display:block; 
	color:#13203C; 
	text-decoration:none; 
	font-size:11px; 
	text-align:center;  
	height:15px; 
	padding:5px 5px;
	text-align:center;
	white-space:nowrap
}

#nav a:hover { 
	display:block; 
	text-decoration:none; 
	
	background:#13203C ;
	color:#fff;
}

#nav a.current { 
	display:block; 
	text-decoration:none; 
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-weight:bold;

}

#nav li.last  {padding:0 }



#nav ul {position:absolute; padding:0; margin:0; top:-999em;   z-index:200; background-color:#EEE; overflow:hidden; border:1px solid #13203C;}	



#nav ul li{ float:none; padding:0; margin:0;  width:auto; z-index:200;  display:block; margin:0 0 -1px 0;  border-bottom:1px solid #13203C;   }

#nav ul li a{ background-image:none; text-indent:0;  color:#13203C; font:11px Arial, Helvetica, sans-serif; padding:6px 15px 0 5px; display:block; height:22px;  float:none; margin:0; text-align:left; text-transform:uppercase }

#nav ul li a:hover{ color:#FFF;  }

#nav ul li img{margin:0 6px -6px 0}
#nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */
ul#nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */
{
	left:0px; /* position first submenu directly under parent li */
	top:24px; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
	z-index:150;
}

/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul,
.superfish li li:hover ul,
.superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}


#port {
	padding:0;
	color:#fff;
	margin-bottom:95px;
	
}

#port a { 
	display:block; 
	color:#fff; 
	text-decoration:none; 
	font-size:11px; 
	text-align:left;  
	margin-top:auto; 
	display:block;
	margin: 5px 0;
	padding:2px 5px 3px 5px;
	overflow:hidden;
}

#port a:hover { 
	color:#262261; 
	text-decoration:none; 
	background-color:#FFF  ;
	
	}

#port a.current { 
font-weight:bold;
text-decoration:none; 

	 
}

#port li {
margin: 5px 0;
padding:0;
display:inline; 
}

#port li ul {
margin:0;
padding:0 0 10px 10px;
display:block; 
}


.thumb{ margin:2px 10px 10px 0; float:left}
.thumb_selected{margin:2px 2px; float:left; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}
#prev_next{margin:3px auto; width:195px; padding-top:5px; font-size:10px;  color: #795F3E; border-top:1px solid white; clear:left; text-align:center   }
#col_right{float:right; margin-right:69px;}


a .thumb_selected img {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	letter-spacing:-1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	display:block;
	
	margin:0 0 12px 0;
	font-weight: bold;
	color:#13203c;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
	color: #13203C;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
table tr td {
padding:2px;
}


/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/****** FIX FIREFOX *******/
:-moz-any-link:focus {
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}


.page-image{float:right; margin:0 0 10px 10px}
