@charset "utf-8";

@import url("/css/reset.css");

/* TOC

1: - Global Styles

2: - Header

3: - Content

4: - Left Side
4a: - Left Side Menu

5: - Main Content

6: - Footer

7: - Misc

*/


/* 1 :-------- Global Styles ------------ */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
body  {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	height: 100%;
	background: #dfd9b5 url(../images/background.jpg) repeat fixed;
	color: #000000;
}
table { font-size: 0.9em;}
p {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 10px;
}
a {
	font-size: inherit;
	text-decoration: underline;
	padding: 0;
	background: none;
	color: #464646;
}
a:hover {
	text-decoration: none;
	color: #464646;
}
h1,h2,h3,h4,h5,h6 {
	color: #2a3234;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-bottom: 7px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.3em;
}
fieldset {
	border: 0;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 0;
    line-height: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
.invisible {
	visibility: hidden;
	display: none;
}
th {
	text-align: right;
}

.response_success {
	display: block;
	width: 90%;
	background: #e0eed9 url(../images/icons/success.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #a1d07e 1px solid;
	font-size: 12px;
}
.response_success_nowidth {
	display: block;
	background: #e0eed9 url(../images/icons/success.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #a1d07e 1px solid;
	font-size: 12px;
}
.response_success_inline {
	display: block;
	padding: 1px;
	color: #e0eed9;
	background-color: #fff;
	font-size: 12px;
}
.response_failure {
	width: 90%;
	display: block;
	background: #ffd6d6 url(../images/icons/fail.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f00 1px solid;
	font-size: 12px;
}
.response_failure_nowidth {
	display: block;
	background: #ffd6d6 url(../images/icons/fail.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f00 1px solid;
	font-size: 12px;
}
.response_failure_inline {
	display: block;
	padding: 1px;
	color: #f00;
	background-color: #fff;
	font-size: 12px;
}
.response_warn {
	width: 90%;
	display: block;
	background: #fffac2 url(../images/icons/warn.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f00 1px solid;
	font-size: 12px;
}


/* 2 :-------- Header ------------ */
#header {
	margin: 0 auto;
	width: 740px;
}


/* 3 :-------- Content ------------ */
#content {
	margin: 0 auto;
	width: 686px;
	padding: 0 27px 20px 27px;
	background: transparent url(../images/content-background.png) repeat-y;
}


/* 4 :-------- Left Side ------------ */
#content #leftside {
	width: 170px;
	float: left;
}
#content #leftside blockquote {
	margin: 0 0 0 0;
	padding: 0 0 0 35px;
	width: 130px;
	background: transparent url(../images/quote-open.gif) no-repeat;
	font-size: 1.4em;
	color: #000;
	display: block;
}
#content #leftside blockquote:after {
	content: url(../images/quote-close.gif);
	margin-left: 100px;
}


/* 4a :-------- Left Side Menu ------------ */
#content #leftside #ctl00_mainmenu {
}
#content #leftside #ctl00_mainmenu ul.AspNet-Menu {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}
#content #leftside #ctl00_mainmenu ul.AspNet-Menu li.AspNet-Menu-Leaf {
    position: relative;
    list-style: none;
}
#content #leftside #ctl00_mainmenu ul.AspNet-Menu li.AspNet-Menu-Leaf a {
	height: 33px;
	background: #fff url(../images/menu-bullet.jpg) no-repeat;
	padding-left: 33px;
	font-size: 1.5em;
	color: #303634;
	text-decoration: none;
    display: block;
}
#content #leftside #ctl00_mainmenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	text-decoration: underline;
	background-position: 0 -33px;
}
#content #leftside #ctl00_mainmenu ul.AspNet-Menu li.AspNet-Menu-Leaf a.AspNet-Menu-Selected {
	font-weight: bold;
	text-decoration: underline;
	background-position: 0 -33px;
}



/* 5 :-------- Main Content ------------ */
#content #maincontent {
	margin-left: 175px;
	padding: 0 20px 0 8px;
	width: 480px;
	min-height: 300px;
}
#content #maincontent #left {
	width: 301px;
	float: left;
}
#content #maincontent #left_full {
	width: 470px;
}
#content #maincontent #right {
	margin-left: 311px;
	width: 169px;
}
#content #maincontent #left p {
	font-size: 1.3em;
}
#content #maincontent #left h1 {
	color: #2c3433;
	margin-bottom: 7px;
}
.newsdate {
	display: block;
	font-size: 60%;
	font-weight: normal;
	color: #2c3433;
}
#content #maincontent #right #subscribe {
	margin-bottom: 10px;
}
#content #maincontent #right #podcast {
	width: 169px;
	height: 110px;
	padding: 17px 0 0 0;
	background: #fff url(../images/download-background.gif) no-repeat;
}
#content #maincontent #right #podcast h1 {
	font-size: 1.6em;
	margin: 0 0 0 70px;
	color: #2a3234;
}
#content #maincontent #right #podcast p {
	margin: 15px 0 0 0;
	text-align: center;
}
#content #maincontent #right #podcast p a {
	text-decoration: none;
}
#content #maincontent #right #podcast p a:hover {
	text-decoration: underline;
}


#maincontent ul {
	margin-bottom: 15px;
}
#maincontent ul li {
	font-size: 1.2em;
	list-style-position: inside;
}





/* 6 :-------- Footer ------------ */
#footer {
	margin: 0 auto;
	width: 686px;
	height: 180px;
	padding: 0 27px 20px 27px;
	background: transparent url(../images/footer.png) no-repeat;
}
#footer p {
	position: absolute;
	margin: 75px 0 0 5px;
	font-size: 1.1em;
	color: #fff;
}
#footer p a {
	color: #fff;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer .designer {
	position: absolute;
	margin: 165px 0 0 300px;
	padding: 5px;
	font-size: 1.1em;
	color: #2a3234;
	text-align: center;
	background-color: #dfd9b5;
}
#footer .designer a {
	color: #2a3234;
}


/* 7 :-------- Misc ------------ */
#content ol.ABCList {
	margin: 0 0 20px 25px;
	font-size: 1.2em;
	list-style-position: outside;
	list-style-type: lower-alpha;
}
ul.links li {
	margin-bottom: 10px;
}



/* PHOTO GALLERY */
.photogallery_photo {
	width: 160px;
	min-height: 160px;
	float: left;
}
.photogallery_abstract {
	margin-left: 170px;
	min-height: 160px;
}
.photogallery_sep {
	margin-bottom: 5px;
}

table.photogallery td {
	background-color: #fafcfc;
	text-align: center;
	vertical-align: middle;
}
table.photogallery td img {
	display: block;
	margin-left: auto;
    margin-right: auto;

}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color: #013f88;
	cursor:move;
	border:outset thin white;
}
.callbackStyle {
	border:thin blue inset;		
}
.callbackStyle table {
	background-color: #4f94e2;	
	color: #000;
}
.reorderList li {
	list-style:none;
	margin:2px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	color:#000;
}
.reorderList li a {color:#000 !important; font-weight:bold;}
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}
.ReOrderRow {
	margin-left:15px;
	text-align:left;
}

.PhotoGaleryCell {
	border: 1px solid #fdd786;
}
