/*------------------------Stylesheet by Sarah Jones--------------------*/


/*------------------------------GLOBAL STYLES--------------------------*/

*{
padding:0;
margin:0;
}

body{
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
background-color:white;
/*background-image:url(../images/background_slice.jpg);*/
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center;
}

p{
margin-bottom:1.0em;
font-size:1.4em;
color:#000000;
line-height:1.5em;
}

#page-left li, #page-right li, page-center li{
	margin-bottom:1em;
	font-size:1.4em;
	color:#000000;
	line-height:1.5em;
	margin-left:15px;
}

a:link{
color:#3300FF;
text-decoration:none;
}

a:visited{
color:#3300ff;
text-decoration:none;
}

a:hover{
color:#000000;
text-decoration:none;
}

a:active{
color:#EF8139;
text-decoration:none;
}

#wrapper{
	width:980px;
	min-height:500px;
	margin:0 auto;
	color:#000000;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3.4em;
	font-weight:100;
	color:#333333;
	padding-top:12px;
	text-align: center;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:2em;
    font-weight:100;
	margin-top:6px;
	color:#333333;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1.6em;
    font-weight:100;
	margin-top:6px;
	color:#333333;
}

iframe{
	border:1px solid #666666;
}

form{
	width:380px;
    padding:35px;
	background-color:#CCC;
}

textarea{
	width:375px;
	background-color:#eeeeee;
}

.input{
	width:375px;
	background-color:#eeeeee;
	height:30px;
}

#form-background{
	width:454px;
	height:249px;
	background-image:url(../images/form_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.gallery_space_1{
	width:93px;
	height:170px;
	float:left;
	background-color:#CCC;
}

.gallery_space_2{
	width:186px;
	height:170px;
	float:left;
	background-color:#CCC;
}

/*---------------------------end of GLOBAL STYLES--------------------------*/

/*----------------------------------DIV STYLES-----------------------------*/
#header{
	background-image:url(../images/header_background.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:243px;
}

#page-container{
	width:980px;
	min-height:500px;
	float:left;
	clear:both;
	background-color: #ffffff;
/*	background-image:url(../images/page_background_bottom.jpg);*/
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:60px;
}

#page-top{
	width:980px;
	height:92px;
/*	background-image:url(../images/page_background_top.jpg);*/
	background-repeat:no-repeat;
	text-align:center;
}

.page-center{
	width:930px;
	float:left;
	margin-left:18px;
	margin-top:8px;
	clear: both;
	min-height: 30px;
}

#page-left{
	width:450px;
	margin:20px;
	margin-right:0px;
	float:left;
	margin-bottom: 10px;
}

.page-left-section{
	width:450px;
	float:left;
	margin-bottom: 10px;
	clear: left;
	margin-left: 20px;
}

#page-right{
	width:454px;
	margin:20px;
	margin-left:0px;
	float:right;
	margin-right: 0px;
	padding-left: 10px;
	border-left: 1px solid #666666;
	padding-right: 34px;
	margin-bottom: 0px;
	clear: none;
}

.caption{
	font-size:1.0em;
	color:#666;
	vertical-align:bottom;
	text-align:center;
	float:left;
	font-weight:bold;
}

.gallery_thumb{
	width:186px;
	height:141px;
	float:left;
}

#case-study{
	width:960px;
	background-color:#CCC;
	float:left;
	margin-left: 3px;
	margin-top: 20px;
}

.gallery-array a{
	width:186px;
	height:170px;
	float: left;
	text-align:center;
	background-color:#CCC;
	font-size:14px;
	color:#333;
	line-height:20px;
}

.gallery-array a:hover{
	background-color:#000;
	color:#FFF;
}
/*-------------------------------------END OF DIV STYLES-------------------------------*/

/*-----------------------------NAVBAR STYLES---------------------------*/

#navbar{
	width:935px;
	height:56px;
	float:left;
	background-color:#ffffff;
	background-image: url(../images/navbar_background.jpg);
	background-repeat:no-repeat;
	padding-left:40px;
}

#navbar ul li {
list-style-type:none;
display:inline;
line-height:40px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#navbar ul li a{
color:#ffff99;
text-decoration:none;
padding-right:10px;
}


#navbar ul li a:hover{
color:#000;
text-decoration:none;
}


/*--------------------------------END OF NAVBAR STYLES--------------------*/


/*-----------------------------------FOOTER STYLES------------------------*/
#footer-container{
	width:980px;
	float:left;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif; 
	color:#666666;
	height: 100px;
	background-repeat: repeat-x;
}

#footer-left{
	width:230px;
	height:35px;
	float:left;
	vertical-align:top;
	margin-top: 45px;
}

#footer-center{
	width:316px;
	height:60px;
	float:right;
	text-align:center;
	margin-top: 5px;
	padding-top: 40px;
	border-right:#ffffff groove 2px;
	border-left:#ffffff groove 2px;
}

#footer-right{
	width:320px;
	height:35px;
	float:right;
	vertical-align:top;
	margin-top: 45px;
	text-align:right;
}

#footer-right a{
color:#666666;
text-decoration:underline;
}

#footer-right a:visited{
color:#666666;
}

#footer-right a:hover{
color:#0066FF;
text-decoration:none;
}
/*-------------------------------------END OF FOOTER STYLES-----------------------------*/
