* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */


/*
-----------------------------
GENERIC
-----------------------------
*/

/* MAIN TYPOGRAPHY */

html { font-size: 62.5%; font-family: lucida, "lucida sans", "microsoft sans serif", arial, sans-serif; }
strong, b, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2 {
	font-family:Georgia;
	font-weight:normal;
	color:#000;
}
cite, em, i, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES 

blockquote { }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

*/

/* language specific quotes! */

q { quotes: "\201C" "\201D" "\2018" "\2019"; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }

/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
html[lang|='en'] q:before   { content: '\201C'; }
html[lang|='en'] q:after    { content: '\201D'; }
html[lang|='en'] q q:before { content: '\2018'; }
html[lang|='en'] q q:after  { content: '\2019'; }

/* FORMS */

fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */

.content { font-size: 1.2em; line-height: 1.6em; }
.content h1 { font-size: 2em;letter-spacing:2px;line-height:28px; }
.content h2 { font-size: 1.5em;letter-spacing:1px; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h5 { font-size: 1.2em; }
.content h6 { font-size: 1em; }

/* HR */

.content hr { display: block; background: #bcbcbc; color: #bcbcbc; width: 100%; height: 1px; border: none; }
.fakehr { border-top:1px dashed #bcbcbc;margin-top:10px; }

/* LISTS */

.content ul { list-style: disc outside; margin-left: 1em; }
.content ul li { text-indent: .1em; margin-left: 0; }
.content ol { list-style-position: outside; list-style-type: decimal; }
.content dt { font-weight: bold; }

/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.6em; }

.content p+p { margin-top: -.8em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
.content h1 { margin: .5em 0 .1em;  }
.content h2 { margin: 1.07em 0 .1em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }
.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 3em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin:0px;padding:0px;margin-left: .5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }

/* COLORS */

.content a:link { text-decoration: none; color: #3980BE; }
.content a:visited { text-decoration: none; color: #3980BE; }
.content a:hover { text-decoration: underline; color: #c33; }
.content a:active, .content a:focus { text-decoration: none; color: #000; }
.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

.center_content h1 a:link, .center_content_blog h2 a:link, .center_content h1 a:visited, .center_content_blog h2 a:visited, .articles_title a:link, .articles_title a:visited {
	color:#252525;
	text-decoration:none;
}
.center_content h1 a:hover, .center_content_blog h2 a:hover, .articles_title a:hover {
	text-decoration:underline;
	color:#252525;
}
.review_title a:link, .articles_title a:link {
	color:#000;
}

/* DIVS */

body {
	background:#83826D;
	margin:0 auto;
	color:#5d5d5d;
        font-size:10px;
}
#container {
	width:1012px;
	margin:0 auto;
	background:url(../images/slice.jpg);
}
#site-body {
	width:1012px;
	margin:0 auto;
	background:url(../images/site_top.jpg) no-repeat;
}
#header {
	height:160px;
}
#buttons {
	/* height:48px; */
	width:1012px;
	background:url(../images/btn_slice.jpg);
	padding-top:10px;
}
#buttons_options {
	padding-left:40px;
	float:left;
	width:506px;
	padding-right:66px;
	height:29px;
}
#buttons_options a { /* font-variant:small-caps;font-family:georgia,serif;*/text-transform:uppercase;color:#fff;margin-right:20px;/*font-size:20px;*/font-size:16px;font-family:helvetica,sans-serif;}
#buttons_options a.lastmenu {margin-right:0px;}
#buttons_extra {
	width:195px;
	float:left;
	padding-top:7px;
	height:22px;
}
#buttons_extra a {color:#fff;text-transform:uppercase;margin-right:20px;}
#buttons_extra a.lastmenu2 {margin-right:0px;}
#buttons_search {
	width:176px;
	float:left;
	/* padding-top:7px; */
	height:22px;
}
#buttons_icon {
	height:19px;
	padding-left:68px;
display:none;
}
.content {
	width:980px;
	margin:0 auto;
	padding-top:26px;
}
#left {
	width:168px;
	float:left;
}
#center {
	width:552px;
	float:left;
}
#right {
	width:260px;
	float:left;
}
.left_content {
	width:128px;
	margin:0 auto;
}
.left_content_header {
	padding-bottom:10px;
        font-size:1.8em;
        font-family:Courier New;
        color:#444;
        font-variant:small-caps;

}
.left_content li, #right li {
	list-style-type:none;
	background: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 4px;
	padding-left:12px;
	margin-left:0px;
	font-size:11px;
	text-align:left;
	line-height:16px;
	padding-top:0;
}

#left hr {
	margin-bottom: 1.2em;
	margin-top:1.2em;
	padding:0;
}
.center_content {
	width:508px;
	margin:0 auto;
	padding-bottom:18px;
}
.center_it {
	text-align:center;
}
.center_content_blog {
	width:512px;
	margin:0 auto;
	padding-bottom:4px;
}
.article_header {
	text-transform:uppercase;
	color:#939393;
	padding:6px 0 10px 0;
	letter-spacing:2px;
	word-spacing:-2px;
}
.article_header_2 {
	text-transform:uppercase;
	color:#939393;
	padding:6px 0 0px 0;
	letter-spacing:2px;
	word-spacing:-2px;
}

.article_author {
	color:#2A77BF;
}
.author_image {
	float:left;
	padding: 5px 16px 0 0;
}
.blog_excerpt {
	padding-top:6px;
}
.blog_author {
	padding-top:5px;
	text-transform:uppercase;
	color:#949494;
	font-size:90%;
}
.blog_topics {
	color:#949494;
	font-size:90%;
}
.right_content {
	width:235px;
	margin:0 auto;
}
.right_content_narrow {
	width:200px;
	margin:0 auto;

}
.articles {
	padding-bottom:12px;
}
.articles_title {
	color:#000;
	font-family:Georgia;
	font-size:13px;
}
.articles_author {
	color:#58585A;
	font-size:90%;
}
.articles_date {
	color:#58585A;
	font-size:90%;
	text-transform:uppercase;
	letter-spacing:1px;
}
.review_image {
	float:left;
	padding: 0 0px 0 0;
}
.review_title {
	color:#000;
}
.review_category {
	color:#2D77BE;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:1px;
}
.review_author {
	color:#58585A;
}
.review_clear {
	clear:both;
	height:10px;
}
#menu {
	background:url(../images/menu_slice.jpg);
	width:1012px;
}
.counterpoint_title a:link {
	color:#000;
	font-size:120%;
	font-family:Georgia;
}
.counterpoint_content {
	font-size:80%;
	color:#000;
	line-height:14px;
}
.counterpoint_author {
	color:#58585A;
	font-size:90%;
}
.author_attribution {
	background:#d1cfc2;
	text-align:center;
	color:#000;
	padding:6px 0;
	font-size:120%;
}
.author_more {
	color:#2D77BE;
	font-size:80%;	
}
.article_body {
	line-height:1.8em;
	margin-top:20px;
}
#menu_left {
	width:565px;
	float:left;
	padding-left:30px;
}
#menu_right {
	width:375px;
	float:right;
	padding-right:30px;
}
.menu_col {
	width:166px;
	float:left;
	color:#c5c6c8;
	font-size:120%;
}
.menu_col a {
	color:#c5c6c8;	
	text-decoration:none;
}
.menu_col a:hover {
	text-decoration:underline;
}
.menu_col li {
	line-height:16px;
	padding-bottom:11px;
}
.menu_col_header {
	color:#fff;
	padding-bottom:8px;
	font-weight:bold;
}
#footer_top {
	width:373px;
	height:57px;
}
#footer_content {
	background:#45443f;
	width:323px;
	padding:10px 25px;
	color:#c5c6c8;
}
#footer_content a {
	color:#c5c6c8;
}
#footer_bottom {
	width:373px;
	height:4px;
}
#footer_left {
	width:150px;
	float:left;
	padding-right:16px;
	font-size:120%;
}
#footer_right {
	width:150px;
	float:right;
	text-align:center;
	line-height:16px;
}
#footer_left p {
	line-height:18px;
}
#footer_left li {
	line-height:16px;
	padding-bottom:11px;
}
#footer_left a {
	color:#b1aa7f;
	text-decoration:underline;
}
#footer2 {
	background:#959584;
	color:#333;
	padding-top: 26px;
	padding-left:60px;

	padding-bottom:20px;
}
.grey {
	color:#939393;
}

.supported {border-top: 1px solid #CCC;
margin-top: 20px;
padding-top: 15px;
font-size: 12px;
font-family: Tahoma;
clear: both;}
.social {border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 0;}
.resources_widget {text-align:center;}
.resources_widget a {color:#222;font-weight:bold;}

/* ALLIANCE MENU */
ul.nice-menu li {
border-style: none solid solid;
border-width: 0 1px 1px;
float: left;
}
#block-nice_menus-10 ul.nice-menu li.first {border-left:1px solid #ccc;}
#header-top-inner .content {width:auto;padding-top:0px;height:30px;}
#header-top-wrapper {
    background: none repeat scroll 0 0 #E7E8E0;
    box-shadow: 0 4px 5px #555555;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;
width:1012px;margin:0 auto;
}
#header-top {
    margin: 0 auto;
}
#block-nice_menus-10 {
margin-bottom: 0px;
}
#block-nice_menus-10 .inner {
margin: 0px;
}
#nice-menu-10.nice-menu-down {
    border-left: 1px solid #CCCCCC;
    margin: 0 auto;
    width: 810px;
    list-style-type:none;
}

@media (max-device-width: 1024px) {
  #nice-menu-10.nice-menu-down {
    width:100%;
  }
}

#nice-menu-10.nice-menu-down ul {

}

#nice-menu-10.nice-menu-down li {
    
}

#nice-menu-10.nice-menu-down li ul {
    border: medium none;
    top: 30px;

}
ul.nice-menu-down .menuparent a {
    border-right: medium none;
    color: #888888;
    font-family: Tahoma, sans-serif;
    font-size: 12.75px;
    padding-right: 15px;
    text-decoration: underline;
    text-transform: uppercase;
}

#block-nice_menus-10 ul.nice-menu-down li.menuparent {
    background: url("http://info.alliancenet.org//sites/all/themes/fusion_tranquil_placefortruth/images/uniArrow.png") no-repeat scroll center 20px #E7E8E0; 
}

#block-nice_menus-10 ul.nice-menu li {
    background-image: none;
    border-right: 1px solid #CCC;
    border-top: none;
    border-left: none;
    border-bottom: none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-top: 0;
}

#block-nice_menus-10 ul.nice-menu li ul li {
    background-image: none;
    border-bottom: 1px solid #CCC;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-top: 0;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    width: 260px;
float:left;clear:left;
overflow:hidden;
}
#block-nice_menus-10 ul.nice-menu li ul li.first {border-left:0px;}

#block-nice_menus-10 ul.nice-menu a {
    border-right: medium none;
    color: #888888;
    font-family: "Tahoma",sans-serif;
    font-size: 11px;
    padding-right: 10px;
    text-decoration: underline;
    margin-top: 3px;
}

#block-nice_menus-4 {
  margin-bottom: 0px !important;
}
#block-nice_menus-4 .inner {
    background: url("http://info.alliancenet.org/images/symbol.png") no-repeat scroll 0 20px #EEEEEE;
}
#header ul.nice-menu li {
    padding: 0;
}
ul.nice-menu a {
    border-right: 1px solid #999999;
    color: #CED1C0;
    float: left;
    font-family: "Palatino",sans-serif;
    font-size: 19px;
    font-weight: 400;
    height: 14px;
    letter-spacing: 1px;
    margin-top: 6px;
    padding: 0 10px 3px;
    text-transform: uppercase;
}
.menuparent ul {display:none;position:absolute;list-style-type:none;}
.menuparent:hover ul {display:block;}

@media print {
body {width:670px;}
#left,#right,#menu,#buttons,#header-top-wrapper {display:none;}
#center {670px;overflow:visible;}
.center_content {width:650px}
body {color:#000;}
.social {display:none;}
#header img {width:650px;}
}