/* CSS Document */
body{
	background-image:url(../images/background.jpg);
	text-align:center;
}
#logoimage{
  width:100%;
  height:auto;
  max-width:430px;
  max-height:73px;
}
#logo{
	float:left;
}
#content{
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;
}
#contactbox{
	width:200px;
	float:right;
	font-family: 'Francois One', sans-serif;
	font-size:18px;
	line-height:30px;
	color:#7D98B1;
}
#contactbox a{
	color:#7D98B1;
	font-size:14px;	
}
#nav{
	margin-top:60px;
	text-align:center;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}

#smallboxes{
	display:none;
}

#textBox{
    max-width: 622px;
    height:245px;
    background-image: url('../images/right_text_box_back.png');
	border-bottom:4px solid #A8A8A8;
	border-right:4px solid #A8A8A8;
	border-top:4px solid #A8A8A8;		
	float:left;
	text-align:left;
	font-family: arial, sans-serif;
	font-weight:lighter;
	color:#ffffff;
	font-size:13px;
overflow: auto;
}

#photoBox{
    width: 379px;
    height:245px;
    background-image: url('../images/alissa_photo.png');
	border-bottom:4px solid #A8A8A8;
	border-top:4px solid #A8A8A8;
	border-left:4px solid #A8A8A8;		
	border-right:4px solid #262626;		
	float:left;
}

#photoBox2{
    width: 379px;
    height:245px;
    background-image: url('../images/legal_photo.png');
	border-bottom:4px solid #A8A8A8;
	border-top:4px solid #A8A8A8;
	border-left:4px solid #A8A8A8;		
	border-right:4px solid #262626;		
	float:left;
}

#photoBox3{
    width: 350px;
    min-height:400px;
	border-bottom:4px solid #A8A8A8;
	border-top:4px solid #A8A8A8;
	border-left:4px solid #A8A8A8;		
	border-right:4px solid #262626;
	background-color:#ffffff;
	float:left;
}

#contactBox2{
    width: 309px;
    min-height:400px;
    background-image: url('../images/contact_back2.png');
	border-bottom:4px solid #A8A8A8;
	border-right:4px solid #A8A8A8;
	border-top:4px solid #A8A8A8;		
	float:left;
	text-align:left;
	font-family: 'Francois One', sans-serif;
	font-weight:lighter;
	color:#ffffff;
	font-size:18px;
overflow: auto;
}

#contactBox1{
    width: 309px;
    min-height:400px;
    background-image: url('../images/contact_back1.png');
	border-bottom:4px solid #A8A8A8;
	border-right:4px solid #262626;
	border-top:4px solid #A8A8A8;		
	float:left;
	text-align:left;
	font-family: 'Francois One', sans-serif;
	font-weight:lighter;
	color:#ffffff;
	font-size:18px;
overflow: auto;
}

@media only screen and (max-width: 1000px) {
		#nav a{
			font-family: 'Francois One', sans-serif;
			color:#7D98B1;
			font-size:22px;
			text-decoration:none;
			margin-right:200px;
			text-transform:uppercase;
		}

		#homeboxes{
			display:none;
		}
		
		#smallboxes{
			text-align:left;
			padding-top:50px;
			display:inline;
			font-family: 'Francois One', sans-serif;
			color:#ffffff;
			font-size:22px;			
		}

		#textBox{
			border:none;
		}
		
		#contactBox1{
			border:none;
			min-height:100px;
		}
		#contactBox2{
			border:none;
			min-height:100px;
		}		
		
		#photoBox{
			width: 100%;
			background-repeat:no-repeat;
			border:none;
		}
		
		#photoBox2{
			width: 100%;
			background-repeat:no-repeat;
			border:none;
		}
		#photoBox3{
			width: 100%;
			background-repeat:no-repeat;
			border:none;
		}				

}

#nav a{
	font-family: 'Francois One', sans-serif;
	color:#7D98B1;
	font-size:22px;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:80px;
	text-transform:uppercase;
}

#nav a:hover{
	text-decoration:underline;	
}
#boxes{
	margin-top:60px;
	padding:0px;
	max-width:1016px;
	margin-left:auto;
	margin-right:auto;
}
#homeboxes{
	margin-top:60px;
	padding:0px;
	max-width:1016px;
	margin-left:auto;
	margin-right:auto;
}

.box1 {
    width: 162px;
    height:116px;
    display:block;
    background-image: url('../images/box1.png');
	border-right:6px solid #262626;
	border-bottom:6px solid #262626;
	
	border-top:4px solid #A8A8A8;
	border-left:4px solid #A8A8A8;
	
	float:left;	
}
.box2 {
    width: 165px;
    height:116px;
    display:block;
    background-image: url('../images/box2.png');
	border-right:6px solid #262626;
	border-bottom:6px solid #262626;
	border-top:4px solid #A8A8A8;
	
	float:left;
}
.box2:hover {
    background-image: url('../images/box2-2.png');
}
.box3 {
    width: 164px;
    height:116px;
    display:block;
    background-image: url('../images/box3.png');
	border-right:6px solid #262626;
	border-bottom:6px solid #262626;
	border-top:4px solid #A8A8A8;
	float:left;	
}
.box4 {
    width: 172px;
    height:116px;
    display:block;
    background-image: url('../images/box4.png');
	border-right:6px solid #262626;
	border-bottom:6px solid #262626;
	border-top:4px solid #A8A8A8;	
	float:left;	
}
.box4:hover {
    background-image: url('../images/box4-2.png');
}
.box5 {
    width: 158px;
    height:116px;
    display:block;
    background-image: url('../images/box5.png');
	border-right:6px solid #262626;
	border-bottom:6px solid #262626;
	border-top:4px solid #A8A8A8;	
	float:left;		
}

.box6 {
    width: 156px;
    height:116px;
    display:block;
    background-image: url('../images/box6.png');
	border-bottom:6px solid #262626;
	border-top:4px solid #A8A8A8;
	border-right:4px solid #A8A8A8;		
	float:left;		
}
.box6:hover {
    background-image: url('../images/box6-2.png');
}

.box7 {
    width: 162px;
    height:123px;
    display:block;
    background-image: url('../images/box7.png');
	border-right:6px solid #262626;	
	border-bottom:4px solid #A8A8A8;
	border-left:4px solid #A8A8A8;	
	
	float:left;	
}
.box7:hover {
    background-image: url('../images/box7-2.png');
}
.box8 {
    width: 165px;
    height:123px;
    display:block;
    background-image: url('../images/box8.png');
	border-right:6px solid #262626;
	border-bottom:4px solid #A8A8A8;	
	float:left;	
}
.box9 {
    width: 164px;
    height:123px;
    display:block;
    background-image: url('../images/box9.png');
	border-right:6px solid #262626;
	border-bottom:4px solid #A8A8A8;	
	float:left;	
}
.box9:hover {
    background-image: url('../images/box9-2.png');
}
.box10 {
    width: 172px;
    height:123px;
    display:block;
    background-image: url('../images/box10.png');
	border-right:6px solid #262626;
	border-bottom:4px solid #A8A8A8;	
	float:left;	
}
.box11 {
    width: 158px;
    height:123px;
    display:block;
    background-image: url('../images/box11.png');
	border-right:6px solid #262626;
	border-bottom:4px solid #A8A8A8;	
	float:left;	
}
.box11:hover {
    background-image: url('../images/box11-2.png');
}
.box12 {
    width: 156px;
    height:123px;
    display:block;
    background-image: url('../images/box12.png');
	border-bottom:4px solid #A8A8A8;
	border-right:4px solid #262626;		
	float:left;	
}


#spacergif{
	width:100%;
}

#textBox p, h1{
	padding-left:10px;
	padding-right:10px;
}

#textBox a{
	color:#B7D8F8;
}

#contactBox1 p, h1{
	padding-left:10px;
	padding-right:10px;
}

#contactBox2 p, h1{
	padding-left:10px;
	padding-right:10px;
}

#spacer{
	margin-left:20px;
	margin-right:20px;
}
#footer{
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	margin-top:25px;
	line-height:30px;
}
#footer a{
	color:#ffffff;
}