﻿* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	background: #fff url(images/background.gif) repeat;
}

img {
	border-style: none;
}

a {
	text-decoration: underline;
	color: #006993;
}

#wrapper {
	width: 882px;
	padding: 9px;
	margin: 20px auto;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}

#header {
	width: 882px;
	height: 364px;
	margin: 0;
}

#header h1 {
	width: 435px;
	height: 169px;
	text-indent: -5000px;
}

#header h1 a {
	width: 435px;
	height: 169px;
	float: left;
}

#navigation {
	width: 882px;
	background-color: #006993;
	height: 32px;
	margin-bottom: 10px;
}

#navigation ul {
	width: 850px;
	padding-top: 10px;
	padding-left: 12px;
	height: 22px;
	list-style-type: none;
	float: left;
}

#navigation ul li {
	list-style-type: none;
	float: left;
	font: bold 12px Arial;
	color: #fff;
	text-transform: uppercase;
	background: url(images/arrow.gif) no-repeat right 0;
	padding-right: 9px;
	margin-right: 8px;
}

#navigation ul li a {
	color: #fff;
	text-decoration: none;
}

#navigation ul li a:hover{
	text-decoration: none;
	color: #FFF200;
}

#navigation li { /* all list items */
	float: left;
	position: relative;
	z-index:999;
}

#navigation li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #006993;
	width: 200px;
	padding: 12px 0 0;
	margin: 0 0 0 -12px;
	z-index: 100;
	height: auto;
}

#navigation li ul li {
	background-image: none;
	padding: 0;
	margin: 0;
	width: 200px;
}

#navigation li ul li a {
	float:left;
	display:block;
	width: 180px;
	padding:8px 0;
	border-bottom: 1px dotted #d3d5d5;
	background: url(images/arrow.gif) no-repeat right center;
	margin-left: 10px;
	margin-right: 10px;
}
* html #navigation li ul li a{float:none;}
*+html #navigation li ul li a{float:none;}
#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navigation li:hover ul, #navigation li.over ul, #navigation li.hover ul { /* lists nested under hovered list items */
	display: block;
}

#navigation li ul ul {
	background-color: #006993;
	padding: 0;
	margin: 0 0 0 200px;
}

#navigation li:hover ul ul, #navigation li.hover ul ul, #navigation li:hover ul ul ul, #navigation li.hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left:-9999px;
}
#navigation li.hover ul{top:1em;}
#navigation li li.hover ul, #navigation li li li.hover ul{
	left:0;
	top:0;
}
*+ #navigation li:hover>ul{
	top:1em;
	left:0 !important;
}
*+ #navigation li li:hover ul, *+ #navigation li li li:hover ul{
	left:0;
	top:0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}



/* TR adds 08/10: Lose dotted separator on last menu element */
#navigation li:last-child a { 
	border-bottom:0px
}

#content {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	position:relative;
}

#home {
	float: left;
	margin: 0;
	width: 872px;
	height: auto;
	display: inline;
	position: relative;
	padding-left: 10px;
}

#home .main_box {
	width: 276px;
	float: left;
	margin-right: 14px;
	margin-bottom: 12px;
	height: 265px;
	overflow: hidden;
}

#home .main_box h2 {
	width: 261px;
	height: 25px;
	background-color: #fff200;
	color: #000;
	text-transform: uppercase;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-left: 15px;
	margin-bottom: 4px;
	overflow: hidden;
}

#home .main_box h2 a {
	color: #000;
	text-decoration: none;
}

#home .main_box h2.fb {
	background: #fff200 url(images/fb.gif) no-repeat 250px;
}

#home .main_box h2.fb a {
	float: left;
	width: 253px;
}

#home .main_box h2.alumni {
	background: #fff200 url(images/alumni.gif) no-repeat 239px;
}

#home .main_box h2.rss {
	background: #fff200 url(images/rss.gif) no-repeat 250px;
}

#home .main_box h2.rss a {
	float: left;
	width: 253px;
}

#home .main_box h2.holders {
	background: #fff200 url(images/holders.gif) no-repeat 170px 10px;
}

#home .main_box .title-flickr {
	background: #fff200 url(images/holders.gif) no-repeat 170px 10px;
	margin-bottom: 4px;
	height: 33px;
}

#home .main_box .title-flickr a #next {
	height: 31px;
	text-decoration: none;
	float: right;
	text-indent: -5000px;
	width: 22px;
	margin-right: 3px;
}

#home .main_box .title-flickr a #prev {
	height: 31px;
	text-decoration: none;
	text-indent: -5000px;
	width: 22px;
	margin-right: 0;
	float: left;
	margin-left: 2px;
}

#home .main_box .title-flickr h2 {
	float: left;
	width: 209px;
	background: url(images/holders.gif) no-repeat 170px 10px;
}

#home .main_box .flickr img {
	margin-left: 1px;
}

#home .main_box .title-alumn {
	background: #fff200 url(images/holders.gif) no-repeat 170px 10px;
	margin-bottom: 4px;
	height: 33px;
}

#home .main_box .title-alumn a #next-2 {
	height: 31px;
	text-decoration: none;
	float: right;
	text-indent: -5000px;
	width: 22px;
	margin-right: 3px;
}

#home .main_box .title-alumn a #prev-2 {
	height: 31px;
	text-decoration: none;
	text-indent: -5000px;
	width: 22px;
	margin-right: 0;
	float: left;
	margin-left: 2px;
}

#home .main_box .title-alumn h2 {
	float: left;
	width: 209px;
}

#home .main_box .nominate {
	width: 276px;
	background: #d1d1d1 url(images/nominate.gif) no-repeat;
	padding-top: 140px;
	overflow: hidden;
	height: 89px;
}

#home .main_box .nominate ul li {
	list-style-type: none;
	color: #fff;
	font: bold 14px/17px Arial;
	text-transform: uppercase;
	float:left;
	clear:both;
	background: #000 url(images/b-arrow.gif) no-repeat right center;
	padding: 5px 18px 5px 10px;
}

#home .main_box .nominate ul li a {
	color: #fff;
	text-decoration: none;
	white-space:nowrap;
}

#home .main_box .fbpics img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#home .main_box .fbpics img.last {
	margin-right: 0;
}

#home .main_box .txt {
	background-color: #e6e6e6;
	clear: left;
	padding-left: 9px;
	padding-top: 7px;
	overflow: hidden;
	width: 247px;
	padding-right: 20px;
	height: 63px;
	margin-bottom: 7px;
}

#home .main_box .txt h3 {
	color: #006892;
	font-weight: bold;
	font-size: 15px;
}

#home .main_box .txt p {
	color: #000;
	font: 12px Arial;
	margin-bottom: 5px;
}

#home .main_box .txt p.link {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 5px;
}

#home .main_box .txt p.link a {
	color: #000;
	text-decoration: none;
}

#home .main_box .txt p a.more {
	color: #006892;
	font-size: 10px;
	text-decoration: none;
	margin-left: 8px;
}

#home .main_box .txt span a {
	color: #006892;
	font-size: 10px;
	text-decoration: none;
}

#home .main_box .txt p span a:hover {
	text-decoration: underline;
}

#home .main_box img.a-pic {
	margin-bottom: 2px;
}

#home .main_box img.d-pic {
	margin-bottom: 2px;
}

#home .tweet_box {
	width: 280px;
	float: left;
	margin-right: 15px;
}

#home .tweet_box h2 {
	font: bold 14px Arial;
	color: #006892;
	text-transform: uppercase;
	background: url(images/tweeter.gif) no-repeat right;
	border-bottom: 1px dotted #aac6ed;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 21px;
}

#home .tweet_box h2 a, #home .rss_box h2 a {
	width: 278px;
	color: #006892;
	text-decoration: none;
	float: left;
}

#home .tweet_box p.twitter-message {
	width: 260px;
	padding-right: 12px;
	border-bottom: 1px dotted #adadad;
	overflow: hidden;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #000;
	font: 12px/15px Arial;
}

#home .tweet_box p.twitter-message a.twitter-link {
	font-size: 8px;
	color: #fff;
	background-color: #006892;
	padding: 1px 5px 1px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#home .rss_box {
	width: 276px;
	float: left;
}

#home .rss_box h2 {
	font: bold 14px Arial;
	color: #006892;
	text-transform: uppercase;
	background: url(images/rssico.gif) no-repeat right;
	border-bottom: 1px dotted #aac6ed;
	padding-bottom: 6px;
	margin-bottom: 10px;
	padding-top: 6px;
	height: 21px;
}

#home .rss_box .rss_text {
	width: 252px;
	padding-right: 5px;
	border-bottom: 1px dotted #adadad;
	overflow: hidden;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 10px;
}

#home .rss_box .rss_text .avatar {
	float: left;
	margin-right: 3px;
}

#home .rss_box .rss_text .r_txt {
	float: right;
	width: 192px;
}

#home .rss_box .rss_text .r_txt h3 {
	color: #000;
	font: bold 13px Arial;
}

#home .rss_box .rss_text .r_txt h3 a {
	color: #000;
	text-decoration: none;
}

#home .rss_box .rss_text .r_txt p {
	color: #000;
	font: 13px Arial;
}

#home .rss_box .rss_text .r_txt p span {
	font-size: 10px;
	color: #006892;
}

#home .rss_box .rss_text .r_txt p a.more {
	color: #006892;
	text-decoration: none;
	margin-left: 8px;
	font-size: 10px;
}

#home .rss_box .rss_text .r_txt p span a:hover {
	text-decoration: underline;
}

#mainc {
	float: left;
	margin: 0;
	width: 584px;
	display: inline;
	position: relative;
	padding-left: 13px;
	padding-bottom:41px;
}

#mainc h2.blogg {
	width: 555px;
	height: 25px;
	color: #000;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 10px;
	background: #fff200;
	margin-bottom: 20px;
}
#mainc h2.blogg span{float:left;}
#mainc h2.blogg .rss{
	float:right;
	margin:2px 10px 0 0;
	display:inline;
	background:url(images/rss.gif) no-repeat;
	width:16px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
}
#mainc h2.blogg a {
	color: #000;
	text-decoration: none;
}

#mainc h2.page {
	width: 555px;
	height: 25px;
	color: #000;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 20px;
	background-color: #fff200;
}

#mainc p.slogan {
	font: bold 18px Arial;
	text-transform: uppercase;
	color: #006892;
	width: 553px;
	border-bottom: 1px dotted #dce7f7;
	padding-bottom: 15px;
	margin-left: 15px;
	margin-bottom: 14px;
}

#mainc .main_post {
	width: 550px;
	margin-left: 15px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #000;
	font: 12px/14px Arial;
	overflow: hidden;
}

#mainc .main_post .left_pic {
	float: left;
	width: 205px;
	margin-right:10px;
}
* hmtl #mainc .main_post .left_pic{margin-right:7px;}

#mainc .main_post .right_award {
	height:1%;
	overflow:hidden;
}

#mainc .main_post .right_award h2 {
	margin-bottom: 5px;
}

#mainc .main_post .social {
	width:100%;
	text-align:left;
}
#mainc .main_post .social:after{
	content:"";
	display:block;
	clear:both;
}
#mainc .main_post .social p {
	height:1%;
	overflow:hidden;
	margin:0;
}
#mainc .main_post .social p.share {
	padding-top: 4px;
	margin:0 10px 0 0;
	float:left !important;
	overflow:visible;
	display:inline;
}

#mainc .main_post .social p.share a {
	float:left;
	width:17px;
	height:18px;
	color: #fff;
	text-decoration: none;
	padding:0;
	line-height:18px;
	vertical-align:top;
}
#mainc .main_post .social iframe{float:left;}
#mainc .main_post .social .add-data{
	float:right;
	list-style:none;
	margin:6px 0 0;
	padding:0;
	position:relative;
}
#mainc .main_post .social .add-data li{
	float:left;
	margin:0 7px 0 0;
	display:inline;
	font-size:10px;
	color:#000;
	letter-spacing:-1px;
}
#mainc .main_post .social .add-data li span{color:#006892;}
#mainc .main_post .social .add-data li .btn-comment{
	float:left;
	background:url(images/ico-arrow.gif) no-repeat 0 3px;
	padding:0 0 0 9px;
	text-decoration:none;
	color:#000;
}
#mainc .main_post .social .add-data li .btn-comment:hover{text-decoration:underline;}
#wrapper .someone .contact-hold h2 {
	color: #006892 !important;
}
#mainc .main_post h2 {
	color: #006892;
	font: bold 17px Arial;
	margin-bottom: 10px;
}

#mainc .main_post h2.page2 {
	font-size: 20px;
	text-transform: uppercase;
}

#mainc .main_post h2 a {
	color: #006892;
	text-decoration: none;
}

#mainc .main_post h2 a:hover {
	text-decoration: underline;
	margin-bottom: 10px;
}
#mainc .contact-hold p {
	color: #000 !important;
}
#mainc .main_post p {
	color: #000;
	font: 12px/15px Arial;
	margin-bottom: 13px;
}

#mainc .main_post p span {
	color: #006892;
	font-size: 10px;
	line-height:16px;
}

#mainc .main_post p a.more-link {
	color: #006892;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#mainc .main_post ol, #mainc .main_post ul {
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 13px;
}

#mainc .main_post li {
	margin-bottom: 3px;
}

#mainc .main_post blockquote {
	padding-left: 25px;
	padding-right: 25px;
	font: italic 16px Georgia;
}

#mainc .main_post .alignleft {
	float: left;
}

#nosidebar {
	float: left;
	margin: 0;
	width: 840px;
	display: inline;
	position: relative;
	padding-left: 13px;
	padding-bottom:41px;
}

#nosidebar h2.blogg {
	width: 840px;
	height: 25px;
	color: #000;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 10px;
	background: #fff200;
	margin-bottom: 20px;
}
#nosidebar h2.blogg span{float:left;}
#nosidebar h2.blogg .rss{
	float:right;
	margin:2px 10px 0 0;
	display:inline;
	background:url(images/rss.gif) no-repeat;
	width:16px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
}
#nosidebar h2.blogg a {
	color: #000;
	text-decoration: none;
}

#nosidebar h2.page {
	width: 840px;
	height: 25px;
	color: #000;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 20px;
	background-color: #fff200;
}

#nosidebar p.slogan {
	font: bold 18px Arial;
	text-transform: uppercase;
	color: #006892;
	width: 870px;
	border-bottom: 1px dotted #dce7f7;
	padding-bottom: 15px;
	margin-left: 15px;
	margin-bottom: 14px;
}

#nosidebar .main_post {
	width: 840px;
	margin-left: 15px;
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #000;
	font: 12px/14px Arial;
	overflow: hidden;
}

#nosidebar .main_post .left_pic {
	float: left;
	width: 205px;
	margin-right:10px;
}
* hmtl #nosidebar .main_post .left_pic{margin-right:7px;}

#nosidebar .main_post .right_award {
	height:1%;
	overflow:hidden;
}

#nosidebar .main_post .right_award h2 {
	margin-bottom: 5px;
}

#nosidebar .main_post .social {
	width:100%;
	text-align:left;
}
#nosidebar .main_post .social:after{
	content:"";
	display:block;
	clear:both;
}
#nosidebar .main_post .social p {
	height:1%;
	overflow:hidden;
	margin:0;
}
#nosidebar .main_post .social p.share {
	padding-top: 4px;
	margin:0 10px 0 0;
	float:left !important;
	overflow:visible;
	display:inline;
}

#nosidebar .main_post .social p.share a {
	float:left;
	width:17px;
	height:18px;
	color: #fff;
	text-decoration: none;
	padding:0;
	line-height:18px;
	vertical-align:top;
}
#nosidebar .main_post .social iframe{float:left;}
#nosidebar .main_post .social .add-data{
	float:right;
	list-style:none;
	margin:6px 0 0;
	padding:0;
	position:relative;
}
#nosidebar .main_post .social .add-data li{
	float:left;
	margin:0 7px 0 0;
	display:inline;
	font-size:10px;
	color:#000;
	letter-spacing:-1px;
}
#nosidebar .main_post .social .add-data li span{color:#006892;}
#nosidebar .main_post .social .add-data li .btn-comment{
	float:left;
	background:url(images/ico-arrow.gif) no-repeat 0 3px;
	padding:0 0 0 9px;
	text-decoration:none;
	color:#000;
}
#nosidebar .main_post .social .add-data li .btn-comment:hover{text-decoration:underline;}
#wrapper .someone .contact-hold h2 {
	color: #006892 !important;
}
#nosidebar .main_post h2 {
	color: #006892;
	font: bold 17px Arial;
	margin-bottom: 10px;
}

#nosidebar .main_post h2.page2 {
	font-size: 20px;
	text-transform: uppercase;
}

#nosidebar .main_post h2 a {
	color: #006892;
	text-decoration: none;
}

#nosidebar .main_post h2 a:hover {
	text-decoration: underline;
	margin-bottom: 10px;
}
#nosidebar .contact-hold p {
	color: #000 !important;
}
#nosidebar .main_post p {
	color: #000;
	font: 12px/15px Arial;
	margin-bottom: 13px;
}

#nosidebar .main_post p span {
	color: #006892;
	font-size: 10px;
	line-height:16px;
}

#nosidebar .main_post p a.more-link {
	color: #006892;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#nosidebar .main_post ol, #mainc .main_post ul {
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 13px;
}

#nosidebar .main_post li {
	margin-bottom: 3px;
}

#nosidebar .main_post blockquote {
	padding-left: 25px;
	padding-right: 25px;
	font: italic 16px Georgia;
}

#nosidebar .main_post .alignleft {
	float: left;
}

#sidebar {
	margin:0;
	padding: 0;
	width: 284px;
	float: right;
	display: inline;
}

#sidebar .main_box {
	width: 276px;
	float: left;
	margin-right: 0;
	margin-bottom: 12px;
	height: 265px;
	overflow: hidden;
}

#sidebar .main_box h2 {
	width: 261px;
	height: 25px;
	background-color: #fff200;
	color: #000;
	text-transform: uppercase;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-left: 15px;
	margin-bottom: 4px;
	overflow: hidden;
}

#sidebar .main_box h2 a {
	color: #000;
	text-decoration: none;
}

#sidebar .main_box h2.fb {
	background: #fff200 url(images/fb.gif) no-repeat 250px;
}

#sidebar .main_box h2.fb a {
	float: left;
	width: 253px;
	text-decoration: none;
	color: #000;
}

#sidebar .main_box .title-alumn {
	background: #fff200 url(images/holders.gif) no-repeat 170px 10px;
	margin-bottom: 4px;
	height: 33px;
}

#sidebar .main_box .title-alumn a #next-2 {
	height: 31px;
	text-decoration: none;
	float: right;
	text-indent: -5000px;
	width: 22px;
	margin-right: 3px;
}

#sidebar .main_box .title-alumn a #prev-2 {
	height: 31px;
	text-decoration: none;
	text-indent: -5000px;
	width: 22px;
	margin-right: 0;
	float: left;
	margin-left: 2px;
}

#sidebar .main_box .title-alumn h2 {
	float: left;
	width: 209px;
}

#sidebar .main_box h2.rss {
	background: #fff200 url(images/rss.gif) no-repeat 250px;
}

#sidebar .main_box h2.rss a {
	float: left;
	width: 253px;
}

#sidebar .main_box .fbpics img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#sidebar .main_box .fbpics img.last {
	margin-right: 0;
}

#sidebar .main_box .txt {
	background-color: #e6e6e6;
	clear: left;
	padding-left: 9px;
	padding-top: 5px;
	overflow: hidden;
	width: 247px;
	padding-right: 20px;
	height: 65px;
	margin-bottom: 7px;
}

#sidebar .main_box .txt h3 {
	color: #006892;
	font-weight: bold;
	font-size: 15px;
}

#sidebar .main_box .txt p {
	color: #000;
	font: 12px Arial;
	margin-bottom: 5px;
}

#sidebar .main_box .txt p.link {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 5px;
}

#sidebar .main_box .txt p span {
	color: #006892;
	font-size: 10px;
}

#sidebar .main_box .txt p span a {
	color: #006892;
	text-decoration: none;
}

#sidebar .main_box .txt p.link a {
	color: #000;
	text-decoration: none;
}

#sidebar .main_box .txt a.more {
	color: #006892;
	font-size: 10px;
	text-decoration: none;
	margin-left: 8px;
}

#sidebar .main_box .txt p span a:hover {
	text-decoration: underline;
}

#home .main_box img.a-pic {
	margin-bottom: 2px;
}

#sidebar .main_box img.d-pic {
	margin-bottom: 2px;
}

#footer {
	width: 860px;
	clear: both;
	background-color: #006993;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 7px;
	overflow: hidden;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

#footer .logo {
	width: 860px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
}

#footer .logo:after{
	content:"";
	display:block;
	clear:both;
}
#footer .logo div.share a{
	color: #fff;
	font: bold 10px Arial;
	text-transform: uppercase;
	background: url(images/share.gif) no-repeat left !important;
	padding:2px 0 2px 20px;
	float: left;
	text-decoration:none;
}

#footer .logo ul {
	float: right;
}

#footer .logo ul li {
	float: left;
	list-style-type: none;
	color: #fff;
	font: bold 11px Arial;
	text-transform: uppercase;
	margin-right: 7px;
}

#footer .logo ul li a {
	color: #fff;
	text-decoration: none;
}

#footer .logo ul li a:hover {
	text-decoration: underline;
}

#footer .foot {
	width: 860px;
	padding-bottom: 7px;
	overflow: hidden;
}

#footer .foot p.order {
	width: 200px;
	color: #fff;
	font: 10px Arial;
	background: url(images/order.gif) no-repeat left;
	padding-left: 70px;
	float: left;
}

#footer .foot p.order a {
	color: #fff;
	text-decoration: none;
}

#footer .foot p.copy {
	float: right;
	width: 197;
	height: 23px;
}

#footer .foot p.copy a {
	width: 197px;
	height: 23px;
	float: left;
}

.clear {
	clear: both;
	background: none;
}

.maincomments {
	width: 550px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.maincomments h3 {
	color: #006993;
	font-size: 17px;
	margin-bottom: 7px;
}

.maincomments ol {
	list-style-type: none;
}

.maincomments ol li {
	background-color: #e6e6e6;
	padding: 6px 6px 1px;
	margin-bottom: 6px;
}

.maincomments ol li .author {
	color: #006892;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.maincomments ol li p {
	margin-bottom: 4px;
}
.maincomments ol li .date{
	display:block;
	color:#006892;
	font-size:11px;
}
.maincomments form {
	overflow: hidden;
}

.maincomments form p {
	background-color: #e6e6e6;
	margin-bottom: 5px;
	font-size: 11px;
	padding: 1px 5px;
}

.maincomments form p label {
	margin-right: 8px;
	width: 83px;
	float: left;
	padding-top: 2px;
}

.maincomments p input#author, .maincomments p input#email, .maincomments p input#url {
	background-color: #e6e6e6;
	font: 11px Arial;
	padding-top: 6px;
	border-style: none;
	padding-bottom: 7px;
	width: 536px;
}

.maincomments p textarea {
	background-color: #e6e6e6;
	font: 11px Arial;
	padding-top: 2px;
	border-style: none;
	padding-bottom: 3px;
	width: 536px;
	height: 100px;
}

.maincomments p label.comment {
	height: 100px;
}

.maincomments p.submit input  {
	background-color: #006993;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 15px;
	border-style: none;
}

.maincomments p.submit {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.maincomments #submit{
	background:url(images/btn-post.gif) no-repeat;
	display:block;
	width:71px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	padding:0;
	border:none;
	cursor:pointer;
}
#content .gform_wrapper ul {
	padding: 0;
	margin: 0;
}

#content .gform_heading {
	padding-bottom: 0;
	margin-bottom: 0;
}
.social .stico_default{background:url(images/bg-subbutton.gif) no-repeat !important;}




/* dm */
.box-holder{
	overflow:hidden;
	padding:11px 8px 8px;
	background:#e6e6e6;
	font-size:14px;
	color:#000;
	line-height:17px;;
}
* html .box-holder{zoom:1;}
.box-holder h3{
	font-size:14px;
	font-weight:bold;
	color:#006892;
	line-height:20px;
	margin:0 0 2px;
}
.box-holder p{
	margin:0 0 9px;
}
.box-holder ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0 1px;
	width:125px;
}
.box-holder ul li{
	background:url(images/ico-check.gif) no-repeat 0 3px;
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 4px 12px;
	font-size:10px;
}
.box-holder ul li a{
	color:#000;
	text-decoration:none;
}
.box-holder ul li a:hover{text-decoration:underline;}
.headline{
	height:1%;
	overflow:hidden;
	padding:0 0 0 14px;
}
.img-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 14px;
	margin:0 13px 14px;
	background:url(images/bg-doted.gif) repeat-x 0 100%;
}
.img-holder img{
	display:block;
}
.headline h3{
	font-size:17px;
	line-height:19px;
	color:#006892;
	font-weight:bold;
	margin:0 0 16px;
}
.post-nav{
	position:absolute;
	left:13px;
	bottom:12px;
	width:564px;
	/* background:url(images/bg-doted.gif) repeat-x;  */
	height:22px;
	padding:11px 0 0;
}
.post-nav .btn-newer{
	float:right;
	background:url(images/ico-arrow.gif) no-repeat 100% 2px;
	padding:0 10px 0 0;
	color:#000;
	text-decoration:none;
}
.post-nav .btn-newer:hover{text-decoration:underline;}
.post-nav .btn-older{
	float:left;
	background:url(images/ico-arrow1.gif) no-repeat 0 2px;
	padding:0 0 0 10px;
	color:#000;
	text-decoration:none;
}
.post-nav .btn-older:hover{text-decoration:underline;}
.pager{
	margin:15px 0 0;
	width:550px;
	background:url(images/bg-doted.gif) repeat-x;
	height:28px;
	padding:11px 0 0;
}
.pager a{
	float:left;
	background:url(images/ico-arrow1.gif) no-repeat 0 2px;
	padding:0 10px 0 10px;
	color:#000;
	text-decoration:none;
}
.pager a:first-child{
	float:right;
	background:url(images/ico-arrow.gif) no-repeat 100% 2px;
}
* html .pager a{
	float:expression((this===this.parentNode.childNodes[0]) ? "right" : "left");
	background-position:expression((this===this.parentNode.childNodes[0]) ? "100% 2px" : "0 2px");
	background-image:expression((this===this.parentNode.childNodes[0]) ? "url(/DianaAward/wp-content/themes/DianaAwards/images/ico-arrow.gif)" : "url(/DianaAward/wp-content/themes/DianaAwards/images/ico-arrow1.gif)");
}
.pager a:hover{text-decoration:underline;}
.share em{
	float:left;
	color:#fff;
	margin:3px 0 0;
	font-style:normal;
}
#mainc a.btn-more{
	float:left;
	background:url(images/ico-arrow1.gif) no-repeat 0 2px;
	padding:0 0 0 10px;
	margin:0 0 0 13px;
	display:inline;
	color:#000;
	text-decoration:none;
}
#mainc a.btn-more:hover{text-decoration:underline;}
.slideshow{
	height:367px;
	position:relative;
	overflow:hidden;
	width:882px;
}
#mainc a.btn-more:hover{text-decoration:underline;}
.slideshowbus{
	height:150px;
	position:relative;
	overflow:hidden;
	width:275px;
}
.wpcf7-form{
	width:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 23px;
}
.wpcf7-form .maincomments{
	margin:0;
	background:url(images/bg-border.gif) repeat-x 0 100%;
	padding:0 0 18px;
}
.wpcf7-form .row{
	width:100%;
	padding:0 0 2px;
}
.wpcf7-form .row:after{
	content:"";
	display:block;
	clear:both;
}
.wpcf7-form .row .wpcf7-form-control-wrap{
	width:535px;
	height:23px;
	border:1px solid #f9f9f9;
	background:#e6e6e6;
	padding:0 7px;
	display:block;
}
.wpcf7-form .row .wpcf7-form-control-wrap :after{
	content:"";
	display:block;
	clear:both;
}
.wpcf7-form .wpcf7-form-control-wrap input{
	float:left;
	width:100%;
	height:14px;
	color:#000;
	border:none;
	background:none;
	padding:4px 0 5px;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.wpcf7-form .textarea{
	width:100%;
	padding:0 0 5px;
}
.wpcf7-form .textarea:after{
	content:"";
	display:block;
	clear:both;
}
.wpcf7-form textarea{
	width:534px;
	height:63px;
	padding:9px 8px;
	border:1px solid #f9f9f9;
	background:#e6e6e6;
	font:11px/14px Arial, Helvetica, sans-serif;
	overflow:auto;
}
.wpcf7-form .wpcf7-submit{
	background:url(images/btn-enter.gif) no-repeat;
	width:71px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	border:none;
	padding:0;
	margin:0 0 0 2px;
	display:inline;
	cursor:pointer;
	float:left;
}
.someone{
	width:100%;
	overflow:hidden;
}
.someone .holder{
	height:1%;
	padding:19px 16px 245px;
	margin:0 0 21px;
	overflow:hidden;
	background:#e6e6e6;
	color:#f9f9f9;
	position:relative;
}
#mainc .someone .holder h2{color:#f9f9f9;}
.someone .holder .logo{
	position:absolute;
	top:20px;
	right:22px;
}
.someone .holder .logo a{
	display:block;
	width:51px;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;	
	cursor:pointer;
	background:url(images/sub-logo.gif) no-repeat;
}
#mainc .someone .address{
	list-style:none;
	margin:0;
	padding:4px 0;
	height:1%;
	overflow:hidden;
color:#000;
}
.someone .address li{
	float:left;
	width:257px;
	margin:0;
}
#mainc .someone .holder p{color:#f9f9f9;}
#mainc .someone .holder p a{
	color:#f9f9f9;
	text-decoration:none;
	margin:0 0 19px;
}
#mainc .someone .contact-hold p a { color:#006993;}
#mainc .someone p a:hover{text-decoration:underline;}
#mainc .someone h2{
	height:1%;
	overflow:hidden;
}
#mainc .someone h2 span{
	float:left;
	padding:0 11px 0 0;
}
#mainc .someone h2 a{
	float:left;
	margin:0 0 0 5px !important;
	display:inline;
	width:19px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
}
.someone .google{
	height:229px;
	position:absolute;
	top:116px;
	left:16px;
	overflow:hidden;
}





#mainc .someone .btn-twitter{background:url(images/btn-twitter.gif) no-repeat;}
#mainc .someone .btn-facebook{background:url(images/btn-facebook.gif) no-repeat;}
#mainc .someone .btn-flickr{background:url(images/btn-flickr.gif) no-repeat;}
#mainc .someone .btn-youtube{background:url(images/btn-youtube.gif) no-repeat;}

a.gal-link {
display:block;
text-align:center;
width:275px;
}
.main_box .flickr a{
	overflow:hidden !important;
	width:276px !important;
}


/*stylesheet switcher*/
#cssswitcher{float:right;width:247px;height:27px;background:#006993 url("images/arrow.gif") no-repeat 220px 7px;/*padding:6px 28px 6px 26px;*/position:absolute;right:23px;top:0;z-index:100;}
#cssswitcher a{text-transform:uppercase;text-decoration:none;font:bold 12px Arial;color:#fff;display:block;margin:6px 0 0 23px;}
#cssswitcher a:hover{color:#fff200;}
#navmenulabel, p.strap{display:none;}
