/* ---------------------------------------------- */
/* ---------------- CSS RESET ------------------- */
/* ---------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfot, thead, tr, th, td {
	
	margin: 0;
	padding:  0;
	border:  0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	
	list-style: none;
}

/* ---------------------------------------------- */
/* ------------------ BODY ---------------------- */
/* ---------------------------------------------- */

body {
		line-height: 1;		
		background-color:  #fff;	
		margin:  0;	
		padding:  0;
		font: 12px Arial;
		color: #000;	
}

/* ---------------------------------------------- */
/* ----------------- GENERAL -------------------- */
/* ---------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 {
	font-size: 27px;
}

h2 {

}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

p a {
	color: #ff0000;
}

p a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}


/* ---------------------------------------------- */
/* ------------------ COLORS -------------------- */
/* ---------------------------------------------- */

.red {
	color: #cc0000;
}


/* ---------------------------------------------- */
/* ------------------ LAYOUT -------------------- */
/* ---------------------------------------------- */

#wrapper {
	width: 972px;
	margin: 0 auto;	
	background: #ffffff;
	padding: 23px 0 29px 35px;
}

/* top nav */
#top-n {
	float: left;
	height: 37px;
	width: 927px;
}

#top-n ul li {
	font: 12px Georgia;
	float: left;
	width: 106px;
	border-bottom: 1px solid #999;
	margin: 0 12px 0 0;
}

#top-n ul li a {
	color: #999;
	text-decoration: none;
}

#top-n ul li a:hover {
	color: #333;
}


/*LOGO*/

#logo {
	height: 55px;
	width: 927px;
	float: right;
	margin: 0 51px 0 0;
	text-align: right;
}


/*MAIN*/

/*#main {
	
}*/

#left {
	float: left;
	width: 223px;
}

#right {
	float: right;
	width: 736px;
}

/*NAVIGATION*/ 

#nav {
	margin: 46px 0 0 0;
	width: 220px;
}

#nav ul li {
	font: 16px Georgia;
	margin: 0 0 -1px 0;
	line-height: 100%;
}

#nav ul li a {
	color: #999;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a.current {
	color: #ff3333;
}

#nav ul li li {
	font: 13px Georgia;
	margin: 0 0 1px 0;
}

#nav ul li li a:hover, #nav ul li li a.current {
	color: #000;
}


/*THREE COLUMNS*/

#threeb {
	margin: 13px 0 0 0;
}

#threeb .box {
	width: 222px;
	float: left;
	margin: 0 11px 0 0;
	background: #ccc;
}

.box h2 {
	font: 12px Georgia;
	background: #fff;
	color: #999;
	padding: 0 0 8px 0;
}

.box .gallery {
	width: 222px;
	height: 109px;
}

.content, .listing {
	height: 171px;
	width: 205px;
	padding: 13px 8px 13px 9px;
}

.content ul li {
	font: 11px Arial;
	border-bottom: 1px solid #000;
	padding: 3px 0 3px 0;
}

.content ul li a {
	color: #000;
	text-decoration: none;
	background: url(/images/arrow.gif) no-repeat top right;
	padding: 0 13px 0 0;
}

.content ul li a:hover {
	color: #333;
}

.content p {
	padding: 0 !important;
}

.listing ul {
	margin: 0 0 0 20px;
}

.listing ul li {
	font: 11px Arial;
	/*padding: 3px 0 3px 0;*/
	list-style-image: url(/images/dash.gif);
}

.listing ul li a {
	color: #000;
	text-decoration: none;
}

.listng ul li a:hover {
	color: #333;
}


/*FOOTER*/

#footer {
	margin: 9px 0 0 0;
	font: 11px Georgia;
	color: #999;
	line-height: 105%;
}

#footer .box2 {
	width: 222px;
	margin: 0 12px 0 0;
	float: left;
}

#footer .box2 a {
	color: #999;
	text-decoration: underline;
}

#footer .box2 a:hover {
	text-decoration: none;
	color: #333;
}


/*INNER PAGE*/

#main-c {
	width: 899px;
	/*height: 285px;*/
	background: #ccc;
	margin: 12px 0 0 0;
	padding: 12px 12px 20px 12px;
}

#pict {
	width: 211px;
	/*height: 285px;*/
	float: left;
	margin: 0 11px 0 0;
}

#two-c {
	float: left;
	width: 675px;
	/*height: 250px;*/
}

#two-c h1, #pict h1 {
	font: 16px Georgia;
	color: #ff3333;
}

#two-c h2 {
	font: 12px Arial;
	color: #000;
	font-weight: bold;
}

#two-c p {
	font: 12px Arial;
}

.col {
	width: 325px;
	/*height: 250px;*/
	float: left;
}

.col ul li {
	margin: 0 0 0 12px;
	list-style-position: outside;
	list-style-type: disc;
}

.col ul li a {
	color: #ff0000;
	padding: 2px 0 0 0;
	text-decoration: none;
	font-weight: bold;
}

ul.PARTNERS li, ul.STAFF li {
	font: 11px Arial;
	border-bottom: 1px solid #000;
	padding: 3px 0 3px 0;
	list-style-type: none !important;
}

ul.PARTNERS li a, ul.STAFF li a {
	color: #000;
	text-decoration: none;
	background: url(/images/arrow.gif) no-repeat top right;
	padding: 0 13px 0 0;
}

ul.PARTNERS li a:hover, ul.STAFF li a:hover {
	color: #333;
}

.col .text a {
	color: #ff0000;
}



.gutter {
	margin-left: 23px;
}

#m20 {
	margin: 20px 0 0 0;
}


p {
	padding:  0 !important;
}













p {
	padding: 20px;
}
