
* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#container {
	width: 842px;
	margin: auto;
	font-size: 1.2em;
}

#top_nav {
	background-image: url('images/nav_top.jpg');
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #7E0200;
}

#header {
	background: #fff url('images/polfilmhdr.jpg') no-repeat;
	height: 97px;
}

#main_nav {
	background-image: url('images/main_nav.jpg');
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url('images/contentwrapper.jpg');
	background-repeat: repeat-y;
}

#contentwrapper2 {
	background-image: url('images/contentwrapper2.jpg');
	background-repeat: repeat-y;
}

#content {
	margin-right: 200px;
	margin-left: 200px;
	padding: 15px 0;
}

#content2 {
	margin-right: 20px;
	margin-left: 200px;
	padding: 15px 0;
}
#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	font-size: 0.9em;
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em;
}
#footer {
	background-image: url('images/footer.jpg');
	height: 35px;
	clear: both;
	text-align: center;
	padding-top: 20px;
}

/**************************************** text, images, lists ****************************/

#imgLeft { 
    float: left; 
    margin: 4px; 
}

#imgRight { 
    float: right; 
	 padding: 5px 0 20px 0;
	 height: 144px;
	 width: 161px;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

p.topnav, .copyright {margin: 0;}

ul {
	margin: 0;
	list-style-image: url('images/0180bullet.gif');
	padding-left:12px; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0;
}

ol {
	margin: 0 0 0 12px;
	padding: 0 0 0 0px;
	list-style: none;
}


h2 {
	font-size: 1.5em;
	height: 7px;
	width: 455px;
	color:  #4856C3;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-left: 3px;
}
h3 {
	font-size: 1.3em;
	height: 7px;
	width: 435px;
	color:  #4856C3;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-left: 2px;
}
h4 {
	font-size: 1.1em;
	height: 3px;
	width: 435px;
	color:  #4856C3;
	padding-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
}
/**************************************** Leftside ONLY ****************************/
h5 {
	background-image: url('images/bhead-1.jpg');
	font-size: 1.5em;
	height: 22px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 28px;
}
/**************************************** Rightside ONLY ****************************/
h6 {
	background-image: url('images/bhead-2.jpg');
	font-size: 1.5em;
	height: 22px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 20px;
}

/**************************************** Other ****************************/
dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url('images/dt_bottom.gif');
	background-repeat: repeat-x;
	background-position-y:50%;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

a {
text-decoration:none;
color:#269;
font-weight:bold;
}

a:hover {
text-decoration:underline;
}
/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
	list-style: none;
}

#navcontainer ul li { display: inline;}

#navcontainer ul li a
{
	height: 18px;
	color: #4856C3;
	text-decoration: none;
	float: left;
	background-image: url('images/menu_right_border.jpg');
	background-repeat: no-repeat;
	background-position: right top; padding-left:1em; padding-right:1em; padding-top:18px; padding-bottom:18px;
}

#navcontainer ul li a:hover
{
	color: #F05707;
	background-image: url('images/menuhover.png');
	background-repeat: repeat-x;
}


/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #2C2AA9;
	cursor: pointer;
	color: #FFFFFF;
}

/*** Navigation Left ***/
#navleft {
	background-color: transparent;
	list-style: none;
	color: #269;
	padding-top: 10px;
}
.navleft ul {width: 151px;\width: 158px;w\idth: 151px;border-top: 0px none;margin: 0;color: #269; font-style:normal; font-variant:normal; font-weight:normal; font-size:106%; font-family:Arial, Helvetica, sans-serif; padding-left:0px; padding-right:0px; padding-top:20px; padding-bottom:40px}

#navleft li {margin: 0;border: 0px none;letter-spacing: 2px;color: #269; list-style-type:none}

#navleft  li a {border-right:0px none; border-top:0px none; border-bottom:0px none; display: block;width: 142px;w\idth: 142x;border-left: 3px solid #F1F1F1;text-decoration: none;font-weight: normal;outline:none; color:#269; padding-left:10px; padding-right:8px; padding-top:4px; padding-bottom:4x}

#navleft li a:link { color: #269;font-weight: normal;outline:none;}

#navleft li a:visited {color: #269;}

#navleft ul a:hover {
	color: #F05707;
	background-image: url('images/menuhover2.png');
	background-repeat: repeat-x;
}
blockquote {
background-color: #fff;
border: 1px solid #eee;
padding: 5px 20px 5px 20px;
}

#frontbox {
background-color: transparent;
border: 4px solid red;
padding: 0px 5px 0px 5px;
}

img.floatLeft { 
position: relative;
float: left;
margin: 0em 1.1em 0.3em 0.5em; 
border: solid 0px #6F5230;
}
