/***** Elements *****/
h1{
	line-height:16pt;
}

/***** Rotator *****/
#rotator_imageholder {
height:350px;
}

#rotator_image1,#rotator_image2 {
height:350px;
position:absolute;
width:950px;
}

#rotator_image1 {
z-index:2;
}

#rotator_image2 {
z-index:1;
}

#rotator_next,#rotator_prev {
background-color:#0093d0;
color:#FFF;
cursor:pointer;
padding:7px 10px;
position:absolute;
text-decoration:none;
top:162px;
width:80px;
z-index:10;
}

#rotator_next:hover,#rotator_prev:hover,#rotator_view:hover {
background-color:#0082B9;
}

#rotator_next {
right:15px;
text-align:right;
}

#rotator_prev {
left:15px;
}

#rotator_title {
font-size:18pt;
margin:0 !important;
height:29px;
line-height:29px;
}

#rotator_view {
background-color:#0093d0;
bottom:10px;
color:#FFF;
padding:7px 10px;
position:absolute;
right:15px;
text-align:right;
text-decoration:none;
width:80px;
height:16px;
}

/***** Twitter Feed *****/
.tweet {
padding:0 0 5px;
}

.tweet + .tweet {
border-top:1px solid #ccc;
margin:0 !important;
padding:5px 0;
}

.tweet .date {
font-size:7pt;
letter-spacing:1.75px;
line-height:10pt;
}