/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
 
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Base Setup */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: url(../images/bg_main.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #cdd5d7;
	font-family: ITCAvantGardeStd-Bk, Helvetica, Arial, san-serif;
	font-style: normal;
	font-size: 13px;
    line-height: 1;
	color: #002b45;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	text-align: left;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* My Setup */

img {-ms-interpolation-mode: bicubic;}

.ITCAvantGardeStd-Bk { 
	font-family: ITCAvantGardeStd-Bk;
	font-weight: normal;
	font-style: normal;
}

h1 {
  font-weight: 400;
  font-style: normal;
}

p {
  font-weight: 300;
  font-style: normal;
}

#container {
	margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    overflow: hidden;
	height: auto !important;
	min-width: 1000px;
	position: relative;
	top: 0px;
	bottom: 0px;
	margin-bottom: -56px;
}

#container_top {
	margin: 0 auto;
    padding: 0px;
    width: 100%;
	height: 104px;
    display: block;
    overflow: hidden;
	border:0px;
	border-bottom: 1px solid #ffffff;
}

#clear {
	clear: both;
	overflow: hidden;
}

#top {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 104px;
	background-color: #021e2f;
	color: #ffffff;
	clear: both;
	display: block;
	overflow: hidden;
	min-width: 1000px;
}

#box1 {
	width: 900px;
}

#logo {
	margin: 0px;
	padding: 32px 0px 0px 20px;
	height: 104px;
	float: left;
}

#top_right {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	height: 104px;
	float: right;

}

#top_right p {
	margin: 65px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 14px;
	font-weight: 100;
}

#top_right a:link {
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	vertical-align:top;
	display: block;
}
#top_right a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	vertical-align:top;
}
#top_right a:hover {
	text-decoration: none;
	color: #2694d7;
	font-weight:bold;
	vertical-align:top;
}
#top_right a:active {
	text-decoration: none;
	color: #636466;
	font-weight:bold;
	vertical-align:top;
}

#main {
	width: 1000px;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
	position: relative;
}

#nav_left {
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	width: 200px;
	display:block;
	overflow: hidden;
	color: #ffffff;
}

#nav_left ul {
margin: 20px 0px 0px 0px;
padding: 0px;
float:right;
}

li.nav_left {
	width: 200px;
	list-style-type: none;
	background: url(../images/nav_left_bar.png) no-repeat left bottom; 
	display: block;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	font-size: 14px;
}

li.nav_left_bottom {
width: 200px;
list-style-type: none;
display: block;
margin: 0px;
padding: 15px 0px 15px 0px;
font-size: 14px;
}

.subn {
margin: 6px 0px 0px 10px;
	font-size: 12px;
	line-height: 1.3em;
}

#nav_left li a:link {
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	vertical-align:top;
	display: block;
}
#nav_left li a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	vertical-align:top;
}
#nav_left li a:hover {
	text-decoration: none;
	color: #2694d7;
	font-weight:bold;
	vertical-align:top;
}
#nav_left li a:active {
	text-decoration: none;
	color: #636466;
	font-weight:bold;
	vertical-align:top;
}

#main_right {
	float: left;
	top: 0px;
	bottom: 0px;
    display: block;
    width: 740px;
    height: 85%;
    min-height: 650px;
    position: relative;
}

#wordcloud_spcr {
width:679px; 
height:95px;
overflow: hidden;
display: block;
}

#sub_right {
	background: url(../images/wordcould_temp.png) repeat-x left top;
	top: 0px;
	bottom: 0px;
	background-color: #ffffff;
    display: block;
    width: 740px;
    height: 87%;
    min-height: 650px;
    float: left;
    position: relative;
    clear: both;
}

#sub_rightb {
	background: url(../images/wordcould_tempb.png) repeat-x left top; 
	top: 0px;
	bottom: 0px;
	background-color: #ffffff;
    display: block;
    width: 740px;
    height: 85%;
    min-height: 650px;
    float: left;
    position: relative fixed;
    clear: both;
}

#sub_rightc {
	background: url(../images/wordcould_tempc.png) repeat-x left top; 
	top: 0px;
	bottom: 0px;
	background-color: #ffffff;
    display: block;
    width: 740px;
    height: 85%;
    min-height: 650px;
    float: left;
    position: relative fixed;
    clear: both;
}

#sub_rightd {
	background: url(../images/wordcould_tempd.png) repeat-x left top; 
	top: 0px;
	bottom: 0px;
	background-color: #ffffff;
    display: block;
    width: 740px;
    height: 85%;
    min-height: 650px;
    float: left;
    position: relative fixed;
    clear: both;
}

#sub_righte {
	background: url(../images/wordcould_tempe.png) repeat-x left top; 
	top: 0px;
	bottom: 0px;
	background-color: #ffffff;
    display: block;
    width: 740px;
    height: 85%;
    min-height: 650px;
    float: left;
    position: relative fixed;
    clear: both;
}

#sub_rightf {
	background: url(../images/wordcould_tempf.png) repeat-x left top; 
	top: 0px;
	bottom: 0px;
	background-color: #ffffff;
    display: block;
    width: 740px;
    height: 85%;
    min-height: 650px;
    float: left;
    position: relative fixed;
    clear: both;
}

#sidebar_right {
	position: absolute;
	right: 0px;
	top: 95px;
	width: 233px;
	bottom:0px;
    display: block;
	background-color: #e2eaf3;
}

#sidebar_right p {
	padding: 0px 20px 5px 20px;
	margin: 0px;
	line-height: 1.4em;
	color:#002b45;
	font-size :14px;
	text-align: left;
}

#sidebar_right p.sidebar_author {
	padding: 0px 0px 20px 0px;
	margin :0px 20px 0px 20px;
	text-align: right;
	font-size: 12px;
	border: 0px;
	border-bottom: 1px solid #636466;
}

#sub_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	float: left;
	font-size: 35px;
	font-weight: 100;
	color: #2694d7;
}

#bio_photo {
	width: 105px;
	z-index: 60;
	float: left;
	top: 10px;
	left: 10px;
	position: relative;
}

#textcontainer {
	width: 350px;
	float: left;
	top: 0px;
	bottom: 0px;
	display: block;
}

#textcontainer_full {
	margin-left: 0px;
	margin-right: 275px;
	right: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	float: left;
}

#textcontainer_fullb {
	margin-left: 0px;
	margin-right: 0px;
	right: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	float: left;
}

#textcontainer_fullc {
	margin-left: 0px;
	margin-right: 0px;
	right: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	float: left;
	width: 700px;
}

#zoom-box {
    width:0;
    height:0;
    position:relative;
    top:55px;
    left:325px;
    font-size:0;
    line-height:0;
    vertical-align:middle;
    color:#fff;
}


#zoom-box img {width:100%;}

#splash_zoom {
height: 110px;
width: 650px;
margin: 0 auto;
}
@-webkit-keyframes animate {
    0% { margin-top: 30px; height: 0px; }
    100% { height: 110px; }
}
@-moz-keyframes animate {
    0% { margin-top: 30px; height: 0px }
    100% { height: 110px; }
}
@-ms-keyframes animate {
    0% { margin-top: 30px; height: 0px }
    100% { height: 110px; }
}
@-o-keyframes animate {
    0% { margin-top: 30px; height: 0px }
    100% { height: 110px; }
}
#image_zoom {
-webkit-animation: animate 2s ease-in;
-moz-animation: animate 2s ease-in;
-ms-animation: animate 2s ease-in;
-o-animation: animate 2s ease-in;
}

.content ul {
margin: 0px 0px 0px 10px;
}

hr {
width: 100%
border: 0px;
border-bottom: 1px solid #636466;
}

#textcontainer_full li {
	font-weight: 200;
	list-style-type: disc;
margin: 0px 20px 10px 20px;
line-height :1.4em;
}

.title {
	padding: 20px 0px 10px 20px;
	margin: 0px;
	line-height: 1.4em;
	color:#2694d7;
	font-size: 21px;
	font-weight: 400;
}

.content {
	margin:0px 0px 0px 0px;
	border: 0px;
	width:100%;
	height:400px; 
	padding:0px 0px 0px 20px; 
	overflow:auto; 
	text-align: justify;
	color:#002b45;
}

.content p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 1.4em;
	color:#002b45;
}

.first_para {
	font-size: 18px;
}

a:link {
	color: #2694d7;
	text-decoration: none;
	font-weight:200;
	vertical-align:top;
}
a:visited {
	text-decoration: none;
	color: #2694d7;
	font-weight:200;
	vertical-align:top;
}
a:hover {
	text-decoration: none;
	color: #636466;
	font-weight:200;
	vertical-align:top;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight:200;
	vertical-align:top;
}

#footer_container {
z-index: 100;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #ffffff;
	background-color: #021e2f;
	position: fixed;
	display: block;
	bottom: 0px;
	border: 0px;
	border-top: 1px solid #ffffff;
	height: 55px;

}

#footer {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	color: #ffffff;

}

#footer_left {
	float:left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#footer_left p {
	margin: 22px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}

#footer_right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
}

#footer_right p {
	margin: 20px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #015282;
}

#footer_icons {
margin-left: 15px;
}