@charset "UTF-8";

/*======================================*
*
*  General HTML tag styles
*
*=======================================*/

body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#243151;
	margin:0px; 
	padding:0px;
	text-align: center; 
	color: #333;
}

h1, h2, h3, h4, h5, p, dl {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#243151;
}

h1 {
	font-size:1.3em;
}

h2 {
	font-size:1.1em;
}

h2.centeredTxt {
	text-align:center;
}
	
h3 {
	font-size:0.9em;
	padding-top:1.0em;
	padding-bottom:0.25em;
}

h4 {
	font-size:0.8em;
	font-style:italic;
}

p, ul, dl {
	font-size:0.8em;
	margin:0.5em 0 1.5em 0;
	line-height: 135%;
}

#mainContent ul li ul {
	font-size:100%;
	}

dl, dd {
	margin-left:2.5em;
}

dt {
	margin-top:1em;
	margin-bottom:0.2em;
}



a, a:link, a:visited {
	color:#260;
}

a:hover, a:active, a:focus {
	color:#600;
	text-decoration:none;
}

table {
	border-collapse:collapse;
}

th, td {
	border-collapse:collapse;
	vertical-align:top;
}

/*======================================*
*
*  Skip Navigation styles
*
*=======================================*/

#skipnav {
	/*display:none;*/
	visibility:hidden;
	height:0;
}

/*======================================*
*
*  Container block styles
*
*=======================================*/

#container { 
	width:55em;
	min-width:875px;
	background:#FFFFFF;
	border-right:1px solid #243151;
	border-left:1px solid #243151;
	margin:0 auto;
	text-align:left;
}

/*======================================*
*
*  Page header styles
*
*=======================================*/

#header { 
	background:#004384 top no-repeat url(../images-design/header.jpg);
	height:195px;
	padding:0px;
	margin:0;
	min-width:875px;
} 
#header h1 {
	visibility:hidden;
	height:0;
}

/*======================================*
*
*  Main Navigation styles
*
*=======================================*/

#mainNav {
	/*font-size:85%;*/
	margin-left:-3px;
	margin-top:0;
	height:40px;
	text-transform:uppercase;
	border-bottom:1px solid #004384;
}
#mainNav ul {
	padding-left:0.2em;
}
#mainNav li {
	list-style-type:none;
	display:inline;
	padding:3px;
	border-right:1px solid #CCCCCC;
}
#mainNav li.last {
	border:none;
}
#mainNav a {
	color:#260;
	text-decoration:none;
	padding:4px;
	border:1px solid #fff;
}
#mainNav a:visited {
	
}
#mainNav a:hover, a:focus {
	background-color:#eee;
	border:1px solid #eee;
	border-bottom:5px solid #006699;
}

body.home #mainNav a.home,
body.goals #mainNav a.goals,
body.sandia #mainNav a.sandia,
body.events #mainNav a.events,
body.news #mainNav a.news,
body.contacts #mainNav a.contacts {
	/*
	color:#585858;
		text-decoration:underline;*/
	background-color:#eee;
	border:1px solid #eee;
	border-bottom:5px solid #339966;
}

/*======================================*
*
*  Sub Navigation styles
*
*=======================================*/

/*#sub-navigation {
	margin:4px 2em; 
	padding:8px;
	text-transform:none; 
	font-size:85%;
}*/

/*======================================*
*
*  Sidebar styles
*
*=======================================*/

#sidebar1 {
	float: left; 
	width: 15em; 
	padding: 15px 0;
}

#sidebar1 p, #sidebar1 h2, #sidebar1 h3, #sidebar1 h4 {
	margin-left:10px;
	margin-right:10px;
}

#sidebar1 .thumb {
/*	width:135px;*/
	padding:2px;
	margin:.7em auto;
	font-size:.8em;
	text-align:center;
}

/*======================================*
*
*  Content Area styles
*
*=======================================*/

#mainContent {
	margin: 0 1.5em 0 15em;
	padding:1em;
	border-left:2px solid #243151;
} 

#mainContent img {
	border: 1px solid black;
	float:left;
	padding:0;
	margin:0 7px 7px 0;
	vertical-align:top;
}

img.block {
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}


/*======================================*
*
*  Footer styles
*
*=======================================*/

 #footer { 
 	margin:0;
	padding:0;
	background:bottom no-repeat url(../images-design/footer.jpg);
	text-align:center;
	height:38px;
	color:#E1DFFF;
	font-size:0.75em;
} 

#footer p {
	padding-top:15px;
}

#footer a:link, #footer a:visited {
	color:#e1dfff;
	text-decoration:none;
}
	
#footer a:hover, #footer a:active, #footer a:focus {
	color:#260;
	text-decoration:underline;
}

/*======================================*
*
*  Miscellaneous styles for reuse
*
*=======================================*/

.clear {
	clear:both;
}

div.horiz-separation, table.horiz-separation td, table.horiz-separation th {
	border-bottom:1px solid #CCCCCC;
	padding-top:0.8em;
}

.emphasis {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	font-style:italic;
	color:#260;
}

.strong {
	font-weight:bold;
}

/*.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}*/

/*body.home #mainNav a.home
body.contacts #mainNav a.contacts {
	color:#666666;
}*/
