* {
	margin: 0;
	padding: 0;
}

body { 	font-family: Century Gothic, Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	overflow-y: scroll;
	overflow-x: scroll;
	overflow: -moz-scrollbars-vertical;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
}

h1 {
	color: #828179;
	font-size: 55px;
	font-weight: 100;
}

h2 {
	color: #669;
	font-size: 22px;
	font-weight: 100;

}

h3 {
	font-size: 16px;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
	margin-bottom: 10px;
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #828179;
}

a:hover { text-decoration: none; color: #828179; background-color: #d9dade; }


#content {
	font-size: 15px;
}

/* Header */

#header {
	width: 750px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/2ddlogo.gif) no-repeat;
	border: solid 1px #cccccc;
}

/* Header > Logo */

#logo {
	float: right;
	padding: 40px 100px 0 5px;
}

#logo h1 {
	font-size: 55px;
	color: #828179;
	padding-top: 15px;
}

#logo h2 {
	color: #989472;
	margin: 0;
	font-size: 16px;
	padding-left: 0px;	}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Header > Top Menu */

/* Menu */


/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	padding: 0px 5px 0px 5px;
}

#content img {
	padding: 2px;
	margin: 0 0 auto;
}

#content p {
	font-size: 14px;
	color: #5C5C3D; 
}

#mobile img {
	padding: 15px 10px 10px 10px;
}

/*  split the page into left & right sides */

#colleft {
float: left;
width: 42%;
height: 100%;
padding: 15px 0px 10px 0px;
margin: 0px;
font-size: 20px;
}

#colright {
float: right;
width: 57%;
height: 100%;
padding: 20px 0px 0px 0px;
margin: 0px;
}

/* Content > Main */

#main {
	font-size: 14px;
	float: left;
}

#main img {
	width: 245px;
	padding: 10px 0px 30px 1px;
	border: none;
}

#main a:hover {
	text-decoration: none;
	color: #999; background-color: transparent; }

/* Submenu screens */
/* 4 columns across */

#col4 {
	float: left;
	width: 25%;
	font-size: 18px;
	padding: 0px 0px 25px 0px;
}

#col4 img {
	height: 180px;
	width:  180px;
	padding: 0px 0px 5px 0px;
	border: none;
}

#col4 a:hover {
	text-decoration: none;
	color: #999; background-color: transparent; }

/* 5 columns across */

#col5 {
	float: left;
	width: 20%;
	font-size: 18px;
	padding: 0px 0px 25px 0px;
}

#col5 img {
	height: 140px;
	width:  140px;
	padding: 0px 0px 5px 0px;
	border: none;
}

#col5 a:hover {
	text-decoration: none;
	color: #999; background-color: transparent; }
	
/* Footer */

#footer {
	font-size: 12px;
	clear: both;
	width: 750px;
	margin: 0 auto;
	background: #f1f2f4;
	border: solid 1px #cccccc;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 6px;
	text-align: center;
	color: #828179;
	background-color: #dcdfa6;
}

#legal p a {
	text-decoration: none;
}

.sendbutton {
	font-family: Century Gothic;
	color: #828179;
}

/* style the outer div to give it width */

.menu {
width:750px;
height:32px; 
font-size:0.85em;
border: solid 1px #cccccc;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
text-decoration:none;
color:#5F6A61; 
width:128px; 
height:30px; 
border:1px solid #fff;
background:#dcdfa6; 
padding-left:20px; 
line-height:29px;
}

/* style the active links for the menu navigation */
body.navopt1 #nav, body.navopt1 #nav li.one a, #nav li.one a:hover {
	background:#949e7c;
	color:#fff
}
body.navopt2 #nav, body.navopt2 #nav li.two a, #nav li.two a:hover {
	background:#949e7c;
	color:#fff
}
body.navopt3 #nav, body.navopt3 #nav li.three a, #nav li.three a:hover {
	background:#949e7c;
	color:#fff
}
body.navopt4 #nav, body.navopt4 #nav li.four a, #nav li.four a:hover {
	background:#949e7c;
	color:#fff
}
body.navopt5 #nav, body.navopt5 #nav li.five a, #nav li.five a:hover {
	background:#949e7c;
	color:#fff
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#a2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px

}
* html .menu ul ul a{
width:150px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

table.table {
    width: 305px;
    margin: 5px 5px 15px 5px;
    color: #666;
    font-size: 12px;
    background: #eaebec;
    border: #ccc 1px solid;
    border-radius: 3px;
    box-shadow: 0 1px 2px #d1d1d1;
    text-shadow: 1px 1px 0px #fff;
}

table.table tr.even td {

    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table.table th {
    border-bottom: 1px solid #e0e0e0; border-top: 1px solid #fafafa;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table.table tr {
    text-align: left
}

table.table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

table.table tr td {
    padding: 5px 20px 5px 10px;
    border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-top: 1px solid #ffffff;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

#rightimg{
    float:right;
}
#rightimg img{
    clear:both;
}