@charset "UTF-8";


/* CONTAINERS */

body  		{margin: 0; padding: 0; text-align: center; background: #000000 url(../images/BgStripe.jpg) repeat-x; }

#container 	{width: 960px; margin: 35px auto; text-align: left; background: #f9f8f7 url(../images/PaperMid.jpg) repeat-y;}

.leftcol	{float: left; width: 190px;}
.rightcol 	{float: right; width: 770px;} 
.clearfloat {clear: both; height: 0; font-size: 1px; line-height: 0px;}

.half 	{float: left; width: 50%;}
.third 	{float: left; width: 33%;}

#bottom 	{margin-bottom: 50px;}



/* TYPOGRAPHY */

body  {font: 100% Georgia, "Times New Roman", Times, serif; color: #333333; line-height: 1.5em; }

h1, h2, p 	{margin: 1.5em 70px 1.5em 35px;}

h1 {font-size: 18px;}
h2 {font-size: 13px;}
p  {font-size: 13px;}

.half p, .third p {margin-right: 35px;}


ul, ol, li {margin: 0; padding: 0;}

ul.nav 		{margin: 31px 0 14px 0; text-align: center; list-style-type: none;}
ul.nav li 	{padding: 4px 0 21px 0;}
ul.nav li.on {background: url(../images/Pointer.jpg) no-repeat top right;}
ul.nav li.on img:hover {opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);}
ul.nav img 	{border: 0;}


/* LINKS */

a {border: 0; text-decoration: none; color: #105791;}
a:visited {color: #105791;}
a:hover {text-decoration: underline; color: #307bc1;}
ul img:hover, .rightcol img:hover {opacity: .5; -moz-opacity: .5; filter: alpha(opacity=50);}


/* IMAGES */

img.owl   {margin: 25% auto 0; border: 0;}
img.logo  {border: 0;}
img.thumb {margin: 0 0 35px 35px; float: left; border: 0; border: 1px solid #aaaaaa;}
img.footer {}