/* 
layout.css
Site wide styles for layout styling only.
Author: Nathan Colgate Clark, Manikandan Rajasekaran, Ramanand Yadwadkar, Premkumar Balakrishnan
*/

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #7b7e7d;
	text-align:center;
	font-size:11px;
	background-color: #224811;
	background-image: url(../media/images/style/body_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	}
#wrapper {
	width: 962px;
	margin:0 auto;
	text-align:left;
	}

div#header{
	/* fix for IE background color */
	float: left;
	position:absolute;
	display:block;
	width: 962px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;

	}
div#header img#logo{
	float: left; 
	z-index: 1;
	margin-top: 18px;
	margin-left: 8px;
	}

#container {
	min-height:630px;
	height:auto!important;
	height:630px;
	background-image: url(../media/images/style/content_bg.gif);
	background-repeat: repeat-y;
	}

/*//////////////////////MAIN CONTENT STYLES/////////////////////*/

#main-2column {
	display:inline;
	float:left;
	padding: 0 10px 0 0;
	width:703px;
	background-color:#fff;
	min-height:630px;
	margin:0;
	}
#main-3column {
	display:inline;
	float:left;
	padding: 0;
	width:48%;
	min-height:630px;
	}
h1 {
	font-size:13px;
	color:#000;
	line-height:18px;
	margin:0 13px 10px 13px;
	font-weight: bold;
	}

h2 {
	font-size:12px;
	color:#7b7e7d;
	line-height:18px;
	margin:0 13px 10px 13px;
	font-weight: bold;
	}
h3 {
	font-size:11px;
	color:#000;
	line-height:18px;
	margin:0 13px 10px 13px;
	font-weight: bold;
	}
h3.alt {
	color:#006600;
	}
p {
	font-size:11px;
	margin:0 13px 10px 13px;
	line-height: 16px;
	}
ul {
	margin:10px 10px 10px 40px;
	padding:0;
	}
ul li {
	margin:0 0 3px 0;
	padding-left:7px;
	}
ol {
	margin:10px 10px 10px 40px;
	padding:0;
	}
ol li {
	margin:0 0 3px 7px;
	padding:0;
	}
ol ol {
	list-style-type:lower-alpha;
	}
a {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	color:#006600;
	}
a.faq {
	font-size:11px;
	color:#000;
	line-height:18px;

	font-weight: bold;
	text-decoration:underline;
	}
a.faq:hover {
	color:#aa0828;
	}
.pagetitle {
	display:block;
	clear:both;
	margin:0 0 13px 13px;
	padding: 8px 1px;
	font-size:20px;
	color:#aa0828;
	border-top:1px solid #c4c6c0;
	}
h1.Theme-Text {
	display:block;
	clear:both;
	margin:0 0 13px 10px;
	padding: 8px 1px;
	font-size:20px;
	font-weight:normal;
	color:#aa0828;
	border-top:1px solid #c4c6c0;
	}
.sectiontitle {
	display:block;
	clear:both;
	margin:16px 0 7px 13px;
	padding: 8px 1px;
	font-size:14px;
	font-weight:bold;
	color:#aa0828;
	border-top:1px solid #c4c6c0;
	}
.sectiontitle2 {
	display:block;
	clear:both;
	margin:16px 0 7px 13px;
	padding: 8px 1px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	border-top:1px solid #c4c6c0;
	}

/*List of FAQLinks */
ul.faqlinks {
	margin:0 13px 10px 13px;
	line-height: 15px;
	list-style-type:none;
	}
ul.faqlinks li {
	background:url(../media/images/style/question.gif) no-repeat 0 3px;
	margin:0;
	padding-left:20px;
	}
ul.faqlinks li a {
	color:#7B7E7D;
	font-weight:bold;
	margin:0;
	padding:0;
	text-decoration:none;
}

/*//////////////////////SIDEBAR STYLES/////////////////////*/
#sidebar {
	display:inline;
	float:right;
	width:23.6%;
	margin:0 10px;
	}
#sidebar h1 {
	display:block;
	background: url(../media/images/style/rightrail_header_bg.gif) repeat-x top left;
	font-weight:bold;
	font-size: 13px;
	color: #333333;
	margin:0;
	padding: 8px 13px;
	line-height:13px;
	border-top: 1px solid #7b7e7d;
	border-bottom: 1px solid #c4c6c0;
	}
#sidebar p {
	margin: 0;
	padding: 6px 10px;
	border-bottom: 1px solid #c4c6c0;
	}
#sidebar ul {
	margin:0 0 20px 0;
	list-style-type:none;
	padding:0;
	}
#sidebar ul li {
	border-bottom: 1px solid #c4c6c0;
	}
#sidebar ul li a {
	padding: 6px 7px;
	display:block;
	text-decoration:none;
	}
#sidebar ul li.download {
	background: url(../media/images/style/bkgrd_header_nrs3.gif) no-repeat 11px 7px;
	display: block;
	border-bottom: 1px solid #c6c4c0;
	padding-left:32px;
	}
