/* @group CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	overflow-y: auto;
}

a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.align-right {
	text-align: right;
}

.capitalize {
	text-transform: capitalize;
}

/* @end */

/* @group Structure */

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #191919 url(../images/default-body.jpg) repeat 0 0;
}

#container {
	padding: 20px 0 50px;
	background: url(../images/default-container.jpg) repeat-x 0 0;
}

#header, #layout, #lost-help, #form-links, #collapse-head, #collapse-body, .topic, .topic-right-head, #upload .file-categories {
	display: inline-block;
}

#header, #layout, #lost-help, #form-links, #collapse-head, #collapse-body, .topic, .topic-right-head, #upload .file-categories {
	display: block;
}

#header:after, #layout:after, #lost-help:after, #form-links:after, #collapse-head:after, #collapse-body:after, .topic:after, .topic-right-head:after, #upload .file-categories:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Header */

#header {
	width: 945px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
}

#header #logo {
	height: 95px;
	margin-bottom: 20px;
	background: url(../images/main-logo1.png) no-repeat 0 0;
	float: left;
}

#header #logo a {
	width: 278px;
	height: 0;
	padding-top: 44px;
	display: block;
	overflow: hidden;
}

#header-right {
	color: #fff;
	font-size: 87.5%;
	width: 70%;
	text-align: right;
	float: right;
}

#header-right li {
	padding-right: 9px;
	margin-right: 4px;
	display: inline;
	border-right: 1px solid #fff;
}

#header-right li:last-child {
	border: none;
}

#header-right a {
	color: #fff;
	text-decoration: none;
}

#header-right a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Layout */

#layout {
	color: #999;
	min-height: 500px;
	width: 905px;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
	background-color: #fff;
}

#login-layout {
	min-height: 500px;
	width: 743px;
	padding: 90px 0 0 202px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;
	background-color: #fff;
}

#layout #layout-left {
	width: 544px;
	float: left;
}

#layout #layout-right {
	width: 354px;
	float: right;
}

#layout #layout-left h1 {
	color: #39131a;
	font-size: 200%;
}

/* @end */

/* @group Collapse */

#collapse {
	height: 227px;
	width: 504px;
	padding: 20px;
	margin-bottom: 30px;
	background: url(../images/collapse.jpg) no-repeat 0 0;
}

#collapse h1 {
	width: 350px;
	float: left;
}

#collapse a {
	color: #39131a;
	text-decoration: none;
}

#collapse a:hover {
	text-decoration: underline;
}

#collapse-head {
	padding-bottom: 15px;
	margin-bottom: 45px;
	border-bottom: 1px solid #ccc;
}

#close-forever {
	font-size: 87.5%;
	width: 100px;
	padding-left: 20px;
	margin-top: 5px;
	background: url(../images/close-forever.png) no-repeat 0 2px;
	float: right;
}

#collapse-body p {
	color: #39131a;
	font-size: 87.5%;
	font-weight: bold;
	width: 150px;
	padding-top: 70px;
	float: left;
}

#collapse-body #watch-video {
	background: url(../images/video-img.png) no-repeat 35px 0;
}

#collapse-body #read-faqs {
	background: url(../images/faq-img.png) no-repeat 27px 0;
}

#collapse-body #submit-ticket {
	background: url(../images/question-img.png) no-repeat 27px 0;
}

/* @end */

/* @group Popular Topics */

#popular-topics {
	margin-bottom: 10px;
}

#popular-topics h1 {
	margin-bottom: 10px;
}

.topic {
	padding-bottom: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
}

.topic:last-child {
	border: none;
}

.topic a {
	color: #659bc1;
	font-size: 75%;
}

.topic img {
	width: 25px;
	margin-top: 7px;
	float: left;
}

.topic p {
	font-size: 68.75%;
}

#topics-list .topic-right {
	width: 510px;
	float: right;
}

#favorites-list .topic-right {
	width: 280px;
	float: right;
}

.topic-right-small {
	width: 285px;
	float: right;
}

.topic-attachment {
	width: 21px;
	height: 22px;
	background: url(../images/paperclip.png) no-repeat 5px 4px;
	float: left;
}

.topic-right-head h3 {
	float: left;
}

/* @end */

/* @group Resource Sidebar */

#layout #layout-right #upcoming h4, #upcoming-body {
	color: #39131a;
	font-weight: bold;
	padding-left: 14px !important;
	padding-right: 14px !important;
	padding-bottom: 5px !important;
	background: #97afcb url(../images/default-bkgd.jpg) repeat 0 0;
}

#layout #layout-right h4 {
	font-size: 112.5%;
	padding: 5px;
}

#upcoming {
	width: 354px;
}

#upcoming-body {
	font-size: 75%;
	padding: 0 5px;
	margin-bottom: 15px;
}

#upcoming-body p {
	padding-bottom: 5px;
}

#upcoming-body a {
	color: #0e2441;
	text-decoration: none;
}

#upcoming-body a:hover {
	text-decoration: underline;
}

#favorites {
	margin-bottom: 15px;
}

#favorites h4, #blog-sidebar h4 {
	color: #39131a;
	width: 340px;
	height: 40px;
	padding: 4px 0 0 14px !important;
	margin: 0;
	background: url(../images/default-sidebar-head.jpg) no-repeat 0 0;
}

#favorites ul, #blog-sidebar ol {
	margin-left: 14px;
	padding: 0 10px 10px;
	background: #f2f2f2 url(../images/sidebar-bkgd.jpg) repeat 0 0;
}

#blog-sidebar li {
	font-size: 87.5%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

#blog-sidebar li:last-child {
	border-bottom: none;
}

#blog-sidebar li a {
	color: #999;
	font-weight: bold;
	display: block;
}

#blog-sidebar li span {
	font-size: 71.43%;
}

/* @end */

/* @group Search */

#search {
	padding: 10px;
	margin-bottom: 30px;
	background: #97afcb url(../images/default-bkgd.jpg) repeat 0 0;
}

#search h2 {
	color: #39131a;
	font-size: 87.5%;
	font-weight: bold;
	margin-bottom: 5px;
}

#search .cat_textbox_small {
	width: 88%;
}

#detailed-search {
	margin-top: 10px;
}

.ds-group {
	margin-bottom: 20px
}

#detailed-search p {
	color: #204a6f;
	font-size: 75%;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.ds-group li {
	color: #000;
	font-size: 75%;
	margin-bottom: 2px;
}

/* @end */

/* @group Upload */

#upload h1 {
	padding: 15px;
	margin-bottom: 15px;
	background: #97afcb url(../images/default-bkgd.jpg) repeat 0 0;
}

#upload h5, #upload p {
	color: #000;
	font-size: 87.5%;
	font-weight: bold;
	margin-bottom: 10px;
}

#upload .file-item {
	margin-bottom: 15px;
}

#upload textarea {
	width: 75%;
	height: 150px;
}

#upload .file-categories p {
	font-size: 75%;
	width: 180px;
	float: left;
}

#upload .checkbox {
	margin-right: 10px;
	margin-top: 1px;
	vertical-align: middle;
}

#upload a {
	color: #659bc1;
	text-decoration: none;
}

#upload a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Login */

#login-box {
	width: 466px;
	height: 304px;
	padding: 33px 38px;
	background: url(/images/login-box-large.jpg) no-repeat 0 0;
}

#login-box #logo {
	height: 95px;
	margin-bottom: 20px;
	background: url(/images/logo1.png) no-repeat 0 0;
}

#login-box #logo a {
	width: 195px;
	height: 0;
	padding-top: 44px;
	display: block;
	overflow: hidden;
}

#login-form .item {
	margin-bottom: 10px;
	padding: 0;
}

#login-form p {
	margin-bottom: 3px;
}

#login-form .cat_textbox_small {
	height: 20px;
	width: 450px;
	padding: 3px;
	margin: 0;
	font-size: 16px;
	border: 1px solid #eee;
	background-color: #fafafa;
}

#login-form .cat_textbox_small:focus {
	border: 1px solid #ccc;
}

#login-form #remember {
	margin-bottom: 20px;
}

#lost-help {
	margin-top: 7px;
	float: left;
}

#form-links p {
	font-size: 75%;
	margin-right: 10px;
	float: left;
}

#form-links p a {
	color: #39131a;
	text-decoration: none;
}

#form-links p a:hover {
	text-decoration: underline;
}

#form-links .cat_button {
	height: 34px;
	width: 103px;
	background: url(../images/login-form-btn.jpg) no-repeat 0 0;
	border: none;
	float: right;
}

/* @end */

/* @group Detail Page */

#resource-details h1 {
	color: #000;
	font-size: 200%;
	margin-bottom: 15px;
}
 
#resource-details p {
	margin-bottom: 15px;
}

#resource-details a {
	color: #659BC1;
	text-decoration: none;
}

#resource-details a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Footer */

#footer {
	color: #fff;
	font-size: 75%;
	width: 945px;
	margin: 0 auto;
	text-align: left;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

/* @end */
