/* SET BASE FONT ATTRIBUTES */
html, body {
	font: small/160% "Lucida Grande", "Lucida", "Lucida Sans Unicode", "Trebuchet MS", Verdana, helvetica, arial, sans-serif;
	color: #999;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre, div
{margin: 0; padding: 0;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, h6, #commentList dt {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #f60;
	font-weight: normal;
	margin-bottom: 5px;
}

h1 {font-size: 1.8em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #f60;
}

a:hover {
	color: #09c;
}

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

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

/****************** Start specific styles *********************/

html,body {
	height: 100%;
	background: #333 url(../img/main_bg.gif) repeat-x;
}

#Container {
	background: #232424;
	width: 778px;
	margin: 0 auto;
	border: 1px solid #000;
}

#Logo {
	position: relative;
	width: 400px;
	height: 115px;
	margin: 60px auto 20px;
	background: url(../img/splash_logo.jpg) no-repeat;
}

.content {
	width: 400px;
	margin: 0 auto 20px;
}

.content p,
.content small {
	display: block;
	text-align: center;
}

#cols {
	width:  400px;
	padding-left: 20px;
	margin: 0 auto 20px;
	list-style: none;
}

#col1,
#col2,
#col3 {
	display: block;
	float: left;
	width: 190px;
}

#cols dl {
	list-style: none;
}

#cols dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #f60;
}

#cols a:link,
#cols a:visited {
	color: #666;
	font-weight: normal;
}

#cols a:hover {
	color: #999;
	font-weight: normal;
}

#enter {
	background: url(../img/enter_but.gif) no-repeat;
	display: block;
	width: 150px;
	height: 28px;
	margin: 0 auto 10px;
}

#enter:hover {
	background: url(../img/enter_but_o.gif) no-repeat;
}

#enter span {
	display: block;
	visibility: hidden;
}

#subNav {
	display: none;
}

#Footer {
	background: #2a2b2b;
	min-height: 25px;
	clear: both;
	padding: 8px 20px 0;
	border-top: 1px solid #666;
}

#Footer p {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0.8em;
}

#Footer p.copyright {
	float: right;
}

#Footer a,
#Footer a:hover {
	color: #ccc;
	font-weight: bold;
}

a.externalLink,
a.externalLink:hover {
	padding-right: 10px;
	background: url(../img/external_link.png) no-repeat 100% 50%;
}

/************************
* Utility styles
************************/

.clear {
	clear: both;
}

#Content .infoMsg,
#Content .errorMsg,
#Content .error,
#Content .message,
#Content .error_message {
	width:  400px;
	display: block;
	font-size: 1.2em;
	background-image: url(../img/notices/accept24.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	margin: 10px auto;
	padding: 10px 10px 10px 30px;
	background-color: #333;
	border: none;
	color: #999;
}

#Content .elemSpace .error_message {
	margin-top: 0;
}

#Content .infoMsg {
	background-image: url(../img/notices/info24.png);
}

#Content .errorMsg,
#Content .error,
#Content .error_message {
	background-image: url(../img/notices/error24.png);
}

#Content .infoMsg ul,
#Content .errorMsg ul,
#Content .message ul,
#Content .error_message ul {
	margin: 0;
	padding: 0;
}

#Content .infoMsg li,
#Content .errorMsg li,
#Content .message li,
#Content .error_message li {
	list-style-type: none;
}

#Content .infoMsg *,
#Content .errorMsg *,
#Content .message *,
#Content .error_message * {
	margin: 0;
	padding: 0;
}

.required {
	font-weight: bold;
	color: #f60;
}

.optional {
	font-weight: normal;
	font-size: 0.8em;
	color: #0c9bce;
}