/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 756px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.grid_12_wrapper {
	display:inline;
	float: left;
	position: relative;
	margin:0;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
	width:53px;
}
.container_12 .grid_2 {
	width:116px;
}
.container_12 .grid_3 {
	width:179px;
}
.container_12 .grid_4 {
	width:242px;
}
.container_12 .grid_5 {
	width:305px;
}
.container_12 .grid_6 {
	width:368px;
}
.container_12 .grid_7 {
	width:431px;
}
.container_12 .grid_8 {
	width:494px;
}
.container_12 .grid_9 {
	width:557px;
}
.container_12 .grid_10 {
	width:620px;
}
.container_12 .grid_11 {
	width:683px;
}
.container_12 .grid_12 {
	width:746px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/******************              Main CSS             ****************************************/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #727272;
	padding:5px 0 0 0;
	background:url(../images/background_bottom.jpg) bottom no-repeat #517faa fixed;
}
a:focus {
	outline: 1px dotted invert;
}
a {
	color:#3B63A3;
}
a:hover {
	color:#000;
}
hr {
	border: 0 #999 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 10px 0;
}
h1 {
	font-size: 20px;
}
h2 {
	border-bottom:2px solid #999;
	color:#333;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	line-height:normal;
	margin:0 0 10px;
	padding:0;
	text-transform: uppercase;
	font-size: 16px;
}
h3 {
	border-bottom:1px solid #FEAB06;
	color:#333;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	line-height:normal;
	margin:0 0 10px 0;
	padding:0;
	font-size: 14px;
	text-transform: uppercase;
}
h4 {
	color:#333;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	line-height:normal;
	margin:0 0 5px 0;
	padding:0;
	font-size: 13px;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.container .leftcolumn .infobox-white .cornerBoxInner h1 {
	color:#333;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	line-height:normal;
	margin:5px 0 10px;
	padding:0;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #EEEEEE
}
.container {
	background-color:#fff;
	padding:5px 0;
}
.container .navbox {
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
.container .navbox .flashimg {
	padding:8px 8px;
}
.leftcolumnbg {
	background:#FFF url(../images/sidebar-bg.gif) top left repeat-y;
}
.container .leftcolumn {
	background-color:#3B63A3;
	padding-top:8px;
	position: relative;
}
.container .leftcolumn p {
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.container .leftcolumn h1 {
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.container .infobox-white {
	margin: 8px;
	background-color:#FFF;
	position: relative;
	zoom: 1;
}
.container .infobox-white p {
	color:#585858;
	text-transform:none;
	line-height:1.2;
	text-align:left;
	font-weight:normal;
}
.container .infobox-white p span {
	font-size:9px;
}
.container .rightcolumn {
	background-color:#FFF;
}
/* rounded corners */
.cornerBox {
	position: relative;
	background: #cfcfcf;
	width: 100%;
}
.cornerBlueWhite {
	position: absolute;
	width: 5px;
	height: 5px;
	background: url('../images/corners-bluewhite.gif') no-repeat;
	font-size: 0%;
}
.cornerWhiteBlue {
	position: absolute;
	width: 5px;
	height: 5px;
	background: url('../images/corners-whiteblue.gif') no-repeat;
	font-size: 0%;
}
.cornerBoxInner {
	padding: 5px;
}
.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR {
	top: 0;
	right: 0;
	background-position: -5px 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -5px;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: -5px -5px;
}
/* Navigation */
#topnav {
	margin: 0;
	padding: 5px 0 0 50px;
}
#topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#topnav a:link, #topnav a:visited {
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0 20px 0 0;
	text-decoration: none;
	color: #FFF;
}
#topnav a.active:link, #topnav a.active:visited, #topnav a:hover {
	color: #F7A71F;
}
#sidemenu {
	margin:0;
	padding:0;
}
#sidemenu li {
	display:block;
	padding:0;
	list-style-type: none;
	text-align:left;
	margin:0 0 5px 0;
}
#sidemenu li a {
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	line-height: 1.2em;
	display:block;
	padding:3px 3px 0 15px;
	height:50px;
	background:#FFF url(../images/sidenav-current.gif) no-repeat top left;
}
#sidemenu li a:hover {
	color:#000;
	background:#FFF url(../images/sidenav-highlight.gif) no-repeat top left;
}
#sidemenu li span {
	font-weight:normal;
	font-size:11px;
	color:#666;
	margin:0;
}
#footer {
	text-align:center;
	background-color: #3B63A3;
	margin-top: 5px;
}
#footer p {
	color:#FFF;
	font-size: 9px;
	padding-top: 6px;
}
#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#F7A71F;
}
.container .contactInfo {
	width:400px;
	margin:auto;
	padding:15px 5px;
	border:#333 thin solid;
	background: transparent url(../images/brown-box.jpg) repeat scroll 0 0;
}
.container .contactInfo p {
	text-align: center;
	color: #000;
	line-height: 1.2;
}
.container .contactInfo h2 {
	text-align: center;
	color: #333;
	line-height:1;
}
.container .contactInfo h2 span {
	font-style: italic;
	font-size: 85%;
	text-transform:capitalize;
}
.container .contactInfo h5 {
	text-align: center;
}
.container .infobox-white .bio-name {
	font-size: 14px;
	line-height: 1.4;
	color: #3B63A3;
	text-align: center;
	margin: 20px 0 8px 5px;
}
.container .infobox-white .bio-title {
	font-size: 14px;
	line-height: 1.4;
	font-style:italic;
	margin-left: 5px;
	color: #333;
}
.container .infobox-white .bioImage {
	float:left;
}
.container .infobox-white p.bio-description-wide {
	margin: 0 0 0 188px;
}
.container .infobox-white p.bio-description-narrow {
	margin: 0 0 0 330px;
}
.box1 {
	background:transparent url(../images/brown-box.jpg) repeat scroll 0 0;
	border:1px solid #EEEEEE;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	font-weight:500;
	line-height:1.5em;
	margin:2px 0;
	overflow:auto;
	padding:10px;
	text-align:left;
}
.box2 {
	background-color:#E8E8E8;
	border:1px solid #D5D5D5;
	margin:10px;
	padding:10px;
}
.alist {
	border-left:8px solid #4D4D4D;
	border-right:8px solid #4D4D4D;
	margin:0;
	padding:0px 20px;
}
.container .cornerBoxInner .centered {
	text-align:center;
}
.notes {
	font-size:11px;
	line-height:1.2em;
}
blockquote {
	margin:22px 40px;
	upadding:3px;
	color:#575757;
	padding: 0 45px;
	font-style:italic;
	font-weight:bold;
	background: transparent url("../images/blockquote.gif") no-repeat 0 0;
}
blockquote span {
	font-style:normal;
	font-weight:normal;
}
.container .cornerBoxInner img {
	margin: 5px;
	padding: 8px;
	border: 1px solid #999;
	background-color: #FFF;
}
.generalList {
	margin-left: 30px;
}
