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

div.pdf {
float:left;
}

#letterhd img {
	/*position:absolute;*/
	/*left:50%;
	margin-left:-209px;*/
	
	
}
#purchase {
	/*position:relative;
	top:100px;*/
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	color:#16006F;
	font-size:14px;
}
#purchase h1 {
	font-size:24px;
	color:#015697;
}
p.footer {
	margin-top:20px;
	font-weight:bold;
	text-align:center;
}
#items {
	/*position:relative;
	top:100px;*/
	color:#16006F;
	line-height:1.2;
	text-align:left;
}
#items ul li {
	text-align:left;
	margin-left:30px;
}

body, html {
 font-family: Tahoma;
 font-size: 12px;
 background:#4ca1d7 url(../images/bg7.jpg) repeat-x fixed center top;
 height:100%;
}

p {
margin-left:20px;
margin-right:20px;
margin-bottom:10px;
}

p.quote {
margin-left:50px;
margin-right:50px;
font-size:14px;
text-align:justify;
}

p.italic {
	text-align:right;
	margin-right:100px;
	font-style:italic;
}

h1 {
	text-align:center;
	color: #0A3A59;
	margin-bottom:20px;
}

h3 {
	text-align:left;
	font-size: 16px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	color: #2481CE;
}

h3.blueheader2 {
	text-align:center;
	color: #00CCFF;
	text-decoration:underline;
}



.style1 {
	font-size: xx-large;
	color: #c7e5fc;
}
.style9 {font-size: 16px; color: #FFFFFF; font-weight: bold; }


a:link {
	color: #00CCFF;
	text-decoration: underline;
}
a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
a:hover {
	color: #66FF00;
	text-decoration: none;
}
a:active {
	color: #66FF00;
	text-decoration: underline;
}



/*ul li {
	margin-left:50px;
	line-height:1.5;
	list-style-type:disc;
	color:black;
	font-weight:bold;
	font-family:tahoma;
	font-size:12px;
	
}
*/
ol {
	margin-left:50px;
	margin-right:50px;
	line-height:2.0;
	margin-bottom:0px;
}
ul {	
	list-style-type:square;
	margin-left:50px;
	margin-right:50px;
	line-height:2.0;
	margin-bottom:0px;
}



#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-color:#0A3A59;
 position:relative;
 
}
#faux {
 background: url(../images/zeigler_02.gif); background-repeat:repeat-x;
 background-color:#0a3a59;
 margin-bottom: 0px;
 /*overflow: auto; *//* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}
#logo{
	position:relative;
	top:5px;
	left:13px;
}
#header {
 color: #333;
 width: 921px;
 padding: 0px;
 height: 108px;
 margin: 0px 0px 0px 0px;
 background-color: #D1DBDB;
 background-image:url(/images/zeigler_headerslice.gif);
 background-repeat:repeat-x;
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #ABBEBE;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 663px;
 min-height:100%;
 display: inline;
 position: relative;
}
#footer { 
 width: 922px;
 clear: both;
 color: #333;

 margin: 0px 0px 0px 0px;
 padding: 0px;
  height:113px;
  background-image:url(../images/zeigler_06.gif); background-repeat:repeat-x;
}
.clear { clear: both; background: none; }


/* powered by http://mierendo.com/software/rounded_css_boxes/ */
.my_corners_tl, .my_corners_t, .my_corners_tr, .my_corners_l, .my_corners_r, .my_corners_bl, .my_corners_b, .my_corners_br, .my_corners {
    width: 650px;
	/*height:690px;*/
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.my_corners_t {
    /*
        change this div to layout the whole box (width, height, float, margin, ...)
        example lines:
        width: 60%;
        margin: 7px 35px 0px 1px
        to change distance to content/text scroll to class ".my_corners" and change the padding
    */
    background-color: #ffffff;
    background-image: url("../images/my_corners_border.png");
    background-repeat: repeat-x;
    background-position: top;
}
.my_corners_tl {

    background-image: url("../images/my_corners_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.my_corners_tr {

    background-image: url("../images/my_corners_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.my_corners_bl {

    background-image: url("../images/my_corners_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.my_corners_br {

    background-image: url("../images/my_corners_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.my_corners {

    /* change this if you want to change the distance distance to text/content */
    padding: 20px 0px 0px 10.5px;
}

.my_corners_l {

    background-image: url("../images/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.my_corners_r {

    background-image: url("../images/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.my_corners_b {

    background-image: url("../images/my_corners_border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}



.blueheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2481CE;
	font-weight: bold;
}

.blueheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00CCFF;
	font-weight: bold;
}
.whitefont { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; font-weight:lighter; margin-top:15px;}

#rightcontent {
	margin-left:10px; 
	padding-top:20px; 
	margin-right:10px; 
	padding-bottom:150px; 
	
}

div.requirements {
float:right;
}
