/*

Open Window School of Visual Communication

Designed and developed by Luke Menzel - www.lukemenzel.com
Copyright 2009 - TOW
	  
*/

/* CSS reset - Eric Mayer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS reset - Eric Mayer */

/* Basics */

h1 {
 color: #333;
 padding: 0 0 10px 0;
 margin: 15px 0 0 10px;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 18px;
 font-weight: normal;
 line-height: 20px;
 text-transform: none;
 width: 940px;
 text-transform: uppercase;
 border-bottom: 1px solid #999;
 }
 
 h2 {
 color: #81c5e2;
 padding: 0 0 10px 0;
 margin: 15px 0 0 10px;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 20px;
 font-weight: normal;
 text-transform: none;
 width: 80%;
 line-height: 22px;
 }
 
  h3 {
 color: #81c5e2;
 padding: 0 0 5px 10px;
 margin: 10px 0 10px 10px;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-transform: none;
 width: 90%;
 line-height: 12px;
 border-bottom: 1px solid #81c5e2;
 }
 
   h3.sections {
 color: #333;
 padding: 0 0 5px 0px;
 margin: 10px 0 10px 0px;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-transform: none;
 width: 100%;
 line-height: 12px;
 border-bottom: 1px solid #333;
 }
 
 
   h4 {
 color: #333;
 padding: 0 0 5px 0;
 margin: 10px 0 5px 0;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-transform: none;
 width: 90%;
 line-height: 12px;
 }
 
   h5 {
 color: #000;
 padding: 0;
 margin: 10px 0 0 15px;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 width: 60%;
 line-height: 12px;
 }
 
    h6 {
 color: #F26522;
 padding: 3px 0 0 0;
 margin: 8px 0 5px 0;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-transform: none;
 width: 90%;
 line-height: 12px;
 }

p {
color: #666;
 padding: 5px 0 5px 0;
 margin: 0;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 16px;
 text-transform: none;
 width: 100%;
}

a:link {
	color: #f26522;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F26522;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #F26522;
}

/* Basics */


body {
 font-size: 12px;
 line-height: 1;
 font-family: Verdana, Geneva, sans-serif;
 background: transparent;
}

/* Classes */



/* Classes*/

#temp { 
 margin: 0 auto;
 margin-top: 0;
 height: 40px;
 padding:0;
 width: 940px;
 background: transparent;
 text-align: center;
}

#temp p { 
 margin: 0;
 padding:0;
 width: 100%;
 background: transparent;
 font-size: 10px;
 color: #999;
}



#wrapper { 
 margin: 0 auto;
 margin-top: 5px;
 padding:0;
 width: 980px;
 background: transparent;
}

#main_bg { 
 margin: 0 auto;
 margin-top: 0;
 padding:0;
 width: 980px;
 background: url(../images/main_bg.gif) repeat-y top center transparent;
}


#navigation {
 float: left;
 width: 980px;
 height: 49px;
 color: #333;
 padding: 0;
 margin: 0 0 0 0;
 background:  url(../images/main_nav.gif) no-repeat top center transparent;
 display: inline;
}


#header {
 color: #333;
 width: 960px;
 float: left;
 padding: 0;
 height: 280px;
 margin: 0 0 0 10px;
 background: #666;
  display: inline;
}	

#heading_main {
 float: left;
 width: 960px;
 height: 45px;
 color: #333;
 padding: 0;
 margin: 0 0 0 10px;
 background: transparent;
 display: inline;
}


#leftcolumn { 
 margin: 0 0 0 10px;
 padding: 0;
height: 648px;
 width: 590px;
 float: left;
 background: transparent;
  display: inline;
}

#leftcolumn a:link {
	color: #f26522;
	text-decoration: underline;
}
#leftcolumn a:visited {
	text-decoration: underline;
	color: #F26522;
}
#leftcolumn a:hover {
	text-decoration: none;
	color: #81c5e2;
}
#leftcolumn a:active {
	text-decoration: underline;
	color: #F26522;
}

#info_box {
	margin: 15px 0 0 10px;
	padding: 0;
	width: 580px;
	height: 330px;
	background: transparent;
	float: left;
	background: #4c4c4c;
}	



#info_box .sub_box_3  ul {
	list-style-type: none;
   padding-left: 0;
   margin-left: 0;
   width: 90%;
   margin-top: 5px;
   float: left;
}

#info_box .sub_box_3  ul li {
   list-style-image: none;
   background-image: url(../images/box_bullet.png);
   background-repeat: no-repeat;
   background-position: left center;
   margin: 0 0 0 10px;
   padding: 0 0 0 20px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #dfdfdf;
   line-height: 16px;
   height: 16px;
   display: block;
   background-color: transparent;
   width: 100%;
   }
   
   #info_box .sub_box_4  ul {
	list-style-type: none;
   padding-left: 0;
   margin-left: 0;
   width: 90%;
   margin-top: 5px;
   float: left;
}

#info_box .sub_box_4  ul li {
   list-style-image: none;
   background-image: url(../images/box_bullet.png);
   background-repeat: no-repeat;
   background-position: left center;
   margin: 0 0 0 10px;
   padding: 0 0 0 20px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #dfdfdf;
   line-height: 16px;
   height: 16px;
   display: block;
   background-color: transparent;
   width: 100%;
   }

#info_box p { 
 float: left;
 color: #dfdfdf;
 padding: 0 0 0 0;
 margin: 0 0 0 10px;
 font-size: 11px;
 text-align: left;
 width: 95%;
}

#info_box  .sub_box_1 {
	float: left;
	width: 270px;
	height: 170px;
	background: transparent;
	margin: 10px;
	padding: 0;
}

#info_box  .sub_box_2 {
	float: left;
	width: 270px;
	height: 170px;
	background: transparent;
	margin: 10px;
	padding: 0;
}


#info_box  .sub_box_2  ul {
	list-style-type: none;
   padding-left: 0;
   margin-left: 0;
   width: 90%;
   margin-top: 5px;
   float: left;
}

#info_box  .sub_box_2 ul li {
   list-style-image: none;
   background-image: none;
   margin: 0 0 0 0;
   padding: 0 0 0 10px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #dfdfdf;
   line-height: 12px;
   background-color: transparent;
   width: 100%;
   }

#info_box .sub_box_3 {
	float: left;
	width: 270px;
	height: 100px;
	background: transparent;
	margin: 10px 10px 10px 10px;
	padding: 0;
}

.sub_box_4 {
	float: left;
	width: 270px;
	height: 100px;
	background: transparent;
	margin: 10px 10px 10px 10px;
	padding: 0;
}

#leftcolumn p.intro { 
 float: left;
 color: #000;
 padding: 0 0 0 0;
 margin: 15px 0 0 10px;
 font-size: 12px;
 text-align: left;
 width: 90%;
}



#leftcolumn ul {
	list-style-type: none;
   padding-left: 0;
   margin-left: 0;
   width: 90%;
   margin-top: 10px;
   float: left;
}

#leftcolumn ul li {
   list-style-image: none;
   background-image: url(../images/tow_bullets.png);
   background-repeat: no-repeat;
   background-position: left center;
   margin: 0 0 0 20px;
   padding: 0 0 0 25px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #333;
   line-height: 22px;
   height: 22px;
   display: block;
   background-color: transparent;
   width: 100%;
   }
   
#leftcolumn ul li a:link {
	color: #333;
	text-decoration: underline;
}
#leftcolumn ul li a:visited {
	text-decoration: underline;
	color: #333;
}
#leftcolumn ul li a:hover {
	text-decoration: none;
	color: #F26522;
}
#leftcolumn ul li a:active {
	text-decoration: underline;
	color: #333;
}

#rightcolumn { 
 float: left;
 color: #333;
 margin: 15px 0 0 18px;
 padding: 0;
height: 614px;
 width: 340px;
 display: inline;
 background: #EFEFEF;
  display: inline;
  border: 1px solid #ccc;
}

#rightcolumn_rest { 
 float: left;
 color: #333;
 margin: 15px 0 20px 18px;
 padding: 0;
min-height: 200px;
 width: 340px;
 display: inline;
 background: #EFEFEF;
  display: inline;
  border-left: 1px solid #ccc;
}

#rightcolumn_rest  ul {
	list-style-type: none;
   padding-left: 0;
   margin-left: 0;
   width: 90%;
   margin-top: 0px;
   margin-bottom: 15px;
   float: left;
}

#rightcolumn_rest  ul li {
   list-style-image: none;
   background-image: url(../images/quick_links_bullet.gif);
   background-repeat: no-repeat;
   background-position: left center;
   margin: 0 0 0 10px;
   padding: 0 0 0 15px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #333;
   line-height: 16px;
   height: 16px;
   display: block;
   background-color: transparent;
   width: 100%;
   }

#leftcolumn_rest { 
 margin: 15px 0 20px 20px;
 padding: 0;
min-height: 200px;
 width: 580px;
 float: left;
 background: transparent;
  display: inline;
}

#leftcolumn_rest ul
{
margin-left: 0;
margin-top: 7px;
padding-left: 0;
list-style-type: none;
}

#leftcolumn_rest li
{
padding-left: 20px;
padding-bottom: 5px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
 font-size: 11px;
   font-weight: normal;
   color: #333;
   line-height: 14px;
}
   
   #leftcolumn_rest ul li.pdf {
   list-style-image: none;
   background-image: url(../images/pdf_icon.png);
   background-repeat: no-repeat;
   background-position: left center;
   margin: 0 0 0 5px;
   padding: 0 0 0 25px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #333;
   line-height: 22px;
   height: 22px;
   display: block;
   background-color: transparent;
   width: 100%;
   }
   
      #leftcolumn_rest ul li.lightbox {
   list-style-image: none;
   background-image: url(../images/image_lightbox.png);
   background-repeat: no-repeat;
   background-position: left center;
   margin: 0 0 0 5px;
   padding: 0 0 0 25px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #333;
   line-height: 22px;
   height: 22px;
   display: block;
   background-color: transparent;
   width: 100%;
   }

#leftcolumn_rest a:link {
	color: #f26522;
	text-decoration: underline;
}
#leftcolumn_rest a:visited {
	text-decoration: underline;
	color: #F26522;
}
#leftcolumn_rest a:hover {
	text-decoration: none;
	color: #81c5e2;
}
#leftcolumn_rest a:active {
	text-decoration: underline;
	color: #F26522;
}



   
   #leftcolumn_rest_no_bullets { 
 margin: 15px 0 20px 20px;
 padding: 0;
min-height: 200px;
 width: 580px;
 float: left;
 background: transparent;
  display: inline;
}

   #leftcolumn_rest_no_bullets ul
{
margin-left: 0;
margin-top: 10px;
padding-left: 0;
list-style-type: none;
}

   #leftcolumn_rest_no_bullets li
{
padding-left: 0;
padding-bottom: 5px;
background-image: none;
background-repeat: no-repeat;
background-position: 0 .5em;
 font-size: 11px;
   font-weight: normal;
   color: #333;
   line-height: 14px;
}
   
   #leftcolumn_rest_no_bullets li.pdf {
   list-style-image: none;
   background-image: url(../images/pdf_icon.png);
   background-repeat: no-repeat;
   background-position: left center;
   margin: 0 0 0 5px;
   padding: 0 0 0 25px;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #333;
   line-height: 22px;
   height: 22px;
   display: block;
   background-color: transparent;
   width: 100%;
   }

   #leftcolumn_rest_no_bullets a:link {
	color: #f26522;
	text-decoration: underline;
}
   #leftcolumn_rest_no_bullets a:visited {
	text-decoration: underline;
	color: #F26522;
}
   #leftcolumn_rest_no_bullets a:hover {
	text-decoration: none;
	color: #81c5e2;
}
   #leftcolumn_rest_no_bullets a:active {
	text-decoration: underline;
	color: #F26522;
}


   #leftcolumn_rest_no_bullets ul.half_1 {
list-style-type: none;
   padding-left: 0;
   margin-left: 0;
   margin: 10px 0 10px 0;
   float: left;
   width: 45%;
   min-height: 40px;
}

   #leftcolumn_rest_no_bullets half_1 li {
	list-style-type: none;
   margin: 0 0 0 0;
   padding: 0 0 5px 0;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #333;
   line-height: 12px;
   background-color: transparent;
   width: 100%;
   }

   #leftcolumn_rest_no_bullets ul.half_2 {
	list-style-type: none;
   padding-left: 0;
   margin-left: 0;
   margin: 10px 0 10px 0;
   float: left;
   width: 50%;
   min-height: 40px;
}

   #leftcolumn_rest_no_bullets ul.half_2 li {
	list-style-type: none;
   margin: 0 0 0 0;
   padding: 0 0 5px 0;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #F26522;
   line-height: 14px;
   background-color: transparent;
   width: 100%;
   }

#rightcolumn .sidebar_box {
	width: 340px;
	height: 85px;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	float: left;
	border-bottom: 1px dotted #ccc;
}

#rightcolumn span {
	width: 340px;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}


#rightcolumn .sidebar_box:hover {
	background: #DAEBF2;
	min-height: 50px;
}

#rightcolumn p {
	width: 70%;
	line-height: 14px;
	font-size: 11px;
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

#rightcolumn p.no_image {
	width: 90%;
	line-height: 14px;
	font-size: 11px;
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 5px;
	text-align: justify;
}

#rightcolumn .thumb {
	margin:13px 10px 0 0;
	padding: 0;
	border: 1px solid #999;
	float: right;
}



#footer { 
 width: 940px;
 height: 285px;	
 clear: both;
 color: #333;
 background: #daebf2;
 margin: 0 0 0 20px;
 padding: 0;
}


#footer a:link {
	color: #999;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
	color: #F26522;
}
#footer a:active {
	text-decoration: none;
	color: #999;
}



#footer  ul {
	list-style-type: none;
   padding-left: 0;
   margin-left: 0;
   width: 100%;
   margin-top: 0;
   float: left;
}



#footer  ul li {
   list-style-image: none;
   margin: 0 0 0 0;
   padding: 0 0 8px 0;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #999;
   line-height: 14px;
   background-color: transparent;
   width: 100%;
   }
   
   #footer  ul li.list_heading {
   list-style-image: none;
   margin: 0 0 10px 0;
   padding: 0 0 0 0;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: normal;
   color: #333;
   line-height: 12px;
   background-color: transparent;
   width: 100%;
   }
   
   #footer  ul li.list_heading a:link {
	color: #333;
	text-decoration: none;
}

   #footer  ul li.list_heading a:visited {
	text-decoration: none;
	color: #333;
}

   #footer  ul li.list_heading a:hover {
	text-decoration: none;
	color: #F26522;
}

   #footer  ul li.list_heading a:active {
	text-decoration: none;
	color: #333;
}

#footer .first {
	margin: 20px 10px 0 30px;
	padding: 0;
	width: 65px;
	min-height: 100px;
	background: transparent;
	float: left;
}

#footer .shorter {
	margin: 20px 10px 0 0;
	padding: 0;
	width: 100px;
	min-height: 100px;
	background: transparent;
	float: left;
}

#footer .longer {
	margin: 20px 10px 0 0;
	padding: 0;
	width: 155px;
	min-height: 100px;
	background: transparent;
	float: left;
}


#footer .rest {
	margin: 20px 10px 0 0;
	padding: 0;
	width: 125px;
	min-height: 100px;
	background: transparent;
	float: left;
}

#footer .last {
	margin: 20px 0 0 0;
	padding: 0;
	width: 125px;
	min-height: 100px;
	background: transparent;
	float: left;
}

#footer .disclaimer {
	width: 900px;
	min-height: 30px;
	background: transparent;
	margin: 15px 0 0 20px;
	padding: 10px 0 0 0;
	float: left;
	border-top: 1px dotted #999;
}

#footer .disclaimer a:link {
	color: #F26522;
	text-decoration: underline;
}
#footer .disclaimer a:visited {
	text-decoration: underline;
	color: #F26522;
}
#footer .disclaimer a:hover {
	text-decoration: none;
	color: #000;
}
#footer .disclaimer a:active {
	text-decoration: underline;
	color: #F26522;
}

#footer p {
color: #666;
 padding: 0 0 3px 0;
 margin: 0;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 16px;
 text-transform: none;
 width: 100%;
 text-align: center;
}

#footer_bottom {
 float: left;
 width: 980px;	
 height: 50px;
 color: #333;
 padding: 0;
 text-align: center;
 margin: 0 0 0 0;
 background: url(../images/footer_bottom_bg.gif) no-repeat top center transparent;
}

#footer_bottom p {
 float: left;
 color: #333;
 padding: 25px 0 0 0;
 margin: 0;
 font-size: 10px;
 text-align: center;
 color: #999;
}

.clear { float: left; width: 1px; /* http://www.positioniseverything.net/explorer/peekaboo.html */ }

/* Classes */

.logo {
	position: absolute;
	float: left;
	margin: 30px 0 0 30px;
	padding: 0;
	border: 0;
	z-index: 50;
}

/* Classes */

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:280px;
	width: 960px;
	z-index: 5;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#student_work {
   width: 550px; /* the width of the thumbnail block */
   margin: 0;
   text-align: left;
   padding: 0;
   }
   
#student_work ul li {
   margin: 3px;
   padding: 0;
   list-style: none;
   float: left;
   }
   
#student_work a img {
   border: 1px solid #121212;
   margin: 1px;
   }
	
#student_work a:link img,
#student_work a:visited img{
   	border: 1px solid #121212;
    margin: 1px;
	}
#student_work a:focus img,
#student_work a:hover img,
#student_work a:active img{
	border: 1px solid #F26522;
   	margin: 1px;
	}
	