/* Global Resetting */
html{	
	width: 100%;
	height: 100%;
	background:fff;
}
body {
	width: 100%;
	height: 100%;
	/*font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
}
* {
	/* font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Arial,sans-serif;
	list-style:none;
}
a img{
	border:0;
}

ul.optionset {
    clear:both;
    list-style:none;
}
ul.optionset li.odd, ul.optionset li.even {
    list-style-type:none;   
}

#Form_SurveyForm_Concept li {
    padding-bottom:50px;   
}
#Form_SurveyForm_comments {
    width:500px;   
}

.clear{
	clear:both;
}

/* Layout CSS */
#Main {
	margin:0px auto;
	width:960px;
   
}
#Header {
        border-top:3px solid #231f1e;
        border-bottom:3px solid #231f1e;
        background:#fff;
        position:relative;
        float:left;
        margin:30px 0 0 0;
        height:154px;
        width:100%;
}

#click {
	position:absolute;
        left:800px;
        z-index:99;             
}
	
#logo {
        position:absolute;
        top:-30px;
        left:10px;
        z-index:90;
}
    
/* menu */

#menu-container {
    float:left;
    position:relative;
    width:810px;
    display:block;
    font-size:16px;
    margin:0 0 0 170px;
    
}
#drop-down-menu {
	display:block;
        position:absolute;
	margin:0px;
	padding:0 0 0 5px;
	text-align:left;
	list-style-type:none;
	top:120px;
	
}
#drop-down-menu li {
	font-size:16px;
	font-weight:bold;
	float:left;
	padding:5px;
	cursor:pointer;
	background:#ccc;
	width:147px;
}
#drop-down-menu li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-top:10px;
}
#drop-down-menu li ul li {
	display:block;
	float:none;
	clear:both;
}
#drop-down-menu li ul li a {
	text-decoration:none;
	display:block;
        text-align:left;
      
}
    
ul.links {
           
}

#ContentContainer {
    width:100%;
	/* background:#ffcc33; 
	padding-top:50px;
	padding-bottom:20px;*/
	overflow: auto;
}

#Banner {
	text-align: center;
}


#Content {
	float: left;
	margin: 0;
    padding:0;
    width:100%;
    
}
#left-column {
    float:left;
    background-color:#ffcc33;
    width:610px;
    margin-right:10px;
    padding:50px 20px 10px 20px;
}
#right-column {
    float:left;
    width:290px;
    margin:20px 0 0 0;
   background-color:#fff;
}
#right-column img {
    border:3px solid #231f1e;   
}

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

#Footer {
	background:#231f1e;;
	clear:both;
	text-align:right;
	padding-right:20px;
	border:1px solid #ccc;
	border-top:0;
}
	#Footer span {
		color:#ccc;
		font-size:1.1em;
		line-height:2em;
		font-weight:bold;
		padding-left:20px;
		/* background:url(../images/ss_logo.gif) no-repeat; */
	}
	#Footer a {
		color:#fff;
	}
		#Footer a:hover {
			text-decoration:none;
		}


/* The rest of this file is for the second tutorial */
#NewsList,
#StaffList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#NewsList li,
#StaffList li {
	margin: 0;
	list-style-type: none;
}
	#NewsList li.newsDateTitle span {
		color:#666;
		line-height:2em;
	}
	#NewsList li.newsDateTitle a {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #0083C8;
		}
		
	#NewsList li.newsSummary {
		margin-bottom:20px;
	}
		#NewsList li.newsSummary span {
			font-size:1.1em;
			line-height:1.5em;
			color:#333;
		}
		#NewsList li.newsSummary a.readMoreLink {
			color:#0083C8;
			text-decoration:none;
		}
			#NewsList li.newsSummary a.readMoreLink:hover {
				border-bottom:1px dotted #0083C8;
			}

div.newsDetails {
	margin-bottom:10px;
}

div.newsDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

div.pageComments {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 60px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 60px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

#PageComments {
	list-style:none;
	background:#e9e9e9;
	border:1px solid #ccc;
	border-bottom:0;
	padding:0;
	margin:0;
}
	#PageComments li {
		list-style:none;
		padding:5px;
		margin:0;
		font-size:1em;
		border-bottom:1px dotted #bbb;
	}
		#PageComments li p span {
			font-style:italic;
		}
		#PageComments a.deletelink {
			font-weight:bold;
		}

			
#PageNumbers {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:#e9e9e9;
}
#PageNumbers * {
	padding:0 5px;
	line-height:1.5em;
}
#PageNumbers a {
	color:#0083C8;
	text-decoration:none;
}
	#PageNumbers a:hover {
		text-decoration:underline;
	}

		

