@charset "UTF-8";
/* CSS Document */

body{
	margin:0 auto;
	background-image:url(images/mainBackground.jpg);
}

p{
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#333;
}

ul{
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#333;
}

h1{
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#F33;
	padding-bottom:10px;
}
a img{
	border:medium none;
}
a {
    outline: none;
}
a:focus{
	outline:none;
}
#tab { 
	border: 0;
	position: fixed;
	top: 44px; 
	right:0;
	width:53px;
	float:right;
}

#wrapper{
	width:959px;
	margin:0px auto;
	position:relative;
	z-index: 1;
	background-color:#303030;
}

#nav{
	background-image:url(images/navBackground.jpg);
	background-repeat:repeat-x;
	background-color:#303030;
	height:100px;
	padding-top:8px;
	z-index:10;
}
#nav form{
	height:33px;
	padding:0;
	margin:0;
}
#ccForm{
	height:33px;
	padding:0;
	margin:0;
}

#mainContent{
	clear:both;
}

#mainContentInt{
	background-image:url(images/interior-content-background.jpg);
	background-repeat:repeat-y;
}

#mainTextInt{
	font-size:13px; 
	color:#F33; 
	text-decoration:none;
}

#mainTextInt, a:visited{
	font-size:13px; 
	color:#F33; 
	text-decoration:none;
}

.columnFixer{
   column-count: 2;
   column-gap: 50px;
   margin-left:40px;
   width:880px;
}

#boxes{
	clear:both;
}

#footer{
	background-image:url(images/footer-background.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:44px;
	margin-bottom:10px;
}
#footer p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#CCC;
	text-align:center;
	line-height:16px;
}

#footer a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#footer a:link{
	color:#CCC;
	text-decoration:none;
}

#footer a:visited{
	color:#CCC;
	text-decoration:none;
}

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

#mainTextInt a:link{
	color:#C33;
	text-decoration:none;
}

#mainTextInt a:visited{
	color:#C33;
	text-decoration:none;
}

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


.logo{
	width: 172px;
	height: 314px;
	margin:0px auto;
	position: absolute;
	z-index: 20;
	left:-30px;
}

.menuLink{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#333;
	text-decoration:none;
}

.menu{
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#333;
}
