/*
      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, 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 {
	font-size: 16px;
	margin-bottom:20px;
	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 {
	margin-bottom:20px;
	margin-top:20px;
	list-style-image:url(/images/arrow.jpg);
	
}

/*
ul {
	margin-bottom:20px;
	margin-top:20px;
	list-style-image:url(/images/arrow.jpg);
	list-style-position:inside;
	
}

#home ul li {
	margin-left:150px;
	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:1.5;
	margin-bottom:20px;
}

ol.process {
	font-weight:bold;
}

ol li {
	margin-bottom:10px;
}

ol li ol {
	list-style:lower-alpha;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 background-color:#0A3A59;
 height:100%;
 min-height:100%;
 
}
#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%;
}
#header {
 color: #333;
 width: 921px;
 padding: 0px;
 height: 108px;
 margin: 0px 0px 0px 0px;
 background: #D1DBDB;
 background-image:url(../images/zeigler_01.gif);background-repeat:repeat-y;
}
#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 {
    height: 100%;
    background-image: url("../images/my_corners_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.my_corners_tr {
    height: 100%;
    background-image: url("../images/my_corners_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.my_corners_bl {
    height: 100%;
    background-image: url("../images/my_corners_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.my_corners_br {
    height: 100%;
    background-image: url("../images/my_corners_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.my_corners {
    height: 100%;
    /* change this if you want to change the distance distance to text/content */
    padding: 20px 0px 0px 10.5px;
}

.my_corners_l {
    height: 100%;
    background-image: url("../images/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.my_corners_r {
    height: 100%;
    background-image: url("../images/my_corners_border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.my_corners_b {
    height: 100%;
    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: 16px;
	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:20px; 
}