
/* CSS base file derived from the DILEMMA template
   James / Creative Nucleus
   www.creativenucleus.com
*/



/* Generic Definitions
   -------------------
*/

body, input, select {
	font-size: 14px;
}


body {
	margin: 10px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url('../watermark.png');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	font-family: 'Arial', sans-serif;
}


div {
	padding: 0px;
	margin: 0px;
}


p, div {
	text-align: left;
}


form {
	margin: 0px;
}


ul {
	margin-top: 0px;
}



ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}


em, strong {
	font-weight: bold;
	font-style: normal;
	color: #BA801B;
}


strong {
	text-transform: uppercase;
}


a {
	font-style: italic;
}

a:link {
	color: #225CE3;
}


a:visited {
	color: #0238B7;
}


a:hover, a:active {
	color: #749EF0;
}

a img {
	border-style: none;
	border-width: 0px;
}


h1 {
	margin: 0px;
	font-size: 250%;
}

h2 {
	font-size: 120%;
	color: #BA801B;
}


h2 a {
	font-style: normal;
}


dt {
	font-weight: bold;
}

/* Widgets
   --------------------
*/


.nowrap {
	white-space: nowrap;
}




/* Specific Definitions
   --------------------
*/


div#menu_bar, div#footer {
	margin: 5px 0px 5px 0px;
	background-color: #DF9045;
	color: #442200;
	border-width: 1px;
	border-style: solid;
	border-color: #DFA975 #B46B26 #B46B26 #DFA975;
	text-align: center;
}


div#menu_bar a, div#footer a {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #FFFA6A;
}


div#menu_bar a:hover, div#footer a:hover {
	color: #ffffff;
}


div#header {
	height: 140px;
}


div#header h1 {
	font-size: 30px;
}


div#menu_bar {
}

div#side_bar {
	position: absolute;
	right: 10px;
	width: 200px;
}



div#main {
	top: 0px;
	margin-right: 215px;
	min-width: 300px;
}


div#main_content {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding: 10px 0px 10px 0px;
}


div#main_content h1 {
	margin-bottom: 15px;
}

div.boxout, div.boxout_special, div#options_boxout {
	border-style: solid;
	margin-bottom: 8px;
	padding: 6px;
}


div.boxout {
	background-color: #F8F0CF;
	border-color: #cc0000;
	border-width: 1px 0px 1px 0px;
}

div.boxout_special {
	background-color: #F8F8CF;
	border-color: #cc4400;
	border-width: 1px 0px 1px 0px;
}

div#options_boxout {
	background-color: #F8F0CF;
	border-color: #cc0000;
	float: right;
	height: 120px;
	border-width: 1px;
	margin-top: 10px;
}


div.quicklinks_boxout {
	float: right;
	background-color: #F8F8CF;
	border-color: #cc4400;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	margin-left: 10px;
	padding: 6px;
}


div.quicklinks_boxout h1 {
	font-size: 120%;
	text-align: left;
	margin-bottom: 10px;
}

div.quicklinks_boxout dl {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

div.quicklinks_boxout dt {
	padding: 3px 0px 3px 0px;
}


div.boxout h1, div.boxout_special h1, div#options_boxout h1 {
	font-size: 120%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #aa0000;
}

div#footer {
}


div#credit {
	font-size: 65%;
	text-align: right;
	color: #808080;
}
