﻿/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Custom CSS */

body {
	background-image:url('../images/resources/background_gradient.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#fff;
	font-family:Arial, sans-serif;
}

#side a:link, #side a:visited {
	text-decoration:none;
	color:#270075;
	font-size:14px;
}

#side a:hover, #side a:active {
	text-decoration:none;
	color:#aaaaaa;
}

em {
	font-style:italic;
}

#header {
	width:800px;
	font-size:13px;
	margin:0 auto;
}

#header .headerlink {
	float:right;
	padding-top:4px;
	color:#270075;
}

#header a:link,#header a:visited {
	text-decoration:underline;
	color:#270075;
}

#header a:hover,#header a:active {
	text-decoration:underline;
	color:#626262;
}

#header img {
	margin-top:15px;
	padding-bottom:8px;
}

#menu {
	width:800px;
	margin:0 auto;
}

#menu .menuleft {
	height:33px;
	background-image:url('../images/resources/menu_left.png');
	background-position:left;
	background-repeat:no-repeat;
}

#menu .menuright {
	height:33px;
	margin-top:-33px;
	background-image:url('../images/resources/menu_right.png');
	background-position:right;
	background-repeat:no-repeat;
}

#menu ul {
	height:33px;
	width:782px;
	font-size:14px;
	text-align:left;
	background-image:url('../images/resources/menu_fill.png');
	background-position:left;
	background-repeat:repeat-x;
	margin:-33px 0 0 9px;
}

#menu li {
	height:33px;
	float:left;
	padding:0 15px;
}

#menu .separator {
	background-image:url('../images/resources/menu_separator.png');
	background-position:top left;
	background-repeat:no-repeat;
}

#menu a {
	position:relative;
	top:7px;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	color:#fff;
}

#menu a:hover, #menu a:active {
	text-decoration:none;
	color:#b0b0b0;
}

#dropdown div {

}

.contentleft {
	height:325px;
	width:14px;
	background-image:url('../images/resources/body_leftcorner.png');
	background-position:left;
	background-repeat:no-repeat;
}

.contentright {
	height:325px;
	width:14px;
	background-image:url('../images/resources/body_rightcorner.png');
	background-position:right;
	background-repeat:no-repeat;
	margin-top:-325px;
	float:right;
}

.contentcenter {
	height:325px;
	background-image:url('../images/resources/body_topshadow.png');
	background-position:left;
	background-repeat:repeat-x;
	margin:-325px 14px 0;
}

#main {
	width:809px;
	margin:13px auto 0;
}

#side {
	width:235px;
	float:left;
}

#side img {
	padding-top:14px;
}

#content {
	width:558px;
	margin-left:16px;
	float:right;
}

#content img {
	padding:0 0 15px 15px;
}

#content .text, #admin .text {
	font-size:12px;
	padding:0 0 10px 20px;
/*	padding:30px 15px 0;*/
}

.text ul {
	list-style-type:disc;
	margin-left: 16px;
}

.text li {
	padding: 2px 0;
}

.text a:link, .text a:visited {
	text-decoration:none;
	color:#270075;
	font-size:12px;
}

.text a:hover, .text a:active {
	text-decoration:none;
	color:#aaaaaa;
}

#content h1 {
	padding-bottom:10px;
	text-align:center;
	font-weight:700;
	font-size:16px;
	color:#270075;
}


#content h2, #admin h2 {
	padding-left:20px;
	padding-bottom:10px;
	font-weight:700;
	font-size:14px;
	color:#270075;
}


#content p {
	padding-bottom:10px;
}

#internal {
	width:809px;
	float:right;
	font-size:13px;
}

#footer {
	clear:both;
	padding:30px 0;
	text-align:center;
	font-size:11px;
	color:#626262;
}

#adminside {
	width:200px;
	float:left;
}

#adminside a:link, #adminside a:visited {
	text-decoration:none;
	color:#270075;
	font-size:14px;
}

#adminside a:hover, #adminside a:active {
	text-decoration:none;
	color:#aaaaaa;
}

#admin {
	width:593px;
	float:right;
}

#toppadding {
	padding-top:20px;
}

#login table {
	width:400px;
	margin:auto;
	padding-top:10px;
	font-size: 13px;
}

th, td {
	padding:8px;
}

#login label, #login strong {
	color:#270075;
	width: 200px;
}

#login .inputtext {
	background:#e4e4e4;
	border:1px solid #270075;
	padding:3px;
	width:200px;
}

#login a:link, #login a:visited {
	text-decoration:none;
	color:#270075;
	font-size:12px;
}

#login a:hover, #login a:active {
	text-decoration:none;
	color:#aaaaaa;
}

h1 {
	padding:10px 0;
	text-align:center;
	font-weight:700;
	font-size:18px;
	color:#270075;
}

hr {
	margin-top:10px;
	color:#aaaaaa;
	background-color:#aaaaaa;
	border:0;
	height:1px;
	width:100%
}

#webmaster a:link, #webmaster a:visited {
	text-decoration:none;
	color:#270075;
	font-size:12px;
}

#webmaster a:hover, #webmaster a:active {
	text-decoration:none;
	color:#aaaaaa;
}

#webmaster table {
	width:550px;
	margin:auto;
	padding-top:10px;
	font-size: inherit;
}

#webmaster th {
	font-size:13px;
	font-weight:700;
	color:#270075;
	text-decoration:underline;
	text-align:left;
}

#webmaster textarea {
	background:#e4e4e4;
	border:1px solid #270075;
	padding:3px;
	height:100px;
	width:100%;
}

#webmaster td {
	font-size:12px;
}

.users {
	border-bottom:1px dotted #aaaaaa;
}