﻿body
{
	background: #f5f5dc;
	font-family: Candara, Helvetica Narrow, sans-serif;
	font-size : .93em;
}

/*
 * Default settings for generic tags
 */
hr
{
	height: 1px;
	border-style: solid;
    border-width: 1px 0 0 0;
    border-color: black;
}

h1
{
	font-size: x-large;
	color: #a6a68c;
	margin-top : 5px;
	padding-top : 10px;
}

h2
{
	font-size: large;
	padding-top: 10px;
}

h3
{
	font-size: medium;
	padding-top: 10px;
}

ul
{
	margin : 0px;
	padding: 0px;
}

li
{
	margin-top: 10px;
	margin-left: 20px;
	list-style-image: url(Images/arrowright.png);
	list-style-position: outside;
	color : #4c4c4c;
	line-height: 1.2em;
}

a
{
	color: #6495ED; /*CornflowerBlue*/
}

a:hover
{
	color: #add8e6; /*light blue*/
}

img 
{
	border:none;
}

p
{
	line-height: 1.2em;
	color : #4c4c4c;
}
/*
 *	Content frame settings
 */
#pageframe
{
    margin-left: auto;
    margin-right: auto;
	padding-top: 40px;
	width : 900px;
}

/* Rounded corners */
.top { background : url(Images/topborder.png) 0 0 repeat-x;z-index: 49;}
.bottom {background: url(Images/bottombordershadow.png) 0 100% repeat-x; z-index:49;}
.left {background: url(Images/leftborder.png) 0 0 repeat-y;z-index:49;}
.right {background: url(Images/rightbordershadow.png) 100% 0 repeat-y;z-index:49;} 
.bottomleft-corner {background: url(Images/leftcornerbottomshadow.png) 0 100% no-repeat; z-index: 50;} 
.bottomright-corner {background: url(Images/bottomrightcornershadow.png) 100% 100% no-repeat; padding-bottom: 14px; z-index: 50;} 
.topleft-corner { background: url(Images/topleft.png) 0 0px no-repeat; padding-left:1px; z-index: 50;} 
.topright-corner { background: url(Images/rightcornertopshadow.png) 100% 0 no-repeat; padding-top: 6px; padding-right: 12px; z-index: 50;} 
.logo
{
	padding: 0px 0px 10px 12px;
}
#content 
{
	background-color: White;
	padding : 10px 10px 0px 10px;	
	height : 100%;
	
}

/*
 * Settings for links at top of webpage
 */

#toplinks
{
	z-index: 1;
	text-align: right;
}

#toplinks ul li
{
	display: inline;
	list-style: none;
	padding : 0 0 0 .5em;
	
}
#toplinks a
{
	width: 150px;
	font-size: small;
	color: #808080;
}
#toplinks a:hover,
#toplinks a:active,
#toplinks a.AspNet-Menu-Selected
{
	color: #add8e6;
}

/*
 * Left Sidebar Settings	
 */

#sidebar
{
	float: left;
	width: 135px; 
}

#sidebar .AspNet-TreeView,
#sidebar .AspNet-Menu-Vertical 
{
	padding-top: 20px;
}

#sidebar ul,
ul.AspNet-Menu
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#sidebar ul li,
ul.AspNet-Menu li
{
	padding: 0 0 1px 0;
	margin : 0;
	list-style : none;
	
}
#sidebar ul.AspNet-Menu li
{
display: block;
}

#sidebar a
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background: gray;
	font-size: small;
	display: block;
	width: 120px;
	padding: 5px;
	text-decoration: none;
}

#sidebar a:hover,
#sidebar ul li:hover a,
#sidebar ul li.iehover a
{
	color: Black;
	background: #add8e6; /*light blue*/
}

#sidebar ul li.AspNet-TreeView-Selected a,
#sidebar ul.AspNet-Menu li.AspNet-Menu-Selected a
{
	background-color: #CBD79D; /*khaki green*/
	color: Black;
}

#sidebar .AspNet-TreeView-Root
{
	padding: none;
	margin: none;
}
#sidebar span.AspNet-TreeView-Collapse 
{
	background: Red;
	margin: 0px;
	padding: 1px;

	display : inline-block;
}
#sidebar .AspNet-TreeView ul li.AspNet-TreeView-Root .AspNet-TreeView-Selected a
{
	display: inline;
	color: Blue;
}

/*
 *	Main Content settings
 */

#maincolumn
{
	padding-left: 150px;
}

#maincontent
{
	font-size: .9em;
	min-height : 260px;
	display: inline;
}

#maincontent h1
{
	font-size: 1.3em;
}
#maincontent h2
{
	font-size : 1.1em;
}
#maincontent h3
{
	font-size : 1em;
}
#ContentMenu
{
	padding-left: 20px;
}
#ContentMenu a:visited
{
	color: #6495ED; /*Cornflowerblue*/
}
#ContentMenu a:hover,
#ContentMenu ul li:hover a,
#ContentMenu ul li.iehover a
{
	color: #add8e6; /*light blue*/ 
}
/*
 * Left Content Column settings
 */
#leftcol
{
	display: inline-block;
	float : left;
	width : 40%;
	height : auto;
	
}
#rightcol
{
	display: inline-block;
	float :right;
	width: 50%;
	height: auto;
}
/*
 * Bottom links settings
 */

#bottomlinks #topanchor
{
	float: left;
	background-image: url(Images/arrowup.png);
	background-position: left top;
	background-repeat: no-repeat;
	width : 40px;
}

#bottomlinks #topanchor a
{
	float: left;
	width : 40px;
}
#bottomlinks a:hover
{
	color: #add8e6; /*light blue*/
}

#bottomlinks 
{
	text-align: center;
}

#bottomlinks ul {
	margin-left: auto;
	margin-right: auto;
	border: 0 none;
	padding: 0 0 0 120px;
	width: 650px; 
	/*For KHTML*/
	list-style: none;
	height: 24px;
}


#bottomlinks ul li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; 
/*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}


#bottomlinks a 
{
  padding: 0 6px;
  display: block;
  font-size : small;
  color : #808080;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  display:inline;

}

#bottomlinks ul a:hover,
#bottomlinks ul li:hover a,
#bottomlinks ul li.iehover a 
{
  color: Black; 
  background-color: #add8e6; /*light blue*/
}

/*
 * Copyright settings
 */

#copyright
{
	color: #808080;
	font-size: smaller;
	text-align: center;
	border: 0;
	height: auto !important;
	height: 1%; /*for ie*/
}

#copyright a,
#copyright a:visited
{
	color: #808080;
}

#loginbox 
{
	text-align: center;
}

/*
 * About section settings - Picture profiles
 */

.profile
{
	border-bottom : 1px dotted #dcdcdc;
	padding: 10px 0;
	/*min-height : 180px;*/
	
}

.photo-border {
	border: 1px solid #cecece;
	padding: 4px;
	background: #d9d9d9 url(Images/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
}

.photo-float-left {
	float: left;
	margin: 10px;
	clear: left;
}

.photo-float-right {
	float: right;
	margin: 10px;
	clear: right;
}

/*
 * Misc settings
 */

.narrow-column
{
	width : 220px;
}

#collage
{
	overflow: scroll; 
	margin: 15px 5px 0px 5px; 
	width: 450px; 
	height: 267px;
}

.main-content-image
{
	float : right;
	padding : 5px;
}
.clear
{
	clear: both;
	height : 10px;
}

/* 
 * Contact Us Section
 */
.contactus
{
	float: left; 
	width: 386px; 
	display:inline;
	padding-left: 1em;
}
.details
{
	padding: 0.5em 1em;
}
.details span.leftfieldlabel
{
	display: inline-block;
	width: 90px;
	float: left;
}
.errorlist
{
	padding-top: 1em;
	padding-left: 3em;
}
.address
{
	padding: 5em .5em; 
	width: 200px; 
	display:inline;
}
