@charset "utf-8";
/* CSS Document */


body {
	background-color:#F1F1F2;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	margin-top:20px;
}

.object {
	width:1020px;
	margin:0 auto;
}

/*/ ------------------------------------------------------------- /*/


#top {
	height:120px;
	margin-bottom:3px;
}

#logo {
	width:300px;
	float:left;
	height:120px;
}

.logo {
	margin-top:30px;
	margin-left:20px;
	margin-bottom:0px;
}

/*/ ------------------------------------------------------------- /*/


#ui {
	width:650px;
	height:120px;
	float:right;
}

#subscribe {
	height: 75px;
	width:655px;
	margin-bottom:14px;
}

/*/ ------------------------------------------------------------- /*/

#nav {
	height:32px;
	overflow:hidden;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	float:right;
}

#nav li {
	display:inline;
}

#nav li a {
	background-image:url(../images/bgd_topnav_off3.png);
	height:21px;
	display:block;
	float:left;
	padding-top:11px;
	padding-right:20px;
	padding-left:20px;
	border-right:solid 1px #dedede;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#193540;
	text-shadow:1px 1px #fff;
	
}

#nav li a:hover {
	background-image:url(../images/bg-nav-hover.png);
	height:22px;
	display:block;
	float:left;
	padding-top:11px;
	padding-right:20px;
	padding-left:20px;
	border-right:solid 1px #dedede;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	text-shadow:1px 1px #000;
	
}

#nav li ul {
	display:none;
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
}

li:hover ul li { display: block; }

.nav-first {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
}

.nav-last {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

/*/ ------------------------------------------------------------- /*/


form {
	width:230px;
	padding:5px;
	float:right;
}

.subscribe {
	width:220px;
	padding:5px;
	color:#527A8B;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #ccc;
	font-size:12px;
	margin:0px;
	margin-bottom:5px;
}

.button {
	width:230px;
	padding:5px;
	padding-left:20px;
	padding-left:20px;
	background-color:#dedede;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:10px;
	background-image:url(../images/bgd_topnav_off3.png);
}



/*/ -------------------------------------------------------- /*/

#fader {
	height:255px;
	border-bottom:solid 5px #527A8B;
	background-image:url(../images/banner.gif);
}

#latestnews {
	padding-top:20px;
	padding-bottom:20px;
	height:45px;
	background-color:#fff;
}

#latestnewstitle {
	width:144px;
	height:44px;
	margin-left:20px;
	float:left;
}

#news-module {
	width:690px;
	height:44px;
	float:left;
}

#viewallnews {
	float:left;
	width:144px;
	height:44px;
}

#modules {
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	background-color:#fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#bucket {
	width:316px;
	float:left;
}

#bucket-head {
	height:55px;
	background-image:url(../images/bucket-head-bg.png);
}

#bucket-content {
	height:150px;
	overflow:hidden;
	background-image:url(../images/bucket-middle-bg.png);
}

#bucket-bottom {
	height:11px;
	background-image:url(../images/bucket-bottom-bg.png);
}

#module-body {
	margin-left:5px;
	width:305px;
	height:120px;
	background-image:url(../images/bucket-body-bg.png);
}

#module-body p {
	padding:15px;
	padding-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

#more-details {
	margin-top:5px;
	margin-bottom:5px;
	width:305px;
	margin-left:5px;
	text-align:right;
	margin-bottom:10px;
}

#more-details a {
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#193540;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom:solid 1px #527A8B;
	margin-right:20px;
}

/*/ --------------------------------------------------------------------- /*/


h1 {
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#193540;
	padding-bottom:10px;
	border-bottom:solid 1px #dedede;
	margin-top:5px;
	margin-bottom:20px;
	
}

h4 {
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#193540;
	padding-top:15px;
	margin-left:30px;

}


h5 {
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#193540;
	padding-top:18px;
	margin-left:60px;

}


/*/ ------------------------------------------------- /*/

#footer {
	height:120px;
	margin-top:20px;
	margin-bottom:20px;
}

#microsoft-cert {
	float:left;
	width:358px;
	height:120px;
}

#footer-info {
	float:right;
	width:500px;
	height:120px;
}

#footer-info li {
	margin-bottom:3px;
	list-style:none;
	font-family:lucida grande, myriad pro, Arial, Helvetica, sans-serif;;
	font-size:10px;
	color:#333;
	text-align:right;
}

#footer ul ul {
	margin-bottom:10px;
}

#footer-info li li {
	display:inline;
	margin-bottom:10px;
}

#footer-info li li a {
	font-family:lucida grande, myriad pro, Arial, Helvetica, sans-serif;;
	font-size:10px;
	color:#333;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	border-right:solid 1px #333;
	text-decoration:none;
}

/*/ ------------------------------------------------- /*/

#breadcrumbs {
	background-color:#f4f4f4;
	padding-top:10px;
	padding-bottom:0px;
	border-right:solid 1px #dedede;
	border-left:solid 1px #dedede;

}

#breadcrumbs p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	margin-left:20px;
}

#content {
	height:auto;
	min-height:600px;
	overflow:hidden;
	background-color:#FFF;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom:50px;
	border-right:solid 1px #dedede;
	border-bottom:solid 1px #dedede;
	border-left:solid 1px #dedede;
}

#dynamic-menu {
	width:275px;
	height:auto;
	float:left;
}

#menu {
	margin-left:20px;
	margin-top:20px;
	width:250px;
	border-right:solid 1px #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

.menu-last {
	border-bottom:solid 1px #dedede;
}

#menu li a {
	display:block;
	padding-top:10px;
	padding-bottom:6px;
	padding-left:35px;
	width:195px;
	background-color:#f2f2f2;
	background-image:url(../images/white_arrow.gif);
	border-bottom:solid 0px #dedede;
	border-bottom:0px;
	text-decoration:none;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#193540;
	text-shadow:1px 1px #fff;
}

#nav_479561 {
	margin-left:20px;
	margin-top:20px;
	width:250px;
	border-right:solid 1px #dedede;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

#nav_479561 li a {
	display:block;
	height:24px;
	padding-top:8px;
	padding-left:35px;
	width:195px;
	background-color:;
	background-image:url(../images/white_arrow.gif);
	border-bottom:solid 0px #dedede;
	border-bottom:0px;
	text-decoration:none;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#193540;
	text-shadow:1px 1px #fff;
}

#navsub_479561_534357  li a {
	display:block;
	height:24px;
	padding-top:8px;
	padding-left:50px;
	width:180px;
	background-color:#f2f2f2;
	background-image:url(../images/white_arrow.gif);
	border-bottom:solid 0px #dedede;
	border-bottom:0px;
	text-decoration:none;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#193540;
	text-shadow:1px 1px #fff;
}

#navsub_479561_534362 li a {
	display:block;
	height:24px;
	padding-top:8px;
	padding-left:50px;
	width:180px;
	background-color:#f2f2f2;
	background-image:url(../images/white_arrow.gif);
	border-bottom:solid 0px #dedede;
	border-bottom:0px;
	text-decoration:none;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#193540;
	text-shadow:1px 1px #fff;
}

#navsub_479561_534354 li a {
	display:block;
	height:24px;
	padding-top:8px;
	padding-left:50px;
	width:180px;
	background-color:#f2f2f2;
	background-image:url(../images/white_arrow.gif);
	border-bottom:solid 0px #dedede;
	border-bottom:0px;
	text-decoration:none;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#193540;
	text-shadow:1px 1px #fff;
}

#navsub_479561_534366 li a {
	display:block;
	height:24px;
	padding-top:8px;
	padding-left:50px;
	width:180px;
	background-color:#f2f2f2;
	background-image:url(../images/white_arrow.gif);
	border-bottom:solid 0px #dedede;
	border-bottom:0px;
	text-decoration:none;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#193540;
	text-shadow:1px 1px #fff;
}


#submenu li a {
	display:block;
	padding-top:11px;
	padding-bottom:7px;
	padding-left:50px;
	width:180px;
	background-color:#f2f2f2;
	background-image:url(../images/white_arrow.gif);
	border-bottom:solid 0px #dedede;
	border-bottom:0px;
	text-decoration:none;
	text-decoration:none;
	font-family: lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#193540;
	text-shadow:1px 1px #fff;
}


#sub-menu-nav {
	margin-left:50px;
}

#sub-menu-nav li {
	margin-bottom:10px;
}

#pages {
	float:right;
	width:705px;
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}

#pages p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
	margin-bottom:10px;
	width:500px;
}

#pages ul {
	margin-top:10px;
	margin-bottom:10px;
}

#pages li {
	margin-bottom:5px;
	padding-left:0px;
	margin-left:20px;
	list-style-image:url(../images/list-arrow.jpg);
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:12px;
	color:#333;
}

.table-copy {
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:12px;
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
}

.table-par p {
	width:auto;
	font-size:32px;
}

.contact-form {
	float:none;
}

#announce-title {
	margin-bottom:5px;
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#033;
	margin-left:10px;
	margin-right:10px;
}

#announce-title a {
	text-decoration:none;
	color:#193540;
}

#announce-date {
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:10px;
	color:#333;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}

#announce-body {
	margin-left:10px;
	margin-right:10px;
}

#announce-body p {
	font-family:"Lucida Grande", Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0px;
	color:#666;
}

.comment-form form {
	float:none;
}

.announcement-details p {
	
}

/*/ ------------------------------------------------- /*/


.post-title {
	font-family:lucida grande, myriad pro, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#193540;
	padding-bottom:5px;
	text-decoration:none;
	margin-bottom:10px;
	border-bottom:0px;
}

.links {
	padding-top:10px;
}

.post-title a {
	color:#193540;
	text-decoration:none;
}

.post-details {
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
padding-top:10px;
padding-bottom:0px;
border-top:0px;
}

.post-body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
}

strong {
	font-weight:bold;
}

.blog-container {
background-color:#333333;
width:705px;
}
