@charset "UTF-8";
/************* FONT ****************/


@font-face
{
    font-family: optimus;
    src: url('optimus.eot');
    src: local(optimus), url('optimus.ttf') format('opentype');
}
@font-face
{
    font-family: shelter;
    src: url('shelter.eot');
    src: local(shelter), url('shelter.ttf') format('opentype');
}

@font-face
{
    font-family: sm;
    src: url('sm.eot');
    src: local(sm), url('sm.ttf') format('opentype');
}

/* font styles */
.podtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.homepagetitlepod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC3300;
	padding: 0px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #CC3300;
}
.listText{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* link styles */
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #006699;
}

/* arrow bullet image */
img.arrow{
	height:18px;
	width:18px;
}

