@charset "UTF-8";
/* CSS Document */

/* begin normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* end normalize */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 62.5%;
 text-align: center;
 background-color: #474b4e;
}

#container {
	width: 940px;
	height: auto;
	min-height: 600px;
	max-height: 2000px;		
	margin: 20px auto 20px; auto;
	padding: 2px;
	text-align: center;
	background-color: #474b4e;
}

#header {
	background: url(images/header_bg.gif) no-repeat;
	width: 940px;
	padding-top: 20px;
}

/* begin nav */


#nav {
	margin: 0;
	padding: 0;
	background: url(images/nav_bg.gif) 0 0 repeat-x;
	float: left;
	width: 940px;
ß}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;

}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 1.4em;
	background: url(images/nav_bg.gif) 0 0 repeat-x;
	padding: 9px 40px 8px 15px;
	float: left;
	width: auto;

}

#nav a:hover {
	color:#fff;
	background: #325582;
}

#home #nav-home a,
#about #nav-about a,
#blog #nav-blog a,
#history #nav-history a,
#members #nav-members a,
#links #nav-links a,
#contact #nav-contact a {
	background: #325582;
	color:#fff;
	text-shadow:none;
}

#home #nav-home a:hover,
#about #nav-about a:hover,
#blog #nav-blog a:hover,
#history #nav-history a:hover,
#members #nav-members a:hover,
#links #nav-links a:hover,
#contact #nav-contact a:hover {
	background:#325582;
}

#nav a:active {
	background:#325582;
	color:#fff;
}
	
/* end nav */



/* begin rounded corners*/
.upperleft{
	width : 940px;
	margin-top: 50px;
	margin-left : auto;
	margin-right : auto;
	background: #fff url('images/upperleft.gif') no-repeat top left;
	
}
		
.upperright{
	background-image : url('images/upperright.gif');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('images/lowerleft.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('images/lowerright.gif');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding: 20px;
}

#uppercontent {
	margin-left: -20px;
	padding-bottom: 10px;
}

/* end rounded corners */

#sidebarLeft {
	width: 180px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebarLeft h1 {
	background: url(images/box_header.gif) no-repeat;
	width: 180px;
	height: 28px;
	font-size: 1.4em;
	color: #fff;
	font-weight: normal;
	line-height: 1.8em;
	padding-left: 10px;
	text-align: left;
}

#sidebarLeft .bg {
	background: url(images/box_bg.gif) no-repeat;
	width: 180px;
	height: 168px;
}

#sidebarLeft .bg p {
	padding: 10px;
	text-align: left;
}

#sidebarLeft .Less {
	font-size: 1.2em;
	font-weight:bold;
	color: #000;
	margin-bottom: -16px;
}

#sidebarLeft .More {
	font-size: 1em;
	color: #000;
	margin-bottom: -10px;
	padding-bottom:2px;
	padding-top:2px;
}

#sidebarLeft .bg a {
	text-align: center;
	color: #f26522;
	text-decoration: none;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.1em;
	
}

#sidebarLeft .bg a:hover {
	text-align: center;
	color: #474b4e;
	text-decoration: none;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.1em;
	
}

#content {
	float: left;
	width: 520px;
	text-align: left;
	margin: 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h1 {
	background: transparent url(images/header_gradient.gif) no-repeat center left;
	font-size: 1.8em;
	color: #003e8b;
	font-weight: normal;
}

#content h2 {
	font-size: 1.2em;
	color: #003e8b;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.6em;
	
}

#content p {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.6em;
}

#content .Tighter {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 1px;
	line-height: 1.6em;
}

#content .Grey {
color:#666666;
}

.reference {
	font-weight: bold;
	font-style: italic;
}

#content li {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-position: inside;
}

#content li li {
	list-style-position: inside;
	list-style: none;
	margin-left: 10px;
	font-size: 1.0em;
}

#content a:link, a:visited {
	color: #f26522;
	text-decoration: none;
}

#content a:hover {
	color: #474b4e;
	text-decoration: none;
}

#content .myBox {
	width: 180px;
	height: 15px;
}

#content .myBoxLarge {
	width: 460px;
	height: 15px;
}

#content .myButt {
	width: 100px;
	height: 22px;
}

#content .myRadio {
	width: 30px;
	height: 20px;
}

#content img {
	border: solid thin #474b4e;
	padding: 2px;
}

#sidebarRight {
	width: 180px;
	float: right;
}

.clearFloat {
	clear: both;
}

.clearLeft {
	clear: left;
}



/* begin sidebar form properties */

fieldset {
	border: none;
	margin-top: 10px;
	width: 150px;
}


label {
	font-size: 1.0em;
}
input {
	width: 80px;
	height: 15px;
	font-size:10px;
}

#enter {
	background: #fff;
	border: none;
	font-size: 1.0em;
	width: 60px;
	height: 15px;
	margin-left: 70px;
}

#signUp {
	position: absolute;
	top: 312px;
}


/* end sidebar form properties */

/* begin contact forms */

form.cmxform fieldset {
  margin-bottom: 10px;
  border: none;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;

}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}

form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.cmxform #submit {
  background-color: #003e8b; 
  color: #fff;
  font-size: 1.0em;
  width: 80px;
  height: 20px;
  border: none;
}
/* end contact forms */


.technology{
cursor: hand;
cursor: pointer;
font: bold 14px Georgia;
margin: 10px 0;
width:120px;
float:left;
}

.post{
	cursor: hand;
	cursor: pointer;
	font: bold 14px Georgia;
	width:180px;
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 125;
}

.post a{
	color:#000000;
	text-decoration:none;
}



.clearer {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

hr {
color:#A2C4EA;
height:1px;
}

.nameMemb {
color: #003e8b;
font-weight: bold;
text-transform: uppercase;
}
