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

body	{text-align:center; margin:0; padding:0; background:#CCCCCC; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; line-height:130%; }
h1		{margin:0; padding:0 0 5px 0; font-weight:normal; font-size:150%; }
a		{color:#000000; text-decoration:underline; }
a:hover	{text-decoration:none; }

/*structural*/
#all			{margin:20px auto 10px auto; padding:1px; width:778px; background:#FFFFFF; text-align:left; }
#content		{float:left; padding:20px 20px 5px 20px; width:470px; }
#contentbig		{float:left; padding:20px 20px 5px 20px; width:670px; }
#rightColumn	{float:right; padding:20px 20px 5px 20px; width:200px; margin:-190px 20px 0 0; background:#4169e1; border:1px solid #FFFFFF; color:#FFFFFF; }
#rightColumnPic	{float:right; padding:5px 5px 2px 5px; width:133px; margin: 25px 30px 0 0; background:#FFFFFF; border:1px solid #4169e1; color:#4169e1; }
#footer			{clear:both; padding:10px 20px 5px 20px; font-size:80%; background:#a52a2a; color:#FFFFFF; }
#footer span	{float:right; }
#footer a		{color:#FFFFFF; }

/*custom heading*/
h1#intro	{background:url('../images/OPC_Intro.jpg') no-repeat 0 0; color:#FFFFFF; margin:0; padding:20px 0 160px 20px; font-size:200%; font-weight:normal; display:block; }
h1#intro a	{text-decoration:none; color:#FFFFFF; display:block; }

/*navigation*/
ul#nav			{margin:0 0 1px 0; padding:10px 0; background:#a52a2a; }
#nav li			{margin:0; padding:0; list-style:none; display:inline; }
#nav a			{color:#FFFFFF; text-decoration:none; padding:10px 20px; text-transform:uppercase; background:#a52a2a; }
#nav a:hover	{color:#999999; }

/**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 */