/*
      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: Georgia, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 17px;
 margin: 0;
 color: #3c4043;
}

h1 {
 font-family: Georgia, Helvetica, sans-serif;
 font-size: 17px;
 line-height: 19px;
 margin: 0;
 color: #0074Ae;
}

h3 {
 font-family: Georgia, Helvetica, sans-serif;
 font-size: 15px;
 line-height: 17px;
 margin-top: 10px;
 color: #0074Ae;
}


#wrapper { 
 margin: 0 auto;
 width: 703px;
}
#header {
 width: 703px;
 float: left;
 padding: 0px;
 height: 89px;
 background:url("../images/header.jpg") no-repeat;
}
#navigation {
 float: left;
 width: 703px;
  height: 30px;
  font-family: arial, Helvetica, sans-serif;
 background:url("../images/nav_bkgrd.jpg") no-repeat;
}
#leftcolumn { 
 margin: 0px;
 padding-left: 20px;
 width: 150px;
 float: left;
line-height: 14px;
}

#rightcolumn { 
 float: right;
 margin: 0px 0px 5px 0px;
 padding: 30px 10px 5px 0px;
 width: 515px;
 display: inline;
}

#rightcolumn p {margin-top: 10px; }

#rightcolumn ul,ol {
list-style-type: square;
 padding: 10px 0px 0px 40px;
}

.indent  {margin-left: 40px; }

#footer { 
 width: 680px;
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: 11px;
}

#copyright { 
 font-family: Georgia, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 12px;
 margin-top: 20px;
 color: #444;
 text-align:center;}

a {
 color: #04629c;
 text-decoration: none
}

a:hover {
 color: #000;
}

.curved-box
    {
    width: 115px;
    margin: 10px;
    text-align: center;
}

.curved-box h2
    {
    font-size: 11px;
    background: url(../images/curved_header.jpg) no-repeat left top;
    color: #f4fbfd;
    padding: 2px 5px 2px 5px;    
}

.curved-box a {
 color: #e0bb6b;
 text-decoration: none
}

.curved-box a:hover {
 color: #000;
}

.curved-box-bg
    {
    width: 328px;
    margin: 10px;
    text-align: center;
    float: right;
}

.curved-box-bg h2
    {
    font-size: 13px;
    background: url(../images/curved_header_bg.jpg) no-repeat left top;
    color: #f4fbfd;
    padding: 5px 5px 5px 5px;    
}

.curved-box-bg a {
 color: #e0bb6b;
 text-decoration: none
}

.curved-box-bg a:hover {
 color: #000;
}



/* top nav rounded */


#nav {
	margin: 0;
	padding: 5px 0px 40px 110px;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 8px 12px;
	text-decoration: none;
	color: #000;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #fff;
	background: url(../images/tab_circle.gif) no-repeat bottom center;
	}
	
/* footer nav rounded */	

#footer_navlist
{
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

#footer_navlist li
{
display: inline;
padding: 0px;
margin: 0;
}

#footer_navlist a:link.active, #footer_navlist a:visited.active, #footer_navlist a:hover {
	color: #000;
	}


