/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ RESET The ELEMENTS ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table, th, td {
	border-collapse: collapse;
	border-spacing:4;
	padding: 5px;
	vertical-align: top;
}


fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: bold;
}
ol,ul {
	padding: 0px 0px 0px 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ HTML & BODY Tags ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

html {
	height: 100%;
	background-color: #bfbfbf;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	width: 960px;
	min-height: 50%;
	margin: 0px auto; 
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	color: #000;
	font-size: 0.8em; /* em = size in pixels/16 */
	line-height: 1.4em;
	border: 1px solid #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; 
	margin: 0px 0px 24px 0px;
	color: #050949;
}
h1 {  

   font-size: 1.3em; /* 24px  24 ÷ 16 = 1.5 */ 
   line-height: 1em; /* 24px  24 ÷ 24 = 1 */ 
}
h2 {
	font-size: 1.2em; /* 22px  22 ÷ 16 = 1.375 */ 
	line-height: 1.0909em; /* 24px  24 ÷ 22 = 1.090909(09) */ 
}  
h3 {
	font-size: 10pt; /* 20px  20 ÷ 16 = 1.25 */
	line-height: normal; /* 24px  24 ÷ 20 = 1.2 */
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
h4 {
	font-size: 1.00em; /* 18px  18 ÷ 16 = 1.125 */
	line-height: 1.333em; /* 24px  24 ÷ 18 = 1.3333333(3) */
}  
h5, h6 {  
	font-size: 1em; /* 16px  16 ÷ 16 = 1 */ 
	line-height: 1.5em; /* 24px  24 ÷ 16 = 1.5 */ 
}
p {
	margin: 0px 0px 24px 0px;
}

.red {
	color: #F00;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Divs ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.clear_both {
	clear: both;
}
.page_header {
	width: 100%; 
	height: 82px; 
	position: relative;
	border: 0px dotted #000;
}
.dotson_logo {
	width: 290px; 
	height: 52px; 
	position: absolute; 
	left: 30px; 
	top: 15px;
	background-image: url("template/images/dotsongroup_logo.jpg");
	background-repeat: no-repeat; 
	background-position: 0px 0px;
}
.main_nav {
	position: absolute; 
	right: 0px;
	bottom: 10px;
	border: 0px dotted #f00;
}
#navbar li {
   list-style: none;
   float: left; 
}
#navbar li a {
   display: block;
   padding: 0px 20px 0px 20px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
   font-size: 0.9em;
}
#navbar li a:hover {
	color: #aa0000;
}
#navbar li ul {
   display: none; 
   width: 16em; /* Width to help Opera out */
   background-color: #eeeeee;
}
#navbar li ul a {
	font-size: 9pt;
	padding: 5px 20px 5px 20px;
}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   color: #000;
   position: absolute;
   z-index: 100;
   margin: 0;
   padding: 0; 
}
#navbar li:hover li, #navbar li.hover li {
   float: none; 
}
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #fff;
   border-bottom: 0px solid #ffffff;
   color: #000;
}
#navbar li li a:hover {
	color: #aa0000;
}

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ GREY BAR ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.grey_bar {
	width: 910px; 
	height: 72px;
	padding: 0px 20px 0px 30px;
	margin: 0px 0px 20px 0px;
	position: relative;
	background-image: url("template/images/categories_bg.jpg");
	background-repeat: repeat-x; 
	background-position: 0px 0px;
	border: 0px dotted #0f0;
	
}
.grey_bar_left {
	width: 540px;
	float: left;
	margin: 17px 0px 0px 0px;
}
.grey_bar_right {
	width: 360px;
	float: left;
	margin: 17px 0px 0px 0px;
	color: #222;
	font-weight: normal;
	text-align: center;
}
.category {
	width: 270px;
	float: left;
	margin: 3px 0px 0px 0px;
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	color: #050949;
	text-indent: 25px;
	font-weight: bold;
}
#red {background-image: url("template/images/red.png");}
#green {background-image: url("template/images/green.png");}
#yellow {background-image: url("template/images/yellow.png");}
#blue {background-image: url("template/images/blue.png");}
.category a:link , .category a:visited, .category a:active {
	text-decoration: none;
	color: #050949;
}
.category a:hover {
	color: #fff;
}



/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Page Content ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */

.floatright {
	float: right;
	padding: 50px 5px 0px 20px;
	width: 150px;
}

.floatright img{
	float: right;
	padding: 0px 0px 15px 0px;
	width: 150px;
}
.page_content {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.Content_left_home {
	width: 670px;
	float: left;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 20px 0px;
	border-right: 0px solid #0f0;
}
.Content_right_home {
	width: 215px;
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px 20px 20px 0px;
	border-right: 0px solid #0f0;
	border-left: 0px solid #0f0;
}
.confirm_content_left {
	width: 670px; 
	float: left;
	padding: 0px 0px 0px 30px;
	margin: 0px 20px 20px 0px;
}

.confirm_content_left p {
	margin: 20px 0px 20px 0px;
}
.confirm_content_right{
	width: 215px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 0px;
}
.form_field {
	width: 100%; 
	display: block; 
	margin: 0px 0px 0px 0px;
}
.section {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.section img {
	width: 140px;
	height: 90px;
	border: 0px solid #000;
	margin: 0px 20px 40px 0px;
	float: left;
}
.section em {
	font-weight: bold;
}
.contact {
	width: 185px;
	height: 200px;
	padding: 35px 15px 0px 0px;
	margin: 0px 0px 20px 0px;
	background-image: url("template/images/post-it.jpg");
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	text-align: right;
	border: 0px dotted #f00;
	font-size: 0.8em;
	font-style: italic;
}
#contact_header {
	font-size: 1.3em;
	font-weight: bold;
}

#contact_footnote {
	font-size: 0.9em;
}


/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Footer ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.footer {
	width: 910px;
	height: 100px;
		background-image: url("template/images/footer_bg2.jpg");
	background-position: 0px 0px;
	padding: 0px 20px 0px 30px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
.copyright {
	color: #444444;
	position: absolute;
	right: 20px;
	top: 0px;
	text-align: right;
}
.copyright a:link , .copyright a:visited, .copyright a:active {
	text-decoration: none;
	color: #444444;
}
.copyright a:hover {
	color: #ffffff;
}
.footer-left {
	color: #444444;
	top: 20px;
	text-align: left;
}