/* CSS Document */


#wrap {
	position:absolute;
	top: 50%;
	left: 50%;
	width:1000px;
	height:650px;
	margin-top: -325px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
	background-color:#000;
}


body, html {
	margin:0;
	padding:0;
	background-color:333132#000;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#131313;
}
p {
	margin:0px 0 14px 0;
	padding:0px;
}
a {
	color:#D2232A;
}
a:hover {
	text-decoration:none;
}

#header {
	margin:40px 0px 0 40px;
	background:none;
	background-color:#000;
}

#logo {
	float:left;
	width:280px;
	height:73px;
}

#sidenav {
	float:left;
	width:192px;
	margin-top:35px
}

#scroller {
	float:left; 
	width:200px; 
	margin-top:35px
}

#content {
	width:720px;
	float:left;
	color:#FFFFFF;
}

#content p a {
	color:#FFFFFF;
	text-decoration:underline
}

#content p a:hover {
	text-decoration:none
}

#content2 {
	width:720px;
	float:left;
	color:#FFFFFF;
	padding-top:10px;
}

#content2 p a {
	color:#D2232A;
	text-decoration:underline
}

#content2 p a:hover {
	color:#D2232A;
	text-decoration:none
}

#contactForm {
	font-size:12px;
	line-height:15px;
}

.formBox {
	width:600px;
}

.formBox2 {
	width:600px;
	padding-top:10px;
}

#video {
	width:768px;
	padding-top:10px;
	float:left
}

#nav {
	width:680px;
	float:left;
	height:73px;
}

#thumbnails {
	float:left; 
	width:100px; 
	margin-top:10px;
	background-color:#000;
}

.title {
font-size:13px; 
line-height:16px; 
padding-top:10px
}

.cna a {
	display:block;
	width: 75px;
	height:75px;
	margin-bottom:11px;
	background: url("images/cna.jpg") 0 0 no-repeat;
	border: 1px solid #262626;
}
.cna a:hover { 
	background-position: -75px 0px;
	border:1px solid #FFF;
}
.cna .active {
	background-position: -75px 0px;
	border:1px solid #FFF;
}

.ri a {
	display:block;
	width: 75px;
	height:75px;
	margin-bottom:11px;
	background: url("images/ri.jpg") 0 0 no-repeat;
	border: 1px solid #262626;
}
.ri a:hover { 
	background-position: -75px 0px;
	border:1px solid #FFF;
}
.ri .active {
	background-position: -75px 0px;
	border:1px solid #FFF;
}

.med a {
	display:block;
	width: 75px;
	height:75px;
	margin-bottom:11px;
	background: url("images/medicaid.jpg") 0 0 no-repeat;
	border: 1px solid #262626;
}
.med a:hover { 
	background-position: -75px 0px;
	border:1px solid #FFF;
}
.med .active {
	background-position: -75px 0px;
	border:1px solid #FFF;
}

.state a {
	display:block;
	width: 75px;
	height:75px;
	margin-bottom:11px;
	background: url("images/statefarm.jpg") 0 0 no-repeat;
	border: 1px solid #262626;
}
.state a:hover { 
	background-position: -75px 0px;
	border:1px solid #FFF;
}
.state .active {
	background-position: -75px 0px;
	border:1px solid #FFF;
}

.travels a {
	display:block;
	width: 75px;
	height:75px;
	background: url("images/travels.jpg") 0 0 no-repeat;
	border: 1px solid #262626;
}
.travels a:hover { 
	background-position: -75px 0px;
	border:1px solid #FFF;
}
.travels .active {
	background-position: -75px 0px;
	border:1px solid #FFF;
}


#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
	margin:0px; 
	padding:0px;
	background-color:#000;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar #portfolio a {
    width:73px;
    background:url("images/portfolio.gif") no-repeat;
    float:left;
    padding:14px 0 2px 0;
	margin-top:37px;
	margin-right:6px;
}
#navbar #portfolio a:hover { 
    background-position:-73px 0px;

}
#navbar #portfolio .active {
    background-position:-73px 0px;
}


#navbar #info a {
    width:39px;
    background:url("images/info.gif") no-repeat;
    float:left;
    padding:14px 0 2px 0;
  	margin-top:37px;
	margin-right:6px;
}
#navbar #info a:hover { 
    background-position:-40px 0px;

}
#navbar #info .active {
    background-position:-40px 0px;
}

#navbar #contact a {
    width:66px;
	background:url("images/contact.gif") no-repeat;
    float:left;
    padding:14px 0 2px 0;
  	margin-top:37px;
}
#navbar #contact a:hover { 
    background-position:-66px 0px;

}
#navbar #contact .active {
    background-position:-66px 0px;
}


#full {
	float:left;
	width:960px;
	height:470px;
	margin:0 40px 0 40px;
	background-color:#000;
}

#full p {
	color: #D2232A;
	font-size:12px;
	line-height:15px;
}

#full a {
	color: #D2232A;
	text-decoration:none;
}

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

#footer {
	clear:both;
	background-color:#000;
	text-align:left;
	color:#484848;
	font-weight:normal;
	margin:16px 0 0 137px;
}
#footer p {
	margin:0;
	font-size:12px;
	font-weight:normal;
}
#footer a{
	color:#484848;
}


#footer a:hover {
	color: #FFFFFF;
}

* html #footer {
	height:1px;
}

