/*

Theme Name: Design#36151
Theme URI: dominion-forms.com
Description: 
Version: 1.0
Author: DMI Web Team
Author URI: http://dominion-forms.com/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
html {
 height: 100%:
}

body {
 height: 100%;
 background: #ffffff url(http://www.dominion-forms.com/wp-content/uploads/2009/10/top_header_dblb8.jpg) repeat-x;
 font-size: 14px;
}

img {
 border:0;
}

a {
 color: #F50A0A;
}

a:visited {
 color: #BCD2E6;
}

a:hover {
 color: #1702FA;
}

#wrapper {
 width: 1024px;
 margin: 50px auto 0px;
 padding: 0px;
 background: #ffffff;
 color: #333333;
 font: 1.0em/150% 'arial', sans-serif;
}

/* Header */
#header {
 float: left;
 width: 100%;
 height: 200px;
 margin: -10px 0px 0px 0px;
 padding: 0px;
}

#header div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #000000;
 font-size: 1.2em;
 text-align: left;
}

/* Navigation */
#navigation {
 float: left;
 width: 93%;
 margin: 8px 0px 0px 0px;
 padding: 0px 2% 0px 5%;
}

#navigation ul {
 list-style:none;
 float: left;
}

#navigation li {
 display:inline;
 float:left;
 margin: 0px;
}

#navigation li a.tabs {
 float:left;
 padding-left: 4px;
 text-decoration:none;
}

#navigation li a.tabs:hover {
}

#navigation li a.tabs span {
 float:left;
 padding: 5px 15px 4px 6px;
 color: #ffffff;
 font-size: 1.2em;
 font-weight: bold;
}

#navigation li a.tabs:hover span {
 color: #ffffff;
}

/* Main contents */
#contents {
 float: left;
 width: 680px;
 min-height: 100%;
 margin: 15px 0px -130px 0px;
 position: relative;
 padding: 0px;
 background: #ffffff;
 font-size: 1.0em;
 text-align: left;
}

#contents h2 {
 margin: 25px 25px 15px 0px;
 padding: 0px 0px 0px 0px;
 color: #000000;
 font: bold 1.6em 'arial', sans-serif;
 text-align: left;
}

#contents p {
 margin: 20px 0px 15px 0px; 
}

#contents a { color: #000000; text-decoration:underline; }

#contents a:visited { color: #999999; text-decoration:underline; }

#contents h2 a { color: #000000; text-decoration:underline; }

#contents h2 a:visited { color: #000000; text-decoration:underline; }

#contents .contents_body {
 margin: 15px 25px 0px 0px;
 padding: 0px 0px 0px 0px;
}

#contents h3 {
 margin: 10px 25px 10px 0px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

#contents li {
 margin: 5px 0px 0px 15px;
 list-style-type: none;
}

/* Sidebar */
#firstSide { float: left;}
#secondSide { float: left;}

.sidebar {
 width: 155px;
 margin: 15px 5px 10px 10px;
 background: #ffffff;
 font-size: 1.0em;
 text-align: left;
}

.sidebar h4 {
 margin: 20px 15px 0px 0px;
 padding: 5px 10px;
 color: #000000;
 font: bold 1.2em 'arial', sans-serif;
 text-align: left;
}

.sidebar ul {
 list-style: none;
 width: 185px;
}

.sidebar p {
 padding: 3px 0px 3px 15px;
}

.sidebar li {
 line-height: 0;
 list-style: none;
}

.sidebar li a {
 display:block;
 list-style: none;
 line-height: normal;
 padding: 3px 0px 3px 10px;
 background: #ffffff;
 color: #000000;
 font-size: 1.0em;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 background: #ffffff;
 color: #333333;
}

/* Footer */
#footer {
 clear: both;
 background: #666666;
 width: 100%;
 color: #ffffff;
 height: 110px;
 position: relative;
 margin: 0px;
 padding: 20px 0px 0px;
 font: 1.0em 'arial', sans-serif;
 text-align: center;
}

#footer a {
 color: #ffffff;
}

.clearfooter {
 height: 225px;
 clear: both;
}