body {
	margin:0;
	background-color:#999;
	font-family:"Trebuchet MS", Georgia, serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.flr { float:right; }
.right { text-align:right; }
.center { text-align:center; }
.clear { clear:both; }

h1, h2, h3, h4, h5, h6 { margin:0; }
h2 { padding:.82em 0 0; }
h3 { padding:1em 0 0; }
h4 { padding:1em 0 0; }
h2, h3 { border-bottom:2px dotted #bbb; padding-bottom:.35em; }
form { margin:0; }

/*a.email {
	padding-right:20px;
	line-height:20px;
	background:url('../images/email.gif') no-repeat right center;
}*/

#resource_list {
	padding-left:0;
	margin-top:0;
	margin-left:0;
}

#resource_list h3 {
	margin-bottom:.35em;
}

#resource_list li {
	list-style:none;
}

ul li,
#resource_list ul li {
	list-style:square;
}

p { margin:1em 0; }

b { font-weight:normal; }

hr {
	border:none;
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #f8f8f8;
	width:70%;
	margin:0 auto;
}

img { border:none; }

a {
	color:#004A8C;
	text-decoration:none;
}

.oneLineBox { padding-top:10px; }

.rcBox { background-color:#eee; }

.rss {
	position:absolute;
	right:5px;
	top:50%;
}

#container {
	background-color:#fff;
	padding-bottom:20px;
}

#banner,
#menu,
#content,
#footer {
	padding:0 10%;
}

#header {
	background-color:#ccc;
}
#hl, #hr { height:100%; margin:-10px 0; background-repeat:repeat-y; width:6px; position:absolute; z-index:10; }
#hl { left:0; }
#hr { right:0; }
#banner #hl { background-image:url('../images/hl.png'); }
#banner #hr { background-image:url('../images/hr.png'); }
#banner {
	background-color:#036;
}
#banner .container {
	background:#048 url('../images/hbg.gif') repeat-x left top;
	padding:10px 0;
	position:relative;
}
#aitp, #pstcc { float:left; margin-left:20px; }
#aitp {
	/*/*
	background:url('../images/aitp.png') no-repeat;
	width:130px;
	height:130px;
	/*/
	background:url('../images/aitp_new.png') no-repeat;
	width:206px;
	height:114px;
	margin-top:5px;
	/**/
}
#pstcc {
	/*/*/
	background:url('../images/pscc.png') no-repeat;
	width:374px;
	height:140px;
	margin:0 20px 0;
	/*/
	background:url('../images/pstcc.png') no-repeat;
	width:364px;
	height:83px;
	margin:24px 20px 0;
	/**/
}

#menu .container { position:relative; height:100%; }
#ml, #mr { height:100%; background-repeat:repeat-y; width:6px; position:absolute; z-index:5; }
#mr { right:0; }
#menu #ml { background-image:url('../images/ml.png'); }
#menu #mr { background-image:url('../images/mr.png'); }
#menu ul {
	list-style:none;
	background-color:#DEDEDE;
	margin:0;
	padding:.7em 2.2em;
}
#menu ul li {
	display:inline;
	margin-left:10px;
}
#menu a { font-weight:bold; }
a:hover {
	text-decoration:underline;
}

#content .container {
	position:relative;
	margin:0 auto;
	padding:20px 4px;
	padding-right:2%;
	height:100%;
}

#bl, #br { height:100%; background:url('../images/bbg_sprite.png') no-repeat left top; width:5px; position:absolute; z-index:10; top:0; }
#bl { left:1px; }
#br { background-position:right top; right:1px; }

.oneColBox,
.twoColBoxLarge,
.twoColBoxSmall,
.threeColBox {
	float:left;
	padding:0 2% 15px;
	margin-bottom:15px;
	margin-left:2%;
	border:1px solid #e1e1e1;
	border-width:0 1px 1px 0;
}

.oneColBox .rc_content,
.twoColBoxLarge .rc_content,
.twoColBoxSmall .rc_content,
.threeColBox .rc_content {
	padding:0 14px 2%;
}

.twoColBoxLarge {
	width:55%;
}

.twoColBoxSmall {
	width:32%;
}

.threeColBox {
	width:26.57%;
}

.oneColBox {
	width:93%;
}


#error p {
	color:#900;
}


#footer {
	background:#999 url('../images/fbg.gif') repeat-x left top;
	text-align:right;
	color:#d1d1d1;
	font-size:.8em;
	padding-top:10px;
}
#footer a {
	text-decoration:none;
	color:#e8e8e8;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	float:left;
	list-style:none;
	text-align:left;
	margin-top:18px;
}
#footer ul li {
	line-height:1.1em;
}
#footer p {
	margin:6px 0;
	line-height:1.1em;
}
#contacts {
	float:right;
	margin-top:14px;
}
#connected {
	background:url('../images/connected.gif') no-repeat center top;
	padding-top:45px;
	text-align:center;
	float:right;
	margin:2em 26px;
	color:#aaa;
	min-width:230px;
}
#connected a {
	font-size:.9em;
}




/*Modules*/
#image { padding-bottom:0; }
#image div {
	padding:10px;
	background-color:#f8f8f8;
	margin:15px auto;
	border:1px solid #e1e1e1;
	border-width:0 1px 1px 0;
	overflow:hidden;
	max-width:220px;
	max-height:220px;
}







/*Page-specific styles*/
/*Members*/

/*Events*/
.event { font-size:.9em; }
.loc_time {
	font-size:.9em;
}
.event .loc_time {
	margin-bottom:0;
}

/*Contact*/
#contact_details select {
	width:100%;
}

#contact_details hr {
	margin-top:1.2em;
}

#contact_form {
	padding-bottom:0;
}

#contact_form label {
	display:block;
	text-align:right;
	border-bottom:2px dotted #bbb;
	padding:10px 5px;
}

#contact_form label span {
	float:left;
}

#contact_form label input,
#contact_form label textarea {
	width:70%;
	padding:2px;
}

#contact_form .submit {
	margin-right:5px;
}

input, textarea, select {
	background-color:#f8f8f8;
	border:1px solid #bbb;
	font-family:"Trebuchet MS", Georgia, serif;
	padding:2px;
}
