@charset "UTF-8";
/* CSS Document */



body
{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #4a677e url(../Images/bg_main.jpg) no-repeat center 40px ;
	margin: 0;
	padding: 0;
}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    color: #3bb9ff;
}

div#wrapper
{
    height: 100%;
    min-width: 980px;
}

div#header
{
	background: transparent url(../Images/bg_header.png) top repeat-x;
	height: 60px;
}

div#main
{
	min-height: 350px;
	max-height: 600px
}

#main .contentBox
{
	margin: 10px 0;
}

div#lower
{
	background: transparent url(../Images/bg_footer.png) repeat-x;
	height: 340px;
	position: relative;
	bottom: 40px;
}

div#nav_header
{
    margin: 0 auto;
    width: 960px;
    text-align: center;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 1.5em;
}

ul.navTop, ul.navBottom
{
    margin: 10px auto 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}

ul.navTop li
{   
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 165px;
    margin: 0;
}


ul.navTop li.link a,
ul.navTop li.link a:visited,
ul.navTop li.link a:active
{   
    color: #434343;
    text-decoration: none;
    padding: 10px 0 0;
    display: block;
    width: 165px;
    height: 34px;
}

ul.navTop li.link a:hover
{   
    color: #FFF;
    background: url("../Images/bg_footer.png");
}

ul.navTop li.link.active a
{   
    background: url("../Images/bg_footer.png") 0 300px;
    color: #FFF;
}

div#nav_footer
{
    margin: 0 auto;
    width: 50%;
    text-align: center;
    font-size: 1.1em;
    font-family: Georgia, Times New Roman, Serif;
}

ul.navBottom li
{   
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
}

ul.navBottom li.link a,
ul.navBottom li.link a:visited,
ul.navBottom li.link a:active
{   
    color: #FFF;
    text-decoration: none;
    padding: 10px 0 0;
    display: block;
}

ul.navBottom li.link a:hover
{   
    color: #00ccff;
}

ul.navBottom li.link.active a
{   
    color: #FFF;
}


div.content
{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

div#lower .content
{
	padding: 60px 0 0;
}

div#contactAdd
{
    text-align: center;
    font-family: Georgia, Times New Roman;
    color: #FFF;
    font-weight: bold;
    margin-top: 50px;
}

div#footer
{
	min-height: 250px;
	background: url("../Images/bg_footer.gif");
	position: relative;
	bottom: 40px;
	font-family: Georgia, Times New Roman, Serif;
}

div.contentBox
{
	overflow: hidden;
	width: auto;
}

div.contentBox .top
{
	clear: both;
	overflow: hidden;
	/*width: 100%;*/
}

div.contentBox .top div
{
	height: 15px;
	float: left;
}

div.contentBox .top .l,
div.contentBox .top .r
{	
	width: 50%;
}

div.contentBox .top .l
{
	background: url(../images/bg_round_white.png) top left repeat-x;
}

div.contentBox .top .r
{
	background: url(../images/bg_round_white.png) top right repeat-x;
}

div.contentBox .top .c
{
	width: 95%;
	background: url(../images/bg_sq_white.png);
}

div.contentBox .center
{
	background: url(../images/bg_sq_white.png);
	min-height: 100px;
	min-width: 210px;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	
}

div.contentBox .boxContent
{
	padding: 3px;
	
}

div.contentBox .bottom
{
	clear: both;
	width: 100%;
	overflow: hidden;
}

div.contentBox .bottom div
{
	float: left;
	height: 15px;
	width: 50%;
}

div.contentBox .bottom .l
{
	background: url(../images/bg_round_white.png) bottom left repeat-x;
}

div.contentBox .bottom .r
{
	background: url(../images/bg_round_white.png) bottom right repeat-x;
}

div.contentBox .bottom .c
{	
	min-width: 180px;
	width: 95%;
	background: url(../images/bg_sq_white.png);
}

div#portfolioOverview
{
    margin: 48px auto 0 !important;
}

h2.header
{
    font-family: Georgia, Times New Roman, Serif;
    font-size: 1.4em;
    font-weight: bold;
}

div.logoFront
{
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
}

img.logoFront
{
	margin: 0 auto;
}

div.textFront
{
	margin: 35px auto 0;
	text-align: center;
}

img.textFront
{
	margin: 0 auto;
}

div.preview
{
	width: 98%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	z-index: 10;
}


div.preview div
{
	width: 468px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid #FFF;
}

div.preview div:hover
{
	border: 2px solid #000;
}

img.preview
{
	margin: 0 auto;
}

#lower h2
{
	font-size: 1.5em;
	font-weight: bold;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

.boxContent p
{
	padding: 5px;
	line-height: 1.3em;
}

#lower .copy
{
	float: left;
	width: 50%;
}

#lower .copy p
{
	padding: 5px 35px;
}


#footer
{
	color: #fff;
	height: 100%;
	background: url("../Images/bg_footer.gif");
}

#footer p
{
	padding: 20px;
}

div.portfolioImg
{
    width: 50%;
    text-align: center;
    overflow: hidden;
}

div.portfolioImg div
{
    width: 225px;
    height: 170px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #000;
    margin-top: 10px;
}

div.portfolioImg div:hover
{
    border: 1px solid #FFF;
}

div.portfolioImg a
{
    overflow: hidden;
    margin: 0 auto;
}

div.portfolioImg img.img_thumb
{
    
}

p.overviewHeader
{
    margin: 5px 0 0px 10px;
}

ul.portfolioOverview
{
    padding: 5px 0 0 15px;
}

ul.portfolioOverview li
{
    list-style-type: disc;
    display: list-item;
    margin: 5px 0 0 15px;
}

div.divider
{
    text-align: center;
    margin: 10px 0 5px;
}

div.gallery
{
    width: 33.33%;
    *width: 32%;
    float: left;
}

img.imgGallery
{
    border: 1px solid #000 !important;
    margin: 0 auto;
    width: 97%;
}

div.galleryPad
{
    color: #000;
    padding: 2px;
}

div.galleryPad a
{
    color: #000;
    text-decoration: none;
}

div.galleryPad a:hover
{
    color: #405161;
}

div.galleryL
{
    text-align: left;
}

div.galleryC
{
    text-align: center;
}

div.galleryR
{
    text-align: right;
}
