/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
  background: #ccc;
}
#wrapper { 
 margin: 0 auto;
 width: 915px;
 background: #fff;
}
#header {
 color: #67676f;
 font-size: 10px;
 width: 895px;
 float: left;
 padding: 10px;
 height: 10px;
 margin: 0px 0px 0px 0px;
 background: #fff;
 text-align: center;
}
#navigation {
 float: left;
 width: 907px;
 height: 37px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background: #fff;
}


#SEOcontent {
 color: #67676f;
 font-family: Helvetica, sans-serif;
 font-weight:bold;
 font-size:12px;
 line-height: 15px;
 width: 895px;
 float: left;
 padding: 10px;
 margin: 10px 0px 0px 0px;
 background: #fff;
 text-align: center;
}
#FlashArea {
 width: 915px;
 float: left;
 padding: 0px;
 height: 395px;
 margin: 0px;
}

#leftcolumn { 
 color: #67676f;
 font-size:12px;
 line-height: 13px;
 background: #fff;
 margin: 20px 0px 0px 0px;
 padding: 0px 20px 20px 20px;
 height: 100%;
 width: 190px;
 float: left;
}
#leftcolumn p { margin: 8px 0px 0px 0px; }

.highlight_descrip
{ margin: 0px 0px 10px 0px;
 font-size:9px
 }

#content { 
 float: left;
 color: #67676f;
 background: #fff;
 border-right: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
 margin: 20px 0px 0px 0px;
 padding: 0px 20px 20px 20px;
 height: 100%;
 width: 445px;
 display: inline;
}

#content ul { margin: 10px 0px 10px 30px; }

.titlewithdescrip p { margin: 0px 0px 0px 30px; }
.titlewithdescrip h3 { margin: 10px 0px 0px 0px; }

#rightcolumn { 
 color: #67676f;
 font-size:11px;
 line-height: 14px;
 background: #fff;
 margin: 20px 0px 0px 0px;
 padding: 0px 20px 20px 20px;
  height: 100%;
 width: 155px;
 float: right;
}

#rightcolumn_home { 
 color: #67676f;
 font-size:12px;
 background: #fff;
 margin: 20px 0px 0px 0px;
 padding: 0px 20px 20px 20px;
  height: 100%;
 width: 155px;
 float: right;
}

#rightcolumn_home p { margin: 6px 0px 0px 0px; }

#footer { 
 width: 495px;
 clear: both;
 color: #67676f;
 background: #fff;
 margin: 0px 200px 10px 200px;
 padding: 10px;
 text-align: center;
}

.clear { clear: both; background: none; }
p { margin: 10px 0px 0px 0px; }
h1 { color: #4f6799; font-size: 18px; line-height: 20px; font-family: helvetica, san-serif; }
h2 { color: #000; font-size: 12px; line-height: 14px; font-family: verdana, san-serif; font-weight: bold; margin: 10px 0px 10px 0px;}
h3 { color: #4f6799; font-size: 13px; line-height: 15px; font-family: helvetica, san-serif; margin: 10px 0px 10px 0px; }

a { color: #0051b5; text-decoration: none }
a:hover { color: #000000; text-decoration: none }
