@charset "utf-8";

/* HTML
-----------------------------------------------------*/

body {
	background: #fff;
	margin: 0;
	font-family: "Avant Garde", "Century Gothic", sans-serif;
}



/* STRUCTURE
-----------------------------------------------------*/


/* Main Content */
#main {
	display: block;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#image  {
	border-style: none;
	text-decoration: none;
}
#image img {
	display: block;
	visibility: visible;
	border-style: none;
	float: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#image a:link img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#image a:visited img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content  {
	width:375px;
	height:344px;
	background-color: #B23030;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#content ul li  {
	color:#FFF;
	margin-bottom: .4em;
	list-style-position: inside;
	line-height: 20px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
	padding-right: 20px;
	padding-left: 20px;
}
#content a:link {
	color: #FFF;

}
#content a:visited {
	color: #FFF;
}
#content a:hover {
	color: #999;
}
#content ul    {
	color: #FFF;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px;
}
#content .inside p  {
	color: #FFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}


/* Sub Content */
#sub { clear: both; padding-top: 15px; }

#sub h2 {
	width: 255px;
	height: 35px;
	display: block;
	background: url(images/rounded-grey-box.gif) no-repeat;
	overflow: hidden;
	margin: 0;
	text-align: center;
	font-size: 14px;
}
#sub h2 a {
	width: 255px;
	height: 35px;
	display: block;
	padding: 9px 0 0 8px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}

#sub h2 a:hover{
	font-family: font-family
: "Avant Garde", "Century Gothic", sans-serif;;
	color: #B23030;
	text-decoration: none;
}
#sub h2 :visited{
	font-family: font-family
: "Avant Garde", "Century Gothic", sans-serif;;
	color: #fff;
	text-decoration: none;
}
	
/* Columns */
#sub #column1,
#sub #column2,
#sub #column3 {
	float: left;
	margin-right: 10px;
}

#sub #column1 {
	width:255px;
	background: #FFF;
}
#sub #column2 {
	width:255px;
	background: #FFF;
}
#sub #column3 {
	width:255px;
	background: #FFF;
	font-size: 13px;
}

/* column inside */
#sub .inside { height: 182px; width: 253px; border: 1px solid #CCC; border-top: none; float: left; font-family: "Avant Garde", "Century Gothic", sans-serif; }

#sub .inside p { color: #666; padding: 0 15px; }

#sub .inside a {
	color: #666;
}
#sub .inside a:hover {
	color: #900;
}

#sub .inside ul {
	padding-left: 15px;
	margin-left: 15px;
	color: #666;
}
.inside ul li  {
	margin-left: 10px;
	font-weight: bold;
	line-height: 20px;
}




/* CLASSES
-----------------------------------------------------*/
.image {
	background: #EEE;
	float: left;
}

.content_link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: underline;
	margin-left: 20px;
	font-weight: normal;
}
