﻿/*Default*/
/* =BODY
-----------------------------------------------------
Also see layout.css for special backgrounds and positioning.
-----------------------------------------------------*/
body {
	margin: 0 20px;
	padding: 0;
	border: 0;
	color: #000;
	background: #fff;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	}

body {
	line-height: 1.2; /* Fixes the peekaboo bug for IE 6. See Position is Everything, http://www.positioniseverything.net/explorer/peekaboo.html */
	}
	
html>body {
	line-height: normal; /* For all other browsers including IE 7. */
	}

/* =ANCHORS and IMAGES
-----------------------------------------------------

-----------------------------------------------------*/
.cvlist
{
    list-style-type: circle;    
}
.infolist
{
    list-style-type:square;
 }
.jameel
{
    background-color: #e7f2f9;
}
.lazez
{
    font-size: 11px;
    color: #000066;
    font-family: "tahoma";
    text-align: right;
}
a:link {
	color: #600;
	text-decoration: none;	
	}

a:visited {	
	color: #930;
	text-decoration: none;	
	}

a:hover {
	color: #600;
	text-decoration: underline;	
	}

a:active {
	color: #600;
	text-decoration: none;
	}

#main-content a,
#sub-content a {
	text-decoration: underline;	
	}

#main-content a:hover,
#sub-content a:hover {
	text-decoration: none;
	}

#main-content a:active,
#sub-content a:active {
	text-decoration: underline;	
	}

img {
	margin: 0;
	padding: 2px;
	border: 1px solid #9d9879;
	display: block;
	background-color: #fff;
	}

/* =HEADERS
-----------------------------------------------------

-----------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 15px 5px 18px;
	padding: 0;
	border: 0;
	clear: left;
	color: #600;
	font-family: Times, 'Times New Roman', serif;
	font-weight: normal;
	}

h1 {
	font-size: 1.8em; /* equivalent to 180% */
	}

h2 {
	font-size: 1.4em; /* equivalent to 140% */
	}

h3 {	
	font-size: 1.3em; /* equivalent to 130% */
	}

h4, h5, h6 {
	margin-bottom: 0;
	color: #333;
	font-size: 1.2em; /* equivalent to 120% */
	}

/* =DIVISIONS, PARAGRAPHS, LISTS, AND BLOCKQUOTES
-----------------------------------------------------

-----------------------------------------------------*/

div, p, ul, ol, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* Paragraphs and Lists */

p, ul, ol, dl {
	margin: 5px 15px 10px 18px;
	}

p, li, dt, dd {
	line-height: 1.5em;
	}

/* Unordered and Ordered Lists */

ul ul, ol ol, ul ol, ol ul,
ul h1, ul h2, ul h3, ul h4, ul h5, ul h6, ul p,
ol h1, ol h2, ol h3, ol h4, ol h5, ol h6, ol p {
	margin-left: 0;
	margin-right: 0;
	}

ul, ol {
	list-style: none;
	}

ul {
	
	}

ul ul {
	margin-bottom: 0;
	}

ol ul {
	list-style-type: none;
	list-style-image: url(../img/list_bullet_fw.gif);
	}

ol {
	margin-left: 25px;
	list-style-type: decimal;
	}

ol ol {
	list-style-type: lower-alpha;
	margin-bottom: 0;
	}

ol ol ol {
	list-style-type: lower-roman;
	}

ul ol {
	list-style-image: none;
	list-style-type: decimal;
	}

li {
	margin-bottom: 5px;
	margin-left: 15px; /* List margin safety net for pages with broken links to ie.css. */
	}
.evenrow
{
    background-color: #FFFFFF;
}
.oddrow
{
    background-color: #E6F8FD;
}
.red
{
    color: #FF0000;
    font-family: 'Times New Roman' , Times, serif;
}

ul>li {
	margin: 0 0 5px 15px; /* Also see ie.css. */
	}

ol>li {
	margin: 0 0 5px 18px; /* Also see ie.css. */
	}

/* Definition Lists */

dl dt {
	margin: 5px 0 0 0;
	font-style: italic;
	}

dl dd {
	margin: 0 0 5px 15px;
	}
	
dd ul, dd p, dd table {
	margin-left: 0;
	}

/* Blockquotes */

blockquote {
	margin: 5px 15px 10px 40px;
	}	

/* =TABLES
-----------------------------------------------------
Also see the striped tables section in widgets.css.
-----------------------------------------------------*/


/* =FORMS
-----------------------------------------------------
Also see the pretty forms section in widgets.css.
-----------------------------------------------------*/

form {
	margin: 15px 15px 10px 18px;
	padding: 0;
	border: 0;	
	}

form fieldset {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px #c2c1ba solid;	
	clear: both;
	}

form fieldset legend {
	margin: 0;
	padding: 0 5px;
	clear: both;
	color: #333;
	font-size: 1.2em;
	font-family: Times, 'Times New Roman', serif;
	}

form p,
form ul,
form ol {
	margin: 0 15px 5px 5px;
	}

form p {
	clear: both;
	}

form ul,
form ol {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	}

form li {
	margin: 0 0 3px 0;
	}
	
/* =HORIZONTAL RULES
-----------------------------------------------------
Also see the lines section in widgets.css.
-----------------------------------------------------*/

hr {
	margin: 15px 15px 10px 18px;
	border-color: #c2c1ba;
	position: relative;
	clear: both;
	}
/*End Default*/

/*Widgets*/
/* =BOXES
-------------------------------------------------
Because sometimes you just need a box...
-------------------------------------------------*/
/*delete this*/
.box {
	margin: 10px 15px 10px 18px;
	border: 2px #ccc dotted;
	background: #edeada;
	}
/*end delete this*/
/* =IMAGES
-------------------------------------------------

-------------------------------------------------*/

/* Just in case someone slaps a naked image into a page... */

#main-content img {
	margin: 5px 15px 5px 18px;
	}

#sub-content img {
	margin: 0 8px 0 3px;
	}

/* Styles for not-naked images... */

#content .image {
	padding-top: 5px;
	padding-bottom: 10px;
	}

#content .image img {
	margin: 0;
	display: block;
	}
	
#content .image p {
	margin: 5px;	
	line-height: normal;
	color: #333;
	text-align: center;
	font-style: italic;
	}

#content .image p a {
	margin-left: -5px;
	padding-left: 10px;
	background: transparent url(../img/list_bullet_fw_sm.gif) no-repeat 3px 5px;
	text-decoration: none;
	font-style: normal;
	}	

#content .image p a:hover {
	text-decoration: underline;
	}

#content .image-center {
	clear: both;
	}

#content .image-center img {
	margin: 0 auto 0 auto;
	}

#main-content .image-left {
	padding-right: 20px;
	padding-left: 18px;
	float: left;
	display: inline;	
	}

#main-content .image-right {
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	display: inline;	
	}

/* =LINES
-------------------------------------------------
	An alternative to the horizontal rule.
-------------------------------------------------*/

.line {
	margin: 15px 15px 10px 18px;
	border: 1px #c2c1ba solid;
	position: relative;
	clear: both;
	}

/* =PRETTY FORMS
-------------------------------------------------
	Extra classes for pretty forms.
-------------------------------------------------*/

form p.instructions {
	color: #333;
	font-weight: bold;
	}

form p.text br,
form p.textarea br,
form p.select br {
	display: none;
	}

form p.text label,
form p.textarea label,
form p.checkbox,
form p.radio,
form p.select label {
	margin: 0;
	margin-bottom: 15px;
	width: 28%;
	float: left;
	display: block;
	text-align: right;
	}

form p.text input,
form p textarea,
form ul.checkbox,
form ul.radio,
form p select {
	margin: 0;
	margin-bottom: 15px;	
	width: 68%;
	float: right;
	display: block;
	text-align: left;
	}

form ul.radio input,
form ul.checkbox input {
	margin: 3px 3px 0 0;
	padding: 0;
	}

/* =PULL OUTS
-------------------------------------------------
	For random quotations etc.
-------------------------------------------------*/

.pull-out {
	margin: 0 5px;
	width: 150px;
	line-height: normal;
	text-align: center;
	color: #600;	
	font-size: 120%;
	font-family: 'Times New Roman', serif;
	font-style: italic;	
	}

.pull-out-left {
	margin: 0;
	padding: 0 7px 0 18px;	
	float: left;
	}

.pull-out-right {
	margin: 0;
	padding: 0 15px 0 7px;
	float: right;
	text-align: right;
	}

/* =STRIPED TABLES
-------------------------------------------------
	To be used with the tableStripe function in widgets.js.
-------------------------------------------------*/

#main-content tr.odd td {
	background: #e3dfc6;
	}

/* =UTILITY CLASSES - DO NOT TOUCH
-------------------------------------------------
	THE FOLLOWING STYLES ARE USED TO MAINTAIN STRUCTURAL CONSISTANCY AND AID ACCESSIBILITY
-------------------------------------------------*/

/* Clear */

.clear {
	height: 0;
	clear: both;
	background: transparent none;
	}

.clear span {
	display: none;
	}

/* Hide, Skip */

.hide, .skip {
	position: absolute;
 	left: 0px;
 	top: -500px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
 	}
/*End Widgets*/

/*Columns*/
.col-group {
	padding: 10px 0;
	width: 100%;
	clear: both;
	}

.col {
	overflow: hidden;
	display: inline;
	}

.col h2 {
	margin: 5px 2px 5px 2px;
	font-size: 1.1em;
	}
.col p {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}
.col table {
	margin-left: 18px;
	margin-right: 15px;
	width: auto;
	}

.fluid .col-group {
	background: none;
	}

/* =TWO COLUMNS
-------------------------------------------------

-------------------------------------------------*/

.two-col {
	background: transparent url(../img/two_col_bg.gif) repeat-y  50% 0%;
	}

.two-col .first-col {
	float: left;
	width: 49%;
	}

.two-col .last-col {
	float: right;
	width: 49%;
	}

.fluid .two-col {
	background: none;
	}

/* =THREE COLUMNS
-------------------------------------------------

-------------------------------------------------*/

.three-col {
	background: transparent url(../img/three_col_bg.gif) repeat-y  50% 0;
	}

.three-col .col {
	float: left;
	width: 33%;
	}

.three-col .first-col {
	float: left;
	width: 33%;
	}

.three-col .last-col {
	float: right;
	width: 33%;
	}

#home-horizontal .three-col,
.fluid .three-col {
	background: none;
	}
	
/* =RELATED LINKS
-------------------------------------------------

-------------------------------------------------*/

.related-links {
	padding-top: 5px;
	clear: both;
	background: #edeada url(../img/related_links_top.gif) no-repeat top left;
	}

.related-links-inside {
	padding: 5px 0 15px 0;
	background: transparent url(../img/related_links_left.gif) repeat-y top left;	
	}

.related-links .two-col {
	background: transparent none;	
	}

.related-links h2 {
	color: #333;
	}

/*End Columns*/

/*Layout*/
/* =BODY
-----------------------------------------------------
Also see default.css for font sizes and colors.
-----------------------------------------------------*/

body
{
    margin: 0;
    background: #9D9879 url(../img/body_bg.jpg) repeat-x top left;
}
.mekkilefttd
{
    width: 191px;
    background: transparent url(../img/mekkileftcol.GIF) repeat-y top center;    
}
.mekkitdpage h2
{
    color: #885709;
    font-size: 2.4em;
    font-family: Georgia, "Times New Roman" , Times, serif;
    margin: 0px 80px 6px 0px;
    padding: 0px 0px 0px 0px;
    font-style: italic;
    font-weight: normal;
}
.mekkinewrightdiv
{
}
.mekkinewrightdiv h2
{
    color: #ffffff;
    font-size: 1.4em;
    font-family: Georgia, "Times New Roman" , Times, serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    font-style: italic;
    font-weight: normal;
}
.mekkisub-section
{
    background: transparent url(../img/leftsection.PNG) repeat-y;
    width: 160px;
    padding: 0px 0px 0px 0px;
}
.mekkisub-section div
{
    padding-left: 2px;
    padding-top: 10px;
}
.mekkisub-section h2
{
    margin: 0;
    padding: 10px 10px 10px 3px;
    line-height: 1.1em;
    background: transparent url(../img/subc_header.gif) repeat-x top left;
    font-size: 1.3em;
    font-weight: bold;
}
.mekkinewline
{
    height: 10px;
}

.mekkisub-section h3, .mekkisub-section h4, .mekkisub-section h5, .mekkisub-section h6
{
    line-height: 1.1em;
    font-size: 1.1em;
    font-weight: bold;
}

.mekkisub-section ul li
{
    margin-left: 18px;
}

.mekkisub-section ol li
{
    margin-left: 25px;
}
.mekkibox
{
    margin: 5px 5px 5px 5px;
    border: 2px #ccc dotted;
    background: #edeada;
}
.mekkicontainera
{
    padding: 0px 0px 0px 0px;
}
.mekkicontainera
{
    padding: 0px 0px 0px 0px;
    margin: :0px 0px 0px 0px;
}
.mekkicontainera ul
{
    padding: 0px 0px 0px 0px;
    margin: :0px 0px 0px 0px;
}
.mekkicontainera ul li
{
    padding: 0px 0px 0px 0px;
    margin: :0px 0px 0px 0px;
}
.mekkicontainera ul li a
{
    padding: 0px 0px 0px 0px;
    margin: :0px 0px 0px 0px;
    color: #7C78C4;
}
/* =PAGE WRAPPERS
-----------------------------------------------------

-----------------------------------------------------*/

#page-wrapper1
{
    background: transparent url(../img/page_wrapper1.gif) repeat-y top center;
}

#page-wrapper2
{
    height: 100%; /* The old standby. Keeps the background on this div from disappearing in IE 6 and 7. */
    background: transparent url(../img/page_wrapper2.jpg) no-repeat top center;
}

#page-wrapper3
{
    background: transparent url(../img/page_wrapper3.jpg) no-repeat bottom center;
}

#page-wrapper4
{
    background: transparent none;
}

/* Page Wrapper tweaks for Fluid templates */

.fluid #page-wrapper1, .fluid #page-wrapper2, .fluid #page-wrapper3, .fluid #page-wrapper4
{
    background: none;
}

/* =PAGE AREA
-----------------------------------------------------

-----------------------------------------------------*/

#page-area
{
    margin: 0 auto;
    padding: 0;
    border: 3px solid #fff;
    border-top: 0;
    width: 758px; /*background: #f5f5eB url(../img/pgarea_vnav.gif) repeat-y top left;*/
}

/* Page Area tweaks for Home Horizontal template */

#home-horizontal #page-area
{
    background: #f5f5eB url(../img/pgarea_hnav_home.gif) repeat-y top left;
}

/* Page Area tweaks for Horizontal templates */

.horizontal #page-area
{
    background: #f5f5eB url(../img/pgarea_hnav.gif) repeat-y top left;
}

/* Page Area tweaks for Fluid templates */

.fluid #page-area
{
    background: #f5f5eB url(../img/pgarea_hnav.gif) repeat-y top left;
    width: 90%;
}

/* For another time perhaps... */
/*
.fluid #page-wrapper4>#page-area {
	min-width: 758px;
	max-width: 1280px; 
	}
*/

/* =HEADER
-----------------------------------------------------

-----------------------------------------------------*/

#header
{
    position: relative;
    height: 97px; /* For IE 6 */
    border-bottom: 1px #fff solid;
    font-size: 95%;
    background: transparent url(../img/nclogosmall.jpg) repeat-y top left;
    color: #fff;
}

#page-area > #header
{
    min-height: 97px; /* For all but IE 6 (Including IE 7) */
}

/* Header tweaks for Fluid templates */

.fluid #header
{
    width: 100%;
    height: auto;
    background: #5e0000 url(../img/unit_header_fluid_bg.jpg) repeat-x 105px 0;
    overflow: hidden;
}

.fluid #header-inside
{
    width: 100%;
    height: 97px; /* For IE 6 */
    background: transparent url(../img/vt_header_screen.jpg) repeat-y top left;
}

.fluid #header > #header-inside
{
    min-height: 97px; /* For all but IE 6 (Including IE 7) */
}

/* HEADER LISTS, ANCHORS, and IMAGES */

#header ul
{
    margin: 0;
    padding: 0;
}

#header ul li
{
    list-style-type: none;
    list-style-image: none;
}

#header a, #header a:visited
{
    color: #fff;
}

#header ul li a
{
    padding-left: 10px;
    background: transparent url(../img/nav_bullet_fw.gif) no-repeat 0 50%;
}

#header img
{
    padding: 0;
    border: 0;
    background: none;
}

/* VT HEADER and UNIT HEADER */

#vt-header, #unit-header
{
    position: absolute;
    overflow: hidden;
    background: #5e0000;
}

#vt-header a, #unit-header a
{
    color: #600;
}

#vt-header-screen, #unit-header-screen
{
    display: block;
    position: absolute;
}

/* VT HEADER (VT logo and link to VT home page) */

#vt-header
{
    top: 33px;
    left: 30px;
    width: 172px;
    height: 39px;
}

#vt-header-screen
{
    top: -33px;
    left: -30px;
}

/* UNIT HEADER (Parent unit graphic and link to parent unit) */

#unit-header
{
    top: 22px;
    left: 224px;
    width: 496px;
    height: 63px;
}

#unit-header-screen
{
    top: -22px;
    left: -224px;
}

#unit-header-print
{
    display: none;
}

/* HEADER LINKS (VT Home, MyVT, etc.) */

#header-links
{
    float: right;
    width: 500px;
    padding: 43px 12px 0 50px;
    text-align: right;
}

#header-links li
{
    display: inline;
}

/* =SUB-HEADER
-----------------------------------------------------

-----------------------------------------------------*/

#sub-header
{
    border-bottom: 1px #fff solid;
    background: #666;
    color: #fff;
}

#sub-header
{
    height: 1px; /* The old standby. Keeps the background on this div from disappearing in IE 6. */
}

#content > #sub-header, #main > #sub-header
{
    height: auto; /* For all other browsers, including IE 7. */
}

#sub-header p
{
    margin: 0;
    padding: .6em 15px;
    letter-spacing: 1px;
    text-align: right;
    font-size: 2.0em;
    font-family: Times, 'Times New Roman' , serif;
    font-weight: normal;
}

#sub-header a
{
    color: #fff;
}

#sub-header img
{
    border: 0;
    padding: 0;
    display: block;
}

/* Sub Header tweaks for Horizontal templates */

.horizontal #sub-header
{
    float: left;
    display: inline;
    background: #3c5b6f url(../img/search_bg.jpg) repeat-y top left;
}

.horizontal #sub-header-inside
{
    border-left: 1px solid #fff;
    float: right;
}

/* Sub Header tweaks for Fluid templates */

.fluid #sub-header
{
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border: 0;
    background: transparent url(../img/sub_header_fluid_shadow.gif) repeat-x bottom left;
}

.fluid #sub-header-inside
{
    float: none;
    border-left: 0;
    border-bottom: 1px #fff solid;
    background: #666 url(../img/sub_header_fluid_bg.jpg) repeat-x top left;
}

/* =SEARCH BOX (See search-box.css.) */

/* =NAV (See nav.css.) */

/* =CONTENT and MAIN CONTENT
-----------------------------------------------------

-----------------------------------------------------*/

#content
{
    width: 566px;
    float: right;
}

#main-content
{
    clear: both;
    width: 566px;
    overflow: hidden;
    padding-top: 1px; /* Makes Firefox and Netscape 7 happy. */
    background: transparent url(../img/mainc_top.gif) no-repeat top left;
}

/* Content and Main Content tweaks for Home Vertical template */

#home-vertical #main-content
{
    padding-top: 5px;
}

/* Content and Main Content tweaks for Home Horizontal template */

#home-horizontal #main-content
{
    clear: both;
    background: transparent url(../img/mainc_hnav_home_top.gif) no-repeat top left;
}

/* Content and Main Content tweaks for Horizontal templates */

.horizontal #content
{
    float: none;
    clear: both;
    width: 758px;
}

.horizontal #main-content
{
    width: 758px;
}

/* Content and Main Content tweaks for Fluid templates */

.fluid #main-content
{
    width: 100%;
    background: none;
}

#fluid-vertical #content
{
    width: 73%;
    float: right;
    clear: none;
    border-left: 1px #ccc solid;
}

#fluid-horizontal #content
{
    float: none;
    clear: both;
    width: 100%;
}

/* =SUB-CONTENT (See sub-content.css.) */

/* =FOOTER and SUB FOOTER
-----------------------------------------------------

-----------------------------------------------------*/
#footer, #sub-footer
{
    clear: both;
    font-size: 90%;
}
#footer a, #sub-footer a
{
    font-weight: bold;
}
/* FOOTER */

#footer
{
    margin: 0 auto;
    padding: 1em 0;
    background: transparent url(../img/footer_top.jpg) no-repeat top left;
    color: #333;
}

#footer .copyright
{
    float: left;
    padding-left: 10px;
    width: 180px;
    text-align: right;
}
#footer a
{
    font-weight: bold;
    color: #333;
}

/* Footer tweaks for Fluid templates */

.fluid #footer
{
    width: 90%;
    background: none;
}

.fluid #footer .copyright
{
    padding-left: 0;
    width: 23%;
}

.fluid #footer .links
{
    margin-left: 31%;
}

/* SUB FOOTER */

#sub-footer
{
    padding-top: 5px;
    text-align: center;
    background: #edeada url(../img/related_links_top.gif) repeat-x top;
    color: #666;
}

#sub-footer-inside
{
    background: transparent url(../img/related_links_left.gif) repeat-y top left;
}

#sub-footer a
{
    color: #666;
}


/*End Layout*/	

/*Nav*/
/* =NAV
-------------------------------------------------
Also see search_box.css.
-------------------------------------------------*/
.mekkimain-nav {
	background: #497381 url(../img/main_nav_vnav.jpg) repeat-y top left;
	clear: both;	
}
.mekkimain-nav a {
	color: #fff;
	display: block;
	margin: 0;
	padding-left: 10px;
	background: transparent url(../img/nav_bullet_fw.gif) no-repeat 3px .4em;
	}
.seealso
{
    color:#ffffff;
    font-weight:bold;
    font-style:italic;
 }
 .seealsoul
 {     
     list-style-image:url(../img/graduate1.JPG);
 }
 .mekkinavtd
{
    width:40px;
    text-align:center;
  }
.mekkirightnav {
	float: left;
	display: inline;
	width: 191px;
	/*background: #42657b url(../img/nav_bg.gif) repeat-y top left;	*/
	color: #fff;	
}
.mekkirightnav ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	}

.mekkirightnav ul li {
	margin: 0;
	padding: 1px 0px 0px 0px 0px;
	}

.mekkirightnav a {
	color: #fff;
	}

.mekkirightnav ul li a {
	display: block;
	margin: 0;
	padding-left: 15px;
	background: transparent url(../img/nav_bullet_fw.gif) no-repeat 3px .4em;
	}
  /*delete this*/
#nav {
	float: left;
	display: inline;
	width: 191px;
	/*background: #42657b url(../img/nav_bg.gif) repeat-y top left;	*/
	color: #fff;	
	}
/* end delete this*/

/* Nav tweaks for Horizontal templates */

.horizontal #nav {
	float: none;
	clear: both;
	width: auto;
	}

/* Nav tweaks for Fluid templates */

.fluid #nav {
	clear: both;
	margin-top: -10px;
	padding-top: 7px;
	background: transparent url(../img/main_nav_fluid_corner.gif) no-repeat top left;
	}

#fluid-vertical #nav {
	width: 23%;
	}

#fluid-horizontal #nav {
	display: block;
	}

/* NAV HEADERS, P's, and LISTS */

#nav h2, #nav h3, #nav h4,
#nav h5, #nav h6, #nav p {
	color: #fff;
	}
/*delete this*/
#nav ul {
	margin: 0;
	padding: 7px 10px 7px 17px;
	list-style-image: none;
	}

#nav ul li {
	margin: 0;
	padding: 1px 0;
	}

#nav img {
	padding: 0;
	border: 0;
	background: none;
	}
/*end delete this*/

/* List tweaks for Horizontal templates */

.horizontal #nav ul {	
	display: inline;
	margin: 0;
	padding-left: 20px;
	width: 100%;
	}

.horizontal #nav ul li {
	display: inline;
	margin: 0;
	padding: 5px 15px 0 0;
	line-height: 2.5em;
	}

/* Block tweaks for Fluid templates */

.fluid #nav h2, .fluid #nav h3, .fluid #nav h4,
.fluid #nav h5, .fluid #nav h6, .fluid #nav p {
	color: #600;
	}

/* NAV ANCHORS */
/* delete this*/
#nav a {
	color: #fff;
	}

#nav ul li a {
	display: block;
	margin: 0;
	padding-left: 15px;
	background: transparent url(../img/nav_bullet_fw.gif) no-repeat 3px .4em;
	}
/* end delete this*/

#nav ul.back li a {
	background: transparent url(../img/nav_bullet_bk.gif) no-repeat 3px .4em;	
	}

#nav ul.back li.last a {
	background: transparent url(../img/nav_bullet_dn.gif) no-repeat 0 .4em;	
	}

/* Anchor tweaks for Horizontal templates */

.horizontal #nav ul li a {
	display: inline;
	padding-left: 10px;
	white-space: nowrap;
	background: transparent url(../img/nav_bullet_fw.gif) no-repeat 0 50%;
}

/* Anchor tweaks for Fluid templates */

.fluid #nav a {
	color: #600;
	}

#fluid-vertical #nav ul li a {
	background: transparent url(../img/list_bullet_fw.gif) no-repeat 3px .4em;
	}

#fluid-vertical #nav ul.back li a {
	background: transparent url(../img/list_bullet_bk.gif) no-repeat 3px .4em;	
	}

#fluid-vertical #nav ul.back li.last a {
	background: transparent url(../img/list_bullet_dn.gif) no-repeat 0 .4em;	
	}

#fluid-horizontal #nav ul li a {
	background: transparent url(../img/list_bullet_fw.gif) no-repeat 0 50%;
	}

/* =MAIN NAV
-------------------------------------------------

-------------------------------------------------*/

/*delete*/
#main-nav {
	background: #497381 url(../img/main_nav_vnav.jpg) repeat-y top left;
	clear: both;
	}

#main-nav {
	height: 1px; /* The old standby. Keeps the background on this div from disappearing in IE 6. */
	}

#nav>#main-nav {
	height: auto; /* For all other browsers, including IE 7. */
	}


/* end delete*/
/* Main Nav tweaks for Horizontal templates */

.horizontal #main-nav {
	border-bottom: 1px #fff solid;
	background: #557082 url(../img/main_nav_hnav.gif) repeat-x top left;
	}

.horizontal #main-nav ul {
	background: none;
	}

/* Main Nav tweaks for Fluid templates */

#fluid-vertical #main-nav {
	background: none;
	}

#fluid-vertical #main-nav ul {
	border-bottom: 1px #ccc dashed;
	background: none;
	}

#fluid-horizontal #main-nav {
	border-bottom: 1px #ccc dashed;
	background: none;
	}

/* =SUB NAV
-------------------------------------------------

-------------------------------------------------*/

.sub-nav {
	overflow: hidden;
	font-size: 100%;
	color: #12252c;
	background: #93a7b3 url(../img/sub_nav.gif) repeat-y top left;
	}

.sub-nav-top {
	background: transparent url(../img/sub_nav_top.gif) repeat-x 0px 0px;
	}

.sub-nav-mid {
	background: transparent url(../img/sub_nav_mid.gif) no-repeat top left;
	}

.sub-nav-bot {
	background: transparent url(../img/sub_nav_bot.gif) no-repeat bottom left;
	}

/* Sub Nav tweaks for Fluid templates */

.fluid .sub-nav,
.fluid .sub-nav-top,
.fluid .sub-nav-mid,
.fluid .sub-nav-bot {
	background: none;
	color: #600;
	}

/* SUB NAV LISTS and ANCHORS */

#nav .sub-nav ul {
	margin-left: 0;
	background: transparent url(../img/sub_nav_separator.gif) no-repeat top right;
	}

#nav .sub-nav a {
	color: #12252c;
	background: transparent url(../img/sub_nav_bullet_fw.gif) no-repeat 3px .4em;
	}

/* Sub Nav Anchor tweaks for Fluid templates */
	
.fluid #nav .sub-nav a {
	color: #600;
	}
/*End Nav*/

/*sub-content*/
/* =PAGE AREA and MAIN CONTENT
-------------------------------------------------

-------------------------------------------------*/

#page-area {
	/*background: #f5f5eB url(../img/pgarea_vnav_subc.gif) repeat-y 100% 0;*/
	}

.horizontal #page-area {
	background: #f5f5eB url(../img/pgarea_hnav_subc.gif) repeat-y 100% 0;
	}

#main-content {
	width: 405px;
	float: left;
	clear: none;
	}

.horizontal #main-content {
	width: 596px;
	float: left;
	}

#sub-footer {
	width: 405px;
	}

.horizontal #sub-footer {
	width: 596px;	
	}

/* =SUB CONTENT
-------------------------------------------------

-------------------------------------------------*/

#sub-content {
	float: right;
	width: 161px;
	overflow: hidden;
	}

/* =SUB SECTION
-------------------------------------------------

-------------------------------------------------*/
/* delete this*/
.sub-section {
	background: transparent url(../img/subc_left.gif) no-repeat top left;
	padding: 0px 0px 8px 8px;
	}

.sub-section * {
	margin-right: 8px;
	margin-left: 3px;
	}

.sub-section * * {
	margin-right: 0;
	margin-left: 0;
	}

.sub-section h2 {
	margin: 0;
	padding: 10px 10px 10px 3px;
	line-height: 1.1em;
	background: transparent url(../img/subc_header.gif) repeat-x top left;	
	font-size: 1.3em;
	font-weight: bold;
	}

.sub-section h3,
.sub-section h4,
.sub-section h5,
.sub-section h6 {
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: bold;
	}

.sub-section ul li {
	margin-left: 18px;
	}

.sub-section ol li {
	margin-left: 25px;
	}
/* end delete this*/

/*sub-content*/