/*
Created by Tjobbe Andrews of www.sitecreative.net - the author must be creditted when using this work
*/

body	{text-align:center; margin:0 auto; background:#38424B; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:90%; }
h1 		{margin:0 0 5px 0; padding:0; border-bottom: 2px dotted #9a9a9a; font-weight: normal; font-size: 2.7em; letter-weight: -1px; color: #c63; }
h2		{font-size:150%; margin:0 0 5px 0; padding:0; font-weight:normal; line-height:140%; }
p		{margin:0; padding:0 0 15px 0; line-height:140%; }
a		{color:#000000; text-decoration:underline; font-weight:bold; }
a:hover	{text-decoration:none; }
img		{border: 0; }
hr		{height: 1px; border: 0; color:black; background-color:black; }

/*structural*/
#all			{margin:0 auto; text-align:left; width:800px; }
#container		{padding:20px; margin:20px 0; background:#FFF /*url('../images/intro.jpg') no-repeat*/ 20px 98px; }
#content		{padding:20px 10px 5px 10px; float:left; width:745px; }
#rightColumn	{float:right; width:170px; padding:20px 20px 5px 10px; }
#footer			{margin:20px 0; clear:both; text-align:left; width:760px; padding:5px 20px 5px 20px; background:#FFFFFF; font-size:90%; }
#footer span	{float:right; }

/*navigation*/            /*220 was here to provide intro.png space */
ul#nav			{margin:0 0 0 0; padding:20px 0; background:#272F36; }
#nav li			{margin:0; padding:0; list-style:none; display:inline; }
#nav a			{padding:20px; color:#FFF; text-decoration:none; border-right:20px solid #272F36; border-left:20px solid #272F36; background:#272F36; }
#nav a:hover	{/*border-right:20px solid #FFF; border-left:20px solid #FFF;*/ background:#38424B }

/*stops the home button going weird*/
#noLeftBorder a, #noLeftBorder a:hover	{border-left:0;}

/*custom headers*/
h2#speech	{background:#38424B url('../images/title.png') no-repeat left top; height:90px; /*padding:0;*/ /*margin:20px;*/margin:10px 0 0 0; font-size:180%; font-weight:normal; color:#000; }
h2#header	{background:#FFF url('../images/speech.gif') no-repeat left top; padding:38px 10px 10px 10px; margin:0; font-size:140%; font-weight:normal; }

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */

table#error { width: 100%; background-color: #CD5C5C; border: 2px solid #000000;}
table#success { width: 100%; background-color: #ADFF2F; border: 2px solid #000000;}
table#warning { width: 100%; background-color: #FFDEAD; border: 2px solid #000000;}
table#submenu { margin-left: auto; margin-right: auto; background-color: #38424B; border: 4px solid #272F36; border-top: 0px; padding: 0px;}
#submenu a { color:#FFFFFF; text-decoration: none; }
#submenu a:hover { color:#FFFFFF; text-decoration: underline; }