@charset "utf-8";
/* CSS Document */
/*////////Color Codes////////*/
/*
blue 0055a5
light blue 3d91df
yellow/green c1d72e
grey text 666666
*/

/*/////////HTML TAGS/////////*/
iframe {width:370px; height:360px; border:none; overflow:hidden;  margin:0;}
/*////////////IDs////////////*/

/*//////////Classes//////////*/
/*container {background:url(../graphics/blueprint_grid_45+20x18.png) repeat;}*/


.header {height:234px; background:url(../graphics/headLogo.jpg) center no-repeat;}
.homeLink {margin:40px 0 35px 62px; display:block; width:200px; height:159px;}
.homeLink:active {outline: none;}





.thumb1 {margin-bottom:1.5em; height:108px; background:url(../graphics/smallThumb1.jpg) center no-repeat;}
.thumb2 {margin-bottom:1.5em; height:108px; background:url(../graphics/smallThumb2.jpg) center no-repeat;}
.thumb3 {margin-bottom:1.5em; height:108px; background:url(../graphics/smallThumb3.jpg) center no-repeat;}
.submitBar {margin:1.5em 0 1.5em 0; padding:.75em 1.5em .75em 1.5em; background:#c1d72e; float:left;}
.subBtn, .subBtn:focus {color:#0055a5; float:right;}



.footer {margin:0 auto; padding:0 25px 0 25px; width:810px; height:7px; background:url(../graphics/bgFoot.gif) top no-repeat;}



















/*//////////Effects//////////*/
/*
filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5;
*/