@import url('/css/reset.css');
@import url('../css/text.css');
body {
margin: 0; 
border: 0; 
padding: 0;
background: #fff; 
}

html, body, #wrapper {}
body > #wrapper {

}


#therest {padding-bottom: 10px;} 

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-bottom: 0;
	border: 0px solid #333;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 960px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 336px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}


/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}



/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}


/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
a:hover.linkimg {border:none; background:transparent;}

/*************HEADER**************/

#headerwrapper {
width: 100%;
margin: 0 auto;
border-bottom: 1px solid #c8c3b5;
height: 210px;
background: #4c1817 url(../img/top_bg.gif) repeat-x;
}
#header {height: 210px; width: 960px; margin: 0 auto;background: url(../img/top_bg.gif) repeat-x;}
#logo {float: left; padding: 0;border: 0;margin: 0px 0px 0 10px;}
#msulogo{float: right;padding: 0;border: 0;margin: 20px 8px 0 0px;}

#buttons {
width: 227px;
height: 48px;
border: 0px solid #fff;
margin: 0px 0px 0 0px;
float: right;
}

#buttons ul {
padding: 0;
margin: 0px 0 0px 0;
float: left;
height: 48px;
overflow: hidden;
}

#buttons ul li, #buttons ul li a {
display: block;
float: left;
height: 48px;
background-position: left top;
margin: 0px 0 0px 0;
overflow: hidden;
}

#buttons ul li a:hover {
background-position: left bottom;
}

#buttons ul li a span {
display: block;
height: 1px;
width: 1px;
overflow: hidden;
}

#home a { background: url('../img/home_btn.gif'); width: 87px; }
#home a.selected { background-position: left bottom;}
#contact_me a { background: url('../img/contact_btn.gif'); width: 140px; }
#contact_me a.selected { background-position: left bottom;}


#request {
width: 173px;
height: 94px;
border: 0px solid #fff;
margin: 38px 20px 0 20px;
float: right;
}

#request ul {
padding: 0;
margin: 0px 0 0px 0;
float: left;
height: 94px;
overflow: hidden;
}

#request ul li, #request ul li a {
display: block;
float: left;
height: 94px;
background-position: left top;
margin: 0px 0 0px 0;
overflow: hidden;
}

#request ul li a:hover {
background-position: left bottom;
}

#request ul li a span {
display: block;
height: 1px;
width: 1px;
overflow: hidden;
}

#quote a { background: url('../img/request_btn.gif'); width: 173px; }
#quote a.selected { background-position: left bottom;}

/*************END HEADER**************/

/*************NAV**************/

#nav {
width: 336px;
height: 41px;
border: 0px solid #fff;
margin: -76px 0px 0 0px;
float: right;
}

#nav ul {
padding: 0;
margin: 0px 0 0px 0;
float: left;
height: 41px;
overflow: hidden;
}

#nav ul li, #nav ul li a {
display: block;
float: left;
height: 41px;
background-position: left top;
margin: 0px 0 0px 0;
overflow: hidden;
}

#nav ul li a:hover {
background-position: left bottom;
}

#nav ul li a span {
display: block;
height: 1px;
width: 1px;
overflow: hidden;
}

#portfolio a { background: url('../img/nav/portfolio.gif'); width: 113px; }
#portfolio a.selected { background-position: left bottom;}
#profile a { background: url('../img/nav/profile.gif'); width: 99px; }
#profile a.selected { background-position: left bottom;}
#contact a { background: url('../img/nav/contact.gif'); width: 124px; }
#contact a.selected { background-position: left bottom;}

/*************END NAV**************/


/*************VARIOUS**************/

a:hover.linkimg {border:none; background:transparent;}
img {
border: 0;
}

.listwrap {
width: 930px;
padding: 0px 0px 0px 0px;
margin: 2px 0px 5px 0px;
border: 0px #ccc dashed;
float: left;
}

.listleft {
width: 280px;
padding: 0px 0px 0px 0px;
margin: 2px 0px 5px 0px;
border: 0px #600 dashed;
float: left;
}

.listleft2 {
width: 360px;
padding: 0px 0px 0px 0px;
margin: 2px 0px 5px 0px;
border: 0px #600 dashed;
float: left;
}

.listmid {
width: 300px;
padding: 0px 0px 0px 0px;
margin: 2px 0px 5px 10px;
border: 0px #600 dashed;
float: left;
}


.listright {
width: 300px;
padding: 0px 0px 0px 0px;
margin: 2px 0px 5px 30px;
border: 0px #600 dashed;
float: left;
}

.listright2 {
width: 420px;
padding: 0px 0px 0px 0px;
margin: 2px 0px 5px 30px;
border: 0px #600 dashed;
float: left;
}


.img-right-cap {
float: right;
text-align: left;
padding: 4px;
border: 1px solid #ccc;
margin: 5px 5px 5px 5px;
font-size: .85em;
background-color: #fff;
width: 450px;
height: 233px;
}

.img-right-cap span {
margin: 8px 5px 0px 0px;
padding: 0px 0 0 0;
width: 100%;
line-height: 120%;
border: 0px solid #600;
float: left;
font-weight: bold;
}

.img-left-cap {
float: left;
text-align: left;
padding: 4px;
border: 1px solid #ccc;
margin: 5px 5px 5px 5px;
font-size: .85em;
width: 450px;
height: 233px;
background-color: #fff;
}
.img-left-cap span {
margin: 8px 5px 0px 0px;
padding: 0px 0 0 0;
width: 100%;
line-height: 120%;
border: 0px solid #600;
float: left;
font-weight: bold;
}

.port_wrap {
width: 940px;
height: 265px;

border: 0px solid #ccc;
margin: 10px 0 10px  0;
}

.bunch {
margin: 5px 0 5px 0;

}

ul.acrobat {
padding: 0;
border: 0;
margin: 0px 0px 0px 0px;
list-style: none;
}

ul.acrobat li {
padding: 0px 10px 4px 20px;
border: 0;
margin: 10px 0px 10px 25px;
line-height: 145%;
background: url(../img/acrobat_small.gif) no-repeat top left;
}

ul.star {
padding: 0;
border: 0;
margin: 0px 0px 0px 0px;
list-style: none;
}

ul.star li {
padding: 5px 0px 5px 35px;
border: 0;
margin: 5px 0px 5px 5px;
font-weight:bold;
line-height: 175%;
background: url(../img/star.gif) no-repeat top left;
}

.fb {
margin: 0 -10px 0 0;
border: 0;
}

.rs_img {
float: left;
margin: 5px 0 5px 0;
border: 1px solid #ccc;
padding: 2px;
background: #fff;
}
	

/*************END VARIOUS**************/



/*************CONTENT**************/


#top-feature-wrapper {
width: 100%;
background: #f4f5ed url(../img/feature_bg.jpg) no-repeat;
margin: 0px 0 0px 0;
height: 205px;
border-top: 0px solid #bdbdb2;
border-bottom: 1px solid #c8c3b5;
padding: 0 0 0px 0;
float: left;
}

#top-feature-wrapper .holder {
width: 960px;
height: 205px;
margin: 0px auto;
padding: 0px;
border: 0px solid #ccc;
}

#second_bar {
float: left;
margin: 0;
background: #e3decd;
border-top: 0px solid #bdbdb2;
border-bottom: 1px solid #c8c3b5;
height: 52px;
width: 100%;
}

#sb_holder {
margin: 0 auto;
width: 960px;
height:auto;
}

#sb_holder h1 {
padding: 20px 0px 10px 0px;
margin: 0px 0 10px 25px;
color: #600;
font-size: 2em; /* 20px 20/12=1.66 */
}

#sb_holder h2 {
padding: 20px 0px 10px 0px;
margin: 0px 0 10px 25px;
color: #000;
font-size: 1.66em; /* 20px 20/12=1.66 */
}

#sb_holder h2.alt {
padding: 0px 0px 10px 0px;
margin: 20px 0 10px 25px;
color: #000;
font-size: 1.66em; /* 20px 20/12=1.66 */
}

#sb_left {
margin: 0 0 0 20px;
width: 524px;
border: 0px solid #c8c3b5;
height: 50px;
float: left;
}

#sb_right {
margin: 1px 0px 0 10px;
width: 55px;
border: 0px solid #c8c3b5;
height: 50px;
float: right;
}

#midnav {
width: 524px;
height: 52px;
border: 0px solid #fff;
margin: 0px 0px 0 0px;
float: left;
}

#midnav ul {
padding: 0;
margin: 0px 0 0px 0;
float: left;
height: 52px;
overflow: hidden;
}

#midnav ul li, #midnav ul li a {
display: block;
float: left;
height: 52px;
background-position: left top;
margin: 0px 0 0px 0;
overflow: hidden;
}

#midnav ul li a:hover {
background-position: left bottom;
}

#midnav ul li a span {
display: block;
height: 1px;
width: 1px;
overflow: hidden;
}

#featured a { background: url('../img/mid_nav/featured.gif'); width: 195px; }
#featured a.selected { background-position: left bottom;}
#current a { background: url('../img/mid_nav/current.gif'); width: 193px; }
#current a.selected { background-position: left bottom;}
#gallery a { background: url('../img/mid_nav/gallery.gif'); width: 136px; }
#gallery a.selected { background-position: left bottom;}


#fullcontent {
float: left;
margin: 0;
background: #fff;
border-top: 0px solid #bdbdb2;
border-bottom: 0px solid #c8c3b5;
height: auto;
width: 100%;
}

#lower-content {
background: #fff;
width: 940px; 
height: 325px;
border: 0px solid #ccc;
}

#lower-content h1 {
padding: 0px 0px 0px 0px;
margin-top: 10px;
}

#lower-content .section{
background: #fff;
width: 960px; 
border: 0px solid #ccc;
margin: 0;
height: auto;
float: left;
}

#leftside {
float: left;
border: 0px solid #600;
height: 350px;
}

#bouncer {
border: 0px solid #600;	
width: 960px;
height: 325px;
margin: 0 auto;
}

#bottomcontent {
float: left;
margin: 0;
background: #e0e1db;
border-top: 1px solid #bdbdb2;
border-bottom: 0px solid #bdbdb2;
height: auto;
width: 100%;
}

#btm-content {
background: #e0e1db;
width: 960px; 
border: 0px solid #ccc;
margin: 0 auto ;
height: auto;
}

#btm-content h1 {
padding: 0px 0px 0px 0px;
margin-top: 10px;
}

#btm-content h2.sub {
color: #777;
font-size: 20px;
margin: -25px 10px 15px 0px;
}

#btm-content .section{
width: 960px; 
border: 0px solid #ccc;
margin: 0;
height: auto;
float: left;
}

#btm-content .sectionheader{
border: 0;
margin: 0 5px 5px -8px;
}

#bleftside {
float: left;
border: 0px solid #600;
}

#bottomcontent2 {
float: left;
margin: 0;
background: #e2dfcd;
border-top: 1px solid #bdbdb2;
border-bottom: 0px solid #bdbdb2;
height: auto;
width: 100%;
}

#btm-content2 {
background: #e2dfcd;
width: 960px; 
border: 0px solid #ccc;
margin: 0 auto ;
height: auto;
}

#btm-content2 h1 {
padding: 0px 0px 0px 0px;
margin-top: 10px;
}

#btm-content2 h2.sub {
color: #777;
font-size: 20px;
margin: -25px 10px 15px 0px;
}

#btm-content2 .section2{
background: #e2dfcd;
width: 960px; 
border: 0px solid #ccc;
margin: 0;
height: auto;
float: left;
}

#btm-content2 .sectionheader{
border: 0;
margin: 0 5px 5px -8px;
}

#btm-content2 .jw {
float: right;
border: 0;
margin: 35px 5px 5px 0;
}


#bleftside2 {
float: left;
border: 0px solid #600;
}

#bottomcontent3 {
float: left;
margin: 0;
background: #f6f6f6 url(../img/contact_bg.gif) repeat-x;
border-top: 1px solid #bdbdb2;
border-bottom: 1px solid #bdbdb2;
height: auto;
width: 100%;
}

#btm-content3 {
background: #f6f6f6 url(../img/contact_bg.gif) repeat-x;
width: 960px; 
border: 0px solid #ccc;
margin: 0 auto ;
height: auto;
}

#btm-content3 h1 {
padding: 0px 0px 0px 0px;
margin-top: 10px;
}

#btm-content3 h2.sub {
color: #777;
font-size: 20px;
margin: -25px 10px 15px 0px;
}

#btm-content3 .section3{
background: #f6f6f6 url(../img/contact_bg.gif) repeat-x;
width: 960px; 
border: 0px solid #ccc;
margin: 0;
height: auto;
float: left;
}

#btm-content3 .sectionheader{
border: 0;
margin: 0 5px 5px -8px;
}

#bleftside3 {
float: left;
border: 0px solid #600;
}


#rightside {
float: right;
border: 0px solid #333;
}		


/*************END CONTENT**************/


/*************FOOTER**************/

#footer {
text-align: center;
font-size: .80em;
border-top: 0px solid #000;;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
height: 200px;
background: #505c6d url(../img/footer_bg.gif) repeat-x;
color: #fff;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
padding: 0;
border: 0;
margin: 0;
color: #fff;
text-decoration: underline;
}
#footer p {line-height: 1.2em;}


/*************END FOOTER**************/
	
#toc{
	display:block;
	padding:0px;
	margin:0px 0;
}

.slideshow { height: 316px; width: 908px; margin: auto }
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; }

.mix {
display: none;	
}