@charset "UTF-8";
 @import url(tripoli.base.css);
@import url(./plugins/tripoli.visual.css);
@import url(./plugins/tripoli.type.css);

html, body, #container {
	
	border: none;
}

body {
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #A0A7AA;
}

#container a {
	color: #117083;
	text-decoration:none;
}

#container a:hover {
	text-decoration:underline;
}



/*------------------------Layout-------------------*/

 #container {
	width: 850px;
	color:#36393A;
	margin: 40px auto 0 auto;
	text-align: left;
	vertical-align: top;
}

#header {
	vertical-align:top;
	height: 100%;
}

#sidebar {
	width: 216px;
	background-color: #FFF;
	vertical-align: top;
}

#gap{
	min-width: 13px;
	width:13px;
	border-collapse:separate
}

#main {
	width: 621px;
	background-color: #FFF;
	vertical-align: top;
}

#footer {
	background:#353F43;
	text-align: center;
	color: #C7DAE2;
	height: 50px;
	vertical-align:middle;
}


/*-----------------------Header-------------------*/


#logo_block {
text-align:center;
background-color:#FFF;
width: 100%;
padding-top:7px;
}

#logo_block a:hover {
	border:0;
}

div.corner_padding {
	background-color:#FFF;
	width:608px;
	height:13px;
}

img.corner {
	float:right;
	}


/*------------------------Main Content-------------------*/

td#main div.content {
	padding: 40px 30px 125px 30px;
}

/* td#main div.content h4 {
	color:#5E8188;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
} */

td#main div.content h4 {
    margin-top:0;
    padding-top:1.5em;
}

img.main_image {
	display:block;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

/*------------------------Sidebar-------------------*/

#sidebar div.content {
	padding: 100px 25px 100px 30px;
}


ul#menu {
margin: 0 0 40px 0px;
}

ul#menu li{
	list-style-type: none;
	margin-left:0;
}


#menu a {
	line-height: 2em;
}


#menu a.active,
#menu a.active:link,
#menu a.active:hover,
#menu a.active:visited,
#menu a.active:active 
{
	background: url(../images/rollover.gif) right center;
 	height:17px;
 	border:solid 1px #E1F7FD;
 	border-left:0;
 	padding:5px 10px 5px 0;
 	text-decoration:none;
}


#sidebar .content h4 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin:0 0 14px 0;
}

#sidebar .content p {
	font-size: .8em;
}

#search_form label {
	display: none;
	visibility: hidden;
}

#search_field {
	width: 130px;
	height: 20px;
	padding: 0 0;
	border-color: #D1D1D1;
}

#search_button {
	float:right;
	position:relative;
	padding: 0 0;
	width: 20px;
	height: 20px;
}
#search_form {
	margin-bottom: 45px;
}


/*------------------------ Interior Stuff -------------------*/

#inline_img1 {
	float:right;
	margin:0 0 1.5em 1.5em;
	padding:.5em .5em 1.3em .5em;
	border:1px solid #B6B8BA;
}

#inline_img2 {
	float:right;
	margin:0 1.5em 1.5em 0;
	padding:.5em .5em 1.3em .5em;
	border:0 solid #B6B8BA;
}

.member_box {
	margin:0;
	padding:0px 15px 15px 0;
	border-bottom:1px solid #B6B8BA;
}	

.member_box2 {
	margin:1em 0;
	padding:15px 15px 15px 0;
}	

#icon_img {
	padding:0 .4em 0 0;
}

.links_box {
	padding:.5em 0 .5em 0;
	font-weight:bold;
}	

.links_box a {
	font-weight:normal;
}

#sidebar_contact {
    font-size:1.1em;
    font-weight:normal;
    letter-spacing:0.1em;
    margin:0 0 14px;
    text-transform:uppercase;
}

#sidebar_search {
    font-size:1.1em;
    font-weight:normal;
    letter-spacing:0.1em;
    margin: 0px 0 10px;
    text-transform:uppercase;
}

.directory_box0 {
    float:left;
    margin:0 0 1em;
    padding:0 0 0.5em;
    width:45%;
    font-size:90%;
	line-height:1.2em;
}

.directory_box2 {
    float:right;
    margin:0 0 1em;
    padding:0 0 0.5em;
    width:45%;
    font-size:90%;
	line-height:1.2em;

}

.directory_box0 h2 {margin:0.5em 0 0.5em;}
.directory_box2 h2 {margin:0.5em 0 0.5em;}

#more_btn img {
    padding-right:5px;
}


/*------------------------ Added for CMS integration -------------------*/

/* #directory h1, #sub_directory h1 {margin-bottom:20px;} */
#board h1 {margin-bottom:23px;}
.member_box h3, #directory h3, #sub_directory h3, #resources h3  {font-size:110%;}
#resources h3 {color:#4A5659;}
.member_box h2, #directory h2, #sub_directory h2, {font-size:130%;}
.member_box h2 {margin-top:30px;}   
.ucontent hr {margin-bottom:23px;margin-top:23px;}
.ucontent li {margin-top:15px;margin-left:-10px;}
#sub_title h3 {margin:0 0 2px 0;}
#sub_title {margin-bottom:1em;}





