/* = Macro - base.css
------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-family: Garamond, Palatino, Georgia, serif;
	color: #333;
	background: url(../images/bg-page.gif) repeat-x #fff;
	}

a:link, a:visited { 
	color: #146dcb;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:hover { 
	color: #f87b00;
	text-decoration: underline;
	font-weight: normal;
	} 

blockquote {
	text-align: left;
	}

b, strong {
	font-weight: bold;
	}
	
cite {
	font-style: italic;
	}

div {
	text-align: left;
	}
	
h1 { 
	font-size: 24px;
	font-weight: normal;
	color: #146dcb;
	line-height: 100%;
	padding-top: 0px;
	margin-top: 0px;
	}

h2 { 
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px; 
	margin-bottom: 15px;
	padding: 0px;
	color: #205697;
	}
	
h3 { 
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px; 
	margin-bottom: 15px;
	padding: 0px;
	color: #205697;
	border-top: 2px solid #205697;
	}

i {	
	font-style: italic;
	}

img {
	border: none;
	border-width: 0;
	}
	
ol {
	text-align: left;
	}


ul {
	text-align: left;
	}	
	
p {
	/*margin: 0px;
	padding: 0px;*/
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 140%;
	}

table {
	border: none;
	border-width: 0;
	}



/* =Global Header - #header
------------------------------------------*/

#header {
	background: url(../images/tagline.gif) top right no-repeat #fff;
	width: 870px;
	height: 159px;
	border-bottom: 1px solid #fff;
	}

#logo {
	height: 159px;
	float: left;
}


/* =Global Container - .container
------------------------------------------*/
.container {
	width: 870px;	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	

/* = Global Nav - #nav
------------------------------------------*/

#nav_bar { 
	width: 697px;
	height: 43px;
	padding: 0px;
	margin: 116px 0px 0px 0px;
	float: right;
	}

#nav_bar ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav_bar li {
	height: 43px;
	list-style-type: none;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	border-left: 1px solid #fff;
	}

#nav_bar a {
	border-width: 0;
	padding: 0;
	margin: 0;
	}


/* = Global Subav - .subnav
------------------------------------------*/

.subnav {
	padding: 10px;
	margin: 15px 0px;;
	font-size: 13px;
	background: #FFFBE9;
	font-weight: bold;
	border-top: 2px solid #F87B00;
}

.subnav ul {
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 0px;
}

.subnav li {
	list-style-type: none;
	margin-bottom: 7px;
	padding: 0px;
}

.subnav a {
	font-weight: bold;
	color: #F87B00;
	text-decoration: none;
}

.subnav a:hover {
	font-weight: bold;
	color: #F87B00;
	text-decoration: underline;
}


/* = Global Maincol - #maincol
------------------------------------------*/

#photo {
	border-bottom: 2px solid #f87b00;
	height: 189px;
	width: 870px;
}

#content {
	clear: both;
	width: 870px;
	}

#maincol {
	float: left;
	width: 870px;
	background: url(../images/bg-content.gif) repeat-y;
	border-bottom: 2px solid #f87b00;
}

#leftcol {
	float: left;
	width: 558px;
	margin: 20px 20px 0px 20px;
	padding-bottom: 20px;
}

#fullcol {
	float: left;
	width: 830px;
	padding: 20px;
	border-bottom: 2px solid #f87b00;
	background: #fff7ce;
}
#rightcol {
	float: right;
	width: 232px;
	margin: 15px 20px 15px 15px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#rightcol .offer_title {
	font-family: Garamond, Palatino, Georgia, serif;
	font-size: 15px;
	font-weight: bold;
	color: #f87b00;
	text-align: center;
	margin-bottom: 10px;
}

#rightcol .offer_details {
	font-size: 11px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0px;
}

#rightcol hr {
	border: 0;
	border-top: 1px solid #f87b00;
	height: 1px;
	margin-bottom: 15px;
}

#rightcol ul {
	margin-left: 20px;
	padding: 0;
}
	
/* =Global Footer - #footer
------------------------------------------*/
#footer {
	clear: left;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 15px;
	margin: 0px;
	text-align: center;
	}

#footer_nav {
	color: #f87b00;
	margin-bottom: 20px;
}

#footer_nav a {
	color: #f87b00;
	font-weight: normal;	
	text-decoration: none;
}

#footer_nav a:hover {
	color: #f87b00;
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* = Micro 
------------------------------------------*/

.video td p {
	text-align: center;
}

.services {
	padding: 10px;
	background: #ffd686;
	border: 2px solid #ffefa3;
}

.services h1 {
	color: #e14f00;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px dashed #e14f00;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.buttons {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 10px;
}