/*** RESET ****/
body, html, h1, h2, h3, h4, p, form, ul, ol, li{ padding:0px; margin:0px; }
ul,ol { list-style: none; }
table { border-collapse: collapse; }
body, html { width:100%; height:100%; }
fieldset,img { border: none; }
a{ outline:none; text-decoration:none; }

body{
	background-image: url(images/pagebgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C0DAFF;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

input, select, textarea{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#logo{
	position:absolute;
	top:55px;
	left:50%;
	margin-left:-480px;
	width:155px;
	height:78px;
}
#navbgr{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:36px;
	background-color:#333333;
}
#nav{
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-480px;
	width:960px;
	height:26px;
	z-index:20;
}

.navcellleft{
	width:12px;
	height:26px;
	float:left;
}
.navcellmid, .navcellmid_r{
	width:auto;
	height:26px;
	float:left;
	background-color:#333333;
	line-height:26px;
}
.navcellmid_r{
	background-color:#666666;
}

.navcellright{
	width:12px;
	height:26px;
	float:left;
	margin-right:30px;
}

#container{
	position:absolute;
	top:150px;
	width:960px;
	height:auto;
	left:50%;
	margin-left:-480px;
	z-index:10;
}

#contenttop{
	width:960px;
	height:10px;
	background-image: url(images/contentbgr_top.png);
	background-repeat: no-repeat;	
}

#contentmid{
	width:940px;
	background-image: url(images/contentbgr_mid.png);
	background-repeat: repeat-y;
	min-height:400px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:40px;
}

#contentbot{
	width:960px;
	height:10px;
	background-image: url(images/contentbgr_bot.png);
	background-repeat: no-repeat;	
}

#main{
	float:right;
	width:650px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

#side{
	float:left;
	width:260px;
}

#sidetop{
	width:260px;
	height:10px;
	background-image: url(images/sidebgr_top.png);
	background-repeat: no-repeat;	
}

#sidemid{
	width:240px;
	background-image: url(images/sidebgr_mid.png);
	background-repeat: repeat-y;
	min-height:200px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

#sidebot{
	width:260px;
	height:10px;
	background-image: url(images/sidebgr_bot.png);
	background-repeat: no-repeat;	
}

.sidetitle{
	width:230px;
	height:50px;
	background-image: url(images/sidetitlebgr.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:46px;
	padding-left:10px;
}

#homewoman{
	position:absolute;
	top:-298px;
	width:212px;
	height:318px;
	left:740px;
	background-image:url(images/woman.png);
}

#homeslogan{
	position:absolute;
	top:-281px;
	width:534px;
	height:260px;
	left:195px;
}

.quoteopen{
	float:left;
	width:50px;
	height:47px;
	background-image:url(images/quoteopen.png);
	margin-left:20px;
}

.quote{
	float:left;
	margin-left:20px;
	padding-right:70px;
	background-image:url(images/quoteclose.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right:20px;
	width:460px;
}

.quotetext{
	font-size:16px;
	font-style:italic;
	color:#333333;
	line-height:18px;
	text-align:justify;
}

.quotetexthome{
	font-size:20px;
	font-style:italic;
	color:#333333;
	line-height:24px;
	text-align:justify;
}

.quoteby{
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-align:right;
	padding-right:3px;
}

#tags{
	margin-bottom:10px;
	width:100%;
	height:auto;
}

.tagcell{
	float:left;
	line-height:32px;
}

#footer{
	width:960px;
	height:60px;
	margin-top:5px;
	font-size:11px;
}

#terms{
	float:left;
	width:500px;
	height:30px;
	padding-top:5px;
}

#smartarts{
	float:right;
	width:219px;
	height:30px;
}

.latnewsholder{
	padding:5px;
	margin-top:10px;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:10px;
}

.latnewstitle{
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	margin-bottom:3px;
}

.latnewsdate{
	font-size:11px;
	font-style:italic;
	line-height:13px;
}	

.latnewsintro{
	margin-top:5px;
	font-size:12px;
	line-height:16px;
}

.teampic{
	float:left;
	width:200px;
	border:solid 1px #999999;
	height:300px;
	margin-top:4px;
}

.teambio{
	float:right;
	width:430px;
}

.newspic{
	float:right;
	width:200px;
	border:solid 1px #999999;
	height:auto;
	margin-top:4px;
	margin-left:20px;
	margin-bottom:20px;
}



#error{
	border: 1px solid #34689A;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
	color:#34689A;
	background-color:#F1F5FA;
}

.submit{
	background-color:#34689A;
	color:#FFFFFF;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	border:solid 1px #234567;
	font-weight:bold;
}

.newsholder{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.newsimg{
	float:left;
	width:100px;
	margin-top:4px;
	border:solid 1px #999999;
}

.newstitle{
	float:right;
	width:535px;
	font-size:16px;
	line-height:18px;
}
.newsdate{
	float:right;
	width:535px;
	clear:right;
	font-size:12px;
}
.newsintro{
	float:right;
	width:535px;
	clear:right;
	line-height:18px;
}

h1{
	font-size:30px;
	margin-bottom:8px;
	line-height:30px;
	font-weight:normal;
}

h2{
	font-size:14px;
	color:#263D6C;
}

h4{
	margin-top:40px;
	margin-bottom:2px;
	padding-left:10px;
	font-size:16px;
	color:#666666;
	font-style:italic;
}

p{
	color:#333333;
	font-size:14px;
	line-height:20px;
	margin-bottom:12px;
}

a{
	color:#336699;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}


a.nav{
	color:#FFFFFF;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	line-height:26px;
	display:block;
	font-weight:normal;
}

a.nav:hover{
	text-decoration:none;
}

a.taglink{
	color:#336699;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
}

a.taglink:hover{
	background-color:#336699;
	color:#FFFFFF;
	text-decoration:none;
}

a.taglink-alt{
	color:#333333;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
}

a.taglink-alt:hover{
	background-color:#333333;
	color:#FFFFFF;
	text-decoration:none;
}

a.subnavlink, a.subnavlink-on{
	color:#666666;
	font-size:12px;
	padding-left:27px;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
}

a.subnavlink:hover, a.subnavlink-on{
	background-image:url(images/subnavlinkbgr.png);
	background-repeat:repeat;
	text-decoration:none;
	color:#333333;
}

ul{
	margin-top:5px;
	margin-left:10px;
	margin-bottom:20px;
}

li{
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	padding-left:24px;
	line-height:16px;
	margin-bottom:8px;
}

ul.subnav{
	margin-left:0px;
}

li.subnav, li.subnav-on{
	background-image:url(images/subnavbullet.png);
	background-repeat:no-repeat;
	background-position:5px 3px;
	line-height:16px;
	margin-bottom:5px;
	padding-left:0px;
}

li.subnav:hover, li.subnav-on{
	background-image:url(images/subnavbullet_r.png);
}